Skip to main content

Import & Export

Use CSV import and export to manage location data in bulk. These features are available on supported paid plans.

Start with an export

Create one representative location in the app, export your locations, and use that file as the import template. This gives you the exact header names and current data format.

Import

The file must be a UTF-8 encoded CSV with a non-empty header row. Header names are case-sensitive and must match the supported column names below. Unsupported columns are ignored.

The import uses id to update an existing location when possible. If id is empty, Store Locator also looks for a location with the same name, latitude, and longitude. Otherwise it creates a location.

Columns

ColumnRequiredFormat or behaviour
idYes, value may be emptyExisting numeric Store Locator ID. Leave empty to create a location or use fallback matching.
enabledNoyes, no, true, false, 1, or 0. A new location without valid coordinates cannot be enabled.
nameYesLocation name.
address_fullYesComplete display address. This value cannot be empty in the current importer.
address, address2, city, countyNoAccepted compatibility columns. Use address_full; these values do not replace the required full address.
postcodeNoPostal or ZIP code.
countryYesCountry name or two-letter ISO code, such as United Kingdom or GB.
latitudeNoNumber from -90 to 90. Required for the location to be enabled.
longitudeNoNumber from -180 to 180. Required for the location to be enabled.
map_pin_colorNoSeven-character hex colour with #, such as #FF0000.
phone, email, urlNoCustomer-facing contact details.
imageNoBigCommerce WebDAV path, such as /dav/content/location.jpg.
channelsNoPipe-separated channel names, such as Store One|Store Two. Defaults to channel 1 when omitted.
tagsNoPipe-separated tag names, such as Parking|Wi-Fi|Garden.
groupsNoPipe-separated group unique keys. Create the groups before importing.
notesNoCustomer-facing rich-text content; HTML is supported.
enable_opening_timesNoyes or no.
monday_from, monday_toNoTime such as 09:00, or closed or 24 hours.
Tuesday through Sunday _from and _to fieldsNoSame format as the Monday fields.

Upload

  1. Open Locations > Import / Export > Import.

  2. Select the CSV file and start the import.

    CSV file selected in the Store Locator import panel

  3. Wait for processing to finish. Imports remain in the history for three days.

  4. If a row fails, select its warning icon to review the error, correct the CSV, and import it again.

    Warning icon and row errors in Store Locator import history

After a successful import, verify a sample of created and updated locations before publishing them.

Export

Open Locations > Import / Export > Export, then select Download. The generated CSV contains the current supported export headers and is the safest starting point for a later import.

Download action in the Store Locator export panel