Represents a tier price for a product variant.

interface TierPrice {
    Price: number;
    Quantity: number;
}

Properties

Properties

Price: number

The price for the tier.

Quantity: number

The quantity threshold for the tier price.