4

I need to get PayPal TransactionID of the paid order on eBay via API.

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

    ExternalTransactionType[] externalTransactionTypeArr = transactionType.ExternalTransaction;

but eBay API always returns null as transactionType.ExternalTransaction

Any suggestions?

Thanks!

jahu
  • 5,427
  • 3
  • 37
  • 64
ihorko
  • 6,855
  • 25
  • 77
  • 116

1 Answers1

4

You need to set the Attribute "DetailLevel" to the value "RETURN_ALL".

McIntosh
  • 2,051
  • 1
  • 22
  • 34