Products
List products
List products and filter them by any custom properties.
To filter products on custom property, just add the property with its exact value as a query parameter:
myCustomProp=ThisIsAValue
This will return the products where myCustomProp exactly matches the provided value.
GET
List products
Query Parameters
Property to sort by.
Order by direction. Can be ASC or DESC.
Start offset used to paginate results.
Maximum number of items to be returned.
