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

ScopedPrice

export type ScopedPrice = {
    __typename?: 'ScopedPrice';
    id: Scalars['String'];
    value: BaseMoney;
    currentValue: BaseMoney;
    country?: Maybe<Scalars['String']>;
    customerGroupRef?: Maybe<Reference>;
    customerGroup?: Maybe<CustomerGroup>;
    channelRef?: Maybe<Reference>;
    channel?: Maybe<Channel>;
    validFrom?: Maybe<Scalars['DateTime']>;
    validUntil?: Maybe<Scalars['DateTime']>;
    discounted?: Maybe<DiscountedProductSearchPriceValue>;
    custom?: Maybe<CustomFieldsType>;
};

Referenced Types

On this page