v1

latestSwagger 2.02026-07-134272111.8 KB
products

Find products in the eCommerce system, using the provided CEQL search expression. The search expression in CEQL is the WHERE clause in a typical SQL query, but without the WHERE keyword. If no search expression is provided, all records will be retrieved

get/products

Query parameters

wherestring

The CEQL search expression, or the where clause, without the WHERE keyword, in a typical SQL query (i.e. field='value'). <p>Supported search terms: category, hidden_products. All other search criteria are ignored

pageSizeinteger

The number of results to fetch in a given page. When this parameter is omitted, a maximum of 200 results are returned

nextPagestring

The next page cursor, taken from the response header: elements-next-page-token

fieldsstring

The fields to return on the response. Can be a single field or a comma-separated list of fields

Headers

Authorizationstring required

The authorization tokens. The format for the header value is 'Element <token>, User <user secret>'

Response

OK - Everything worked as expected