Products
List or search products
Without q, returns all active products and applies sort. With q, trims the value and performs a case-insensitive name or SKU search limited to 200 products; sort is not applied to search results. An empty q value returns an empty products array.
get/products
Query parameters
qstring
Search active product names and SKUs. The value is trimmed, matching is case-insensitive, and at most 200 products are returned. Empty values return no products.
sort'name' | '-name' | 'sku' | '-sku'
Sort an unfiltered product list. This parameter is ignored when q is present.
Response
List of products
Example response
{
"products": [
{
"id": "3-contacts"
}
]
}