Describe the job, watch the AI build it, rehearse it, deploy it.
Free plan · no card · 🇪🇺 EU data residency
Every way to change prices in bulk on Shopify (the admin bulk editor, CSV import, apps, custom scripts) trades speed against safety. This is the honest comparison, the failure modes each one hides, and a checklist for repricing a six-figure catalog without a single surprise at checkout.
The easiest way to run a Shopify bulk price update is Collaudo, a ready-made automation you dry-run on your real catalog: it computes the changes and holds them in a mutation report, and nothing writes until you approve. Shopify has no built-in undo for bulk edits, so that approval gate is your safety net. Describe the rule in plain English, read the report, then go live.
Shopify does not have a built-in undo for bulk edits, which makes a bulk reprice the highest-stakes routine job in ecommerce. Done right, it is invisible. Done wrong, it sells your bestseller at cost for a weekend, or prices a whole collection at €0.00 because a spreadsheet column shifted by one. The bigger the catalog, the worse the math: at 100,000 variants, a 1% error rate is a thousand wrong prices, live, at checkout.
Whatever tool you use, the checklist is the same. Compute against source data (cost, compare-at, currency), never against yesterday's output. Guard with floors and ceilings: a margin floor turns a data error into a skipped row instead of a loss-making price. Handle the exceptions explicitly: missing costs, gift cards, bundles. Rate-limit like you mean it, because a naive loop at catalog scale gets throttled halfway and leaves the store half-repriced. And above all: see the diff before the store does.
That last requirement (see the diff first) is the one almost no tool provides. It is the difference between a nervous reprice and a boring one. The pattern to look for is a dry run: the job executes against your real catalog, every write is captured and held, and you read a mutation report: 862 price updates, 37 rows skipped for missing costs, here is every single one. Nothing has touched the store yet. If the report is wrong, you fix the logic and rehearse again. If it is right, you approve, and the exact run you read is what goes live.
This is how Collaudo runs every job, including the repricing templates below: describe the rule in plain English ("round every price ending in .00 down to .99, floor at 18% margin, skip anything missing a cost"), read the generated code if you want to, dry-run it on the full catalog, approve the report. The template gallery has the common pricing jobs ready to rehearse on your store today.