Typescript SDK Type Docs
    Preparing search index...

    Interface LineItemPrice

    interface LineItemPrice {
        channel?: ChannelKeyReference;
        country?: string;
        custom?: Custom;
        customerGroup?: CustomerGroupKeyReference;
        discounted?: DiscountedPrice;
        tiers?: PriceTier[];
        validFrom?: string;
        validUntil?: string;
        value: TypedMoney;
    }
    Index

    Properties

    Maps to Price.channel. References a channel by key. If the referenced Channel does not exist, the state of the ImportOperation will be set to unresolved until the referenced Channel is created.

    country?: string

    Maps to Price.county.

    custom?: Custom

    Maps to Price.custom.

    Maps to Price.customerGroup. References a customer group by key. If the referenced CustomerGroup does not exist, the state of the ImportOperation will be set to unresolved until the referenced CustomerGroup is created.

    discounted?: DiscountedPrice

    Sets a discounted price from an external service.

    tiers?: PriceTier[]

    Maps to Price.tiers.

    validFrom?: string

    Maps to Price.validFrom.

    validUntil?: string

    Maps to Price.validUntil.

    value: TypedMoney

    Maps to Price.value.