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 2024-02-13 UTC."],[[["The main subject of this page is the `RetractOrdersWithoutReservationChanges` action within the `OrderService`."],["This action is used to retract orders in Google Ad Manager without altering the reservation status of the line items within those orders."],["`RetractOrdersWithoutReservationChanges` inherits from `OrderAction` and is part of the `OrderService` within the Google Ad Manager API."]]],["The `OrderService` uses `OrderAction` for various order management tasks. These actions include: approving, archiving, deleting, disapproving, pausing, resuming, and retracting orders. Specific actions like `ApproveOrdersWithoutReservationChanges`, `DisapproveOrdersWithoutReservationChanges`, and `SubmitOrdersForApprovalWithoutReservationChanges` exist for operations that don't alter line item reservation statuses. The `RetractOrdersWithoutReservationChanges` action specifically retracts orders without changing line item reservations. The service's namespace is `https://www.google.com/apis/ads/publisher/v202402`.\n"]]