Skip to main content

Get Order Sync Progress

GET 

/api/starshipit/integration-instances/:integration_instance/orders/sync-progress/:trackedJobLogId

Poll the progress of a queued order sync job by its tracked job log ID (returned from Sync Orders). On completion, results carries the sync summary — orders_fetched (orders retrieved from StarShipIt) and orders_saved (orders upserted into SKU.io).

Authorization

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

Returns 404 if no job exists for the given ID.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type