interface ChangeValueGiftLineItemChangeValue {
    distributionChannel: Reference;
    product: Reference;
    supplyChannel?: Reference;
    type: "giftLineItem";
    variantId: number;
}

Properties

distributionChannel: Reference

Channel with ChannelRoleEnum ProductDistribution.

product: Reference

Reference to a Product.

supplyChannel?: Reference

Channel with ChannelRoleEnum InventorySupply.

type: "giftLineItem"
variantId: number

id of the ProductVariant.