AI-generated Key Takeaways
-
OrderAction is a base class in the OrderService for performing actions on Order objects.
-
ApproveOrders is a specific OrderAction used for approving Order objects and all their associated LineItems.
-
The
skipInventoryCheck
field, inherited from ApproveOrders, allows skipping the inventory check during the approval process.
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/v202508
Field |
|
---|---|
OrderAction (inherited)
|
|
ApproveOrders
|
|
|
Indicates whether the inventory check should be skipped when performing this action. The default value is false. |