Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
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.
[[["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 2025-08-06 UTC."],[],["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"]]