Skip to main content

Receive Shipment

POST 

/api/inbound-shipments/:inbound_shipment/receive

Records receipt of items for the specified shipment lines and updates inventory. Can be called multiple times for partial receiving.

Authentication: Requires Bearer token.

Fields:

  • received_at (required): Date/time of receipt
  • warehouse_id (optional): Override destination warehouse for this receipt
  • receipt_lines (required): Array of lines to receive — each requires inbound_shipment_line_id and quantity (min 0.0001)

Request

Responses

Successful response