Alokai

ProductTierPrices

Deprecated. Use TierPrice instead. Defines a tier price, which is a quantity discount offered to a specific customer group.

type ProductTierPrices = {
  __typename?: 'ProductTierPrices';
  customer_group_id?: Maybe<Scalars['String']['output']>;
  percentage_value?: Maybe<Scalars['Float']['output']>;
  qty?: Maybe<Scalars['Float']['output']>;
  value?: Maybe<Scalars['Float']['output']>;
  website_id?: Maybe<Scalars['Float']['output']>;
};

Referenced Types

On this page