Developers Program

GetOrders not returning <ExternalTransaction> container

Published: September 02 2011, 5:08:00 PMยทUpdated: September 06 2022, 10:07:44 PM

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

How well did this answer your question?