ItemRequest

  • Item
    Type: object
    • code
      Type: string
    • item_type
      Type: stringenum
      values
      • item
      • category
      • option
      • aloha_promo
    • name
      Type: string
Examples
{
  "item": {
    "name": "Chili Cheese Dog",
    "code": "00000000",
    "item_type": "item"
  }
}