Skip to main content

Bulk Release Inventory Holds

POST 

/api/v2/inventory/holds/bulk-release

Releases multiple inventory holds at once.

Authentication: Requires Bearer token.

Request Body:

  • ids (required, array): Array of inventory hold IDs to release
  • ids.* (integer): Must exist in inventory_holds table
  • release_reason (nullable, string, max 500): Reason applied to all released holds

Request

Responses

Successful response