Skip to main content

Update SKU Orders

POST 

/api/shopify/:integrationInstance/orders/update-sku-orders

Re-applies the latest synced Shopify order data to the linked SKU.io sales orders (statuses, line items, addresses). By default the work is queued in the background; set use_jobs to false to process synchronously.

Authorization

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

Authentication: Requires Bearer token.

Body fields:

  • update_all_orders (boolean, required): update every linked order on the instance.
  • ids (array of integers): SKU.io row IDs of specific Shopify orders to update (used when update_all_orders is false).
  • use_jobs (boolean, default true): process asynchronously (true) or inline (false).

Request

Responses

OK

Response Headers
    Content-Type