Skip to main content

Receive Warehouse Transfer Shipment

POST 

/api/warehouses/transfers/:transfer/receive

Records a receipt against a shipped warehouse transfer, adding the received quantities to stock at the destination warehouse.

Required scope: warehouses:write

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

Fields: products (required array of {id: warehouse transfer line ID, quantity, shipment_line_id}), shipment_id (the shipment being received), receipt_date (defaults to now), blemished (array of {product_id, sku, quantity, condition, reference} - received units in damaged condition are booked in as a new blemished product with the given SKU), condition and integration_unique_id.

The transfer must be open, and received quantities cannot exceed shipped quantities.

Authentication: Requires Bearer token.

Request

Responses

Created

Response Headers
    Content-Type