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
- 200
- 401
- 403
- 404
- 429
OK
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Not found — no record with the given identifier (or the route does not exist). Verify the ID before retrying.
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.