Home Products

Products

Bulk edit products: titles, descriptions, handles, vendors, types, tags, SEO, images, status. CSV/Excel mapping with preview and error reports.
Udjin
By Udjin
12 articles

How can bulk import products from scratch onto my Shopify?

For starters i need product name, Sizes (S,M,L,XL) and the respective stock per size. What's the fastest way i can do this? To bulk import products from scratch into Shopify with the details you mentioned (product name, sizes, and stock per size), you can use the DataEase app. Here's a step-by-step guide to get you started: 1. Prepare Your Import File:    - Create an Excel XLSX or CSV file.    - Include the following columns: Title, Option1 Name, Option1 Value, Variant Inventory Qty.    - For your sizes, you can set Option1 Name as "Size" and Option1 Value as "S", "M", "L", "XL" for each variant.    - Specify the stock quantity in the Variant Inventory Qty column for each size.    Here's a simple example of how your file might look:      Title,Option1 Name,Option1 Value,Variant Inventory Qty    Product A,Size,S,10    Product A,Size,M,15    Product A,Size,L,20    Product A,Size,XL,5 2. Import the File Using DataEase:    - Open the DataEase app in your Shopify store.    - Go to the "Import" section.    - Drag and drop your prepared file or click "Add File" to upload it.    - Ensure the app recognizes your sheet as "Products".    - Review the data to ensure everything looks correct. 3. Start the Import:    - Once you're satisfied with the setup, click the "Import" button.    - Monitor the import process to ensure it completes successfully. For more detailed guidance, you can check out the https://dataease.app/products/

Last updated on Oct 18, 2025

How to Reuse the Same 11 Images Across 200 Shopify Products (Without Duplicates) Using DataEase?

I have 200 products that I would like to import into the store. All 200 products should have the same 11 images. I have uploaded the images once in the Shopify backend and copied and pasted the URLs into my upload file (the same URL for each product). However, when I then upload the products, Shopify creates each image again, so that I now have all 11 images 200 times each in the backend. However, I only want all 200 products to access the same image. how can I do this? To ensure that all 200 products access the same set of 11 images without duplicating them in Shopify, you should use the Image Command column with the MERGE value in your import file. This will prevent Shopify from creating duplicate images for each product. Here's how you can set it up: 1. Prepare Your Import File: - Include the necessary columns: ID or Handle (to identify the product), Image Src (the URL of the image), and Image Command. - In the Image Command column, use the value MERGE for each product. This tells Shopify to keep existing images and only add new ones if they don't already exist. 2. Example of Your Import File: Handle,Image Src,Image Command product-1,https://yourstore.com/image1.jpg,MERGE product-1,https://yourstore.com/image2.jpg,MERGE ... product-200,https://yourstore.com/image11.jpg,MERGE 3. Import the File: - Upload your prepared file using DataEase. This setup should ensure that the images are linked to each product without creating duplicates.

Last updated on Oct 18, 2025