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 2024-08-20 UTC."],[[["The OrderService provides methods for managing orders, including approving, archiving, deleting, pausing, resuming, and retracting."],["SubmitOrdersForApprovalWithoutReservationChanges is an action within the OrderService used to submit orders for approval without altering the LineItem reservation status."],["The namespace for this service is `https://www.google.com/apis/ads/publisher/v202408`."],["OrderService inherits from OrderAction, providing functionalities like ApproveOrders, ArchiveOrders, DeleteOrders, and others."],["This service is part of the Google Ad Manager API and focuses on order management operations."]]],["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"]]