Home
Find the answer to your question
Why does GetItemTransactions / GetSellerTransactions return 0 for ShippingServiceSelected.ShippingServiceCost even though the buyer has completed checkout on eBay?
Summary
It is a product limitation that GetItemTransactions and GetSellerTransactions may not return the correct ShippingServiceCost if the transaction is part of an Order paid together with other transactions.
<ShippingServiceSelected>
<ShippingInsuranceCost currencyID="USD">0.0</ShippingInsuranceCost>
<ShippingService>USPSParcel</ShippingService>
<ShippingServiceCost currencyID="USD">0.0</ShippingServiceCost>
</ShippingServiceSelected>
<ContainingOrder>
<OrderID>2849917</OrderID>
<OrderStatus>Completed</OrderStatus>
<CreatingUserRole>Buyer</CreatingUserRole>
</ContainingOrder>