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."],[],["OrderService, through its OrderAction inheritance, allows for managing orders. Key actions include: Approving, archiving, deleting, disapproving, pausing, resuming, retracting, submitting for approval, and unarchiving orders. Specific actions exist for managing orders without altering reservation statuses, like ApproveOrdersWithoutReservationChanges, DisapproveOrdersWithoutReservationChanges, and RetractOrdersWithoutReservationChanges. Retracting orders via RetractOrdersWithoutReservationChanges does not affect line item reservation status.\n"],null,[]]