Skip to main content

Refresh All Shipments (dispatch tracked job)

POST 

//:domain/api/amazon/unified/legacy-inbound-shipments/refresh

Dispatches a RefreshAmazonLegacyInboundShipmentsTrackedJob to refresh legacy inbound shipments from Amazon across the specified integration instances.

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

OK

Response Headers
    Content-Type