Update a bin
Authorizations
API key issued per entity via Settings > Developers > API Keys.
Each key carries scopes (e.g. orders:read, products:write).
Bearer token format: Authorization: Bearer ark_live_ent_
Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.
Headers
Client-generated unique key for idempotent POST/PATCH/DELETE operations. Alias for the Idempotency parameter. Max 255 chars. On retry with the same key, the original response is returned without re-executing the operation. Keys expire after 24 hours.
255Path Parameters
Body
Response
Updated bin
A warehouse bin location (zone/aisle/shelf/rack/position addressable). Bins belong to a location_id (Layer 4 scope). Deactivate is the soft-delete path; restore is the reverse. The sub-resource /bins/{id}/products tracks product-bin assignments (binned_products), where each row carries quantity and an is_default_bin flag. Scope: bins:read / bins:write / bins:delete.
"bin"
Layer 4 warehouse scope. Required.
Operator-defined code unique per location. 1..50 chars.
Bin role hint (storage, pick, receiving, staging, etc.). Default storage.
"storage"
False = deactivated. Restore flips back to true.
Marks the default bin for the location. At most one per location.
Optional capacity hint (lb).
Optional capacity hint (cubic in).

