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.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

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