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

    Request parameters for getTransferPreview operation in SellerWalletApi.

    interface SellerWalletApiGetTransferPreviewRequest {
        baseAmount: number;
        destinationCountryCode: string;
        destinationCurrencyCode: string;
        marketplaceId: string;
        sourceCountryCode: string;
        sourceCurrencyCode: string;
    }
    Index

    Properties

    baseAmount: number

    The base transaction amount without any markup fees.

    destinationCountryCode: string

    Country code of the destination transaction account in ISO 3166 format.

    destinationCurrencyCode: string

    Currency code of the destination transaction country in ISO 4217 format.

    marketplaceId: string

    The marketplace for which items are returned. The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to Marketplace IDs.

    sourceCountryCode: string

    Country code of the source transaction account in ISO 3166 format.

    sourceCurrencyCode: string

    Currency code of the source transaction country in ISO 4217 format.