Skip to main content
Published: October 15 2010, 3:15:00 PMUpdated: August 17 2022, 1:55:40 PM

I have a catalog of MPNs and would like to match mine against eBay's so I can list my inventory against catalogs. How do I find if my products have a match in eBay's catalog?

To find if your MPNs have a match in our catalogs, use the FindProducts call. Here is the query to search for products by MPN.

https://open.api.ebay.com/shopping?callname=FindProducts&responseencoding=XML&appid=AppID&siteid=0&version=1247&MaxEntries=20&ProductID.Type=MPN&ProductID.Value=2703-95082

If a match is found, the response will have the following tag : <ProductID type="Reference">115383099</ProductID> 

List your item by passing the BrandMPN in the AddFixedPriceItem request. 



 

 

How well did this answer your question?
Answers others found helpful