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

    A Sponsored Products payment event.

    interface ProductAdsPaymentEvent {
        baseValue?: Currency;
        invoiceId?: string;
        postedDate?: string;
        taxValue?: Currency;
        transactionType?: string;
        transactionValue?: Currency;
    }
    Index

    Properties

    baseValue?: Currency
    invoiceId?: string

    Identifier for the invoice that the transaction appears in.

    postedDate?: string

    Fields with a schema type of date are in ISO 8601 date time format (for example GroupBeginDate).

    taxValue?: Currency
    transactionType?: string

    Indicates if the transaction is for a charge or a refund. Possible values: * charge - Charge * refund - Refund

    transactionValue?: Currency