Home > @vsf-enterprise/epcc-api > TierPrice > price
# TierPrice.price property
The price of the product when the minimum quantity is purchased.
Signature:
price: {
[key: string]: {
amount: number;
includes_tax: boolean;
};
};