Skip to main content
Published: September 02 2011, 5:08:00 PMUpdated: September 06 2022, 10:07:44 PM

Why does the GetOrders response not contain the <ExternalTransaction> container?

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?
Answers others found helpful