Sections

Description#

A section represents an aggregation of items.

Data#

Name#

  • Localizable

Description#

  • Localizable

Items#

  • Type
  • Notes
    • Items are optional so that we allow businesses to have informational sections without fake items unlike Wolt.

Published#

Sample data structure#

{
name: "Burgers",
description: "yum yum yum",
items: [
...
]
}