Ask a Question

Ask a Question
Back to All

Maximum depth of nested items

Hi, is there any confirmation of what the maximum allowed depth of nested items is when using the Deliverect API?

For example, UberEats API shows:

"Six Level Deeply Nested Menu
This menu demonstrates the maximum allowable depth of nested items (six levels of modifier groups on a top-level item). https://developer.uber.com/docs/eats/references/api/v2/example-menu-payloads#six-level-deeply-nested-menu"

Which would be:

  1. Top-Level Item: Burger Combo

    • Modifier Group: Choose a burger

      • Option: Cheeseburger
        • Modifier Group: Choose patty
          • Option: Beef
            • Modifier Group: Choose type of beef
              • Option: Wagyu
                • Modifier Group: Choose cooking time
                  • Option: Medium rare
                    • Modifier Group: Choose cooking method
                      • Option: Sous vide
                        • Modifier Group: Additional pan sear
                          • Option: Sear for 10 seconds
                          • Option: No sear
                  • Option: Well done
              • Option: Ground
          • Option: Veggie
      • Option: Chicken burger
    • Modifier Group: Choose drink

      • Option: Soda
      • Option: Water


Would this be supported and is there confirmation of this in your documentation anywhere? Thanks.