Skip to main content

Reorder Preferred Bins

PUT 

/api/v2/product-warehouse-locations/reorder

Reorder a product's preferred bins in a warehouse to match the given id order (top to bottom) and return the fresh ordered list. Priorities are rewritten 0-based and the new top bin becomes the default, so the ordered list matches the resolution order used by put-away and receiving.

Body fields:

  • product_id (required) — product whose bins are reordered.
  • warehouse_id (required) — warehouse the bins live in.
  • ids (required, array of integers) — assignment ids in the desired order; must be exactly the product+warehouse's current assignments.

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

Request

Responses

OK

Response Headers
    Content-Type