Skip to main content

Get Inventory Discrepancies

GET 

/api/veracore/integration-instances/:integration_instance/inventory/discrepancies

Mapped products whose SKU.io quantity disagrees with the Veracore balance for the same warehouse.

discrepancy is veracore_inventory minus sku_inventory, so a negative number is the dangerous direction: SKU.io believes it holds more than the warehouse does and will keep selling stock that is not there. discrepancy_value is the absolute gap priced at unit cost.

Rows are returned in full rather than paginated because the report is the input to stock take creation. Rows are Veracore Offers, not SKU.io products. A multi-product offer (is_multi_product_offer) reports the minimum balance across its components, so it is one row here and several products in SKU.io — those rows are excluded from the discrepancy report and from stock take creation because the two sides are not comparable.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type