Skip to main content

List Inventory Comparison

GET 

/api/woo-commerce/:integrationInstance/inventory

Get a paginated side-by-side comparison of SKU.io quantities vs WooCommerce quantities, one row per mapped product listing. Each row includes the variance and a status of synced, variance, or needs_recalc.

Authorization

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

WooCommerce has no multi-location concept - every row belongs to a single synthetic "WooCommerce Store" location whose ID equals the integration instance ID.

Text, numeric, and date filters accept operator suffixes, e.g. filter[sku_quantity.greater_than]=0, filter[listing_sku.contains]=WB, filter[updated_at.between]=2026-06-01,2026-06-30.

Allowed sorts: id, sku_quantity, sales_channel_quantity, created_at, updated_at (default -id).

Route name: woo-commerce.inventory.index

Request

Responses

OK

Response Headers
    Content-Type