Ebay API - How do I get item info for out of stock items -
i'm trying item information searching ebay store. example, if enter url, search store specific keyword , return info item. http://svcs.ebay.com/services/search/findingservice/v1?operation-name=finditemsbykeywords&security-appname=myappid&keywords=mykeyword&itemfilter.name=seller&itemfilter.value=myebayusername
however, if item's quantity goes zero, item no longer visible in ebay store , therefore, won't show data. how can data items, if out of stock?
please note: data need ebay auction number (itemid)
thank you.
if listing using api "custom label" on front end of ebay sku node in api. here list of api calls utilize node: <sku>
so if want pull 1 item @ time, need use use getitem trading api request. instead of passing in <itemid>(string)</itemid> pass in <sku>(string)</sku>, , itemid in return output xml.
but, if want pull each item 1 @ time. there limit on how many api calls can make day.
so, suggest using getmyebayselling every download of items , store output database. output getmyebayselling includes <itemid>(string)</itemid> , custom label <sku>(string)</sku>.
at point can write little front-end webpage or app pull data want database.
Comments
Post a Comment