This method returns a list of retailers that have live products.
http://api.shopstylecollective.com/api/v2/retailers?pid=YOUR_API_KEY
RESPONSE
A list of all Retailers, with id, name, and url of each.
SAMPLE JSON
{ "metadata": { "label": "Store", "pluralLabel": "Stores", "name": "Retailer", "shortName": "r", "multiSelect": true }, "retailers": [ { "id": "1", "name": "Nordstrom", "deeplinkSupport": true, "hostDomain": "nordstrom.com", "mobileOptimized": false, "logo": { "sizes": { "featured": { "sizeName": "featured", "url": "http:\/\/resources.shopstyle.com\/im\/retailers\/logos\/Nordstrom-featured.png" }, "default@2x": { "sizeName": "default@2x", "url": "http:\/\/resources.shopstyle.com\/im\/retailers\/logos\/Nordstrom-default@2x.png" }, "default": { "sizeName": "default", "url": "http:\/\/resources.shopstyle.com\/im\/retailers\/logos\/Nordstrom-default.png" }, "mobile@2x": { "sizeName": "mobile@2x", "url": "http:\/\/resources.shopstyle.com\/im\/retailers\/logos\/Nordstrom-mobile@2x.png" }, "featured@2x": { "sizeName": "featured@2x", "url": "http:\/\/resources.shopstyle.com\/im\/retailers\/logos\/Nordstrom-featured@2x.png" }, "mobile": { "sizeName": "mobile", "url": "http:\/\/resources.shopstyle.com\/im\/retailers\/logos\/Nordstrom-mobile.png" } } }, "userId": 24965930, "userHandle": "Nordstrom", "userImage": "http:\/\/resources.shopstyle.com\/im\/retailers\/logos\/Nordstrom-default@2x.png", "urlIdentifier": "Nordstrom-US", "favIcon": "http:\/\/s3.amazonaws.com\/extimg.shopstyle.com\/favicons\/retailers\/Nordstrom-US.ico" } ] }
SAMPLE XML
<RetailerListResponse> <metadata> <label>Store</label> <pluralLabel>Stores</pluralLabel> <name>Retailer</name> <shortName>r</shortName> <multiSelect>true</multiSelect> </metadata> <retailers> <retailer> <id>1</id> <name>Nordstrom</name> <deeplinkSupport>true</deeplinkSupport> <hostDomain>nordstrom.com</hostDomain> <mobileOptimized>false</mobileOptimized> <logo> <sizes> <featured> <sizeName>featured</sizeName> <url>http://resources.shopstyle.com/im/retailers/logos/Nordstrom-featured.png</url> </featured> <default2x> <sizeName>default@2x</sizeName> <url>http://resources.shopstyle.com/im/retailers/logos/Nordstrom-default@2x.png</url> </default2x> <default> <sizeName>default</sizeName> <url>http://resources.shopstyle.com/im/retailers/logos/Nordstrom-default.png</url> </default> <mobile2x> <sizeName>mobile@2x</sizeName> <url>http://resources.shopstyle.com/im/retailers/logos/Nordstrom-mobile@2x.png</url> </mobile2x> <featured2x> <sizeName>featured@2x</sizeName> <url>http://resources.shopstyle.com/im/retailers/logos/Nordstrom-featured@2x.png</url> </featured2x> <mobile> <sizeName>mobile</sizeName> <url>http://resources.shopstyle.com/im/retailers/logos/Nordstrom-mobile.png</url> </mobile> </sizes> </logo> <userId>24965930</userId> <userHandle>Nordstrom</userHandle> <userImage> http://resources.shopstyle.com/im/retailers/logos/Nordstrom-default@2x.png </userImage> <urlIdentifier>Nordstrom-US</urlIdentifier> <favIcon> http://s3.amazonaws.com/extimg.shopstyle.com/favicons/retailers/Nordstrom-US.ico </favIcon> </retailer> </retailers> </RetailerListResponse>