Items
| Field | Type | Description |
|---|---|---|
internalId | string | The internal system id of the item optimized for LLM readability |
name | string | Name of the item |
price | Price | Price of the item |
quantity | number | Desired quantity of the item |
customerNotes | string (optional) | Notes from the customer about this item (“No cheese” for example) |
options | Options | Options associated to this item |
Options
| Field | Type | Description |
|---|---|---|
internalId | string | The internal system id of the option optimized for LLM readability |
name | string | Name of the option |
price | Price | Price of the option |
quantity | number (optional) | Desired quantity of the option (defaults to 1) |
optionListName | string | Name of the option category this option belongs to |