Hello everyone,
I have a use case where a parent bundle product offering contains child bundles, and each child bundle contains individual leaf product offerings, as shown below. Is this TMF Compliant?
{
"id": "parent-bundle",
"isBundle": true,
"bundledProductOffering": [
{
"id": "child-bundle",
"isBundle": true,
"bundledProductOffering": [
{ "id": "leaf-offer-1", "isBundle": false },
{ "id": "leaf-offer-2", "isBundle": false }
]
}
]
}
#General------------------------------
Abhishek Palla
TO BE VERIFIED
------------------------------