TM Forum Community

 View Only

Nested Bundling in Product Offering

  • 1.  Nested Bundling in Product Offering

    Posted Sep 23, 2025 04:35

    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
    ------------------------------