A ProductPriceTable is a map of quantities to prices representing the
potentially tiered prices of a product in Commerce Cloud Digital. The price
of a product is the price associated with the largest quantity in
the ProductPriceTable which does not exceed the purchase quantity.
Returns the monetary price for the passed order quantity. If
no price is defined for the passed quantity, null is returned. This
can happen if for example no price is defined for a single item.
Parameters:
quantity - the quantity to use to determine price.
Returns the price book which defined the monetary price for the passed
order quantity. If no price is defined for the passed quantity, null is
returned. This can happen if for example no price is defined for a single
item.
Parameters:
quantity - the quantity to use to determine price.