A descriptive category, for example, "Food" or "Liquor" that, when applied to the menu items and modifier options in your menu, allow you to view sales data by category. Null if no sales category has been defined.
Food ServicePoint-of-SaleRestaurantHospitality
Properties
Name
Type
Description
name
string
A descriptive name for this sales category, for example, "Food" or "Liquor".
guid
string
A unique identifier for this sales category, assigned by the Toast POS system.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/toast/refs/heads/main/json-schema/menus-sales-category-schema.json",
"title": "SalesCategory",
"description": "A descriptive category, for example, \"Food\" or \"Liquor\" that, when applied to the menu items and modifier options in your menu, allow you to view sales data by category. Null if no sales category has been defined.\n",
"type": "object",
"properties": {
"name": {
"description": "A descriptive name for this sales category, for example, \"Food\" or \"Liquor\".\n",
"type": "string"
},
"guid": {
"description": "A unique identifier for this sales category, assigned by the Toast POS system.\n",
"type": "string"
}
}
}
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.