v1
OpenAPI 3.0.02026-08-04109109370.6 KBProducts
List all products
get/products
Query parameters
qstring
Filter for matching name or sku
sort'name' | '-name' | 'sku' | '-sku'
Response
List of products
Example response
{
"products": [
{
"id": "3-contacts"
}
]
}