Skip to main content

Refresh Single Order from Shopify

POST 

/api/shopify/:integrationInstance/orders/refresh-order

Fetches one order live from the Shopify Admin API by its Shopify order ID, updates the local copy synchronously, and returns the refreshed order.

Authorization

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

Authentication: Requires Bearer token.

Body fields:

  • uniqueId (string, required): the Shopify order ID (numeric ID from Shopify, not the SKU.io row ID).

Returns 404 when the order cannot be found in Shopify.

Request

Responses

OK

Response Headers
    Content-Type