> ## Documentation Index
> Fetch the complete documentation index at: https://developer.voyado.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Store

| **Field**  | **Description**                                 | **Data type** | **Example value**                    |
| :--------- | :---------------------------------------------- | :------------ | :----------------------------------- |
| storeId    | The store ID recorded in Engage                 | GUID          | 41500a95-b34b-4b8b-a342-ab9001393789 |
| name       | Name of the store                               | string        | Voyado flagship store                |
| isDeleted  | If the store is deleted                         | boolean       | false                                |
| city       | Store's city location                           | string        | Stockholm                            |
| country    | Store's country location                        | string        | Sweden                               |
| zipCode    | Store's postal code                             | string        | 111 43                               |
| street     | Store's physical address                        | string        | Kungsgatan 1                         |
| region     | Store's region                                  | string        | Stockholm                            |
| externalId | Store ID as recorded in client's system         | string        | 1001                                 |
| type       | Store type                                      | string        | ECOMM, RETAIL, OTHER                 |
| active     | If the store is active                          | boolean       | true                                 |
| timeZone   | Timezone of the store                           | string        | Europe/Stockholm                     |
| changeType | Whether the row was created, updated or deleted | string        | CREATE/UPDATE/DELETE                 |
