Skip to main content

Mark Warehouse Transfer as Shipped

PUT 

/api/warehouses/transfers/:transfer/mark-as-shipped

Marks an Amazon FBA inbound warehouse transfer as shipped, recording the shipment with Amazon inbound processing (including shortage handling and status updates).

Required scope: warehouses:write

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

Only valid for transfers whose destination is an Amazon FBA warehouse with a linked Amazon inbound shipment. Fields: shipment_date (Y-m-d, not in the future) and tracking_number (both optional).

Returns 422 when the transfer is not an FBA transfer or has already been marked as shipped.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type