Returns a SalesCategory
object
containing information about a type of menu item used to
analyze purchases at a restaurant. For example, food and
alcohol might be sales categories for a restaurant.
Returns a SalesCategory
object.
curl -i -X GET \ 'https://toast-api-server/config/v2/salesCategories/{guid}' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \ -H 'Toast-Restaurant-External-ID: string'
{- "guid": "string",
- "entityType": "string",
- "name": "string"
}