Acro Commerce

ERP reality checks

Acumatica’s Product Configurator on a storefront: what it is and what reaching it costs

Acumatica ships a rules-based Product Configurator in its Manufacturing Management suite that builds a bill of material and routing for a configured item with calculated costs and pricing. Acumatica’s own datasheet says you can "Extend Acumatica’s Product Configurator via web endpoints to leverage rules-based product options and values logic for configured orders from external apps like website storefronts, custom portals, or other applications", so the integration point exists, and there is no shipped buyer-facing configurator, which means the storefront experience is something you build.

What is the Acumatica Product Configurator?

It is a rules engine for products that do not exist until somebody orders them, and it sits in Acumatica’s Manufacturing Management suite rather than in Distribution. Acumatica’s own datasheet, version 20231005, describes it as follows: "The rules-based product configurator provides flexibility to define attributes and formulas to create a unique bill of material and routing for finished goods with calculated costs and pricing."

Read that sentence carefully, because it tells you what the configurator is for. It produces a bill of material and a routing. It is a manufacturing artefact, and its job is to make a configured order buildable and costable. It is not a product-selector user interface for a website, and Acumatica does not claim it is.

Acumatica’s product page for the configurator lists what it does, and the list is worth having in front of you when somebody asks whether Acumatica "already has a configurator". As of the page read on 20 August 2026 it names configure-to-order and configure-to-stock, several price calculation methods including fixed prices, roll-up calculations for options and cost-based pricing, dimensional calculations and formulas for material requirements, look-up of previous customer configurations, formula validation against attribute values or quantities, non-stock items included alongside stock items, configured items on CRM opportunities, configured items copying from quotes to sales orders, and printing configuration details on invoices.

That is a serious configurator, and the last two items in that list are the ones a commerce project cares about most: a configured item can start life on a quote and copy into a sales order, which is exactly the path a quote-heavy manufacturer already uses off-line.

Checked against: Acumatica Product Configurator datasheet, version 20231005, read 20 August 2026, Acumatica Product Configurator product page, feature list read 20 August 2026

Is there a native path from a storefront to the configurator?

There is a named integration point and there is no native storefront experience. Both halves matter.

The named integration point is Configuration Endpoints. Acumatica’s datasheet states: "Extend Acumatica’s Product Configurator via web endpoints to leverage rules-based product options and values logic for configured orders from external apps like website storefronts, custom portals, or other applications". Acumatica names website storefronts explicitly, which is more than most ERP vendors do, and it means the configurator’s rules are reachable from outside Acumatica rather than locked to the Acumatica screen.

What is not there is anything that puts a configurator in front of a buyer. Acumatica’s Shopify and BigCommerce connectors synchronize stock, non-stock and template items, prices, customers, orders and inventory. We found no statement in Acumatica’s commerce material that a configured item can be presented, configured and priced by a buyer on a connected storefront, and we are not going to infer one. If a vendor tells you Acumatica’s configurator "works with Shopify out of the box", ask them to show you the buyer-facing screen and the round trip.

So the shape of the work is clear. The rules live in Acumatica. The buying experience is yours to build. The endpoints are how the two talk.

Checked against: Acumatica Product Configurator datasheet, version 20231005, Configuration Endpoints. Read 20 August 2026, Acumatica commerce connectors overview, read 20 August 2026

What are the three places a configurator can actually sit?

This is requirement 12 of the twelve, configurable and made-to-order products, and it is filed under breaks for a reason: the decision below is an architecture decision that a platform licence does not make for you.

Each of the three has a real business it suits. The wrong one is the one chosen because it was the demo you saw.

Three places a product configurator can live on an Acumatica build
CriterionHow it worksWho it suitsWhat it costs you
Front-end configurator calling Acumatica Configuration EndpointsThe buyer configures on your storefront, and the front end calls Acumatica’s configurator for valid options, validation and price at each step.Manufacturers whose rules are genuinely complex and already maintained in Acumatica by people who are not developers.A custom front end and a latency budget, because every step is a round trip. This is a build, not a configuration.
Front-end configurator with rules duplicated in the commerce layerThe storefront holds a copy of the option rules and produces a specification, which posts to Acumatica as a configured line or a quote.Businesses with a small, stable rule set and a real need for a fast, offline-tolerant buying experience.Two copies of the rules. The day they diverge, a buyer orders something you cannot build, and nobody finds out until production.
Capture the requirement, quote it, then configure in AcumaticaThe storefront collects the buyer’s requirement and produces a quote request. A person configures it in Acumatica and returns a priced quote.Most mid-market manufacturers, most of the time, and especially anyone whose rules live in two people’s heads today.Almost nothing technically, and it does not remove the person from the loop. It is also the only one of the three that is honest about a rule set nobody has written down.

What could we not determine?

Three things, and naming them is more useful than filling the gaps with plausible sentences.

First, the licensing. Acumatica’s product page places the Product Configurator in Manufacturing Management, and the datasheet we read does not state an edition or module requirement. Whether the configurator and its endpoints are included in your licence is a question for your VAR, and it is worth asking before an architecture depends on it.

Second, the endpoint surface. Acumatica names Configuration Endpoints and describes their purpose, and we did not find public documentation of exactly which operations they expose, in particular whether a storefront can get a validated price for a partial configuration or only for a complete one. That distinction changes the buying experience substantially, because a price that appears only at the end is a very different page from a price that updates as the buyer chooses.

Third, connector behaviour. We found nothing stating how a configured line arrives through the Shopify or BigCommerce connectors, or whether it can. Prove that in a sandbox before you assume the order round trip is free.

If you need those three answered for your own setup rather than in general, that is the kind of thing the Celeste diagnostic is for, and it is also exactly the kind of thing to make a VAR answer in writing.

When do you not need any of this?

Frequently, and this is the disqualifier that should come before any configurator conversation. A large share of businesses that describe their products as configurable are selling a finite set of variants that happen to be described in configurator language by the sales team.

The test is arithmetic. Multiply out every combination your customers have actually ordered in the last two years. If that number is in the hundreds and the combinations are all valid, you have variants, not configurations, and Acumatica matrix items plus a variant-capable storefront will serve you at a fraction of the cost. Note the ceiling you meet on Shopify in that case, which is three product options per product, and read our page on matrix items and Shopify variants before choosing.

If the number is unbounded, if a dimension is a number rather than a choice, or if two options can be individually valid and jointly impossible, you have a configuration problem and no variant model will contain it. That is when the Product Configurator, or a dedicated CPQ stands for configure, price, quote. It is software that walks a seller or a buyer through valid product configurations, works out the price, and produces a quote document. tool, starts earning its cost.

The wider picture

This page answers one narrow question. Acro Commerce covers the strategy around it.

Common questions

Does Acumatica have a product configurator?
Yes. Acumatica ships a rules-based Product Configurator as part of Manufacturing Management, described in its own datasheet, version 20231005, as providing "flexibility to define attributes and formulas to create a unique bill of material and routing for finished goods with calculated costs and pricing". It supports configure-to-order and configure-to-stock, several pricing methods including roll-up of options and cost-based pricing, formula validation, and configured items copying from quotes to sales orders.
Can a buyer use the Acumatica configurator from a Shopify or BigCommerce storefront?
Not as a shipped feature. Acumatica names Configuration Endpoints that let external apps "like website storefronts, custom portals, or other applications" use the configurator’s rules-based options and values logic, so the rules are reachable. What Acumatica does not ship is a buyer-facing configurator on a connected storefront, so the interface, the validation experience and the price display are a build on your side. Ask any vendor claiming otherwise to demonstrate the buyer screen and the order round trip.
Configurator or matrix items: how do we tell which we need?
Count the combinations your customers have actually ordered over two years. A finite set of a few hundred valid combinations is a variant problem, and Acumatica matrix items plus a variant-capable platform will handle it more cheaply, subject to Shopify’s limit of three product options per product. An unbounded set, a dimension that is a measurement rather than a choice, or rules where two individually valid options are jointly impossible, is a configuration problem that no variant model contains.
What is the cheapest way to sell configured products online?
Capture the requirement and quote it. The storefront collects what the buyer wants, creates a quote request, and a person configures it in Acumatica and sends back a priced quote. It keeps the rules in one place, it needs no duplicate rule engine, and it is honest about the common situation where the rules have never been written down. Businesses often skip past this option because it keeps a human in the loop, and then spend a year discovering why the human was there.
Which Acumatica edition includes the Product Configurator?
Acumatica presents it under Manufacturing Management, and the datasheet we read does not state an edition or module requirement, so we are not going to assert one. Confirm the licensing with your VAR in writing before an architecture depends on it, because a configurator you do not own is a very expensive thing to discover in week six of a build.

Last updated 2026-08-20. Facts on this page last checked against source 2026-08-20.