Skip to main content

Refresh All Shipments (dispatch tracked job)

POST 

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

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

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

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 via the tracked job log endpoints.

Request

Responses

OK

Response Headers
    Content-Type