Items

Description#

Items represent a singular product that can be purchased from within a business' merchandise.

Data#

Name#

  • Required
  • Localizable

Image#

Description#

  • Localizable

Price#

  • Type
    • Number
  • Validation
    • Required
    • Minimum
      • 0
    • Maximum
      • 50000
    • May accurate to two decimal places.

Modifications#

Active#

Published#

Sample data structure#

{
_id: <EID>,
name: "Burger",
description: "yummy",
image: <File EID>,
active: true,
price: 4500,
modifications: [
...
]
}