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

GiftLineItemValue

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

Referenced Types

On this page