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

ProductVariantPriceArgs

export type ProductVariantPriceArgs = {
    currency: Scalars['Currency'];
    country?: InputMaybe<Scalars['Country']>;
    customerGroupId?: InputMaybe<Scalars['String']>;
    channelId?: InputMaybe<Scalars['String']>;
    date?: InputMaybe<Scalars['DateTime']>;
};

Referenced Types

On this page