type RetractOrdersWithoutReservationChanges (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The OrderService allows for various actions to be performed on orders, such as approving, archiving, deleting, pausing, resuming, retracting, and submitting for approval.
RetractOrdersWithoutReservationChanges is an action within the OrderService that specifically retracts orders without altering the reservation status of their line items.
The namespace for this service is https://www.google.com/apis/ads/publisher/v202411.
The action inherits from the OrderAction and is represented by RetractOrdersWithoutReservationChanges.
The action used for retracting Order objects. 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` uses `OrderAction` for managing orders. Available actions include `ApproveOrders`, `ArchiveOrders`, `DeleteOrders`, `DisapproveOrders`, `PauseOrders`, `ResumeOrders`, `RetractOrders`, `SubmitOrdersForApproval`, and `UnarchiveOrders`. Specifically, `RetractOrdersWithoutReservationChanges` is used to retract orders without altering the `LineItem.reservationStatus`. There are also actions related to these ones such as `ApproveOrdersWithoutReservationChanges`, `DisapproveOrdersWithoutReservationChanges` and `SubmitOrdersForApprovalWithoutReservationChanges`\n"]]