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

    Interface SolutionProviderCreditEvent

    A credit given to a solution provider.

    interface SolutionProviderCreditEvent {
        MarketplaceCountryCode?: string;
        MarketplaceId?: string;
        ProviderId?: string;
        ProviderStoreName?: string;
        ProviderTransactionType?: string;
        SellerId?: string;
        SellerOrderId?: string;
        SellerStoreName?: string;
        TransactionAmount?: Currency;
        TransactionCreationDate?: string;
    }
    Index

    Properties

    MarketplaceCountryCode?: string

    The two-letter country code of the country associated with the marketplace where the order was placed.

    MarketplaceId?: string

    The identifier of the marketplace where the order was placed.

    ProviderId?: string

    The Amazon-defined identifier of the solution provider.

    ProviderStoreName?: string

    The store name where the payment event occurred.

    ProviderTransactionType?: string

    The transaction type.

    SellerId?: string

    The Amazon-defined identifier of the seller.

    SellerOrderId?: string

    A seller-defined identifier for an order.

    SellerStoreName?: string

    The store name where the payment event occurred.

    TransactionAmount?: Currency
    TransactionCreationDate?: string

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