GiftLineItemValue
type GiftLineItemValue = CartDiscountValue & {
__typename?: 'GiftLineItemValue';
type: Scalars['String'];
variantId: Scalars['Int'];
productRef: ProductReferenceIdentifier;
distributionChannelRef?: Maybe<ChannelReferenceIdentifier>;
supplyChannelRef?: Maybe<ChannelReferenceIdentifier>;
};