Ask a Question
Maximum depth of nested items
about 1 month ago by Yusuf
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:
-
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
- Modifier Group: Additional pan sear
- Option: Sous vide
- Modifier Group: Choose cooking method
- Option: Well done
- Option: Medium rare
- Modifier Group: Choose cooking time
- Option: Ground
- Option: Wagyu
- Modifier Group: Choose type of beef
- Option: Veggie
- Option: Beef
- Modifier Group: Choose patty
- Option: Chicken burger
- Option: Cheeseburger
-
Modifier Group: Choose drink
- Option: Soda
- Option: Water
-
Would this be supported and is there confirmation of this in your documentation anywhere? Thanks.