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,idreceipt_date— required, dateshipments— required, min:1shipments[].shipment_id— required, exists:amazon_fba_report_removal_shipments,idshipments[].items— required, min:1 — same item shape as the single receive endpoint.
Request
Responses
- 200
OK
Response Headers
Content-Type