Home Products How can I update only part of products?

How can I update only part of products?

Last updated on Oct 18, 2025

To update only specific parts of your products, you need to include columns in your import file that identify the product and the specific fields you want to update. Here’s a general approach:

1. Identify the Product and Variant:

  • Use columns like ID, Handle, Variant ID, or Variant SKU to identify the product and variant you want to update.

2. Include Only the Fields You Want to Update:

  • For example, if you want to update the price and stock level, your columns might look like this:

ID,Variant ID,Variant Price,Variant Inventory Qty

3. Use the MERGE Command:

  • By default, DataEase assumes the MERGE command, which updates the specified fields without affecting others.

For more detailed guidance, you can refer to the https://dataease.app/products/ tutorial