STORE
This documentation describes the process of importing Stores via the Data Hub. It covers the supported CSV structure, available fields, and business rules for creating and updating Stores.
⚙️ Introduction
This job allows the creation and update of Stores via CSV import.
You can:
- Create new Stores
- Update existing Stores
📂 Import model
The CSV file must contain one row per Store.
Template CSVYou can use the following spreadsheet as a template to structure your import:
Stores - Template
📋 Fields
| Field | Definition | Required for creation | Required for update | Editable |
|---|---|---|---|---|
Store External Id | Unique external identifier of the Store | ✅ | ✅ | |
Store Name | Display name of the Store | ✅ | ✅ | ✅ |
Store Description | Description of the Store | ✅ | ✅ | ✅ |
🧠 Key Business Rules
- Stores are matched by
Store External Id. If a Store with the given External Id already exists, it is updated; otherwise a new Store is created. Store External Idcannot be updated once set — it is only used to identify the Store.- Only
Store NameandStore Descriptioncan be modified when re-importing an existing Store. - Stores cannot be deleted via import.
Best Practices✔️ Keep
Store External Idstable and unique across your catalog.✔️ Always provide
Store NameandStore Description— all three fields are required on creation and update.
