OrdersFulfillment Orders
Release Lock
Release a lock on a fulfillment order
Releases a lock on a fulfillment order. This is an idempotent operation - if no lock exists, it will return success.
Only the lock owner can release the lock unless force=true is specified.
Authorization
api_key x-access-token<token>
In: header
Path Parameters
fulfillment_order_id*string
UUID of the fulfillment order to unlock
Request Body
application/json
Request type for releasing a fulfillment order lock
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X DELETE "https://example.com/shipos/fulfillment-orders/string/lock" \ -H "Content-Type: application/json" \ -d '{ "lock_owner": "string" }'{ "success": true, "message": "string", "released": true, "lock_details": { "fulfillment_type": "PICK_PACK", "original_owner": "string", "was_expired": true, "id": "string" }}