A restaurant's packaging configuration. You can expect a 200
response
even if your restaurant does not have a published packaging configuration. If the restaurant does not have a published configuration, an empty, disabled packaging config is returned.
curl -i -X GET \ https://toast-api-server/packaging/v1/published/packagingConfig \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \ -H 'Toast-Restaurant-External-ID: string'
{- "enabled": true,
- "guestMessage": "string",
- "items": [
- {
- "id": "string",
- "itemTypes": [
- "string"
], - "guestDisplayName": "string",
- "guestDescription": "string",
- "guestInclusionType": "string"
}
]
}