Static pricing in a dynamic market is a slow leak. A competitor's flash promo lands, a vendor's MAP resets on Monday, a long-tail SKU loses its anchor — and by the time anyone notices, three trading days have already happened at the wrong price. A dynamic pricing strategy replaces that lag with a continuous loop: observe the market, simulate the move against your own margin floor, then act — or deliberately don't.
What a dynamic pricing strategy actually is
"Dynamic pricing" gets used for three different things, and conflating them is where most implementations fail. The strategy worth running is narrow and specific:
- Continuous input. Competitor list, promo, MAP, and stock state observed on a cadence that matches the category's churn — not once a week.
- Margin-aware decision. Every candidate move is simulated against the merchant's own COGS, MAP, and configured margin floor before it is ever applied. The floor is the guardrail that keeps "dynamic" from becoming "race to the bottom."
- Four discrete outputs. Every observation resolves to one of four recommendations: hold, raise, drop, or unavailable. Two of those four are signals. Two are guards.
Anything that does only one of those three — a scraper without a decision layer, a recommender without a margin floor, an alert without a recommendation — is a partial implementation. It will produce motion, and the motion will leak margin.
The four moves and the math behind each
The recommendation engine is the part of the strategy that earns its keep. Each of the four moves is a different arithmetic — with different guardrails:
Hold
The merchant's current price is inside the competitive band and above the margin floor. The competitor has moved, but the merchant doesn't need to. "Hold" is not "do nothing" — it is "your existing position protects you, change is not required." Most alerts on a calm week resolve to hold, and that's the healthy outcome.
Raise
The competitor has moved up, or the merchant's stock state (out-of-stock, low-stock) is driving effective demand. The new price preserves — or grows — margin while staying inside the band. Raise is the move teams forget to make. The default instinct treats price as something to defend downward, not something to capture when the category clears above it.
Drop
The polite undercut. competitor price × 0.99 — a 1% discount, not a 5% discount, because a polite undercut wins the buyer without collapsing the margin. The drop is reachable — the resulting price lands above the configured margin floor. That's the only kind of drop a healthy pricing strategy should ship.
A drop that lands below the configured margin floor is not a drop — it's a guardrail violation wearing a recommendation. The system should never ship it. When the floor and the competitive price can't both be honored, the recommendation flips to hold with a floor_unreachable flag, and the merchant decides whether to widen the band, the floor, or the SKU.
See PriceSense run a dynamic strategy on your data
Open the live demo and watch PriceSense generate margin-aware pricing recommendations against real competitor data — no signup, no setup.
Open the live demoUnavailable
The recommendation engine can't make a defensible call: a key competitor is out of stock on the headline SKU, the merchant's own inventory is too low to defend a price move, or the catalog mapping hasn't resolved yet. unavailable is a deliberate no-call. Shipping a guess in its place is how teams erode trust in the recommendations.
Operating the loop without losing the merchant
A dynamic pricing strategy that produces hundreds of recommendations a week is not an asset — it's a queue. The operating layer matters as much as the math. Four habits keep it shipping productively:
- A weekly cadence, not a daily firehose. Recommendations batch into a weekly digest with an exception lane for floor_unreachable and stock-driven moves that need the same-day decision.
- Every SKU gets a configured margin floor before recommendations ship. Unbounded SKUs are quarantined — the engine will return unavailable for them and the merchant knows why.
- Realized vs recommended gets reviewed monthly. A 6% drift between recommended and realized prices over a quarter is a workflow problem (CMS override, buyer's memo, manual promo), not a model problem. Find the override, fix the workflow.
- Promo windows are explicit. A "20% off through Sunday" is a configured event that the engine honors, not a state it discovers. Outside the window the price restores automatically and the strategy stops debating it.
Closing the loop with the rest of the cluster
A dynamic pricing strategy is the third step of a working cluster: observe, diagnose, then act. The other two posts in this sequence cover the upstream halves.
For the inputs to a dynamic strategy — what to scrape and how often — see our competitor monitoring guide. For the diagnostic queries that catch strategy mistakes — stale MAP, forgotten promos, cost-plus anchoring — see 7 pricing mistakes. For an end-to-end worked example, try the pricing report tool, or compare the tier with scheduled monitoring on the pricing page.