Combined dock shortcut -- receive and disposition in one call
Combines receipt and disposition into a single atomic operation. Each line item in the request
body specifies a disposition (restock, scrap, or repair) and an optional condition_note.
Restocked items increment on-hand inventory; scrapped items post a Loss-on-Disposal GL entry.
The return transitions to status: closed on success.
Requires returns:write scope.
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
Items received and dispositioned

