09-19-2024 12:35 AM
Hello,
I am trying to find a way to retrieve the advertising fees (costs for running ads such as Promoted Listings) at the transaction level using the eBay API. I have already used the getTransactions method of the eBay Finances API and explored different transactionType filters, but I cannot seem to identify the specific fees associated with advertising campaigns.
Can anyone provide guidance or an example of how to extract these advertising costs through the eBay API? I am particularly interested in how to identify these fees within the transaction details.
Thanks in advance for your help!
Best regards
Marcus
10-14-2024 09:50 AM
Hi @marfitec,
You can execute the getTransactions call to fetch the information for the different fees like AD_FEE, PREMIUM_AD_FEES, FINAL_VALUE_FEE
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.
For more information, see the Finances API Guide here.