Search code examples
c#ebay-api

how to get specific item sold history through eBay Api


I am using the eBay shopping API and I cannot find a way to get the specific item sale history fields. I tried Google but found nothing.

Thanks in Advance!


Solution

  • You have GetItemTransactions() in the Trading API that might suit your needs.