Transfers
Create transfer
Moves stock from one store to another. Debits from_store_id and credits to_store_id atomically. Returns HTTP 202.
POST
string
required
API key with
inventory:write scope.string
required
Vendor UUID.
string
required
Idempotency key (1–128 chars).
string
required
Actor for audit trail.
string
required
UUID of the source store.
string
required
UUID of the destination store.
string
Optional reference number for your system.
string
ISO 8601 timestamp of when the transfer was physically initiated.
string
Optional notes (max 500 chars).
object
Free-form extra data.
object[]
required
Items being transferred (1–500 lines):
string
Polling token.
string
Transaction UUID.
string
Created transfer UUID.
boolean
true if duplicate.
