cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Sell Rest Api Listings Get

How I can get active listings without using old traditional api and other ways like downloading inventory in xml files? Is it possible to get listing in json format ? Thanks.

Message 1 of 6
latest reply
5 REPLIES 5

Sell Rest Api Listings Get

You will need to migrate old listings to the new listings and then use new REST API.

C# wrapper for eBay REST API
https://github.com/CMS365-PTY-LTD/EbaySharp
Message 2 of 6
latest reply

Sell Rest Api Listings Get

Thanks, but after migrating and getting the inventory list, I ran into another problem. The report does not include prices. How to solve this and include the price in the products?

Message 3 of 6
latest reply

Sell Rest Api Listings Get

You need to get offer of the listing.

See If this helps https://github.com/CMS365-PTY-LTD/EbaySharp?tab=readme-ov-file#using-the-EbaySharp 

 

C# wrapper for eBay REST API
https://github.com/CMS365-PTY-LTD/EbaySharp
Message 4 of 6
latest reply

Sell Rest Api Listings Get

Thank you. It looks good, the last question remains) How to receive several offers in one call? How to get prices for 100+ products? Send 100 api calls with sku for each product?

Message 5 of 6
latest reply

Sell Rest Api Listings Get

Unfortunately I could not find any solution to that, raised with support and either they did not understand my question or there is no solution available.

I don't want to send 200 calls to get detail of 200 products. There should be a way to send 200 sku in an array and receive products info of those 200 in 1 request.

So for the time being, I am using old inventory API to get listing details but use new REST API for updates/create new listings.

 

C# wrapper for eBay REST API
https://github.com/CMS365-PTY-LTD/EbaySharp
Message 6 of 6
latest reply