Import & Export

Bulk manage your product catalog with import and export tools.

Exporting Products

Export your entire catalog or a filtered selection:

  1. Navigate to Products
  2. Click Export in the top-right
  3. Choose format: CSV or JSON
  4. Select which fields to include
  5. Click Download

Export Options

  • All products — Complete catalog export
  • Selected products — Only checked products
  • Collection — All products in a specific collection
  • Published / Draft — Filter by status

Importing Products

Upload a CSV or JSON file to add or update products in bulk:

  1. Click Import in the Products section
  2. Upload your file
  3. Map columns to product fields
  4. Preview the import data
  5. Confirm and import

CSV Format

Your CSV should include headers matching product fields:

  • title — Product name (required)
  • description — Product description
  • price — Selling price (required)
  • compare_at_price — Original price
  • sku — Stock keeping unit
  • inventory_qty — Stock quantity
  • images — Comma-separated image URLs
  • tags — Comma-separated tags
  • published — true/false

Handling Variants

Include one row per variant with the same title:

  • option1_name — First option name (e.g., "Size")
  • option1_value — First option value (e.g., "Medium")
  • option2_name — Second option name (e.g., "Color")
  • option2_value — Second option value (e.g., "Blue")
Warning

Always test with a small batch first. Back up your catalog before large imports.

Updating Existing Products

To update products via import:

  1. Export your current catalog
  2. Edit the CSV file
  3. Re-import with the Update existing option enabled
  4. Products are matched by SKU or title

Next Steps