A credit given to a solution provider.

SolutionProviderCreditEvent

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

Properties

MarketplaceCountryCode?: string

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

SolutionProviderCreditEvent

MarketplaceId?: string

The identifier of the marketplace where the order was placed.

SolutionProviderCreditEvent

ProviderId?: string

The Amazon-defined identifier of the solution provider.

SolutionProviderCreditEvent

ProviderStoreName?: string

The store name where the payment event occurred.

SolutionProviderCreditEvent

ProviderTransactionType?: string

The transaction type.

SolutionProviderCreditEvent

SellerId?: string

The Amazon-defined identifier of the seller.

SolutionProviderCreditEvent

SellerOrderId?: string

A seller-defined identifier for an order.

SolutionProviderCreditEvent

SellerStoreName?: string

The store name where the payment event occurred.

SolutionProviderCreditEvent

TransactionAmount?: Currency

SolutionProviderCreditEvent

TransactionCreationDate?: string

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

SolutionProviderCreditEvent