You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
ProductPriceDataInput
export type ProductPriceDataInput = {
value: BaseMoneyInput;
country?: InputMaybe<Scalars['Country']>;
customerGroup?: InputMaybe<ReferenceInput>;
channel?: InputMaybe<ResourceIdentifierInput>;
validFrom?: InputMaybe<Scalars['DateTime']>;
validUntil?: InputMaybe<Scalars['DateTime']>;
tiers?: InputMaybe<Array<ProductPriceTierInput>>;
custom?: InputMaybe<CustomFieldsDraft>;
};