A container for the modifier groups that can be applied to a portion of a menu item.
Type: objectProperties: 4
Food ServicePoint-of-SaleRestaurantHospitality
Portion is a JSON Structure definition published by Toast, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/toast/refs/heads/main/json-structure/menus-portion-structure.json",
"name": "Portion",
"description": "A container for the modifier groups that can be applied to a portion of a menu item.\n",
"type": "object",
"properties": {
"name": {
"description": "A descriptive name for this portion, for example, \"1st Half\" or \"2nd Half\".\n",
"type": "string"
},
"guid": {
"description": "A unique identifier for this portion, assigned by the Toast POS system.\n",
"type": "string"
},
"modifierGroupReferences": {
"type": "array",
"description": "An array of `referenceId`s for `ModifierGroup` objects. These objects define the modifier groups that can be applied to this portion.\n",
"minItems": 0,
"items": {
"type": "int32"
}
},
"priceScaleFactor": {
"type": "double",
"description": "A multiplier that adjusts the cost of modifiers in this portion.\n",
"x-nullable": true
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.