Process All Unprocessed Shipments (dispatch tracked job)
POST//:domain/api/amazon/unified/legacy-inbound-shipments/process-all
Dispatches a ProcessAmazonLegacyInboundShipmentsTrackedJob to process unprocessed legacy inbound shipments across the specified integration instances. Processing handles SKU linking, ledger entries, and cancellation reconciliation.
Request body / query accepts integration_instance_ids as either:
- A JSON array of ints:
[1, 2] - A comma-separated string:
"1,2"
If omitted, ALL AmazonIntegrationInstance IDs are used.
Returns immediately with a tracked_job_log_id that the frontend uses to display progress in the global job tray.
Request
Responses
- 200
OK
Response Headers
Content-Type