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

    An event related to the seller's Pay with Amazon account.

    interface PayWithAmazonEvent {
        AmountDescription?: string;
        BusinessObjectType?: string;
        Charge?: ChargeComponent;
        FeeList?: FeeComponent[];
        FulfillmentChannel?: string;
        PaymentAmountType?: string;
        SalesChannel?: string;
        SellerOrderId?: string;
        StoreName?: string;
        TransactionPostedDate?: string;
    }
    Index

    Properties

    AmountDescription?: string

    A short description of this payment event.

    BusinessObjectType?: string

    The type of business object.

    FeeList?: FeeComponent[]

    A list of fee component information.

    FulfillmentChannel?: string

    The fulfillment channel. Possible values: * AFN - Amazon Fulfillment Network (Fulfillment by Amazon) * MFN - Merchant Fulfillment Network (self-fulfilled)

    PaymentAmountType?: string

    The type of payment. Possible values: * Sales

    SalesChannel?: string

    The sales channel for the transaction.

    SellerOrderId?: string

    An order identifier that is specified by the seller.

    StoreName?: string

    The store name where the event occurred.

    TransactionPostedDate?: string

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