v2

latestOpenAPI 3.0.02026-08-08112115411.4 KB
Products

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"
    }
  ]
}