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

How to get listings by UPC?

I am following the docs and the query should use the gtin parameter for the UPC:

 

https://api.sandbox.ebay.com/buy/browse/v1/item_summary/search?gtin=0630509655816

 

Yet, I can never get any results when I can see items available for both auction and but it now?

 

 

 

Message 1 of 3
latest reply
2 REPLIES 2

Re: How to get listings by UPC?

You can execute https://api.ebay.com/buy/browse/v1/item_summary/search?q=[your query] and then see If GTIN is included in the result. It is quite possible that GTIN is not attached with the products you are looking for. You should try on production and not on sandbox.

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

Re: How to get listings by UPC?

Thanks for the reply, I am actually taking random UPC from current listings as a test, but all in sandbox

Message 3 of 3
latest reply