See what each field/column from our “Shop” template means including possible allowed values and examples.
In “Shop” sheet you can only import shop level Metafields. All other Shop fields are exported only.
Excel Sheet Name
Shop
To tell the app that you are importing Shop detail metafields you need:
- If using CSV file then the file name needs to contain the word “Shop”, for example, “my-shopify-shop-data.csv”
- If using XLSX file then the sheet/tab name in the file needs to be “Shop”. The file name for the XLSX file does not matter.
Need a quick start?
Columns Available For Export
Basic Columns – Only Export
Column | Description / Example Value |
---|---|
Shopify Domain
Export only |
The shop’s myshopify.com domain.
Examplecool-store.myshopify.com |
Name
Export only |
The name of the shop.
ExampleCool Store |
Created At
Export only |
The date and time when the shop was created.
Example2018-12-17 18:20:07 +0200 |
Updated At
Export only |
The date and time when the shop was last updated.
Example2018-12-17 18:20:07 +0200 |
Other Details – Only Export
<tr”>
Exported only
A string representing the way currency is formatted when the currency isn’t specified.
Example
€{{amount_with_comma_separator}}
Column | Description / Example Value |
---|---|
Domain
Export only |
The shop’s domain.
ExampleCoolstore.io
|
Owner
Export only |
The username of the shop owner.
ExampleJohn Rock
|
Email
Export only |
The contact email used for communication between Shopify and the shop owner.
Example[email protected]
|
Customer Email
Export only |
The contact email used for communication between the shop owner and the customer.
Example[email protected]
|
Phone
Export only |
The contact phone number for the shop.
Example12387645
|
Address1
Export only |
The shop’s street address.
Example1 Infinite Loop
|
Address2
Export only |
The optional second line of the shop’s street address.
ExampleSuite 100
|
City
Export only |
The shop’s city.
ExampleRiga
|
Province
Export only |
The shop’s normalized province or state name.
ExampleCalifornia
|
Province Code
Export only |
The two-letter code for the shop’s province or state.
ExampleCA
|
Country
Export only |
The shop’s country.
ExampleLatvia
|
Country Code
Export only |
The two-letter country code corresponding to the shop’s country.
View a list of Shopify Country and Province codes here. ExampleLV
|
Zip
Export only |
The shop’s zip or postal code.
ExampleLV4101
|
Time Zone
Export only |
The name of the timezone the shop is in.
Example(GMT+02:00) Europe/Riga"
|
Latitude
Export only |
The latitude of the shop’s location.
Example45.427408
|
Longitude
Export only |
The longitude of the shop’s location.
Example-75.68903
|
Primary Locale
Export only |
The shop’s primary locale, as configured in the language settings of the shop’s theme.
Exampleen
|
Currency
Export only |
The three-letter code (ISO 4217 format) for the shop’s default currency.
ExampleEUR
|
Enabled Presentment Currencies
Export only |
A list of enabled currencies (ISO 4217 format) that the shop accepts. Merchants can enable currencies from their Shopify Payments settings in the Shopify admin.
ExampleEUR, USD
|
Taxes Included
Export only |
Whether applicable taxes are included in product prices.
ExampleTRUE
|
Tax Shipping
Export only |
Whether taxes are charged for shipping.
ExampleFALSE
|
County Taxes
Export only |
Whether the shop is applying taxes on a per-county basis. Only applicable to shops based in the US.
ExampleFALSE
|
Money Email Format
Export only |
A string representing the way currency is formatted in email notifications when the currency isn’t specified.
Example€{{amount_with_comma_separator}}
|
Money With Currency Format
Export only |
A string representing the way currency is formatted when the currency is specified.
Example€{{amount_with_comma_separator}} EUR
|
Money With Currency Email Format
Export only |
A string representing the way currency is formatted in email notifications when the currency is specified.
Example€{{amount_with_comma_separator}} EUR
|
Checkout API Supported
Export only |
Whether the shop is capable of accepting payments directly through the Checkout API.
ExampleTRUE
|
Shopify Plan
Export only |
The display name of the Shopify plan the shop is on.
Exampletrial
|
Force SSL
Export only |
Whether the shop forces requests made to its resources to be made over SSL using the HTTPS protocol.
ExampleTRUE
|
Eligible For Card Reader Giveaway
Export only |
Whether the shop is eligible to receive a free credit card reader from Shopify.
ExampleFALSE
|
Eligible For Payments
Export only |
Whether the shop is eligible to use Shopify Payments.
ExampleTRUE
|
Requires Extra Payments Agreement
Export only |
Whether the shop requires an extra Shopify Payments agreement.
ExampleFALSE
|
Setup Required
Export only |
Whether the shop has any outstanding setup steps or not.
ExampleFALSE
|
Has Discounts
Export only |
Whether any active discounts exist for the shop.
ExampleTRUE
|
Has Gift Cards
Export only |
Whether any active gift cards exist for the shop.
ExampleFALSE
|
Has StoreFront
Export only |
Whether the shop has an online storefront.
ExampleTRUE
|
MultiLocation Enabled
Export only |
Whether the shop has enabled multiple locations.
ExampleTRUE
|
Password Enabled
Export only |
Whether the password protection page is enabled on the online storefront.
ExampleFALSE
|
Pre-Launch Enabled
Export only |
Whether the pre-launch page is enabled on the online storefront.
ExampleFALSE
|
Google Apps Domain
Export only |
The GSuite URL for the store, if applicable.
|
Google Apps Login Enabled
Export only |
Whether the GSuite login is enabled. Shops with this feature will be able to log in through the GSuite login page.
ExampleFALSE
|
Source
Export only |
The handle of the partner account that referred the merchant to Shopify, if applicable.
ExampleMatrixify App |
Weight Unit
Export only |
The default unit of weight measurement for the shop.
Examplelb
|
Metafields
The column name for metafield starts with “ Metafield: “, followed by the namespace.name
For example:
- The metafield with name “information” in the global namespace should be called “Metafield: information”.
- The metafield with name “description” in the “details” namespace should be called “Metafield: details.description”.
Read the more detailed documentation on Metafields page or look into our tutorial on how to manage shop Metafields.