Alokai

TierPrice

Defines a price based on the quantity purchased.

type TierPrice = {
  __typename?: 'TierPrice'; /** The price discount that this tier represents. */
  discount?: Maybe<ProductDiscount>; /** The price of the product at this tier. */
  final_price?: Maybe<Money>; /** The minimum number of items that must be purchased to qualify for this price tier. */
  quantity?: Maybe<Scalars['Float']['output']>;
};

Referenced Types

On this page