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

    The identifier for the invoice that includes the transaction.

    postedDate?: string

    A date in ISO 8601 date-time format.

    taxValue?: Currency
    transactionType?: string

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

    transactionValue?: Currency