Skip to main content

Reorder Allocation

POST 

/api/v2/inventory-allocations/:allocation/reorder

Reorders an allocation relative to another.

Required scope: orders:write

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

Body:

  • reorder_typeabove | below | top | bottom
  • options.above_id — ID of the allocation to place this one above (used when reorder_type is above)

Request

Responses

OK

Response Headers
    Content-Type