Skip to main content

Refresh Orders from BigCommerce

POST 

/api/big-commerce/:integrationInstance/orders/refresh-tracked

Start a background refresh that downloads orders from BigCommerce into SKU.io.

Authorization

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

The mode field controls which orders are fetched:

  • latest (default) - orders modified since the most recent local order
  • from_start_date - orders modified since the integration's configured start date
  • date_range - orders modified within the date_from / date_to range
  • all - every order in the store

The job runs asynchronously. The response includes a tracked_job_log_id you can use to poll job progress.

Route name: big-commerce.orders.refresh-tracked

Request

Responses

OK

Response Headers
    Content-Type