Get Products
GET/api/veracore/integration-instances/:integration_instance/products
Paginated Veracore offer catalogue for an integration instance, with the SKU.io product each offer maps to.
Search — filter[search] matches item code, title and description.
Filterable columns
- Text:
veracore_product_id,title,description,owner_id,unit_of_measure,build_type,product_type,status,sku(matches the linked SKU.io product code) - Numeric:
id,bom_product_count - Checkbox (
filter[lot_tracked.is]=1):is_multi_product_offer,lot_tracked,mapped_manually,needs_review - Date/time:
last_synced_at,created_at,updated_at - Bespoke:
filter[mapped](1mapped,0unmapped),filter[mapping](mapped,unmappedorneeds_review)
Sortable columns — id, veracore_product_id, title, owner_id, unit_of_measure, product_type, status, bom_product_count, last_synced_at, created_at, updated_at. Prefix with - for descending. Defaults to veracore_product_id.
Filters use filter[column.operator]=value; the bare key filter[column]=value is an implicit is.
- Text operators: contains, does_not_contain, is, is_not, is_one_of, is_not_one_of, starts_with, does_not_start_with, ends_with, does_not_end_with, is_empty, is_not_empty
- Numeric operators: is, is_not, is_one_of, is_not_one_of, greater_than, less_than, greater_than_or_equal, less_than_or_equal, between, is_empty, is_not_empty
- Date operators: is, is_not, before, after, on_or_before, on_or_after, between, is_empty, is_not_empty, today, yesterday, tomorrow, past_week, past_month, past_year, next_week, next_month, next_year, days_ago, days_from_now, past_days, next_days
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.