The action used for submitting Order objects for approval. This
action does not make any changes to the LineItem.reservationStatus
of the line items within the order.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[],["The `OrderService` uses `OrderAction` to manage orders. Key actions include: approving, archiving, deleting, disapproving, pausing, resuming, retracting, submitting for approval, and unarchiving orders. Actions can include changes to reservations, or can be performed without modifying reservation status. One key action is `SubmitOrdersForApprovalWithoutReservationChanges`, which submits orders for approval, specifically without altering `LineItem.reservationStatus`.\n"],null,["# type SubmitOrdersForApprovalWithoutReservationChanges (v202502)\n\n**Service** \n**OrderService** **Inheritance** \n[OrderAction](/ad-manager/api/reference/v202502/OrderService.OrderAction) \n▼\n[ApproveOrders](/ad-manager/api/reference/v202502/OrderService.ApproveOrders) [ApproveOrdersWithoutReserva...](/ad-manager/api/reference/v202502/OrderService.ApproveOrdersWithoutReservationChanges \"ApproveOrdersWithoutReservationChanges\") [ArchiveOrders](/ad-manager/api/reference/v202502/OrderService.ArchiveOrders) [DeleteOrders](/ad-manager/api/reference/v202502/OrderService.DeleteOrders) [DisapproveOrders](/ad-manager/api/reference/v202502/OrderService.DisapproveOrders) [DisapproveOrdersWithoutRese...](/ad-manager/api/reference/v202502/OrderService.DisapproveOrdersWithoutReservationChanges \"DisapproveOrdersWithoutReservationChanges\") [PauseOrders](/ad-manager/api/reference/v202502/OrderService.PauseOrders) [ResumeOrders](/ad-manager/api/reference/v202502/OrderService.ResumeOrders) [RetractOrders](/ad-manager/api/reference/v202502/OrderService.RetractOrders) [RetractOrdersWithoutReserva...](/ad-manager/api/reference/v202502/OrderService.RetractOrdersWithoutReservationChanges \"RetractOrdersWithoutReservationChanges\") [SubmitOrdersForApproval](/ad-manager/api/reference/v202502/OrderService.SubmitOrdersForApproval) **SubmitOrdersForApprovalWith...** [UnarchiveOrders](/ad-manager/api/reference/v202502/OrderService.UnarchiveOrders)\n\nThe action used for submitting [Order](/ad-manager/api/reference/v202502/OrderService.Order) objects for approval. This\naction does not make any changes to the [LineItem.reservationStatus](/ad-manager/api/reference/v202502/ForecastService.LineItem#reservationStatus)\nof the line items within the order.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202502`\n\n| Field ----- ||\n|---|---|\n| **`OrderAction` (inherited)** ||\n| **`SubmitOrdersForApprovalWithoutReservationChanges`** ||"]]