Skip to main content

List Product Warehouse Locations

GET 

/api/v2/product-warehouse-locations

Paginated preferred-location (bin) assignments for products, with the location, warehouse and product relations loaded for display. Filter by product_id + warehouse_id to fetch a single product's ordered bin list.

Authentication: Requires Bearer token. Scope: warehouses (read/write).

Available sorts: id, created_at, is_default, priority (default: -is_default, then priority, then id — i.e. resolution order).

Request

Responses

OK