Condiment
objectidstring(uuid)
Unique identifier for the condiment
namestring
Name of the condiment
descriptionstring
Description of the condiment
pricenumber(float)
Price of the condiment
Example
PaymentInfo
objectpayment_methodstring
Payment method used
Allowed values:credit_cardpaypalcash
amountnumber(float)
Amount to be paid
Example
Error
objectcodestring
Error code
messagestring
Error message
Example
OrderRequest
objectitemsarray[object]
Example:{"item_name":"Hot Dog","quantity":1,"condiments":["mustard","ketchup"]}
Show Child Parameters
Example
MenuItem
objectidstring(uuid)
Unique identifier for the menu item
namestring
Name of the menu item
descriptionstring
Description of the menu item
pricenumber(float)
Price of the menu item
Example