developers program  

Welcome, Guest Help
Login Login | Register
 

eBay Developer Forums > Getting Started/Introductions
RSS | NNTP Reader | FAQ | Usage Policies | Advanced Search | Print

in current forum  
in all Developer Forums

Replies: 1 - Pages: 1     Last Post: Nov 7, 2009 8:37 AM by: trex005 »



Posts: 1
Member Since: 10/8/09



Finding Listings By SKU / Custom Label
Posted: Nov 7, 2009 4:03 AM
  Click to reply to this thread Reply

I have searched the documentation up and down and can not find any way to pull listings based on SKU (aka Custom Label). I see in the large merchant services, I can pull a complete list that includes SKU, but since my customer has thousands of listings, this would be a very slow process. Do I have any other options?




Posts: 1
Member Since: 11/7/09



Re: Finding Listings By SKU / Custom Label
Posted: Nov 7, 2009 8:37 AM
  Click to reply to this thread Reply

You are looking for : GetSellerList with SKUArray


<?xml version="1.0" encoding="utf-8"?>
<GetSellerListRequest xmlns="urn:ebay:apis:eBLBaseComponents">
<RequesterCredentials>
<eBayAuthToken>__YOUR TOKEN HERE__</eBayAuthToken>
</RequesterCredentials>
<GranularityLevel >Coarse</GranularityLevel>
<StartTimeFrom >__DATE 90 DAYS AGO__</StartTimeFrom>
<StartTimeTo >__DATE NOW__</StartTimeTo>
<IncludeWatchCount >true</IncludeWatchCount>
<Pagination >
<EntriesPerPage>100</EntriesPerPage>
</Pagination>
<SKUArray>
<SKU>__YOUR SKU/CUSTOM LABEL__</SKU>
</SKUArray>
</GetSellerListRequest>



thread.rss_message