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 CSV

You can use the following spreadsheet as a template to structure your import:

Stores - Template

📋 Fields

FieldDefinitionRequired for creationRequired for updateEditable
Store External IdUnique external identifier of the Store
Store NameDisplay name of the Store
Store DescriptionDescription 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 Id cannot be updated once set — it is only used to identify the Store.
  • Only Store Name and Store Description can be modified when re-importing an existing Store.
  • Stores cannot be deleted via import.
📌

Best Practices

✔️ Keep Store External Id stable and unique across your catalog.

✔️ Always provide Store Name and Store Description — all three fields are required on creation and update.