Solutions to common product CSV import problems
If you're having a problem uploading your product CSV file, then check if the problem is listed in the following solutions. If you're still having problems, then contact Shopify Support.
On this page
Error messages
Daily variant creation limit reached, try again
For stores with 50,000 product variants (excluding Plus stores), no more than 1,000 new variants can be created by CSV uploads (or API) within a 24 hour timeframe. The 24 hour timer starts at the time of the first upload of the day.
Fulfillment service can't be blank
You need to enter the name of the fulfillment service you're using. If you're not using a fulfillment service, then this should be set to manual
.
Ignored line #-## because handle example
already exists
The handle is used to uniquely identify each individual product. Make sure you have a unique handle for each product in your CSV.
Ignored line #-## because it did not contain product data
This means that there is at least one product with a handle, but no product title.
Illegal quoting on line
This error is caused when there is an illegal character in the CSV file that you are trying to import. To fix this, remember that your CSV file must be UTF-8 encoded.
Sometimes, this error is caused by a missing or stray quote.
Incorrect header check
Remove the image from that line and try again. If that resolves the issue, then try hosting the image somewhere else.
Invalid CSV header: missing headers
The first line of your CSV file should be:
Remember to check for extra white spaces at the end of the first line.
Inventory policy is not included in the list
The inventory policy needs to be set to 'deny' or 'continue'.
Inventory quantity can't be blank
The inventory quantity needs to be set. If you're not tracking inventory, then make sure the Variant Inventory Tracker is left blank. Otherwise, the platform requires an inventory quantity.
Inventory quantity is not a number
You need to enter a number value for the quantity of items in stock.
Missing or stray quote on line
This can be the result of Excel or another spreadsheet program adding curly quotes (smart quotes). These quotes need to be replaced with straight quotes. To resolve this issue, open the file in a text editor, and do a search and replace to change “ “
into quotes that look like this: " "
.
Another possible cause is an extra quote that has been added to the file. Open the file in a text editor and find the line that has error. Review the fields for stray quotes and remove them.
Not a valid product category
The product category that you entered does not match the full product category breadcrumb or the category ID listed in Shopify's Standard Product Taxonomy. You need to match either the category breadcrumb or the category ID exactly.
Validation failed: An error occurred while trying to download the image
An image file is missing.
Validation failed: getaddrinfo: nodename nor servname provided, or not known
This error is caused when there is a mistake in the image URL. The image URL needs to have http://
in front of it. It also needs to be a publicly accessible direct link to the image.
Validation failed: options are not unique
This error is caused when a product has duplicate options. You might have set up a product with two variants with the same option values (for example, 2 medium products, both in black). If the option values are unique, then a product could be duplicated elsewhere in the CSV with the same handle.
Validation failed: price can't be blank
The price needs to be added to this line.
Validation failed: The uploaded image exceeds the 20 megapixel limit
Your product images can be any size up to 5000 x 5000 px, or 25 megapixels. Reduce the size of the image or use a different image.
Frequently asked questions
There are random characters in my export. Do you handle international languages?
Shopify supports any language or characters that are included in the UTF-8 encoding. If you're seeing strange characters in your product descriptions, then it probably means your CSV file isn't using UTF-8 encoding. To fix it, open the file in a text editor. Save it again, making sure that you specify UTF-8 encoding.
I tried to upload my CSV and a Choose column headings
window appeared
This window displays when the headers of your CSV file are incorrect. You can choose the correct headers from the drop-down menu to help you import your CSV file to Shopify.