How-To Guide
8 min read

How to Import Products to Shift4Shop (2026 Guide)

After converting your data with one of our tools, follow these steps to import the products into Shift4Shop.

Import Steps

1

Download the sample CSV import file

Log in to your Shift4Shop Online Store Manager and navigate to Products, then Product List. Click the Export/Import button in the top right of the page. Click the + icon for the product import function to download the sample CSV template that shows the expected column format.

2

Prepare your product data

Open the sample CSV in a spreadsheet program and populate it with your product information. The required fields are id (a unique product SKU), name, and price. Add optional fields like description, categories, stock levels, weight, and image URLs as needed for your catalog.

Tip: There is no limit to the number of products you can import via CSV in Shift4Shop.
3

Format categories and images

For categories, use forward slashes to separate hierarchy levels (e.g., Clothing/T-Shirts). Enter publicly accessible image URLs in the image1 through image4 columns and the thumbnail column. Make sure URLs start with https:// and the images are accessible without authentication.

4

Save as CSV

Save your completed spreadsheet as a CSV file with UTF-8 encoding. Verify that all required fields (id, name, price) are filled in for every product row. Double-check that no special characters in descriptions or names will cause parsing issues.

5

Upload your CSV file

In the Shift4Shop Online Store Manager, go to Products, then Product List, then click Export/Import. Select the import option and upload your prepared CSV file. The system will parse the file and prepare to add the products to your store.

6

Review and complete the import

Review the import preview to confirm the data looks correct. Click Import to start processing. The system will create new products for each row in your CSV file. Wait for the import process to finish before navigating away.

7

Import product options separately

Product options such as sizes, colors, and materials must be imported separately after the base products exist in the system. Use the product options import function to add variant options to your already-imported products.

Warning: You cannot import product options if the products do not already exist in the system. Always import base products first.
8

Verify imported products

Browse your product catalog in the Shift4Shop Store Manager to confirm all products imported correctly. Check product names, prices, descriptions, images, categories, and stock levels. Visit your storefront to verify that products display properly to customers.

Required Shift4Shop Fields

Field Type Description Example
id Text Product SKU (unique identifier, required) SHIRT-BLU-M
name Text Product name Blue Cotton T-Shirt
price Currency Product price 29.99

Shift4Shop requires these fields for successful import.

Tip Make sure your converted file is saved and ready before starting the import. You can preview the converted data in the tool before downloading.

Frequently Asked Questions

Shift4Shop accepts CSV files for importing products. Our converter ensures the file is formatted correctly for Shift4Shop.
Check the error message from the platform. Common issues include date format mismatches, missing required fields, or duplicate entries. Our converter handles most formatting issues automatically.