Selling Partner API SDK for JavaScript
    Preparing search index...

    Contains details about cost related modifications to the placement cost.

    interface Incentive {
        description: string;
        target: string;
        type: string;
        value: Currency;
    }
    Index

    Properties

    description: string

    Description of the incentive.

    target: string

    Target of the incentive. Possible values: 'Placement Services', 'Fulfillment Fee Discount'.

    type: string

    Type of incentive. Possible values: FEE, DISCOUNT.

    value: Currency