Skip to main content
Skip to main content

PriceDTO

A price's data.

idstringRequired
The ID of a price.
created_atDateRequired
When the price was created.
updated_atDateRequired
When the price was updated.
deleted_atnull | DateRequired
When the price was deleted.
titlestring
The title of the price.
currency_codestring
The currency code of this price.
The price of this price.
min_quantityBigNumberValue
The minimum quantity required to be purchased for this price to be applied.
max_quantityBigNumberValue
The maximum quantity required to be purchased for this price to be applied.
price_setPriceSetDTO
The price set associated with the price.
price_listPriceListDTO
The price list associated with the price.
price_set_idstring
The ID of the associated price set.
price_rulesPriceRuleDTO[]
The price rules associated with the price.
Was this section helpful?