Gets all restaurant locations for Toast
Frequency (UTC) | Source | Dataset ID |
---|---|---|
17 7 26 * * | store_locations |
The feed will be validated against the following policies:
See the Validation Policy for information about policies.
Column Name | Description | Type | Mode |
---|---|---|---|
id | unique identifier of the restaurant | string | REQUIRED |
name | name of the restaurant | string | NULLABLE |
slug | slug of the restaurant | string | NULLABLE |
giftCardsEnabled | whether gift cards are enabled or not | boolean | NULLABLE |
onlineOrderingEnabled | whether online ordering is enabled or not | boolean | NULLABLE |
optEnabled | whether opt is enabled or not | boolean | NULLABLE |
scanToPayEnabled | whether scan to pay is enabled or not | boolean | NULLABLE |
tdsEnabled | whether tds is enabled or not | boolean | NULLABLE |
address | address of the restaurant | string | NULLABLE |
city | city of the restaurant | string | NULLABLE |
state | state of the restaurant | string | NULLABLE |
country | country of the restaurant | string | REQUIRED |
latitude | latitude of the restaurant | number | NULLABLE |
longitude | longitude of the restaurant | number | NULLABLE |
offset | offset at which we collected the restaurant | number | REQUIRED |