7
votes
Capture ebay final value fees per an order
The capability to obtain the ebay final value fee of an order and insert it into a specified field. This also incudes the external fee which is usually from paypal.
It is given in the GetOrders request (https://developer.ebay.com/DevZone/XML/docs/Reference/eBay/GetOrders.html#Request.IncludeFinalValueFee) and https://developer.ebay.com/DevZone/XML/docs/Reference/eBay/GetOrders.html#Response.OrderArray.Order.TransactionArray.Transaction.FinalValueFee
1 thought on “Capture ebay final value fees per an order”
Leave a Reply Cancel reply
You must be logged in to post a comment.
This would be extremely helpful to be able to track total revenue and cost in woocommerce. Right now, we have to manually take the invoice we receive from ebay, go through hundreds and hundreds of orders, and enter those fees to a formatted excel sheet, then do an import (clunky) to get the costs into woo.
Also, having these costs would drastically make it easier to compare woo to ebay for sales validations (their sales reports remove fees from total sales), and to use the totals in woo to do bank rec’s (as they take the fees per order, not in a lump sum at the end), so it is grueling to match sales to deposits.