Click here to Skip to main content
15,867,568 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to get the brand name for the particular item id in eBay using api call . i used the following request to eBay. but still now i couldn't get the brand name of the particular item id in eBay.


XML
<?xml version="1.0" encoding="utf-8"?>
<GetItemRequest xmlns="urn:ebay:apis:eBLBaseComponents">
<RequesterCredentials>
<eBayAuthToken>XXXX</eBayAuthToken>
</RequesterCredentials>
<DetailLevel>ReturnAll</DetailLevel>
  <ItemID>XXXX</ItemID>
</GetItemRequest>
Posted
Updated 8-Sep-14 2:24am
v2
Comments
ZurdoDev 8-Sep-14 8:34am    
Refer to their documentation.
Hemant Singh Rautela 8-Sep-14 8:38am    
I think you have to ask there : https://developer.ebay.com
https://forums.developer.ebay.com/index.html

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900