Orders

Unlock an order

Release a lock previously placed on the order via POST /shop/orders/{orderId}/lock. Once unlocked the order accepts edits again. Requires the RESERVATIONS_UNLOCK permission, which is typically held by a smaller set of operators than the day-to- day lock action.

The action is idempotent — unlocking an already-unlocked order returns the same response without error. Records an unlocked audit-log entry against the order.

post/shop/orders/{orderId}/unlock

Response

The Order was successfully retrieved

Changes

No recorded changes to this endpoint across all 1 revision of this API.