v1

latestSwagger 2.02026-07-134272111.8 KB
orders

Find orders in the eCommerce system, using the provided CEQL search expression. If no search expression is provided, all records will be retrieved

get/orders

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: date, from_date, to_date, from_update_date, to_update_date, order, from_order, to_order, customer_id, customer_email and statuses. 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