Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

ProductPrice

export type ProductPrice = {
    __typename?: 'ProductPrice';
    id?: Maybe<Scalars['String']>;
    value: BaseMoney;
    country?: Maybe<Scalars['Country']>;
    customerGroup?: Maybe<CustomerGroup>;
    customerGroupRef?: Maybe<Reference>;
    channel?: Maybe<Channel>;
    channelRef?: Maybe<Reference>;
    validFrom?: Maybe<Scalars['DateTime']>;
    validUntil?: Maybe<Scalars['DateTime']>;
    discounted?: Maybe<DiscountedProductPriceValue>;
    tiers?: Maybe<Array<ProductPriceTier>>;
    custom?: Maybe<CustomFieldsType>;
};

Referenced Types

On this page