type ResumeOrders (v202405)
The action used for resuming Order objects. LineItem objects within
the order that are eligble to resume will resume as well.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202405
Field
|
OrderAction (inherited)
|
ResumeOrders
|
skipInventoryCheck
|
xsd:boolean
Indicates whether the inventory check should be skipped when performing this action.
The default value is false.
|
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 for various actions on `Order` objects, including resuming them."],["`ResumeOrders` action specifically resumes eligible `Order` and `LineItem` objects."],["`skipInventoryCheck` field determines if inventory check is bypassed during the resume action, defaulting to false."],["The service operates within the `https://www.google.com/apis/ads/publisher/v202405` namespace."]]],["The `OrderService` utilizes `OrderAction` for various order management tasks. Key actions include: `ApproveOrders`, `ArchiveOrders`, `DeleteOrders`, `DisapproveOrders`, `PauseOrders`, `ResumeOrders`, `RetractOrders`, `SubmitOrdersForApproval`, and `UnarchiveOrders`. The `ResumeOrders` action also affects eligible `LineItem` objects within the order, allowing their resumption. The `ResumeAndOverbookOrders` are available as well. The `ResumeOrders` action allows skipping inventory checks with the `skipInventoryCheck` field.\n"]]