Stores can either be added manually one by one, or via file import (CSV, UTF-8 encoded). If you are importing stores, we recommended you do it before anything else is imported. This is because contacts (which are a separate import) might contain store references in their data, such as favorite store or recruited-by store, requiring the stores data to already be in place. A transactions import will also require stores to be set up first. When using a file import, your CSV should use semicolon (;) as a delimiter to separate the fields. The order of the fields doesn’t matter.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.
Import stores by API
You can create a store in Voyado Engage through this API endpoint:Import stores by CSV
There are three mandatory fields (see table below). Apart from these you only need to include the fields you want to set.| Field | Example | Type | Description |
|---|---|---|---|
| *externalId | 222 | string | The store’s unique id. |
| *name | The Store | string | The name of the store. |
| *timeZone | Europe/Stockholm | string | The time zone. |
| type | ECOMM | string | The store’s type, either ECOMM (eCommerce) or RETAIL (physical). |

