Typescript SDK Type Docs
    Preparing search index...

    Interface ChangeValueGiftLineItemChangeValue

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

    Hierarchy (View Summary)

    Index

    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.