interface CartDiscountValueGiftLineItemDraft {
    distributionChannel?: ChannelResourceIdentifier;
    product: ProductResourceIdentifier;
    supplyChannel?: ChannelResourceIdentifier;
    type: "giftLineItem";
    variantId: number;
}

Properties

distributionChannel?: ChannelResourceIdentifier

Channel must have the role ProductDistribution.

ResourceIdentifier of a Product.

Channel must have the role InventorySupply.

type: "giftLineItem"
variantId: number

ProductVariant of the Product.

Generated using TypeDoc