Skip to main content

Warehouse Availability

POST 

/api/v2/inventory/holds/warehouse-availability

Returns the available inventory for a batch of products in a specific warehouse. Used by the Reserve Stock modal browse drawer.

Authentication: Requires Bearer token.

Request Body:

  • product_ids (required, array, max 100): Product IDs to check availability for
  • product_ids.* (integer): Product ID
  • warehouse_id (required, integer): Warehouse to check availability in

Request

Responses

Successful response