03-06-2023 11:31 PM
Hi
I have been trying to get final value fee % per category through 'GetCategoryFeatures' api call. But it's not showing any credentials related to final value fee .So is there any other way to get the fee ?
03-07-2023 11:42 AM
Hi @harpreet-9,
You can use the GetOrders and GetAccount API call from Trading API.
Use the GetOrders call to get the Final Value Fee for an item. Final Values Fee(FVF) is what eBay charges a seller for each transaction. This fee is generated as soon as the transaction is created. In order to retrieve FVF for an item, you need to set the <IncludeFinalValueFee> flag to true in the GetOrders request.
The GetAccount API will retrieve all the fees that are charged to an account. The API call supports different filters like BeginDate, EndDate and also supports Pagination.
Please note that this call might fail with an internal server error if the seller has large number of records. This is a known limitation as noted here. If you are just looking for Final Value Fee, its better to use GetOrders .
You can also use the getTransactions call of Finances API method to get the information about one or more of their monetary transactions.
Please see the Selling fees help page for more information about how Final Value Fees are calculated
Basic fees for most categories: https://export.ebay.com/en/fees-and-payments/seller-fees/selling-fees-for-managed-payments-sellers/