How to Solve Common Import Problems on Shopify
Last modified: May 12, 2026
| # | Name | Image | |
|---|---|---|---|
| 1 |
|
Order Printer Pro
|
|
| 2 |
|
Order Printer Templates
|
|
| 3 |
|
Order Printer
|
|
| 4 |
|
Ordersify: Easy Order Printer
|
|
| 5 |
|
Quick Order Printer
|
|
| 6 |
|
Zinevoice
|
|
| 7 |
|
Restaurant POS Order Printer
|
|
| 8 |
|
Sufio: Professional Invoices
|
|
| 9 |
|
Invoice Falcon
|
|
| 10 |
|
Vify PDF Invoice & Order Print
|
|
|
Show More
|
|||
-
Can I import customer data into Shopify?
Yes, Shopify allows you to import customer data using a CSV file. Go to Customers in your Shopify admin, click Import, and upload a CSV with columns for first name, last name, email, and other customer fields. Note that customer CSV imports use a different template than product imports, so make sure you download Shopify’s customer CSV template first to get the correct column headers.
-
What should I do if my Shopify import is taking too long?
Large CSV files with thousands of products can take several minutes to process. If your import seems stuck, check that your file doesn’t exceed 15MB (Shopify’s upload limit). For very large catalogs, split your CSV into smaller files of 1,000-2,000 products each and import them one at a time. Also make sure image URLs point to fast, reliable hosting - slow image downloads are often the bottleneck.
-
What’s the best way to organize my CSV file for Shopify import?
Start by downloading Shopify’s sample CSV template from the Shopify Help Center so you have the correct headers. Keep your main product row first (with the title, description, and vendor), followed by variant rows that share the same handle but leave the title blank. Before uploading, open the file in a text editor to check for curly quotes, extra spaces in the header row, and ensure the file is saved as UTF-8 encoded CSV.
-
Why does my Shopify CSV import say “inventory policy is not included in the list”?
Shopify only accepts two values in the Variant Inventory Policy column:
denyorcontinue, both lowercase with no extra spaces. The error means at least one row in your CSV has something else there: a capital letter, a blank cell, extra text like “Deny selling,” or a hidden trailing space. Open the CSV, find the Variant Inventory Policy column, and make sure every row contains exactlydenyorcontinue. Re-save as CSV UTF-8 and re-import. -
What does “src cannot be blank” mean during a Shopify import?
Shopify is telling you that one of your product rows has an Image Alt Text value but no value in the Image Src column. You can’t attach alt text to an image that doesn’t exist. Either add a valid
https://image URL to the Image Src column for that row, or clear the Image Alt Text so both fields are empty. Variant rows that should not have their own image must leave both columns blank. -
Why does my Shopify product show 0 in stock after importing?
This almost always means your Variant Inventory Tracker column was set to
shopifybut the Variant Inventory Qty column was empty for that row. Shopify saves the product with zero stock. Re-export your products, fill in the actual stock numbers in the Variant Inventory Qty column, and re-import using the same Handle so Shopify updates the existing product instead of creating a duplicate. If the product is missing entirely rather than showing 0 stock, check the Published column is set totrueand that the product is available on the Online Store sales channel. -
What’s the maximum CSV file size Shopify accepts for import?
Shopify caps product CSV uploads at 15 MB. If your file is larger, split it into smaller files of 1,000 to 2,000 products each and import them in sequence. The first import creates the products; subsequent imports update them as long as the Handle column matches. For very large catalogs, third-party migration apps like Matrixify and LitExtension can handle files well beyond the native 15 MB limit.
Wrapping Up: How to Solve Common Import Problems on Shopify
Shopify CSV imports can throw a wide range of error messages, but most of them come down to a few root causes: incorrect column headers, missing required values, bad formatting, or image URL problems. The error list above covers the most frequent issues store owners run into.
If your error message isn’t listed here, double-check your CSV against Shopify’s official CSV template and make sure every required column is present and correctly spelled. You can also check out some more technical and developer tools in Shopify that can help with data management and troubleshooting.