Process All (Apply Unprocessed Shipments)
POST//:domain/api/amazon/unified/new-inbound-shipments/process-all
Dispatches ProcessAmazonNewInboundShipmentsTrackedJob which links unprocessed new FBA inbound shipments to their SKU.io source records (Purchase Orders / Warehouse Transfers via ship-from mappings) and processes cancellations across one or more integration instances. Returns immediately with a tracked_job_log_id for the global Job Progress Tray.
Body / query params:
integration_instance_ids(optional) — comma-separated string or array of AmazonIntegrationInstance IDs. When omitted, the job runs for every Amazon integration instance.
The job name is Process FBA New Inbound Shipments: <instance name | N Integrations> — frontend watchers should match on that startsWith().
Request
Responses
- 200
OK
Response Headers
Content-Type