- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Price - Pricing Module Data Models Reference
This documentation provides a reference to the Price data model. It belongs to the Pricing Module.
id
PrimaryKeyModifier<IdProperty>The ID of the price.
currency_code
TextPropertyThe currency code of the price. For example,
usd
.amount
BigNumberPropertyThe amount of the price.
The associated PriceSet
.
PriceSet
.The associated PriceRule
records.
PriceRule
records.title
TextPropertyOptionalThe title of the price
min_quantity
NumberPropertyOptionalThe minimum quantity that must be available in the cart for the price to be applied.
max_quantity
NumberPropertyOptionalThe maximum quantity allowed to be available in the cart for the price to be applied.
rules_count
NumberPropertyOptionalThe total number of rules of the price.
The associated PriceList
.
PriceList
.Was this page helpful?