Revert an order one step
Steps an order one step BACK along the forward lifecycle — the safe undo for a mis-click: fulfilled → accepted, accepted → captured (clearing the fulfilling store), or rejected → captured (routing found no store able to serve; re-open it so it can be routed again once stock lands). 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 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
Id of the order (commande) to read or transition.
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 
