active flag; if not set, all products are returned.curl --location '/v1/products?active=true&limit=50&offset=0&q=toaster&sort=name'{
"products": [
{
"variantId": "1001",
"imageUrl": "https://cdn.example.com/p/1001.jpg",
"ean": "8591234567890",
"name": "Toaster 2-Slice",
"price": 99,
"currency": "EUR",
"created": "2024-11-23T10:15:00Z",
"updated": "2025-05-12T16:40:22Z"
},
{
"variantId": "1002",
"imageUrl": null,
"ean": null,
"name": "Mini Toaster",
"price": 74.9,
"currency": "EUR",
"created": "2024-08-03T09:00:00Z",
"updated": "2025-02-18T12:10:05Z"
}
],
"paging": {
"start": 1,
"count": 2,
"totalCount": 418
}
}