Find the answer to your question
Advanced Search
Published: February 14 2008, 5:32:00 PMUpdated: August 24 2022, 12:47:21 AM
Product
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
How well did this answer your question?
Answers others found helpful
- Motors Item Specifics inconsistencies for SubTitle, DepositAmount and DepositType
- Motors Item Specifics inconsistencies for Engine Type and Rotary Engines
- "Used" value for Item Condition is not accepted
- Best Practices for ReviseItem with Item Specifics
- Finding if UPC has a match in eBay's product catalog