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.

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:

  • 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