Skip to main content

Refresh Orders

POST 

/api/shopify/:integrationInstance/orders/refresh

Queues a background download of orders from Shopify. The endpoint returns immediately; orders are refreshed asynchronously. For a refresh with progress polling, use Refresh Orders (Tracked) instead.

Authorization

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

Authentication: Requires Bearer token.

Body fields (both optional - omit both to use the instance's incremental sync cursor):

  • days (integer): refresh orders updated within the last N days.
  • updated_at (datetime string): refresh orders updated since this timestamp.

Request

Responses

OK

Response Headers
    Content-Type