Pricing Infrastructure
Fast, accurate pricing at any scale
Quantaprice is a high-performance pricing platform for organizations with large catalogs, complex price logic, and the need for consistent results across every system.
The problem
The solution
Quantaprice is purpose-built for pricing at scale. It handles billions of SKU × pricelist combinations with stable latency, supports scheduled updates with automatic activation, multi-currency conversion via live ECB rates, full VAT resolution across tax areas, and deterministic pricelist inheritance — all with complete version history.
Product at a glance
Built for real pricing challenges
Everything you need to manage complex pricing at scale, without the operational burden.
Articles
Manage millions of SKUs with stable performance. Import, update, and query your full catalog without worrying about scale.
Pricelists
Codes, currencies, VAT modes, parent inheritance, and date-controlled activation. One pricelist per customer segment, region, or contract.
Pricelist inheritance
Build pricelist hierarchies with clear override rules. Customer-specific prices fall back to parent lists automatically.
FX rates
Automatic daily rates from the ECB feed. Multi-currency pricelists with consistent conversion across 32+ currencies.
VAT & rounding
Tax classes, tax areas, and per-currency rounding profiles. Prices are calculated correctly for every market.
Scheduled updates
Prepare price changes days or months ahead. Campaigns, contracts, and rollovers activate at the exact time you set.
Bundles & quantity breaks
Commercial bundles, component pricing, and volume tiers that behave consistently — no edge cases, no surprises.
Full price history
Every change is logged and queryable. Retrieve exact historical prices at any point in time for audits and disputes.
Developer tools
Test data generation, a built-in query runner, and a clean REST API. Build confidently with tools designed for developers.
How it works
A clean REST API that integrates with any system. No complex setup, no proprietary protocols.
Define your pricing structure
Create articles and pricelists with inheritance chains, currencies, and VAT modes. Set up metadata, rounding profiles, and tax areas. Import from existing systems or configure from scratch.
Ingest prices
Push prices via the REST API with VAT handling, quantity breaks, and bundle rules. Schedule future effective dates for campaigns and contract rollovers. FX rates update automatically from the ECB feed.
Query with confidence
Fetch prices for any combination of SKUs, pricelists, and quantities. Every query resolves tax areas, converts currencies, applies rounding, and handles bundles — returning deterministic results in sub-millisecond time.
POST /price/query
{
"skus": ["SKU-001", "SKU-002"],
"pricelist_filter": { "pricelists": ["retail"] },
"currency_code": "SEK",
"tax_area": "SE"
}
// Response
[
{
"sku": "SKU-001",
"sales_price_inc_vat": 249.00,
"sales_price_ex_vat": 199.20,
"vat_rate": 0.25,
"price": {
"pricelist": "retail",
"currency_code": "SEK"
}
},
{
"sku": "SKU-002",
"sales_price_inc_vat": 89.00,
"sales_price_ex_vat": 71.20,
"vat_rate": 0.25,
"price": {
"pricelist": "retail",
"currency_code": "SEK"
}
}
] Built for enterprise trust
Security and compliance are foundational, not afterthoughts.
EU data residency
All data is stored and processed within the European Union. Full GDPR compliance with a published Data Processing Agreement.
Encryption everywhere
TLS in transit, AES-256 at rest. API access secured via OAuth 2.0 and scoped API keys.
Automated backups
Continuous backups with point-in-time recovery. Tiered retention from days to years depending on plan.
Full audit trail
Every price change is logged with timestamps and source. Query historical prices at any point in time.
Ready to separate pricing from your platform?
Quantaprice handles the pricing so your commerce platform can focus on selling.