Skip to main content

Set Brand Pick Order

POST 

/api/product-brands/reorder

Sets the warehouse pick order for brands — the order a picker walks the floor, front of store first. The ids array is the COMPLETE ranked set, in front-to-back order: each listed brand gets its 1-based position, and every other brand is cleared to unranked (picked last). Send an empty array to clear all ranks. Pick lists on warehouses without bin locations sequence their items by this order so the team picks in one pass.

Required scope: products:write

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

Authentication: Requires Bearer token.

Body:

  • ids (present, array of integers) — the complete ranked brand id list, front-to-back. Each id must exist and appear once. Empty clears all ranks.

Request

Responses

OK

Response Headers
    Content-Type