Skip to main content
POST
Create Transfer
Creates a transfer of one or more inventory items from one FBO account to another within the organization. Every item must currently belong to the source FBO account and be in an in_vault status. The transfer is created with a pending status. Permission: transfer_batches:create

Request body

string
required
ID of the FBO account the items are transferred from.
string
required
ID of the FBO account the items are transferred to. Must differ from fromFboAccountId.
string
Optional free-text note describing the transfer.
array
required
The inventory items to transfer — at least one. Each entry contains:
  • inventoryItemId (string, required) — ID of the inventory item to transfer.
  • reason (string, required) — Why the item is being transferred. One of request, trade, rebalance.
inventoryItemId values must be unique within the request.

Response

Returns the created transfer batch.