Appendix

Updated 11 July 2026

Reference tables, validation rules, sample configurations, and glossary.

Validation rules

Pricing type formulas

Base = base_unit_price → catalog price → reference_unit_price

Database: quantity_prices

Store API parameters

Admin API – create body fields

Sample configuration (3 tiers, fixed)

[
  { "min_qty": 1, "max_qty": 10, "pricing_type": "fixed", "price": 100, "currency_code": "usd" },
  { "min_qty": 11, "max_qty": 50, "pricing_type": "fixed", "price": 90, "currency_code": "usd" },
  { "min_qty": 51, "max_qty": null, "pricing_type": "fixed", "price": 80, "currency_code": "usd" }
]

Glossary

Supported versions

Links