Skip to main content

Bulk Receive Shipments

POST 

//:domain/api/amazon/:integrationInstance/removal-shipments/receive-bulk

Receive multiple removal shipments in one call, all into the same warehouse with the same receipt date. Each shipment must belong to the supplied integration instance — the controller validates this up-front and returns 404 if any shipment is missing or belongs to another integration instance.

Validation:

  • warehouse_id — required, exists:warehouses,id
  • receipt_date — required, date
  • shipments — required, min:1
  • shipments[].shipment_id — required, exists:amazon_fba_report_removal_shipments,id
  • shipments[].items — required, min:1 — same item shape as the single receive endpoint.

Request

Responses

OK

Response Headers
    Content-Type