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.

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:

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

Request

Responses

OK

Response Headers
    Content-Type