GetOrders not returning <ExternalTransaction> container Find the answer to your question
Advanced Search Product -Select Product- GDPR Trading API Shopping API Merchandising API Feedback API Finding API Product Services Sandbox Others MIP Media API Notification API Identity API Charity API Taxonomy API Catalog API Recommendation API Compliance API Logistics API Finances API(Alpha) Negotiation API Sell Feed API Marketing Ads API Account API Inventory API Fulfillment API Marketing Promotion API Analytics API Metadata API Offer API Marketplace Insights API Deal API Marketing API Feed API Browse API Order API Analytics API Key Management API Cancellation API Case Management API Inquiry API Return API Category -Select- Getting Started Sample Code Troubleshooting HowTo's / Best Practices No Value
Language -Select- C# Flex Java JavaScript PHP VB.NET VB6
Format -Select- All XML SOAP JSON Name Value N/A
SDK -Select- .NET Java JavaScript Flax/Flash Mobile - iOS None
Sort by Default Summary New Description Date Updated
Sort order Descending Ascending
Search
Published: September 02 2011, 5:08:00 PM Updated: 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