interface CartDiscountValueGiftLineItem {
    distributionChannel?: ChannelReference;
    product: ProductReference;
    supplyChannel?: ChannelReference;
    type: "giftLineItem";
    variantId: number;
}

Properties

distributionChannel?: ChannelReference

Channel must have the ChannelRoleEnum ProductDistribution.

Reference to a Product.

supplyChannel?: ChannelReference

Channel must have the ChannelRoleEnum InventorySupply.

type: "giftLineItem"
variantId: number

ProductVariant of the Product.

Generated using TypeDoc