Create transfer

POST/api/v1/inventory/transfers

Create a new inventory transfer between locations.

Operation ID: create_transfer_api_v1_inventory_transfers_post·View as markdown·OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Request body

transfer_numberstring

Human-readable transfer number

from_location_idstringrequired

Source location ID

to_location_idstringrequired

Destination location ID

transfer_datestring · date

Date transfer ships

expected_arrival_datestring · date

Expected arrival

tracking_numberstring
carrierstring
shipping_costinteger

Confirmed shipping cost in cents (carrier invoice).

expected_freight_costinteger

Operator's freight estimate in cents at ship time.

notesstring
itemsarray · TransferItemCreaterequiredTransferItemCreate

Items to transfer

3 fields
variant_idstringrequired

Variant being transferred

quantityintegerrequired

Quantity to transfer

notesstring

Responses

201Successful Response

successboolean
messagestring
codestring
dataTransferResponse

400Bad Request - Invalid input

401Unauthorized - Authentication required

403Forbidden - Insufficient permissions

404Not Found - Resource does not exist

422Validation Error

detailarray · ValidationErrorValidationError
5 fields
locarray · string | integerrequired
msgstringrequired
typestringrequired
inputobject
ctxobject