PriceDTO
A price's data.
id
stringRequiredThe ID of a price.
created_at
DateRequiredWhen the price was created.
updated_at
DateRequiredWhen the price was updated.
deleted_at
null | DateRequiredWhen the price was deleted.
title
stringThe title of the price.
currency_code
stringThe currency code of this price.
amount
BigNumberValueThe price of this price.
min_quantity
BigNumberValueThe minimum quantity required to be purchased for this price to be applied.
max_quantity
BigNumberValueThe maximum quantity required to be purchased for this price to be applied.
The price set associated with the price.
The price list associated with the price.
price_set_id
stringThe ID of the associated price set.
The price rules associated with the price.
Was this section helpful?