Hi guys,
On ebay you can list 150 items for free every month then you pay like 0.15cts per add.
I would like to be able to get the number of remaining free ads that I have on my account.
What call do I have to do for this ?
Thank you
Hi @pokestarfr,
You can use GetMyeBaySelling call, which returns the remaining quantity of items that the seller can sell, and the remaining value amount, via the Summary.AmountLimitRemaining and Summary.QuantityLimitRemaining elements (You need to set SellingSummary.Include to true in the request.
REF: https://developer.ebay.com/DevZone/guides/features-guide/default.html#Development/Listing-Policies.html#SellerLimits
REF: https://developer.ebay.com/devzone/xml/docs/reference/ebay/getmyebayselling.html#Response.Summary.QuantityLimitRemainingPlease let us know if it helps.
Best Regards
eBay Developer Support
38 People are following this question.