SHOPIFY CSVInvalid CSV headerShopify checks column names closely. Extra spaces, missing required headers, and unsupported columns can stop an import.
Start with the exact failure, find the affected row, and repair only what can be changed without risking the catalog.
Check your CSV free →SHOPIFY CSVInvalid CSV headerShopify checks column names closely. Extra spaces, missing required headers, and unsupported columns can stop an import.
SHOPIFY CSVIllegal quoting on lineA stray, curly, or unclosed quote can shift every field that follows it. Check the named line before changing the whole file.
SHOPIFY CSVInventory quantity can't be blankWhen inventory tracking is enabled, each affected variant needs a numeric quantity and compatible fulfillment fields.
SHOPIFY CSVInventory policy isn't validThe legacy inventory-policy column accepts deny or continue. CommaFix normalizes safe casing differences.
SHOPIFY CSVOptions are not uniqueDuplicate option combinations can create ambiguous variants. This needs a business decision, so CommaFix flags it rather than guessing.
SHOPIFY CSVImport succeeded, but products look wrongA structurally valid CSV can still split products, lose variant relationships, or omit inventory when handles and dependent fields are wrong.
Your catalog file stays in the browser. There is no upload, account, or stored copy.
Safe header normalization, UTF-8 output, line endings, and supported value casing can be corrected automatically.
Handles, variants, missing quantities, and malformed rows are explained with line numbers instead of silently changed.
Guidance informed by Shopify’s official pages for common product CSV import problems and product imports. CommaFix is independent and not affiliated with Shopify.