service_provider_id (restricts to products of that SP) and includeCloseShop (default false — closed-shop products are excluded). Note: server-side, products without combinations were originally filtered out — this check is currently commented out. Response is cached on the CDN for 1 minute (60s).{
"jsonapi": {
"version": "1.0"
},
"data": [
{
"type": "products",
"id": "p1111111-1111-1111-1111-111111111111",
"attributes": {
"key": "ext-product-1",
"status": 1,
"isClosedShop": false,
"hasExternalPrice": false,
"name": "Visitenkarten Standard",
"description": null,
"serviceprovider": "Service Provider DE",
"categoryId": "c1111111-1111-1111-1111-111111111111",
"has_sets": false
}
}
]
}