Skip to main content
GET
Browse Products

Filtering

This endpoint accepts filter and sort query parameters. See Filtering, sorting, and search for paging and for the shared search_with, custom_field, and json_contains filters.

Examples

Operators

Filter attributes

Each attribute above is also a valid sort key, for example ?sort=-id for descending order. Dot notation filters on a related record. Use not_has to exclude rows that have a matching related record. Related attributes are filter only, not sort keys.

Search attributes

filter[search] runs one partial match term across title, handle, external_id, brand, description, department. A record matches when any one of those attributes contains the term.

Custom field filters

Product records carry custom fields, so this endpoint also accepts filter[custom_field][namespace:handle].
Slow response time?the /products endpoint retrieves all configured products in your Omneo system. Expect a longer response time if you have lots of items. If you know the product you are after, consider using Read Product

Query Parameters

page[size]
string

Response

Array of Product

data
Product · object[]
required