How to get PayPal TransactionID via eBay API

I need to get the PayPal TransactionID of a paid eBay order through the API.

I am using ExternalTransaction as described here: https://ebay.custhelp.com/app/answers/detail/a_id/1550/~/linking-ebay-and-paypal-transactions

ExternalTransactionType[] externalTransactionTypeArr = transactionType.ExternalTransaction; 

but the eBay API always returns null as transactionType.ExternalTransaction

Any suggestions?

Thanks!

+4
source share
1 answer

You need to set the "DetailLevel" attribute to "RETURN_ALL".

+4
source

All Articles