Revert an order one step
Steps an order one step BACK along the forward lifecycle — the safe undo for a mis-click: fulfilled → accepted, or accepted → captured (clearing the fulfilling store). Takes no body; the order id comes from the PATH. Failure conditions: 404 for an unknown order; 422 for a status that cannot be stepped back (a captured order at the start, or a terminal cancelled / rejected one).
Authorizations
Authorization: Bearer <token>. Accepts EITHER a Keycloak access token (scopes-in-token) OR an opaque POS session token; both resolve to the same pos.* scope vocabulary the route guards enforce.
Path Parameters
1Response
The order after the single step back.
The order after the single step back.
web, marketplace, mobile-app, in-store click-and-collect, ship-from-store, endless-aisle captured, accepted, fulfilled, cancelled, rejected 
