ProductPriceDataInput
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>;
};