Home Products How can i add new photo to previous image by using DataEase?

How can i add new photo to previous image by using DataEase?

Last updated on Oct 18, 2025

To add a new photo to an existing product's images using DataEase, you can follow these steps:

1. Export Current Product Data: First, export your product data to get the current list of images. Make sure to include columns like Handle, Image Src, and Image Position.

2. Prepare Your Import File: In your import file, you will need to add a new row for the new image you want to add. Use the same Handle as the existing product to ensure the image is added to the correct product.

3. Add New Image Details:

  • In the Image Src column, provide the URL of the new image you want to add.

  • If you want to specify the order of the images, use the Image Position column to set the position of the new image. If you leave it blank, the image will be added at the end.

4. Import the File: Once your file is ready, import it back into Shopify using the DataEase app. Make sure to use the MERGE command in the Image Command column to add the new image without affecting existing images.

Here's a simple example of how your import file might look:

Handle,Image Src,Image Position,Image Command

product-handle-1, http://example.com/new-image.jpg,,MERGE

This process will add the new image to the existing images of the product.