Skip to main content

Unreserve Allocations

POST 

/api/v2/inventory-allocations/unreserve

Cancels (unreserves) the specified allocations.

Required scope: orders:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Body:

  • allocation_ids — Array of allocation IDs to cancel
  • disable_auto_release (boolean) — If true, disables automatic re-release for the linked source document after cancellation

Request

Responses

OK

Response Headers
    Content-Type