Adding a certain $$ amount to all products

Hi community,

I was wondering, if it was still possibly to do a bulk edit on all products and add a certain $$ amount to all products, ideally temporarily. I would like to run marketing campaigns with either $$ amounts off or % off.
I found a solution from 2022, but the platform has changed since and I cannot do that this way now.

Thank you!

Hi @Sunny17 its possibly commonly just done using the product CSV export and import.

Marketing/discounts is very is different than actually bulk editing product data, don’t conflate the things.

Discounts work as described ( $$ amounts off or % off) so I don’t see what that actual question is.

If you mean you want to charge a FEE, or change prices in the checkout itself that is drastically different.

I know the difference, thanks :wink:
I need to bulk edit my prices. I have very tight margins and need to up the prices a bit before I can offer a discount to my customers or I will make a loss.

Then use the product CSV export to to spreadsheet program to add the margins then import the CSV.

TY - will do.

Is this the only way?

go to markets > catalogs, should be able to do it with that

Hi there! You can bulk‑edit your product prices using Shopify’s built‑in bulk editor. Go to Products → All Products, select the items you want to adjust and click Edit. Add a “Price” column and increase each price by the extra amount you want to charge; when your promotion ends, you can repeat the process to restore the original prices.

Another approach is to leave the product prices untouched and create a discount code or automatic discount that applies a fixed amount at checkout, which can simulate the surcharge without editing every product. Hope this helps!

I like this idea, I would have to manually go through all prices, right? As it is a $ amount and not a percentage.

Hi @Sunny17 ,
Yes, it’s still possible, but the method has changed a bit with the newer Shopify updates.

For temporary price increases or “sale” adjustments:

Use Shopify’s built-in bulk editor

  1. Go to Products → All products
  2. Select the items you want
  3. Click Bulk Edit
  4. Add the fields Price and Compare at price
  5. Increase the price or set a higher “compare at” price (for sale-style marketing campaigns)

Thank you - that is a manual thing again, isn’t it? I was hoping for a solution that does all products at once.

@Sunny17 you want to do it for all the products and variants then you can do it via coding, add bit more to price code and it will be reflected on all the pages.

This approach needs to modify code carefully as it is related to the prices and single mistake can cause heavy losses.