- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
PriceList - Pricing Module Data Models Reference
This documentation provides a reference to the PriceList data model. It belongs to the Pricing Module.
id
PrimaryKeyModifier<IdProperty>The ID of the price list.
title
TextPropertyThe title of the price list.
description
TextPropertyThe description of the price list.
status
EnumProperty<typeof PriceListStatus>The status of the price list.
type
EnumProperty<typeof PriceListType>The type of the price list.
The associated Price
records.
Price
records.The associated PriceListRule
records.
PriceListRule
records.starts_at
DateTimePropertyOptionalThe date the price list starts.
ends_at
DateTimePropertyOptionalThe date the price list ends.
rules_count
NumberPropertyOptionalThe total number of rules of the price list.
Was this page helpful?