GET /v1/bundles?catalogId=GEN_CATALOG&productId=960038380
&count=20
{
"bundlesGroups": [
{
"id": "BREAKFAST_BUNDLE",
"name": "Breakfast Essentials",
"bundlesProducts": [
{ "productId": "960038380", "score": 95 },
{ "productId": "960050655", "score": 92 },
{ "productId": "960082694", "score": 88 }
]
},
{
"id": "SANDWICH_BUNDLE",
"name": "Sandwich Bundle",
"bundlesProducts": [
{ "productId": "960038380", "score": 96 },
{ "productId": "960039100", "score": 90 },
{ "productId": "960055200", "score": 87 }
]
}
],
"bundlesRequest": {
"catalogId": "GEN_CATALOG",
"productId": "960038380",
"count": 20
}
}