type UnarchiveOrders (v202502)
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
OrderService includes actions for managing orders such as approving, archiving, deleting, disapproving, pausing, resuming, retracting, and submitting orders.
UnarchiveOrders is a specific action within OrderService used for unarchiving Order objects.
The UnarchiveOrders action inherits from OrderAction.
[[["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` utilizes `OrderAction` for various operations on `Order` objects. Key actions include: `ApproveOrders`, `ArchiveOrders`, `DeleteOrders`, `DisapproveOrders`, `PauseOrders`, `ResumeOrders`, `RetractOrders`, and `SubmitOrdersForApproval`. Some actions have variants without reservation changes. The `UnarchiveOrders` action specifically manages the restoration of archived orders. The service operates within the namespace `https://www.google.com/apis/ads/publisher/v202502`.\n"]]