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_at
DateRequiredThe date with timezone at which the resource was created.
The details of the customer groups that the Price List can apply to.
deleted_at
null | DateRequiredThe date with timezone at which the resource was deleted.
description
stringRequiredThe price list's description
ends_at
null | DateRequiredThe date with timezone that the Price List stops being valid.
id
stringRequiredThe price list's ID
includes_tax
booleanRequiredWhether the price list prices include tax
Default: false
name
stringRequiredThe price list's name
The prices that belong to the price list, represented as a Money Amount.
starts_at
null | 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_at
DateRequiredThe date with timezone at which the resource was updated.
Methods
beforeInsert
Private **beforeInsert**(): undefined \| void
Returns
undefined
| void
undefined \| void
undefined | voidWas this section helpful?