Skip to main content

Sync Inventory to Shopify

POST 

/api/shopify/:integrationInstance/products/sync-inventory

Pushes SKU.io inventory levels to Shopify for mapped products. With no body, all mapped listings on the instance are synced; pass ids to limit the push to specific products.

Authorization

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

Authentication: Requires Bearer token.

Body fields:

  • ids (array of integers, optional): SKU.io row IDs of the Shopify products to sync.

Request

Responses

OK

Response Headers
    Content-Type