PriceList
A Price List represents a set of prices that override the default price for one or more product variants.
Constructors
constructor
**new PriceList**()
A Price List represents a set of prices that override the default price for one or more product variants.
Properties
created_atDateRequiredThe date with timezone at which the resource was created.
The details of the customer groups that the Price List can apply to.
deleted_atnull | DateRequiredThe date with timezone at which the resource was deleted.
descriptionstringRequiredThe price list's description
ends_atnull | DateRequiredThe date with timezone that the Price List stops being valid.
idstringRequiredThe price list's ID
includes_taxbooleanRequiredWhether the price list prices include tax
Default: false
namestringRequiredThe price list's name
The prices that belong to the price list, represented as a Money Amount.
starts_atnull | DateRequiredThe date with timezone that the Price List starts being valid.
The status of the Price List
Default: draft
The type of Price List. This can be one of either
sale or override.Default: sale
updated_atDateRequiredThe date with timezone at which the resource was updated.
Methods
beforeInsert
Private **beforeInsert**(): undefined \| void
Returns
undefined | void
undefined \| voidundefined | voidWas this section helpful?