GetOrders not returning <ExternalTransaction> container
Find the answer to your question
Advanced Search
Products
Question
Why does the GetOrders response not contain the <ExternalTransaction> container?
Answer
Summary
GetOrders not returning <ExternalTransaction> container
Detailed Description
In order to get the <ExternalTransaction> container in the response you need to specify <DetailLevel>ReturnAll</DetailLevel> for the input in the GetOrders request. The <ExternalTransaction> container will look something like this:
<ExternalTransaction>
<ExternalTransactionID>string<ExternalTransactionID>
<ExternalTransactionTime>2011-09-01T01:19:47.000Z</ExternalTransactionTime>
<FeeOrCreditAmount currencyID="USD">0.54</FeeOrCreditAmount>
<PaymentOrRefundAmount currencyID="USD">22.82</PaymentOrRefundAmount>
</ExternalTransaction>
Additional Resources
- GetOrders Call Reference page: http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/GetOrders.html