How can I bulk edit the prices of each different variant options?

Use Case: products with different sizes and categories have different prices

Example:

  • A Unisex Shirt, size medium, costs $19.99
  • A Hoodie, size medium, costs $34.99

Not all Size M have the same price, it also varies based on if it is hoodie or t-shirt.

I need to separate all the variants (ie, unisex shirt, hoodies, ladies V necks etc), so I can price them accordingly.

    Solution: multiple filters

    You can achieve it by changing one variant per product in a job.

    You can select “all products” in the product filter. Then in the variant filter. you need to provide more than one filter.

    When you setup multiple filters, the filters will work together and further narrow down the variants to be affected.

    The first screenshot (Case 1) below will change variant which is “Unisex Shirt and S” to $21.95.

    The second screenshot (Case 2) below will change price to 34.95 for variant “Hoodies, XL"

    Case 1

    Case 2