abstract type OrderAction (v202411)
Represents the actions that can be performed on Order objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["The `OrderService` allows for performing actions on `Order` objects through the `performOrderAction()` method."],["`OrderAction` defines a variety of operations, including approving, archiving, deleting, pausing, resuming and submitting orders."],["This service is part of the Google Ad Manager API and uses the namespace `https://www.google.com/apis/ads/publisher/v202411`."],["The documentation details various specific `OrderAction` types like `ApproveOrders`, `ArchiveOrders`, `DeleteOrders`, and others for managing order lifecycles."]]],["The `OrderService` allows actions on `Order` objects via `performOrderAction()`. `OrderAction` includes: `ApproveOrders`, `ArchiveOrders`, `DeleteOrders`, `DisapproveOrders`, `PauseOrders`, `ResumeOrders`, `RetractOrders`, `SubmitOrdersForApproval`, and their variants without reservation changes, plus `UnarchiveOrders`. These actions manage the lifecycle and status of orders. The namespace for these operations is `https://www.google.com/apis/ads/publisher/v202411`.\n"]]