Skip to main content

Refresh Orders from WooCommerce

POST 

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

Start a background refresh that downloads orders from WooCommerce 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 created since the integration's configured start date
  • date_range - orders created on or after date_from (date_to is accepted but not currently applied)
  • 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: woo-commerce.orders.refresh-tracked

Request

Responses

OK

Response Headers
    Content-Type