type SubmitOrdersForApprovalWithoutReservationChanges (v202408)
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.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Field
|
OrderAction (inherited)
|
SubmitOrdersForApprovalWithoutReservationChanges
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-20 UTC.
[null,null,["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"]]