ABAR
Pricing

How to round Shopify prices to .99 in bulk

Round all your Shopify product prices to .99, .95 or .90 in bulk — the manual method, the CSV formula and the app workflow with preview and undo.

ABAR Editorial Updated July 12, 2026 7 min read 3 sections

How to round Shopify prices to .99 in bulk

Quick answer

To round Shopify prices to .99 in bulk, export the affected products as CSV, apply a formula like FLOOR(price)+0.99 to the Variant Price column and re-import. For live catalogs or when you need undo, use a dedicated bulk-edit app that applies rounding rules with a before/after preview.

Key takeaways
  • The admin bulk editor is fast but has no preview and no undo.
  • CSV scales but silently overwrites empty cells — always take a filtered export as a snapshot first.
  • A dedicated bulk-edit app is the safest option for recurring changes because it previews and undoes each field.
  • Verify a five-product sample after any bulk change before closing the ticket.
TL;DR

Three paths: the native admin bulk editor for small filtered lists, CSV for one-off bulk changes, and a dedicated app when you need preview, safety limits and undo. Pick by risk, not by habit.

The manual way — Shopify admin

Shopify's native bulk editor has no rounding rule — you can only type a new value into each cell. For anything above a handful of products, the manual method is only viable if you don't care about consistency across variants.

The CSV way — with pitfalls

Export the products, apply FLOOR(price)+0.99 (or 0.95, 0.90) to the Variant Price column in your spreadsheet, and re-import. Pitfalls: (1) FLOOR on values already at .99 produces .99 again — no harm but no change either, so filter first; (2) rounding down can drop the price below your target margin, so add a MAX(rounded, floor_price) guard formula; (3) don't forget Variant Compare At Price if you want the discount ratio to stay stable.

The app way — preview and undo

In ABAR Bulk Edit you pick 'change price by %' or 'set fixed price', choose the rounding rule (.99 / .95 / .90 / none), set a minimum-price safety limit, preview every affected row, and undo if the rounding drops rows through the floor.

The safe workflow

Filter → export CSV snapshot → preview → apply → verify on five products → keep an undo path open. Every safe bulk change on Shopify looks like this, whichever tool you use.

Try the app
ABAR Bulk Edit

Bulk edit products, prices, inventory and metadata — with previews, scheduling and reliable undo.

Learn more

Frequently asked questions

The most common questions merchants ask us about pricing.

Yes — blank cells overwrite existing values on the columns you include. Only re-import the columns you actually want to change.

Keep reading

A
ABAR Editorial
The editorial team at ABAR writes about practical Shopify operations, grounded in real API and admin behaviour.
Share X LinkedIn