Skip to main content
POST
Create Outbound Request
Creates an outbound request to ship one or more inventory items out of vault for an FBO account. Every item must currently belong to the FBO account and be in an in_vault status. The request is created with a pending status and awaits vault staff approval. Permission: outbound_requests:create

Request body

string
required
ID of the FBO account requesting the outbound shipment.
string
Optional free-text note describing the request.
array
required
The inventory items to include — at least one. Each entry contains:
  • inventoryItemId (string, required) — ID of the inventory item to ship out.
inventoryItemId values must be unique within the request.

Response

Returns the created outbound request with its line items.