PriceList
A Price List represents a set of prices that override the default price for one or more product variants.
Properties
id
stringRequiredThe price list's ID
created_at
DateRequiredThe date with timezone at which the resource was created.
updated_at
DateRequiredThe date with timezone at which the resource was updated.
deleted_at
null | DateRequiredThe date with timezone at which the resource was deleted.
name
stringRequiredThe price list's name
description
stringRequiredThe price list's description
The type of Price List. This can be one of either sale
or override
.Default: sale
sale
or override
.sale
The status of the Price ListDefault: draft
draft
starts_at
null | DateRequiredThe date with timezone that the Price List starts being valid.
ends_at
null | DateRequiredThe date with timezone that the Price List stops being valid.
The details of the customer groups that the Price List can apply to.
The prices that belong to the price list, represented as a Money Amount.
includes_tax
booleanRequiredWhether the price list prices include tax
Default: false
Was this section helpful?