Home
Find the answer to your question
Some of the Shopping API calls have an "XML attribute" in the request. For example, the FindProducts call includes this :
<ProductID type="ProductIDCodeType"> ProductIDType (string) </ProductID>
How do I send in the "attribute" value of type="ProductIDCodeType" in an HTTP GET request?
Apply two "dotted" GET arguments. In this example, the two arguments are :
ProductID.Type=UPC
ProductID.Value=012569593268
So the full call will look like this :
http://open.api.ebay.com/shopping?callname=FindProducts&appid=YOUR_APP_ID&siteid=0&version=
1247&ProductID.Type=UPC&ProductID.Value=012569593268