A promotion applied to an item.

Export

Promotion

interface Promotion {
    PromotionAmount?: Currency;
    PromotionId?: string;
    PromotionType?: string;
}

Properties

PromotionAmount?: Currency

Memberof

Promotion

PromotionId?: string

The seller-specified identifier for the promotion.

Memberof

Promotion

PromotionType?: string

The type of promotion.

Memberof

Promotion