Skip to main content

Update Warehouse Transfer

PUT 

/api/warehouses/transfers/:transfer

Updates a warehouse transfer. Accepts the same fields as Create Warehouse Transfer (all optional) plus tags (array of tag names to sync). The products array replaces the transfer's line items; include existing line ids to keep them.

Required scope: warehouses:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Transfers to an Amazon FBA warehouse can only be edited while in draft status. Returns 422 when editing a line that has already been shipped or when stock is insufficient.

Authentication: Requires Bearer token.

Request

Responses

Created

Response Headers
    Content-Type