GetSellerTransactions ActualHandlingCost incorrect
In the past week I've had at least three instances where TransactionArray.Transaction.ActualHandlingCost returns 0.00 instead of the correct value.
TransactionArray.Transaction.ActualShippingCost + TransactionArray.Transaction.ActualHandlingCost is supposed to reflect the shipping and handling amount the buyer paid. I've had a few orders where they do not match because ActualHandlingCost returns zero.
TransactionArray.Transaction.ShippingDetails.CalculatedShippingRate.PackagingHandlingCosts is returning the expected handling amount which brings the total shipping + handling to what the buyer paid, but ActualHandlingCost is supposed to show what was actually paid.
collectorbookstore
Posted 2 years ago·Last reply 2 years ago
2 comments
developer_support@ebay
Hi @collectorbookstore
ActualHandlingCost field is returned as zero (0.0), if the seller did not specify a handling cost for the listing.
collectorbookstore
OP2 years agoBut the handling gets paid by the customer. Even if it isn't returning in that particular field, the API payload should in some manner reflect the amount the customer actually pays.