type ResumeOrders (v202411)
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/v202411
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-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["The `ResumeOrders` action is used to resume `Order` objects and their eligible `LineItem` objects."],["This action is part of the `OrderService` and inherits from `OrderAction`."],["By default, an inventory check is performed during the resume operation, but it can be skipped using the `skipInventoryCheck` field."],["The namespace for this action is `https://www.google.com/apis/ads/publisher/v202411`."]]],["The `OrderService` utilizes `OrderAction` for managing orders. Key actions include `ApproveOrders`, `ArchiveOrders`, `DeleteOrders`, `DisapproveOrders`, `PauseOrders`, `ResumeOrders`, `RetractOrders`, `SubmitOrdersForApproval`, and `UnarchiveOrders`. Notably, `ResumeOrders` action resumes orders and their eligible `LineItem` objects. `ResumeAndOverbookOrders` is also available. The `ResumeOrders` action also includes an optional `skipInventoryCheck` boolean field, with a default of false. The provided Namespace is `https://www.google.com/apis/ads/publisher/v202411`.\n"]]