abstract type OrderAction (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
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 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eOrderService\u003c/code\u003e allows for performing actions on \u003ccode\u003eOrder\u003c/code\u003e objects through the \u003ccode\u003eperformOrderAction()\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eOrderAction\u003c/code\u003e defines a variety of operations, including approving, archiving, deleting, pausing, resuming and submitting orders.\u003c/p\u003e\n"],["\u003cp\u003eThis service is part of the Google Ad Manager API and uses the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation details various specific \u003ccode\u003eOrderAction\u003c/code\u003e types like \u003ccode\u003eApproveOrders\u003c/code\u003e, \u003ccode\u003eArchiveOrders\u003c/code\u003e, \u003ccode\u003eDeleteOrders\u003c/code\u003e, and others for managing order lifecycles.\u003c/p\u003e\n"]]],["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"],null,["# abstract type OrderAction (v202411)\n\n**Service** \n**OrderService** **Dependencies** \n[performOrderAction()](/ad-manager/api/reference/v202411/OrderService#performOrderAction) \n▼\n**OrderAction** **Inheritance** \n**OrderAction** \n▼\n[ApproveOrders](/ad-manager/api/reference/v202411/OrderService.ApproveOrders) [ApproveOrdersWithoutReserva...](/ad-manager/api/reference/v202411/OrderService.ApproveOrdersWithoutReservationChanges \"ApproveOrdersWithoutReservationChanges\") [ArchiveOrders](/ad-manager/api/reference/v202411/OrderService.ArchiveOrders) [DeleteOrders](/ad-manager/api/reference/v202411/OrderService.DeleteOrders) [DisapproveOrders](/ad-manager/api/reference/v202411/OrderService.DisapproveOrders) [DisapproveOrdersWithoutRese...](/ad-manager/api/reference/v202411/OrderService.DisapproveOrdersWithoutReservationChanges \"DisapproveOrdersWithoutReservationChanges\") [PauseOrders](/ad-manager/api/reference/v202411/OrderService.PauseOrders) [ResumeOrders](/ad-manager/api/reference/v202411/OrderService.ResumeOrders) [RetractOrders](/ad-manager/api/reference/v202411/OrderService.RetractOrders) [RetractOrdersWithoutReserva...](/ad-manager/api/reference/v202411/OrderService.RetractOrdersWithoutReservationChanges \"RetractOrdersWithoutReservationChanges\") [SubmitOrdersForApproval](/ad-manager/api/reference/v202411/OrderService.SubmitOrdersForApproval) [SubmitOrdersForApprovalWith...](/ad-manager/api/reference/v202411/OrderService.SubmitOrdersForApprovalWithoutReservationChanges \"SubmitOrdersForApprovalWithoutReservationChanges\") [UnarchiveOrders](/ad-manager/api/reference/v202411/OrderService.UnarchiveOrders)\n\nRepresents the actions that can be performed on [Order](/ad-manager/api/reference/v202411/OrderService.Order) objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|---|---|"]]