List all products
Returns a list of products. The products are returned sorted by creation date in ascending order.
Query parameters
The page number.
The number of records per page. Must be a number between 1 and 100.
The sort string to sort the returned records e.g. "-createdAt"
The name of the product.
Metadata key associated with the product.
Metadata value associated with the product.
Custom attribute values associated with the product, filtered as customAttribute.<name>[<op>]=value, e.g. customAttribute.region[eq]=EU.
Whether to include related entities in the response.
Search string.
ID of the resource.
Date of creation
Date of last update
Response
OK
Changes
Changed in 2 of the 5 revisions of this API.13
- ●
deleted the
queryrequest parametercustomAttributerequest-parameter-removed
- ○
added the new optional
queryrequest parametercustomAttribute.<name>new-optional-request-parameter
- ●
- ○
added the new optional
queryrequest parametercustomAttributenew-optional-request-parameter
- ○
added the required property
/to the response with the statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○