type ApproveOrders (v202411)
The action used for approving Order objects. All LineItem objects within the order will
be approved as well. For more information on what happens to an
order and its line items when it is approved, see the Ad Manager
Help Center.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field
|
OrderAction (inherited)
|
ApproveOrders
|
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 OrderService provides methods for managing the lifecycle of orders, including approving, archiving, deleting, pausing, resuming and submitting for approval."],["ApproveOrders action approves Order objects and their associated LineItem objects, and it allows skipping inventory checks."],["OrderService operations are accessible via the namespace `https://www.google.com/apis/ads/publisher/v202411`."],["Further details regarding order approval processes and impacts can be found in the Ad Manager Help Center."]]],["The `OrderService` utilizes `OrderAction` to manage orders. Key actions include: `ApproveOrders`, `ArchiveOrders`, `DeleteOrders`, `DisapproveOrders`, `PauseOrders`, `ResumeOrders`, `RetractOrders`, `SubmitOrdersForApproval`, and `UnarchiveOrders`. `ApproveAndOverbookOrders` and `ApproveOrdersWithoutReservationChanges` are also available actions. `ApproveOrders` approves both the order and its associated `LineItem` objects. The `ApproveOrders` action has an option to `skipInventoryCheck`, which is false by default.\n"]]