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."],[[["\u003cp\u003eThe OrderService provides methods for managing orders, including approving, archiving, deleting, pausing, resuming, and retracting.\u003c/p\u003e\n"],["\u003cp\u003eSubmitOrdersForApprovalWithoutReservationChanges is an action within the OrderService used to submit orders for approval without altering the LineItem reservation status.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for this service is \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eOrderService inherits from OrderAction, providing functionalities like ApproveOrders, ArchiveOrders, DeleteOrders, and others.\u003c/p\u003e\n"],["\u003cp\u003eThis service is part of the Google Ad Manager API and focuses on order management operations.\u003c/p\u003e\n"]]],["The `OrderService` uses `OrderAction` to manage `Order` objects. Key actions include: `ApproveOrders`, `ArchiveOrders`, `DeleteOrders`, `DisapproveOrders`, `PauseOrders`, `ResumeOrders`, `RetractOrders`, `SubmitOrdersForApproval`, and `UnarchiveOrders`. Certain actions, like \"Approve,\" \"Disapprove,\" and \"Retract\" also offer variants, \"WithoutReservationChanges,\" that don't change `LineItem` reservation statuses. `SubmitOrdersForApproval` is used for order approval, which doesn't affect the `LineItem.reservationStatus`.\n"],null,["# type SubmitOrdersForApprovalWithoutReservationChanges (v202408)\n\n**Service** \n**OrderService** **Inheritance** \n[OrderAction](/ad-manager/api/reference/v202408/OrderService.OrderAction) \n▼\n[ApproveOrders](/ad-manager/api/reference/v202408/OrderService.ApproveOrders) [ApproveOrdersWithoutReserva...](/ad-manager/api/reference/v202408/OrderService.ApproveOrdersWithoutReservationChanges \"ApproveOrdersWithoutReservationChanges\") [ArchiveOrders](/ad-manager/api/reference/v202408/OrderService.ArchiveOrders) [DeleteOrders](/ad-manager/api/reference/v202408/OrderService.DeleteOrders) [DisapproveOrders](/ad-manager/api/reference/v202408/OrderService.DisapproveOrders) [DisapproveOrdersWithoutRese...](/ad-manager/api/reference/v202408/OrderService.DisapproveOrdersWithoutReservationChanges \"DisapproveOrdersWithoutReservationChanges\") [PauseOrders](/ad-manager/api/reference/v202408/OrderService.PauseOrders) [ResumeOrders](/ad-manager/api/reference/v202408/OrderService.ResumeOrders) [RetractOrders](/ad-manager/api/reference/v202408/OrderService.RetractOrders) [RetractOrdersWithoutReserva...](/ad-manager/api/reference/v202408/OrderService.RetractOrdersWithoutReservationChanges \"RetractOrdersWithoutReservationChanges\") [SubmitOrdersForApproval](/ad-manager/api/reference/v202408/OrderService.SubmitOrdersForApproval) **SubmitOrdersForApprovalWith...** [UnarchiveOrders](/ad-manager/api/reference/v202408/OrderService.UnarchiveOrders)\n\nThe action used for submitting [Order](/ad-manager/api/reference/v202408/OrderService.Order) objects for approval. This\naction does not make any changes to the [LineItem.reservationStatus](/ad-manager/api/reference/v202408/ForecastService.LineItem#reservationStatus)\nof the line items within the order.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|---|---|\n| **`OrderAction` (inherited)** ||\n| **`SubmitOrdersForApprovalWithoutReservationChanges`** ||"]]