Products
Searches products based on search criteria
The SEOFriendlyUrl property can be combined with the primary shop domain to get the shop page url for a Product in the format: {primary_domain}/{SEOFriendlyUrl}
get/api/v1/products/search
Query parameters
pageinteger
Page number to display
limitinteger
Items per page (maximum 20)
querystring required
A <a href="#tag/OData" target="_blank">search</a> query e.g. live eq true
orderbystring
Field to order results. Prefix with a - (dash) for descending e.g. -id
Response
A page of products
Changes
No recorded changes to this endpoint across all 1 revision of this API.