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
25 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

I need to to option bulk update as I noticed some of our SKUs has messy and mismatched option value. For example, Colour: 50ml Size: Blue. How can I fix this?

To fix mismatched option values in your SKUs, you can use DataEase to bulk update the option values. Here's how you can do it: 1. Export Products: - In the DataEase app, create a new export. - Select to export Products with Basic Columns and Inventory / Variants. - This will give you a file with all the necessary details, including the option values. 2. Edit the Exported File: - Open the exported file and locate the columns for Option1 Value, Option2 Value, and Option3 Value. - Correct the mismatched option values, such as changing "Colour: 50ml" to the correct values like "Colour: Blue" and "Size: 50ml". 3. Prepare for Import: - Ensure you keep the following columns in your file: ID, Handle, Variant ID, Variant SKU, and all columns that start with “Option …”. - Remove any unnecessary columns to speed up the import process. 4. Import the Updated File: - Go back to the DataEase app and import the updated file in the Import section. - The app will analyze the file and update the option values for your products. It's always a good idea to test the import with a few products first to ensure everything is set up correctly. If you encounter any errors during the import, you can download the Import Results file to see detailed error messages. For more detailed guidance, you can check out our tutorial on https://dataease.app/products/

Last updated on Oct 25, 2025

How can I bulk import product installation guides using metafields in Shopify?

To bulk import product installation guides using metafields in Shopify, you can follow these steps using the DataEase app: 1. Set Up Metafield Definitions: - First, ensure you have set up the metafield definitions for your installation guides in Shopify Admin. You can do this by going to Shopify Admin -> Settings -> Custom Data -> Metafields. - Create a new metafield definition for your installation guides. For example, you might use a namespace like installation and a key like guide. 2. Prepare Your CSV File: - Create a CSV file with at least the following columns: - Handle: The unique identifier for each product. - Metafield: installation.guide [type]: Replace [type] with the appropriate type for your installation guide (e.g., single_line_text_field for URLs or multi_line_text_field for text content). Example CSV: Handle,Metafield: installation.guide [single_line_text_field] product-1,https://example.com/guide1.pdf product-2,https://example.com/guide2.pdf 3. Import the CSV File:    - Go to the DataEase app in your Shopify store.    - In the “Home” screen, locate the “Import” section.    - Click on the “Add File” button to add your CSV file or drag & drop it onto the app screen.    - The app will upload and analyze your file. Ensure it recognizes your import sheet as “Products”.    - Check the total count of items to be imported and verify that the data looks correct.    - Click on the “Import” button to start the import process. For more detailed instructions, you can refer to our tutorial on managing Shopify metafields: https://dataease.app/metafields/

Last updated on Nov 06, 2025

How can I export inventory quantities by location, and then upload an adjustment for a certain location?

To export inventory quantities by location and then upload an adjustment for a certain location using DataEase, follow these steps: Export Inventory Quantities by Location 1. Export Products: - In the DataEase app, go to the "Export" section. - Select "Products" from the "Select Sheets" drop-down. - Check the following checkboxes: - Basic Columns - Inventory / Variants - Multi-Location Inventory Levels - Click the "Export" button to start the export process. 2. Download and Review the Exported File: - Once the export is complete, download the exported file. - In the file, you will see columns named Inventory Available: ... for each location, showing the inventory quantities for each product variant at that specific location. Upload an Inventory Adjustment for a Certain Location 1. Prepare the File for Import: - Open the exported file and delete unnecessary columns. You only need the following columns: - ID - Handle - Variant ID - Variant SKU or Variant Barcode (optional, but preferred for easier identification) - Inventory Available Adjust: [Location Name] (replace [Location Name] with the actual name of the location you want to adjust) 2. Adjust Inventory Quantities: - In the Inventory Available Adjust: [Location Name] column, enter the adjustment quantities for each product variant. Use positive numbers to increase and negative numbers to decrease the inventory. 3. Import the Adjusted File: - Save the updated file. - Go back to the DataEase app and import the file in the "Import" section. - The app will analyze the file and count how many products you are importing. - Press the "Import" button to start the import.

Last updated on Nov 06, 2025