ProductPriceDiscountsSet
type ProductPriceDiscountsSet = MessagePayload & {
__typename?: 'ProductPriceDiscountsSet';
updatedPrices: Array<ProductPriceDiscountUpdateMessagePayload>;
type: Scalars['String'];
};type ProductPriceDiscountsSet = MessagePayload & {
__typename?: 'ProductPriceDiscountsSet';
updatedPrices: Array<ProductPriceDiscountUpdateMessagePayload>;
type: Scalars['String'];
};