08-22-2024 03:29 AM
Hi,
I'm currently looking to build a eBay calculator for a project. Could someone point me in the direction of where I can get the fee's from the API? Amazon has a API for getting seller fee's hoping eBay has similar? Thanks
08-28-2024 12:58 PM
Hi @abstract-print,
Finances API can be used to retrieve detailed information on seller payouts for eBay orders, and to retrieve details on all monetary transactions on eBay's system between the seller, buyer, and eBay. These transactions include sales, buyer refunds, seller credits, payment disputes, shipping label purchases, ad fee and non-sales related charges to the seller's account.
You can execute the getTransactions call to fetch the information for the different fees like AD_FEE, PREMIUM_AD_FEES, FINAL_VALUE_FEE
For more information, see the Finances API Guide here.