Shopping.com Partners Resource Center Knowledge Base
The knowledge base is organized into different categories; please select a category that you are interested in.
If you do not find the answers you are looking for, please submit a new Support Ticket.
How to get all attribute values possible for an attribute?
In order to obtain a full list of attribute values (ex. Motorola, Samsung) for an attribute (ex. Brands), you may run an API query to obtain a list of attribute values for a particular type of product (ex. Cellular Phones, category ID=93767). The following is an example of how you may get all brands for the Cellular Phone category.
http://sandbox.api.shopping.com/publisher/3.0/rest/GeneralSearch?apiKey=authorized-key&trackingId=7000610&categoryId=93767&showAllValuesForAttr=9688_brand&numValuesPerAttribute=999&numAttributes=1&numItems=1&showProductsWithoutOffers=true.
This is also documented on our online uses cases: http://developer.shopping.com/docs/API_Use_Cases#13
Full taxonomy can be found here: http://sandbox.api.shopping.com/publisher/3.0/rest/CategoryTree?identity.apiKey=authorized-key&tr.trackingId=7000610&cf.categoryId=0&opt.showAllDescendants=true.
