abstract type OrderAction (v202405)
Represents the actions that can be performed on Order objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202405
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-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["The `OrderService` allows you to perform actions on `Order` objects in Google Ad Manager."],["`OrderAction` represents the various operations, such as approving, archiving, deleting, and pausing orders, that can be executed on orders."],["These actions are performed using the `performOrderAction()` method, which takes an `OrderAction` object as input."],["This service uses the namespace `https://www.google.com/apis/ads/publisher/v202405`."]]],["The `OrderService` utilizes the `performOrderAction()` function to execute actions on `Order` objects. Available actions, inherited from `OrderAction`, include: Approve, Approve Without Reservation Changes, Archive, Delete, Disapprove, Disapprove Without Reservation Changes, Pause, Resume, Retract, Retract Without Reservation Changes, Submit For Approval, Submit For Approval Without Reservation Changes, and Unarchive. These operations are conducted within the namespace `https://www.google.com/apis/ads/publisher/v202405`.\n"]]