type DisapproveOrdersWithoutReservationChanges (v202502)
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
DisapproveOrdersWithoutReservationChanges is an action used for disapproving Order objects without changing the reservation status of their associated line items.
This action is part of the OrderService and inherits from OrderAction.
Disapproving an order using this action will also disapprove all line items within that order.
The action used for disapproving Order objects. All LineItem
objects within the order will be disapproved as well. This action does not
make any changes to the LineItem.reservationStatus of the line items
within the order.
[[["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` to manage orders. Key actions include: Approving, archiving, deleting, disapproving, pausing, resuming, retracting, submitting for approval, and unarchiving orders. `DisapproveOrders` also disapproves all associated `LineItem` objects but doesn't alter their `reservationStatus`. `DisapproveOrdersWithoutReservationChanges` is also an action available. All operations are within the `https://www.google.com/apis/ads/publisher/v202502` namespace.\n"]]