getTransferPreviewget https://sellingpartnerapi-eu.amazon.com/finances/transfers/wallet/2024-03-01/transferPreviewReturns list of potential fees on a transaction based on the source and destination country currency codeQuery ParamssourceCountryCodestringrequiredRepresents 2 character country code of source transaction account in ISO 3166 standard format.sourceCurrencyCodestringrequiredRepresents 3 letter currency code in ISO 4217 standard format of the source transaction country.destinationCountryCodestringrequiredRepresents 2 character country code of destination transaction account in ISO 3166 standard format.destinationCurrencyCodestringrequiredRepresents 3 letter currency code in ISO 4217 standard format of the destination transaction country.baseAmountnumberrequiredRepresents the base transaction amount without any markup fees, rates that will be used to get the transfer preview.marketplaceIdstringrequiredThe 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.Responses 200Success 400Request has missing or invalid parameters and cannot be parsed. 403Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature. 404The resource specified does not exist. 408Request Timed Out. 413The request size exceeded the maximum accepted size. 415The request payload is in an unsupported format. 429The frequency of requests was greater than allowed. 500An unexpected condition occurred that prevented the server from fulfilling the request. 503Temporary overloading or maintenance of the server.Updated 13 days ago