myRecs
Description
recs.richrelevance.com/rrserver/api/rrPlatform/myRecs
-
Gives shoppers personalized recommendations based off browsing and purchase history.
-
Uses the userId parameter to return personalized recommendations.
Note: The recommendations returned by the myRecs API respect recommendation restriction rules set up in the Algonomy dashboard. Boosting and manual recommendations rules are currently not respected by this API.
Parameters
Note: All parameters are case sensitive.
IMPORTANT: Only call parameters that you need. Algonomy operates off a set of APIs that support many applications and clients concurrently. Algonomy may update and enhance these APIs at any time.
Parameter |
Required or Optional |
Description |
---|---|---|
apiClientKey |
Required |
A unique key specific to each API implementation. It identifies the specific application or client for reporting, permissions, and merchandising. This is provided by Algonomy. Example: apiClientKey=b0126f995ac848159d |
apiKey |
Required |
A unique key that identifies the site. Each Algonomy client has a unique API key to separate data and traffic from other clients. This is provided by Algonomy. Example: apiKey=4faeaf752ee40a0f |
attribute |
Optional |
Retrieves custom attributes provided in the catalog feed. Use this parameter multiple times to request more than one attribute by separating each attribute with the ampersand "&" character. Use the asterisk "*" character as the parameter value to request all attributes. Example: &attribute=COLOR&attribute=SIZE |
categoryData |
Optional |
Omits category data (categoryIds and categories) when set to false. The default is true. Example: categoryData=false |
cts |
Optional |
Click-through server. Changes a portion of the click-through URL when a shopper clicks on a recommendation. It specifies the destination server of the click (for example, www.buystuff.com vs. m.buystuff.com). This parameter is typically used during development to keep users within the same environment when clicking on a recommendation. Example: cts=http://test.buystuff.com Note: if the cts parameter is provided in the API request, it overrides the click-through server site configuration setting, and/or cts in the product URL delivered in the feed. |
recentlyPurchased |
Optional |
Products the shopper has purchased in the current session. This can be a single product ID or list of product IDs. Products listed here will be considered along with historical data from the Algonomy system. Use the pipe "|" character to separate the product IDs. Example: recentlyPurchased=uv2345|xt1234 |
recentlyViewed |
Optional |
List product IDs of the product detail pages viewed by the shopper in the current session. Include time stamps in milliseconds using UTC time zone for each view. The timestamp field must be provided. Use the pipe "|" character to separate multiple product IDs and time stamps. If there are multiple views for a product ID, the time stamps can be concatenated using a semicolon. Example: recentlyViewed=pid1:1409871261000;1409871561000|pid2:1409761261000 |
recentSearches |
Optional |
Recent searches performed by the shopper. Separate multiple searches by using the the pipe "|" character. This parameter is required for recs on searches. Example: recentSearches=brown shoes|blue shoes |
recProductsCount |
Optional |
Upper limit on the number of recommendations returned by each strategy. The default is 5, and the maximum is 20. Example: recProductsCount=8 |
requestId |
Optional |
Allows merchants to match responses to requests. The ID returned is untouched in the response object. It's useful if there are multiple requests issued at the same time. Example: requestId=654123 |
rid |
Optional |
Region ID. Must be consistent with the ID used in the Product Region Feed. Example: rid=Switzerland-France |
sessionId |
Optional |
Identifies a single visit by a shopper. Sessions are used by behavioral models (to scope user behaviour in a shopping session) and reporting metrics. Example: sessionId=93484 |
strategiesForCategories |
Optional |
Strategies to use for recommendations based on recently viewed categories. If multiple strategies are given, a random one is selected. If none are given, the default is CategoryBestSellers. Separate multiple strategies using the pipe "|" character. Example: strategiesForCategories=CategoryTopOffers |
strategiesForPurchases |
Optional |
Specifies the strategies to use when basing recommendations on purchased products. If multiple strategies are given, a random strategy will be selected. The value can be any strategy family name in the list below. The default is the ProductBoughtBought strategy family. Separate multiple strategies by using the pipe "|" character. Example: strategiesForPurchases=SessionPurchaseCP |
strategiesForRecentSearches |
Optional |
Strategies to use for recommendations based on searches by the shopper. If multiple strategies are given, a random one is selected. If none are given, the default is SearchBought. Separate multiple strategies by using the pipe "|" character. Example: strategiesForRecentSearches=RecentSearch |
strategiesForViews |
Optional |
Specifies the strategies to use when basing recommendations on viewed products. If multiple strategies are given, a random one is selected. If none are given, the default is the ProductViewedViewed strategy family. This value can be any strategy family name in the list below. Separate multiple strategies by using the pipe "|" character. Example: strategiesForViews=PersonalizedClickEV |
useCookie |
Optional |
Use recently viewed product information from the Algonomy cookie as a basis for recommendations along with manually-given recommendations. Default is yes. Example: useCookie=yes |
userAttribute |
Optional |
Custom keys and values that describe the current shopper. Separate information using a semicolon and the pipe "|" character. Example: userAttribute=eye_color:blue;green|hair_color:brown |
userId |
Optional |
User ID. A unique string to identify each shopper (user). All shopper behavior is stored using this key. It is case-sensitive, and should be the same user ID sent to Algonomy in other applications. Example: userId=0982347 If no user ID is given, recommendations are based on view and purchase history (via the recentlyViewed and recentlyPurchased parameters or cookies) as well as unpersonalized strategies such as CategoryBestSellers. |
Example Request
http://recs.richrelevance.com/rrserver/api/rrPlatform/myRecs?&attribute=rr_imageURL&attribute=rr_imageOriginalURL&attribute=rr_imageThumbURL&pretty=true&apiClientKey=e9c9e05289be70e6&apiKey=showcaseparent&userId=1&sessionId=1&recProductsCount=5
Example Response
myRecs returns a JSON object that includes details about the user and multiple sets of recommendations for them.
The response includes these objects:
Field |
Description |
---|---|
userInfo |
Details about the user. These fields show the information that was used to make the recommendations, generally an aggregate of information in the models and the information from cookies passed in. |
strategyResults |
Recommendations for the user. An array of strategyResult objects. |
userInfo object
The user’s view and purchase history, which is aggregated fro Algonomy’s records and any information passed into myRecs with the recentlyPurchased, recentlyViewed, and useCookie parameters.
The object has these fields:
Field |
Description |
---|---|
purchasedProducts |
Products purchased by the user. Most recent purchases are first. |
viewedProducts |
Products browsed by the user. Most recent purchases are first. |
purchasedCategories |
Categories that the user has purchased from, ordered by frequency descending. |
viewedCategories |
Categories that the user has browsed, ordered by frequency descending. |
strategyResults object
A JSON object that contains a collection of strategies on specific seeds. For each strategy used, the response includes the strategy name, the seed product, category, or search information, the strategy message, and an array of product details.
The object has these fields:
Field |
Description |
---|---|
strategyName |
The name of the strategy that produced the recommendations. |
seedProduct |
If the strategy is product-based, this contains an object describing the product that the recommendations are based on. This object contains the same list of objects and values used in the recommendedProducts array.Each set of recommendations will have a seedProduct,seedCategory, or seedSearch, but not all three.The clickURL for the seed product will not count as a recommendation click. |
seedCategory |
If the strategy is category-based, this contains an object describing the category the recommendations are based on.Each set of recommendations will have a seedProduct,seedCategory, or seedSearch, but not all three. |
seedSearch |
If the strategy is search-based, this contains a string describing the search the recommendations are based on.Each set of recommendations will have a seedProduct,seedCategory, or seedSearch, but not all three. |
message |
A suitable default message for describing why these recommendations were made. |
recommendedProducts |
An array of objects describing recommendations from the strategy listed by strategyName. Each object describes one product to recommend, using these objects and values: |
clickURL |
The URL to send shoppers to when they click the product image.Important: You must use the click URL provided here, because it includes the Algonomy tracking code needed for reporting and understanding your shoppers’ behavior. |
regionPriceDescription |
The price description for the current region. Requires regions to be set up for the site, and price descriptions to be set up in the Product Region Flat File Feed. |
rating |
The product rating. This value must be provided in the catalog feed to be returned by myRecs. |
numReviews |
The number of reviews the product has received. This value must be provided in the catalog feed to be returned by myRecs. |
priceRangeCents |
The price range of the product, in cents. |
categoryIds |
An array of values, listing the category IDs for each of the categories that the product belongs to. |
imageURL |
A URL for the image of the product. |
name |
The product name. |
genre |
The product’s genre, often the same as a top-level category. |
isRecommendable |
Can the product be recommended? Valid values: true, false.Most strategies only return products that are recommendable, but some (like RecentHistoricalItems, which shows products the shopper previously viewed) might include unrecommendable products as well. |
priceCents |
The price of the product, in cents. |
attributes |
Custom attributes assigned to the product. Attributes must be set up in the catalog feed to be returned by myRecs. |
id |
The product ID, a unique identifier for each product. |
categories |
An array of objects describing each of the categories that the product belongs to, using these values: hasChildren: Is the category set up as a parent category?Valid values: true, false. id: The category ID, a unique identifier for each category. name: The category name. |
brand |
The brand of the product. This value must be provided in the catalog feed to be returned by myRecs. |
{
"userInfo":{
"purchasedProducts":[
],
"viewedProducts":[
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F25139241&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=-1&pti=11&pa=-1&pos=0&p=25139241&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":3.6089999675750732,
"numReviews":0,
"priceRangeCents":[
44800,
44800
],
"categoryIds":[
"Electronics",
"Electronics.Computers",
"Seasonal",
"Seasonal.Back to School",
"Seasonal.Back to School 2",
"Seasonal.Back to School 2.Tech Essentials",
"Seasonal.Back to School.Tech Essentials",
"Electronics.Computers.Laptop Computers",
"Seasonal.Back to School 2.Tech Essentials.Laptop Computers",
"Seasonal.Back to School.Tech Essentials.Laptop Computers"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/88/77/58/51/0088775851886_180X180.jpg",
"name":"HP Sparkling Black 15.6\" Pavilion 15-b119wm Laptop PC with AMD Quad-Core A8-4555M Accelerated Processor and Windows 8 Operating System",
"genre":"Electronics",
"isRecommendable":true,
"priceCents":44800,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/p/hp-sparkling-black-15.6quot-pavilion-15-b119wm-laptop-pc-with-amd-quad-core-a8-4555m-accelerated-processor-and-windows-8-operating-system-a139e839ee87ebf2b5cd73261ce26ccc.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/p/hp-sparkling-black-15.6quot-pavilion-15-b119wm-laptop-pc-with-amd-quad-core-a8-4555m-accelerated-processor-and-windows-8-operating-system-a139e839ee87ebf2b5cd73261ce26ccc.jpg"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/p/hp-sparkling-black-15.6quot-pavilion-15-b119wm-laptop-pc-with-amd-quad-core-a8-4555m-accelerated-processor-and-windows-8-operating-system-bd0a6047f723e9fcf80efacbfc450094.jpg"
]
},
"id":"25139241",
"categories":[
{
"hasChildren":false,
"name":"Electronics",
"id":"Electronics"
},
{
"hasChildren":false,
"name":"Computers",
"id":"Electronics.Computers"
},
{
"hasChildren":false,
"name":"Seasonal",
"id":"Seasonal"
},
{
"hasChildren":false,
"name":"Back to School",
"id":"Seasonal.Back to School"
},
{
"hasChildren":false,
"name":"Back to School 2",
"id":"Seasonal.Back to School 2"
},
{
"hasChildren":false,
"name":"Tech Essentials",
"id":"Seasonal.Back to School 2.Tech Essentials"
},
{
"hasChildren":false,
"name":"Tech Essentials",
"id":"Seasonal.Back to School.Tech Essentials"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Electronics.Computers.Laptop Computers"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Seasonal.Back to School 2.Tech Essentials.Laptop Computers"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Seasonal.Back to School.Tech Essentials.Laptop Computers"
}
],
"brand":"Hewlett Packard"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F21666189&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=-1&pti=11&pa=-1&pos=1&p=21666189&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4.188000202178955,
"numReviews":0,
"priceRangeCents":[
36800,
36800
],
"categoryIds":[
"Electronics",
"Electronics.Computers",
"Seasonal",
"Seasonal.Back to School",
"Seasonal.Back to School 2",
"Seasonal.Back to School 2.Tech Essentials",
"Seasonal.Back to School.Tech Essentials",
"Electronics.Computers.Laptop Computers",
"Seasonal.Back to School 2.Tech Essentials.Laptop Computers",
"Seasonal.Back to School.Tech Essentials.Laptop Computers"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/88/71/11/50/0088711150103_180X180.jpg",
"name":"HP 15.6\" 2000-2b59WM Laptop PC with Intel Pentium B960 Processor and Windows 8",
"genre":"Electronics",
"isRecommendable":true,
"priceCents":36800,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/p/hp-15.6quot-2000-2b59wm-laptop-pc-with-intel-pentium-b960-processor-and-windows-8-b66b5086e1e479aa965d76a640b5e773.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/p/hp-15.6quot-2000-2b59wm-laptop-pc-with-intel-pentium-b960-processor-and-windows-8-b66b5086e1e479aa965d76a640b5e773.jpg"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/p/hp-15.6quot-2000-2b59wm-laptop-pc-with-intel-pentium-b960-processor-and-windows-8-759036d339487482096368dcba9a5ebe.jpg"
]
},
"id":"21666189",
"categories":[
{
"hasChildren":false,
"name":"Electronics",
"id":"Electronics"
},
{
"hasChildren":false,
"name":"Computers",
"id":"Electronics.Computers"
},
{
"hasChildren":false,
"name":"Seasonal",
"id":"Seasonal"
},
{
"hasChildren":false,
"name":"Back to School",
"id":"Seasonal.Back to School"
},
{
"hasChildren":false,
"name":"Back to School 2",
"id":"Seasonal.Back to School 2"
},
{
"hasChildren":false,
"name":"Tech Essentials",
"id":"Seasonal.Back to School 2.Tech Essentials"
},
{
"hasChildren":false,
"name":"Tech Essentials",
"id":"Seasonal.Back to School.Tech Essentials"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Electronics.Computers.Laptop Computers"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Seasonal.Back to School 2.Tech Essentials.Laptop Computers"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Seasonal.Back to School.Tech Essentials.Laptop Computers"
}
],
"brand":"HP"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F25371343&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=-1&pti=11&pa=-1&pos=2&p=25371343&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4.25,
"numReviews":0,
"priceRangeCents":[
1497,
1497
],
"categoryIds":[
"Apparel",
"Apparel.Girls",
"Apparel.Girls.Girls' Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/88/65/24/48/0088652448534_Color_Purple_SW_180X180.jpg",
"name":"Avia Toddler Girl's Emily Sneakers",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":1497,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/a/v/avia-toddler-girl039s-emily-sneakers-c3750a81f7a319751d385616c0497f1c.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/a/v/avia-toddler-girl039s-emily-sneakers-724c14bd22f8aef0c22f5122f26a58cc.jpg"
]
},
"id":"25371343",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Girls",
"id":"Apparel.Girls"
},
{
"hasChildren":false,
"name":"Girls' Shoes",
"id":"Apparel.Girls.Girls' Shoes"
}
]
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F25371342&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=-1&pti=11&pa=-1&pos=3&p=25371342&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4.400000095367432,
"numReviews":0,
"priceRangeCents":[
2787,
2787
],
"categoryIds":[
"Apparel",
"Apparel.Shoes",
"Apparel.Shoes.Women's Shoes",
"Apparel.Shoes.Women's Shoes.Women's Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/88/65/24/49/0088652449577_Color_Charcoal_SW_180X180.jpg",
"name":"Avia Women's Hailey Sneakers",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":2787,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/a/v/avia-women039s-hailey-sneakers-b1a9729d2ac33363f26affbefe17104b.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/a/v/avia-women039s-hailey-sneakers-ac0fa278e64c9f2056643faed9d38ae3.jpg"
]
},
"id":"25371342",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes.Women's Shoes"
}
]
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F26369947&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=-1&pti=11&pa=-1&pos=4&p=26369947&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":2.5,
"numReviews":0,
"priceRangeCents":[
2287,
2287
],
"categoryIds":[
"Apparel",
"Apparel.Shoes",
"Apparel.Shoes.Women's Shoes",
"Apparel.Shoes.Women's Shoes.Women's Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/88/65/24/48/0088652448751_Color_White--Blue_SW_180X180.jpg",
"name":"Avia Women's Taylor Walking Sneaker",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":2287,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/a/v/avia-women039s-taylor-walking-sneaker-91102038ed0e7d6b9afe3596ea2b2703.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/a/v/avia-women039s-taylor-walking-sneaker-5a919a949e8b97819820a5e5fc357b8b.jpg"
]
},
"id":"26369947",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes.Women's Shoes"
}
],
"brand":"Avia"
}
],
"similarUsers":[
],
"viewedCategories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Back to School",
"id":"Seasonal.Back to School"
},
{
"hasChildren":false,
"name":"Tech Essentials",
"id":"Seasonal.Back to School.Tech Essentials"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Back to School 2",
"id":"Seasonal.Back to School 2"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes.Women's Shoes"
},
{
"hasChildren":false,
"name":"Electronics",
"id":"Electronics"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes"
},
{
"hasChildren":false,
"name":"Seasonal",
"id":"Seasonal"
},
{
"hasChildren":false,
"name":"Tech Essentials",
"id":"Seasonal.Back to School 2.Tech Essentials"
}
],
"purchasedCategories":[
]
},
"strategyResults":[
{
"strategyName":"ProductViewedViewed",
"requestId":"",
"message":"People who viewed this product also viewed",
"recommendedProducts":[
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F22610825&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=4&pti=11&pa=-1&pos=0&p=22610825&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4.1579999923706055,
"numReviews":0,
"priceRangeCents":[
34800,
34800
],
"categoryIds":[
"Electronics",
"Electronics.Computers",
"Seasonal",
"Seasonal.Back to School",
"Seasonal.Back to School 2",
"Seasonal.Back to School 2.Tech Essentials",
"Seasonal.Back to School.Tech Essentials",
"Electronics.Computers.Laptop Computers",
"Seasonal.Back to School 2.Tech Essentials.Laptop Computers",
"Seasonal.Back to School.Tech Essentials.Laptop Computers"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/88/71/11/99/0088711199074_180X180.jpg",
"name":"HP Black Licorice 15.6\" 2000-2c29wm Laptop PC with AMD E2-1800 Accelerated Processor and Windows 8 Operating System",
"genre":"Electronics",
"isRecommendable":true,
"priceCents":34800,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/p/hp-black-licorice-15.6quot-2000-2c29wm-laptop-pc-with-amd-e2-1800-accelerated-processor-and-windows-8-operating-system-5accefb38d4247254dfe8f350979a02d.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/p/hp-black-licorice-15.6quot-2000-2c29wm-laptop-pc-with-amd-e2-1800-accelerated-processor-and-windows-8-operating-system-5accefb38d4247254dfe8f350979a02d.jpg"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/p/hp-black-licorice-15.6quot-2000-2c29wm-laptop-pc-with-amd-e2-1800-accelerated-processor-and-windows-8-operating-system-c582b3b940668cdf580827a370ba4753.jpg"
]
},
"id":"22610825",
"categories":[
{
"hasChildren":false,
"name":"Electronics",
"id":"Electronics"
},
{
"hasChildren":false,
"name":"Computers",
"id":"Electronics.Computers"
},
{
"hasChildren":false,
"name":"Seasonal",
"id":"Seasonal"
},
{
"hasChildren":false,
"name":"Back to School",
"id":"Seasonal.Back to School"
},
{
"hasChildren":false,
"name":"Back to School 2",
"id":"Seasonal.Back to School 2"
},
{
"hasChildren":false,
"name":"Tech Essentials",
"id":"Seasonal.Back to School 2.Tech Essentials"
},
{
"hasChildren":false,
"name":"Tech Essentials",
"id":"Seasonal.Back to School.Tech Essentials"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Electronics.Computers.Laptop Computers"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Seasonal.Back to School 2.Tech Essentials.Laptop Computers"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Seasonal.Back to School.Tech Essentials.Laptop Computers"
}
],
"brand":"Hewlett Packard"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F22610824&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=4&pti=11&pa=-1&pos=1&p=22610824&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4.065999984741211,
"numReviews":0,
"priceRangeCents":[
29800,
29800
],
"categoryIds":[
"Electronics",
"Electronics.Computers",
"Seasonal",
"Seasonal.Back to School",
"Seasonal.Back to School 2",
"Seasonal.Back to School 2.Tech Essentials",
"Seasonal.Back to School.Tech Essentials",
"Electronics.Computers.Laptop Computers",
"Seasonal.Back to School 2.Tech Essentials.Laptop Computers",
"Seasonal.Back to School.Tech Essentials.Laptop Computers"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/88/71/11/99/0088711199073_180X180.jpg",
"name":"HP Winter Blue 15.6\" 2000-2b19wm Laptop PC with AMD E-300 Accelerated Processor and Windows 8 Operating System",
"genre":"Electronics",
"isRecommendable":true,
"priceCents":29800,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/p/hp-winter-blue-15.6quot-2000-2b19wm-laptop-pc-with-amd-e-300-accelerated-processor-and-windows-8-operating-system-39e44275558e22a52a1c9976e89ac170.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/p/hp-winter-blue-15.6quot-2000-2b19wm-laptop-pc-with-amd-e-300-accelerated-processor-and-windows-8-operating-system-39e44275558e22a52a1c9976e89ac170.jpg"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/p/hp-winter-blue-15.6quot-2000-2b19wm-laptop-pc-with-amd-e-300-accelerated-processor-and-windows-8-operating-system-125f3d0e0b3db8f7c1c8caa98d0bf6ab.jpg"
]
},
"id":"22610824",
"categories":[
{
"hasChildren":false,
"name":"Electronics",
"id":"Electronics"
},
{
"hasChildren":false,
"name":"Computers",
"id":"Electronics.Computers"
},
{
"hasChildren":false,
"name":"Seasonal",
"id":"Seasonal"
},
{
"hasChildren":false,
"name":"Back to School",
"id":"Seasonal.Back to School"
},
{
"hasChildren":false,
"name":"Back to School 2",
"id":"Seasonal.Back to School 2"
},
{
"hasChildren":false,
"name":"Tech Essentials",
"id":"Seasonal.Back to School 2.Tech Essentials"
},
{
"hasChildren":false,
"name":"Tech Essentials",
"id":"Seasonal.Back to School.Tech Essentials"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Electronics.Computers.Laptop Computers"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Seasonal.Back to School 2.Tech Essentials.Laptop Computers"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Seasonal.Back to School.Tech Essentials.Laptop Computers"
}
],
"brand":"Hewlett Packard"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F21666189&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=4&pti=11&pa=-1&pos=2&p=21666189&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4.188000202178955,
"numReviews":0,
"priceRangeCents":[
36800,
36800
],
"categoryIds":[
"Electronics",
"Electronics.Computers",
"Seasonal",
"Seasonal.Back to School",
"Seasonal.Back to School 2",
"Seasonal.Back to School 2.Tech Essentials",
"Seasonal.Back to School.Tech Essentials",
"Electronics.Computers.Laptop Computers",
"Seasonal.Back to School 2.Tech Essentials.Laptop Computers",
"Seasonal.Back to School.Tech Essentials.Laptop Computers"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/88/71/11/50/0088711150103_180X180.jpg",
"name":"HP 15.6\" 2000-2b59WM Laptop PC with Intel Pentium B960 Processor and Windows 8",
"genre":"Electronics",
"isRecommendable":true,
"priceCents":36800,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/p/hp-15.6quot-2000-2b59wm-laptop-pc-with-intel-pentium-b960-processor-and-windows-8-b66b5086e1e479aa965d76a640b5e773.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/p/hp-15.6quot-2000-2b59wm-laptop-pc-with-intel-pentium-b960-processor-and-windows-8-b66b5086e1e479aa965d76a640b5e773.jpg"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/p/hp-15.6quot-2000-2b59wm-laptop-pc-with-intel-pentium-b960-processor-and-windows-8-759036d339487482096368dcba9a5ebe.jpg"
]
},
"id":"21666189",
"categories":[
{
"hasChildren":false,
"name":"Electronics",
"id":"Electronics"
},
{
"hasChildren":false,
"name":"Computers",
"id":"Electronics.Computers"
},
{
"hasChildren":false,
"name":"Seasonal",
"id":"Seasonal"
},
{
"hasChildren":false,
"name":"Back to School",
"id":"Seasonal.Back to School"
},
{
"hasChildren":false,
"name":"Back to School 2",
"id":"Seasonal.Back to School 2"
},
{
"hasChildren":false,
"name":"Tech Essentials",
"id":"Seasonal.Back to School 2.Tech Essentials"
},
{
"hasChildren":false,
"name":"Tech Essentials",
"id":"Seasonal.Back to School.Tech Essentials"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Electronics.Computers.Laptop Computers"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Seasonal.Back to School 2.Tech Essentials.Laptop Computers"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Seasonal.Back to School.Tech Essentials.Laptop Computers"
}
],
"brand":"HP"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F25582166&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=4&pti=11&pa=-1&pos=3&p=25582166&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4.269000053405762,
"numReviews":0,
"priceRangeCents":[
49800,
49800
],
"categoryIds":[
"Electronics",
"Electronics.Computers",
"Seasonal",
"Seasonal.Back to School",
"Seasonal.Back to School 2",
"Seasonal.Back to School 2.Tech Essentials",
"Seasonal.Back to School.Tech Essentials",
"Electronics.Computers.Laptop Computers",
"Seasonal.Back to School 2.Tech Essentials.Laptop Computers",
"Seasonal.Back to School.Tech Essentials.Laptop Computers"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/88/41/16/11/0088411611958_180X180.jpg",
"name":"Dell Matte Black 15.6\" Inspiron i15RV-8524BLK Laptop PC with Intel Core i5-3337U Processor and Windows 8 Operating System",
"genre":"Electronics",
"isRecommendable":true,
"priceCents":49800,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/d/e/dell-matte-black-15.6quot-inspiron-i15rv-8524blk-laptop-pc-with-intel-core-i5-3337u-processor-and-windows-8-operating-system-0b2d59ee49d9b608844b308665cc2cdb.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/d/e/dell-matte-black-15.6quot-inspiron-i15rv-8524blk-laptop-pc-with-intel-core-i5-3337u-processor-and-windows-8-operating-system-0b2d59ee49d9b608844b308665cc2cdb.jpg"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/d/e/dell-matte-black-15.6quot-inspiron-i15rv-8524blk-laptop-pc-with-intel-core-i5-3337u-processor-and-windows-8-operating-system-91326f2d410ca47668ea1382debd672d.jpg"
]
},
"id":"25582166",
"categories":[
{
"hasChildren":false,
"name":"Electronics",
"id":"Electronics"
},
{
"hasChildren":false,
"name":"Computers",
"id":"Electronics.Computers"
},
{
"hasChildren":false,
"name":"Seasonal",
"id":"Seasonal"
},
{
"hasChildren":false,
"name":"Back to School",
"id":"Seasonal.Back to School"
},
{
"hasChildren":false,
"name":"Back to School 2",
"id":"Seasonal.Back to School 2"
},
{
"hasChildren":false,
"name":"Tech Essentials",
"id":"Seasonal.Back to School 2.Tech Essentials"
},
{
"hasChildren":false,
"name":"Tech Essentials",
"id":"Seasonal.Back to School.Tech Essentials"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Electronics.Computers.Laptop Computers"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Seasonal.Back to School 2.Tech Essentials.Laptop Computers"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Seasonal.Back to School.Tech Essentials.Laptop Computers"
}
],
"brand":"Dell"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F20905355&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=4&pti=11&pa=-1&pos=4&p=20905355&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"salePriceRangeCents":[
24400,
24400
],
"rating":-1,
"numReviews":0,
"priceRangeCents":[
29400,
29400
],
"categoryIds":[
"Electronics",
"Electronics.Computers",
"Seasonal",
"Seasonal.Back to School",
"Seasonal.Back to School 2",
"Seasonal.Back to School 2.Tech Essentials",
"Seasonal.Back to School.Tech Essentials",
"Electronics.Computers.Laptop Computers",
"Seasonal.Back to School 2.Tech Essentials.Laptop Computers",
"Seasonal.Back to School.Tech Essentials.Laptop Computers"
],
"salePriceCents":24400,
"imageURL":"http://labs.richrelevance.com/i/p/11/13/00/83/99/1113008399055_180X180.jpg",
"name":"Fall Savings Laptop & Accessories Bundle with Laptop, Case & USB Flash Drive",
"genre":"Electronics",
"isRecommendable":true,
"priceCents":29400,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/f/a/fall-savings-laptop-amp-accessories-bundle-with-laptop-case-amp-usb-flash-drive-5bdfef5cc3bd5f3fbf27d0c03701e103.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/f/a/fall-savings-laptop-amp-accessories-bundle-with-laptop-case-amp-usb-flash-drive-5bdfef5cc3bd5f3fbf27d0c03701e103.jpg"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/f/a/fall-savings-laptop-amp-accessories-bundle-with-laptop-case-amp-usb-flash-drive-487c1f0d3b04384f79705bad13486e12.jpg"
]
},
"id":"20905355",
"categories":[
{
"hasChildren":false,
"name":"Electronics",
"id":"Electronics"
},
{
"hasChildren":false,
"name":"Computers",
"id":"Electronics.Computers"
},
{
"hasChildren":false,
"name":"Seasonal",
"id":"Seasonal"
},
{
"hasChildren":false,
"name":"Back to School",
"id":"Seasonal.Back to School"
},
{
"hasChildren":false,
"name":"Back to School 2",
"id":"Seasonal.Back to School 2"
},
{
"hasChildren":false,
"name":"Tech Essentials",
"id":"Seasonal.Back to School 2.Tech Essentials"
},
{
"hasChildren":false,
"name":"Tech Essentials",
"id":"Seasonal.Back to School.Tech Essentials"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Electronics.Computers.Laptop Computers"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Seasonal.Back to School 2.Tech Essentials.Laptop Computers"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Seasonal.Back to School.Tech Essentials.Laptop Computers"
}
]
}
],
"seedProduct":{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F25139241&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=-1&pti=11&pa=-1&pos=0&p=25139241&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":3.6089999675750732,
"numReviews":0,
"priceRangeCents":[
44800,
44800
],
"categoryIds":[
"Electronics",
"Electronics.Computers",
"Seasonal",
"Seasonal.Back to School",
"Seasonal.Back to School 2",
"Seasonal.Back to School 2.Tech Essentials",
"Seasonal.Back to School.Tech Essentials",
"Electronics.Computers.Laptop Computers",
"Seasonal.Back to School 2.Tech Essentials.Laptop Computers",
"Seasonal.Back to School.Tech Essentials.Laptop Computers"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/88/77/58/51/0088775851886_180X180.jpg",
"name":"HP Sparkling Black 15.6\" Pavilion 15-b119wm Laptop PC with AMD Quad-Core A8-4555M Accelerated Processor and Windows 8 Operating System",
"genre":"Electronics",
"isRecommendable":true,
"priceCents":44800,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/p/hp-sparkling-black-15.6quot-pavilion-15-b119wm-laptop-pc-with-amd-quad-core-a8-4555m-accelerated-processor-and-windows-8-operating-system-a139e839ee87ebf2b5cd73261ce26ccc.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/p/hp-sparkling-black-15.6quot-pavilion-15-b119wm-laptop-pc-with-amd-quad-core-a8-4555m-accelerated-processor-and-windows-8-operating-system-a139e839ee87ebf2b5cd73261ce26ccc.jpg"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/p/hp-sparkling-black-15.6quot-pavilion-15-b119wm-laptop-pc-with-amd-quad-core-a8-4555m-accelerated-processor-and-windows-8-operating-system-bd0a6047f723e9fcf80efacbfc450094.jpg"
]
},
"id":"25139241",
"categories":[
{
"hasChildren":false,
"name":"Electronics",
"id":"Electronics"
},
{
"hasChildren":false,
"name":"Computers",
"id":"Electronics.Computers"
},
{
"hasChildren":false,
"name":"Seasonal",
"id":"Seasonal"
},
{
"hasChildren":false,
"name":"Back to School",
"id":"Seasonal.Back to School"
},
{
"hasChildren":false,
"name":"Back to School 2",
"id":"Seasonal.Back to School 2"
},
{
"hasChildren":false,
"name":"Tech Essentials",
"id":"Seasonal.Back to School 2.Tech Essentials"
},
{
"hasChildren":false,
"name":"Tech Essentials",
"id":"Seasonal.Back to School.Tech Essentials"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Electronics.Computers.Laptop Computers"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Seasonal.Back to School 2.Tech Essentials.Laptop Computers"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Seasonal.Back to School.Tech Essentials.Laptop Computers"
}
],
"brand":"Hewlett Packard"
}
},
{
"strategyName":"ProductViewedViewed",
"requestId":"",
"message":"People who viewed this product also viewed",
"recommendedProducts":[
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F25139241&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=4&pti=11&pa=-1&pos=0&p=25139241&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":3.6089999675750732,
"numReviews":0,
"priceRangeCents":[
44800,
44800
],
"categoryIds":[
"Electronics",
"Electronics.Computers",
"Seasonal",
"Seasonal.Back to School",
"Seasonal.Back to School 2",
"Seasonal.Back to School 2.Tech Essentials",
"Seasonal.Back to School.Tech Essentials",
"Electronics.Computers.Laptop Computers",
"Seasonal.Back to School 2.Tech Essentials.Laptop Computers",
"Seasonal.Back to School.Tech Essentials.Laptop Computers"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/88/77/58/51/0088775851886_180X180.jpg",
"name":"HP Sparkling Black 15.6\" Pavilion 15-b119wm Laptop PC with AMD Quad-Core A8-4555M Accelerated Processor and Windows 8 Operating System",
"genre":"Electronics",
"isRecommendable":true,
"priceCents":44800,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/p/hp-sparkling-black-15.6quot-pavilion-15-b119wm-laptop-pc-with-amd-quad-core-a8-4555m-accelerated-processor-and-windows-8-operating-system-a139e839ee87ebf2b5cd73261ce26ccc.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/p/hp-sparkling-black-15.6quot-pavilion-15-b119wm-laptop-pc-with-amd-quad-core-a8-4555m-accelerated-processor-and-windows-8-operating-system-a139e839ee87ebf2b5cd73261ce26ccc.jpg"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/p/hp-sparkling-black-15.6quot-pavilion-15-b119wm-laptop-pc-with-amd-quad-core-a8-4555m-accelerated-processor-and-windows-8-operating-system-bd0a6047f723e9fcf80efacbfc450094.jpg"
]
},
"id":"25139241",
"categories":[
{
"hasChildren":false,
"name":"Electronics",
"id":"Electronics"
},
{
"hasChildren":false,
"name":"Computers",
"id":"Electronics.Computers"
},
{
"hasChildren":false,
"name":"Seasonal",
"id":"Seasonal"
},
{
"hasChildren":false,
"name":"Back to School",
"id":"Seasonal.Back to School"
},
{
"hasChildren":false,
"name":"Back to School 2",
"id":"Seasonal.Back to School 2"
},
{
"hasChildren":false,
"name":"Tech Essentials",
"id":"Seasonal.Back to School 2.Tech Essentials"
},
{
"hasChildren":false,
"name":"Tech Essentials",
"id":"Seasonal.Back to School.Tech Essentials"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Electronics.Computers.Laptop Computers"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Seasonal.Back to School 2.Tech Essentials.Laptop Computers"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Seasonal.Back to School.Tech Essentials.Laptop Computers"
}
],
"brand":"Hewlett Packard"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F25868221&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=4&pti=11&pa=-1&pos=1&p=25868221&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4.4039998054504395,
"numReviews":0,
"priceRangeCents":[
42800,
42800
],
"categoryIds":[
"Electronics",
"Electronics.Computers",
"Seasonal",
"Seasonal.Back to School",
"Seasonal.Back to School 2",
"Seasonal.Back to School 2.Tech Essentials",
"Seasonal.Back to School.Tech Essentials",
"Electronics.Computers.Laptop Computers",
"Seasonal.Back to School 2.Tech Essentials.Laptop Computers",
"Seasonal.Back to School.Tech Essentials.Laptop Computers"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/88/77/58/72/0088775872171_180X180.jpg",
"name":"HP Purple 15.6\" Pavilion 15-e016wm Laptop PC with AMD Elite A6-5350M Accelerated Processor, 4GB Memory, 500GB Hard Drive and Windows 8",
"genre":"Electronics",
"isRecommendable":true,
"priceCents":42800,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/p/hp-purple-15.6quot-pavilion-15-e016wm-laptop-pc-with-amd-elite-a6-5350m-accelerated-processor-4gb-memory-500gb-hard-drive-and-windows-8-193b545448c2f62adeaf5fc54b4488c8.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/p/hp-purple-15.6quot-pavilion-15-e016wm-laptop-pc-with-amd-elite-a6-5350m-accelerated-processor-4gb-memory-500gb-hard-drive-and-windows-8-193b545448c2f62adeaf5fc54b4488c8.jpg"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/p/hp-purple-15.6quot-pavilion-15-e016wm-laptop-pc-with-amd-elite-a6-5350m-accelerated-processor-4gb-memory-500gb-hard-drive-and-windows-8-0108d019a6172f2a993e29862001faf7.jpg"
]
},
"id":"25868221",
"categories":[
{
"hasChildren":false,
"name":"Electronics",
"id":"Electronics"
},
{
"hasChildren":false,
"name":"Computers",
"id":"Electronics.Computers"
},
{
"hasChildren":false,
"name":"Seasonal",
"id":"Seasonal"
},
{
"hasChildren":false,
"name":"Back to School",
"id":"Seasonal.Back to School"
},
{
"hasChildren":false,
"name":"Back to School 2",
"id":"Seasonal.Back to School 2"
},
{
"hasChildren":false,
"name":"Tech Essentials",
"id":"Seasonal.Back to School 2.Tech Essentials"
},
{
"hasChildren":false,
"name":"Tech Essentials",
"id":"Seasonal.Back to School.Tech Essentials"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Electronics.Computers.Laptop Computers"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Seasonal.Back to School 2.Tech Essentials.Laptop Computers"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Seasonal.Back to School.Tech Essentials.Laptop Computers"
}
],
"brand":"Hewlett Packard"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F25582170&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=4&pti=11&pa=-1&pos=2&p=25582170&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4.23799991607666,
"numReviews":0,
"priceRangeCents":[
39800,
39800
],
"categoryIds":[
"Electronics",
"Electronics.Computers",
"Seasonal",
"Seasonal.Back to School",
"Seasonal.Back to School 2",
"Seasonal.Back to School 2.Tech Essentials",
"Seasonal.Back to School.Tech Essentials",
"Electronics.Computers.Laptop Computers",
"Seasonal.Back to School 2.Tech Essentials.Laptop Computers",
"Seasonal.Back to School.Tech Essentials.Laptop Computers"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/88/41/16/11/0088411611731_180X180.jpg",
"name":"Dell Black Matte 15.6\" Inspiron i15RV-1333BLK Laptop PC with Intel Core i3-3227U Processor and Windows 8 Operating System",
"genre":"Electronics",
"isRecommendable":true,
"priceCents":39800,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/d/e/dell-black-matte-15.6quot-inspiron-i15rv-1333blk-laptop-pc-with-intel-core-i3-3227u-processor-and-windows-8-operating-system-f4cc38c1ce9e26f0c1a49e9f1c2bcec5.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/d/e/dell-black-matte-15.6quot-inspiron-i15rv-1333blk-laptop-pc-with-intel-core-i3-3227u-processor-and-windows-8-operating-system-f4cc38c1ce9e26f0c1a49e9f1c2bcec5.jpg"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/d/e/dell-black-matte-15.6quot-inspiron-i15rv-1333blk-laptop-pc-with-intel-core-i3-3227u-processor-and-windows-8-operating-system-0b52cb3589a4ce65ce5a5238d4144a4c.jpg"
]
},
"id":"25582170",
"categories":[
{
"hasChildren":false,
"name":"Electronics",
"id":"Electronics"
},
{
"hasChildren":false,
"name":"Computers",
"id":"Electronics.Computers"
},
{
"hasChildren":false,
"name":"Seasonal",
"id":"Seasonal"
},
{
"hasChildren":false,
"name":"Back to School",
"id":"Seasonal.Back to School"
},
{
"hasChildren":false,
"name":"Back to School 2",
"id":"Seasonal.Back to School 2"
},
{
"hasChildren":false,
"name":"Tech Essentials",
"id":"Seasonal.Back to School 2.Tech Essentials"
},
{
"hasChildren":false,
"name":"Tech Essentials",
"id":"Seasonal.Back to School.Tech Essentials"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Electronics.Computers.Laptop Computers"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Seasonal.Back to School 2.Tech Essentials.Laptop Computers"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Seasonal.Back to School.Tech Essentials.Laptop Computers"
}
],
"brand":"Dell"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F10966053&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=4&pti=11&pa=-1&pos=3&p=10966053&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"salePriceRangeCents":[
28600,
28600
],
"rating":0,
"numReviews":0,
"priceRangeCents":[
33999,
33999
],
"categoryIds":[
"Electronics",
"Electronics.Computers",
"Seasonal",
"Seasonal.Back to School",
"Seasonal.Back to School 2",
"Seasonal.Back to School 2.Tech Essentials",
"Seasonal.Back to School.Tech Essentials",
"Electronics.Computers.Laptop Computers",
"Seasonal.Back to School 2.Tech Essentials.Laptop Computers",
"Seasonal.Back to School.Tech Essentials.Laptop Computers"
],
"salePriceCents":28600,
"imageURL":"http://labs.richrelevance.com/i/p/11/13/00/01/93/1113000193875_180X180.jpg",
"name":"Fall Savings Laptop Bundle with Choice of Laptop, Case, Flash Drive & Printer",
"genre":"Electronics",
"isRecommendable":true,
"priceCents":33999,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/f/a/fall-savings-laptop-bundle-with-choice-of-laptop-case-flash-drive-amp-printer-c0174437e85f3565c9fef1b10d27df79.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/f/a/fall-savings-laptop-bundle-with-choice-of-laptop-case-flash-drive-amp-printer-c0174437e85f3565c9fef1b10d27df79.jpg"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/f/a/fall-savings-laptop-bundle-with-choice-of-laptop-case-flash-drive-amp-printer-8d105fd6827a8f8737cbdc425fc0b926.jpg"
]
},
"id":"10966053",
"categories":[
{
"hasChildren":false,
"name":"Electronics",
"id":"Electronics"
},
{
"hasChildren":false,
"name":"Computers",
"id":"Electronics.Computers"
},
{
"hasChildren":false,
"name":"Seasonal",
"id":"Seasonal"
},
{
"hasChildren":false,
"name":"Back to School",
"id":"Seasonal.Back to School"
},
{
"hasChildren":false,
"name":"Back to School 2",
"id":"Seasonal.Back to School 2"
},
{
"hasChildren":false,
"name":"Tech Essentials",
"id":"Seasonal.Back to School 2.Tech Essentials"
},
{
"hasChildren":false,
"name":"Tech Essentials",
"id":"Seasonal.Back to School.Tech Essentials"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Electronics.Computers.Laptop Computers"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Seasonal.Back to School 2.Tech Essentials.Laptop Computers"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Seasonal.Back to School.Tech Essentials.Laptop Computers"
}
]
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F22905987&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=4&pti=11&pa=-1&pos=4&p=22905987&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4.181000232696533,
"numReviews":0,
"priceRangeCents":[
32800,
32800
],
"categoryIds":[
"Electronics",
"Electronics.Computers",
"Electronics.Computers.Laptops",
"Electronics.Computers.Laptop Computers",
"Electronics.Computers.Laptops.Everyday"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/88/65/41/90/0088654190384_180X180.jpg",
"name":"Gateway Black 15.6\" NE Series NE56R41u Laptop PC with Intel B960 Pentium Processor and Windows 8 Operating System",
"genre":"Electronics",
"isRecommendable":true,
"priceCents":32800,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/g/a/gateway-black-15.6quot-ne-series-ne56r41u-laptop-pc-with-intel-b960-pentium-processor-and-windows-8-operating-system-7695116188bd3172f3a7bebfe86cba7f.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/g/a/gateway-black-15.6quot-ne-series-ne56r41u-laptop-pc-with-intel-b960-pentium-processor-and-windows-8-operating-system-7695116188bd3172f3a7bebfe86cba7f.jpg"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/g/a/gateway-black-15.6quot-ne-series-ne56r41u-laptop-pc-with-intel-b960-pentium-processor-and-windows-8-operating-system-ef7e59559a5b7632d692fca4fb4b7212.jpg"
]
},
"id":"22905987",
"categories":[
{
"hasChildren":false,
"name":"Electronics",
"id":"Electronics"
},
{
"hasChildren":false,
"name":"Computers",
"id":"Electronics.Computers"
},
{
"hasChildren":false,
"name":"Laptops",
"id":"Electronics.Computers.Laptops"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Electronics.Computers.Laptop Computers"
},
{
"hasChildren":false,
"name":"Everyday",
"id":"Electronics.Computers.Laptops.Everyday"
}
],
"brand":"Gateway"
}
],
"seedProduct":{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F21666189&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=-1&pti=11&pa=-1&pos=1&p=21666189&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4.188000202178955,
"numReviews":0,
"priceRangeCents":[
36800,
36800
],
"categoryIds":[
"Electronics",
"Electronics.Computers",
"Seasonal",
"Seasonal.Back to School",
"Seasonal.Back to School 2",
"Seasonal.Back to School 2.Tech Essentials",
"Seasonal.Back to School.Tech Essentials",
"Electronics.Computers.Laptop Computers",
"Seasonal.Back to School 2.Tech Essentials.Laptop Computers",
"Seasonal.Back to School.Tech Essentials.Laptop Computers"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/88/71/11/50/0088711150103_180X180.jpg",
"name":"HP 15.6\" 2000-2b59WM Laptop PC with Intel Pentium B960 Processor and Windows 8",
"genre":"Electronics",
"isRecommendable":true,
"priceCents":36800,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/p/hp-15.6quot-2000-2b59wm-laptop-pc-with-intel-pentium-b960-processor-and-windows-8-b66b5086e1e479aa965d76a640b5e773.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/p/hp-15.6quot-2000-2b59wm-laptop-pc-with-intel-pentium-b960-processor-and-windows-8-b66b5086e1e479aa965d76a640b5e773.jpg"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/p/hp-15.6quot-2000-2b59wm-laptop-pc-with-intel-pentium-b960-processor-and-windows-8-759036d339487482096368dcba9a5ebe.jpg"
]
},
"id":"21666189",
"categories":[
{
"hasChildren":false,
"name":"Electronics",
"id":"Electronics"
},
{
"hasChildren":false,
"name":"Computers",
"id":"Electronics.Computers"
},
{
"hasChildren":false,
"name":"Seasonal",
"id":"Seasonal"
},
{
"hasChildren":false,
"name":"Back to School",
"id":"Seasonal.Back to School"
},
{
"hasChildren":false,
"name":"Back to School 2",
"id":"Seasonal.Back to School 2"
},
{
"hasChildren":false,
"name":"Tech Essentials",
"id":"Seasonal.Back to School 2.Tech Essentials"
},
{
"hasChildren":false,
"name":"Tech Essentials",
"id":"Seasonal.Back to School.Tech Essentials"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Electronics.Computers.Laptop Computers"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Seasonal.Back to School 2.Tech Essentials.Laptop Computers"
},
{
"hasChildren":false,
"name":"Laptop Computers",
"id":"Seasonal.Back to School.Tech Essentials.Laptop Computers"
}
],
"brand":"HP"
}
},
{
"strategyName":"ProductViewedViewed",
"requestId":"",
"message":"People who viewed this product also viewed",
"recommendedProducts":[
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F25371325&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=4&pti=11&pa=-1&pos=0&p=25371325&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4.25,
"numReviews":0,
"priceRangeCents":[
1497,
1497
],
"categoryIds":[
"Apparel",
"Apparel.Girls",
"Apparel.Girls.Girls' Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/88/65/24/48/0088652448529_Color_Grey-Multi_SW_180X180.jpg",
"name":"Avia Toddler Girl's Amaya Sneaker",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":1497,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/a/v/avia-toddler-girl039s-amaya-sneaker-afbc2dd1061a906bedc3000cf24e1bd9.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/a/v/avia-toddler-girl039s-amaya-sneaker-3a3d0f684ab2c0b55f0d41c2378f8fd5.jpg"
]
},
"id":"25371325",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Girls",
"id":"Apparel.Girls"
},
{
"hasChildren":false,
"name":"Girls' Shoes",
"id":"Apparel.Girls.Girls' Shoes"
}
]
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F23847881&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=4&pti=11&pa=-1&pos=1&p=23847881&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4.5,
"numReviews":0,
"priceRangeCents":[
1297,
1297
],
"categoryIds":[
"Apparel",
"Apparel.Baby Clothing",
"Apparel.Baby Clothing.Baby & Toddler Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/75/64/20/83/0075642083052_Color_Navy_SW_180X180.jpg",
"name":"Carter Child of Mine Girls' Toddler Cookie Sneakers",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":1297,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/c/a/carter-child-of-mine-girls039-toddler-cookie-sneakers-b02496206d50436b1970a2bc088eb210.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/c/a/carter-child-of-mine-girls039-toddler-cookie-sneakers-e642fb84a2605fd0610e88cd3fcb06a5.jpg"
]
},
"id":"23847881",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Baby Clothing",
"id":"Apparel.Baby Clothing"
},
{
"hasChildren":false,
"name":"Baby & Toddler Shoes",
"id":"Apparel.Baby Clothing.Baby & Toddler Shoes"
}
],
"brand":"Carter Child of Mine"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F25371366&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=4&pti=11&pa=-1&pos=2&p=25371366&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":-1,
"numReviews":0,
"priceRangeCents":[
1497,
1497
],
"categoryIds":[
"Apparel",
"Apparel.Girls",
"Apparel.Girls.Girls' Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/88/65/24/48/0088652448539_Color_Plum_SW_180X180.jpg",
"name":"Avia Toddler Girl's Glitter Jogger",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":1497,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/a/v/avia-toddler-girl039s-glitter-jogger-14a7386bc6a54de0d963229240df63bb.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/a/v/avia-toddler-girl039s-glitter-jogger-e76958cfb3cdc0219a6a3d8d8e2c7ab4.jpg"
]
},
"id":"25371366",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Girls",
"id":"Apparel.Girls"
},
{
"hasChildren":false,
"name":"Girls' Shoes",
"id":"Apparel.Girls.Girls' Shoes"
}
]
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F25847171&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=4&pti=11&pa=-1&pos=3&p=25847171&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":5,
"numReviews":0,
"priceRangeCents":[
1197,
1197
],
"categoryIds":[
"Apparel",
"Apparel.Girls",
"Apparel.Girls.Girls' Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/88/65/24/50/0088652450544_Color_White--Pink_SW_180X180.jpg",
"name":"Danskin Now Girl's Zinger Jogging Shoes",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":1197,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/d/a/danskin-now-girl039s-zinger-jogging-shoes-4a26a5e9efd65aba70b3de3a16ee5dd1.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/d/a/danskin-now-girl039s-zinger-jogging-shoes-c021361bbafc91ce15f3c6fac8a4881c.jpg"
]
},
"id":"25847171",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Girls",
"id":"Apparel.Girls"
},
{
"hasChildren":false,
"name":"Girls' Shoes",
"id":"Apparel.Girls.Girls' Shoes"
}
],
"brand":"Danskin Now"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F25346340&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=4&pti=11&pa=-1&pos=4&p=25346340&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4,
"numReviews":0,
"priceRangeCents":[
1497,
1497
],
"categoryIds":[
"Apparel",
"Apparel.Girls",
"Apparel.Girls.Girls' Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/88/65/24/48/0088652448275_Color_Hot-Pink_SW_180X180.jpg",
"name":"Hello Kitty Toddler Girl's Fastner Sneaker",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":1497,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/e/hello-kitty-toddler-girl039s-fastner-sneaker-23af00b4d6214aea42651d5da01740b0.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/e/hello-kitty-toddler-girl039s-fastner-sneaker-2304a969b8ed573e080a854cb75a281e.jpg"
]
},
"id":"25346340",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Girls",
"id":"Apparel.Girls"
},
{
"hasChildren":false,
"name":"Girls' Shoes",
"id":"Apparel.Girls.Girls' Shoes"
}
],
"brand":"Hello Kitty"
}
],
"seedProduct":{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F25371343&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=-1&pti=11&pa=-1&pos=2&p=25371343&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4.25,
"numReviews":0,
"priceRangeCents":[
1497,
1497
],
"categoryIds":[
"Apparel",
"Apparel.Girls",
"Apparel.Girls.Girls' Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/88/65/24/48/0088652448534_Color_Purple_SW_180X180.jpg",
"name":"Avia Toddler Girl's Emily Sneakers",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":1497,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/a/v/avia-toddler-girl039s-emily-sneakers-c3750a81f7a319751d385616c0497f1c.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/a/v/avia-toddler-girl039s-emily-sneakers-724c14bd22f8aef0c22f5122f26a58cc.jpg"
]
},
"id":"25371343",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Girls",
"id":"Apparel.Girls"
},
{
"hasChildren":false,
"name":"Girls' Shoes",
"id":"Apparel.Girls.Girls' Shoes"
}
]
}
},
{
"strategyName":"ProductViewedViewed",
"requestId":"",
"message":"People who viewed this product also viewed",
"recommendedProducts":[
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F25372162&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=4&pti=11&pa=-1&pos=0&p=25372162&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4.75,
"numReviews":0,
"priceRangeCents":[
2787,
2787
],
"categoryIds":[
"Apparel",
"Apparel.Shoes",
"Apparel.Shoes.Women's Shoes",
"Apparel.Shoes.Women's Shoes.Women's Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/88/65/24/49/0088652449587_Color_White--Blue_SW_180X180.jpg",
"name":"Avia Women's Hailey Sneakers",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":2787,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/a/v/avia-women039s-hailey-sneakers-53a912f9fbca855a0ed71b992bdc7bae.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/a/v/avia-women039s-hailey-sneakers-6f4bbc9586995c9d8197db0ea3d8a9b3.jpg"
]
},
"id":"25372162",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes.Women's Shoes"
}
]
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F25372232&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=4&pti=11&pa=-1&pos=1&p=25372232&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":-1,
"numReviews":0,
"priceRangeCents":[
2787,
2787
],
"categoryIds":[
"Apparel",
"Apparel.Shoes",
"Apparel.Shoes.Women's Shoes",
"Apparel.Shoes.Women's Shoes.Women's Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/88/65/24/49/0088652449905_Color_Black--Fucshia_SW_180X180.jpg",
"name":"Avia Women's Hype Sneakers",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":2787,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/a/v/avia-women039s-hype-sneakers-abcb9d0af866b06a22097489882ea04f.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/a/v/avia-women039s-hype-sneakers-8d5ba07bc26b76369fa150b9619f02c0.jpg"
]
},
"id":"25372232",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes.Women's Shoes"
}
]
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F25372182&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=4&pti=11&pa=-1&pos=2&p=25372182&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4,
"numReviews":0,
"priceRangeCents":[
2787,
2787
],
"categoryIds":[
"Apparel",
"Apparel.Shoes",
"Apparel.Shoes.Women's Shoes",
"Apparel.Shoes.Women's Shoes.Women's Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/88/65/24/50/0088652450406_Color_Pink_SW_180X180.jpg",
"name":"Avia Women's Storm Sneaker",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":2787,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/a/v/avia-women039s-storm-sneaker-9f33f6b35cfa536a15fe6646e2995ad3.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/a/v/avia-women039s-storm-sneaker-6e50be2924f18deb156205de7ad597fe.jpg"
]
},
"id":"25372182",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes.Women's Shoes"
}
]
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F25377947&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=4&pti=11&pa=-1&pos=3&p=25377947&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":3,
"numReviews":0,
"priceRangeCents":[
2287,
2287
],
"categoryIds":[
"Apparel",
"Apparel.Shoes",
"Apparel.Shoes.Women's Shoes",
"Apparel.Shoes.Women's Shoes.Women's Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/88/65/24/48/0088652448823_Color_White--Pink_SW_180X180.jpg",
"name":"Avia Women's Lily Jogger Sneakers",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":2287,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/a/v/avia-women039s-lily-jogger-sneakers-5c525c75576432cd21a6557d1ef6284d.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/a/v/avia-women039s-lily-jogger-sneakers-c830a6f0742844d71fb5b7a4bf81c81b.jpg"
]
},
"id":"25377947",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes.Women's Shoes"
}
]
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F25372087&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=4&pti=11&pa=-1&pos=4&p=25372087&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":-1,
"numReviews":0,
"priceRangeCents":[
2787,
2787
],
"categoryIds":[
"Apparel",
"Apparel.Shoes",
"Apparel.Shoes.Women's Shoes",
"Apparel.Shoes.Women's Shoes.Women's Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/88/65/24/54/0088652454115_Color_Charcoal_SW_180X180.jpg",
"name":"Avia Women's Avery Sneakers",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":2787,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/a/v/avia-women039s-avery-sneakers-101c807f87453ba4a13bdc59c2c2ead9.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/a/v/avia-women039s-avery-sneakers-257088c90ffe3dd6c33befda925dfb24.jpg"
]
},
"id":"25372087",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes.Women's Shoes"
}
]
}
],
"seedProduct":{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F25371342&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=-1&pti=11&pa=-1&pos=3&p=25371342&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4.400000095367432,
"numReviews":0,
"priceRangeCents":[
2787,
2787
],
"categoryIds":[
"Apparel",
"Apparel.Shoes",
"Apparel.Shoes.Women's Shoes",
"Apparel.Shoes.Women's Shoes.Women's Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/88/65/24/49/0088652449577_Color_Charcoal_SW_180X180.jpg",
"name":"Avia Women's Hailey Sneakers",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":2787,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/a/v/avia-women039s-hailey-sneakers-b1a9729d2ac33363f26affbefe17104b.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/a/v/avia-women039s-hailey-sneakers-ac0fa278e64c9f2056643faed9d38ae3.jpg"
]
},
"id":"25371342",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes.Women's Shoes"
}
]
}
},
{
"strategyName":"ProductViewedViewed",
"requestId":"",
"message":"People who viewed this product also viewed",
"recommendedProducts":[
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F25414428&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=4&pti=11&pa=-1&pos=0&p=25414428&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":3,
"numReviews":0,
"priceRangeCents":[
2287,
2287
],
"categoryIds":[
"Apparel",
"Apparel.Shoes",
"Apparel.Shoes.Women's Shoes",
"Apparel.Shoes.Women's Shoes.Women's Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/88/65/24/48/0088652448778_Color_White_SW_180X180.jpg",
"name":"Avia Women's Harper Aerobic Sneaker, Wide Width",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":2287,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/a/v/avia-women039s-harper-aerobic-sneaker-wide-width-26611ba208e7c5e7ed1f0d2245116cd6.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/a/v/avia-women039s-harper-aerobic-sneaker-wide-width-3d4a5af69aa431726e766d5dd84f04aa.jpg"
]
},
"id":"25414428",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes.Women's Shoes"
}
]
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F25371465&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=4&pti=11&pa=-1&pos=1&p=25371465&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4.833000183105469,
"numReviews":0,
"priceRangeCents":[
2787,
2787
],
"categoryIds":[
"Apparel",
"Apparel.Shoes",
"Apparel.Shoes.Women's Shoes",
"Apparel.Shoes.Women's Shoes.Women's Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/88/65/24/49/0088652449925_Color_Punchy-Lime_SW_180X180.jpg",
"name":"Avia Women's Dash Sneakers",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":2787,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/a/v/avia-women039s-dash-sneakers-3fce905fb6f7d738e4d1679c927be587.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/a/v/avia-women039s-dash-sneakers-7228aea056501deb6a439d6fcb4c485e.jpg"
]
},
"id":"25371465",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes.Women's Shoes"
}
]
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F25371464&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=4&pti=11&pa=-1&pos=2&p=25371464&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":1,
"numReviews":0,
"priceRangeCents":[
2787,
2787
],
"categoryIds":[
"Apparel",
"Apparel.Shoes",
"Apparel.Shoes.Women's Shoes",
"Apparel.Shoes.Women's Shoes.Women's Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/88/65/24/50/0088652450386_Color_Purple-Berry_SW_180X180.jpg",
"name":"Avia Women's Dash Sneaker",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":2787,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/a/v/avia-women039s-dash-sneaker-c2e0403e97fee18be2c6639805d3d09e.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/a/v/avia-women039s-dash-sneaker-7364f1842e61c116845fb2721b61b0a7.jpg"
]
},
"id":"25371464",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes.Women's Shoes"
}
]
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F26612891&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=4&pti=11&pa=-1&pos=3&p=26612891&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4,
"numReviews":0,
"priceRangeCents":[
2787,
2787
],
"categoryIds":[
"Apparel",
"Apparel.Shoes",
"Apparel.Shoes.Women's Shoes",
"Apparel.Shoes.Women's Shoes.Women's Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/88/65/24/51/0088652451213_Color_Grey--Purple_SW_180X180.jpg",
"name":"Avia Women's Hype Sneaker",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":2787,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/a/v/avia-women039s-hype-sneaker-aa051e42eb58eddf36f97c9723c1d174.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/a/v/avia-women039s-hype-sneaker-1f1950f5046700fcdb057abe9f283f2d.jpg"
]
},
"id":"26612891",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes.Women's Shoes"
}
],
"brand":"Avia"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F25371342&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=4&pti=11&pa=-1&pos=4&p=25371342&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4.400000095367432,
"numReviews":0,
"priceRangeCents":[
2787,
2787
],
"categoryIds":[
"Apparel",
"Apparel.Shoes",
"Apparel.Shoes.Women's Shoes",
"Apparel.Shoes.Women's Shoes.Women's Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/88/65/24/49/0088652449577_Color_Charcoal_SW_180X180.jpg",
"name":"Avia Women's Hailey Sneakers",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":2787,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/a/v/avia-women039s-hailey-sneakers-b1a9729d2ac33363f26affbefe17104b.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/a/v/avia-women039s-hailey-sneakers-ac0fa278e64c9f2056643faed9d38ae3.jpg"
]
},
"id":"25371342",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes.Women's Shoes"
}
]
}
],
"seedProduct":{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F26369947&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=-1&pti=11&pa=-1&pos=4&p=26369947&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":2.5,
"numReviews":0,
"priceRangeCents":[
2287,
2287
],
"categoryIds":[
"Apparel",
"Apparel.Shoes",
"Apparel.Shoes.Women's Shoes",
"Apparel.Shoes.Women's Shoes.Women's Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/88/65/24/48/0088652448751_Color_White--Blue_SW_180X180.jpg",
"name":"Avia Women's Taylor Walking Sneaker",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":2287,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/a/v/avia-women039s-taylor-walking-sneaker-91102038ed0e7d6b9afe3596ea2b2703.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/a/v/avia-women039s-taylor-walking-sneaker-5a919a949e8b97819820a5e5fc357b8b.jpg"
]
},
"id":"26369947",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes.Women's Shoes"
}
],
"brand":"Avia"
}
},
{
"strategyName":"CategoryBestSellers",
"seedCategory":{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
"requestId":"",
"message":"Category Best Sellers",
"recommendedProducts":[
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F5684040&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=0&p=5684040&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"salePriceRangeCents":[
1197,
1197
],
"rating":4.564000129699707,
"numReviews":0,
"priceRangeCents":[
1097,
1097
],
"categoryIds":[
"Apparel",
"Apparel.Men",
"Apparel.Men.All Bottoms"
],
"salePriceCents":1197,
"imageURL":"http://labs.richrelevance.com/i/p/00/67/27/87/78/0067278778964_Color_Denim_SW_180X180.jpg",
"name":"Rustler - Men's Regular Fit Straight-Leg Jeans",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":1097,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/r/u/rustler---men039s-regular-fit-straight-leg-jeans-c4d6a33b4522316d1f759a04e2d99421.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/r/u/rustler---men039s-regular-fit-straight-leg-jeans-0ffa0d6b1ef78fcfbf5a2ff1a73b2840.jpg"
]
},
"id":"5684040",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Men",
"id":"Apparel.Men"
},
{
"hasChildren":false,
"name":"All Bottoms",
"id":"Apparel.Men.All Bottoms"
}
],
"brand":"Rustler"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F22471422&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=1&p=22471422&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4.448999881744385,
"numReviews":0,
"priceRangeCents":[
597,
597
],
"categoryIds":[
"Apparel",
"Apparel.Men",
"Apparel.Men.All Activewear"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/76/63/69/09/0076636909052_Color_Charcoal-Heather_SW_180X180.jpg",
"name":"Hanes Men's Beefy Short Sleeve T-shirt",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":597,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/a/hanes-men039s-beefy-short-sleeve-t-shirt-6ed8e7a92efef2cf0e33497ef7293f52.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/a/hanes-men039s-beefy-short-sleeve-t-shirt-ef1cf856133ba9083e3db462feb1ed8a.jpg"
]
},
"id":"22471422",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Men",
"id":"Apparel.Men"
},
{
"hasChildren":false,
"name":"All Activewear",
"id":"Apparel.Men.All Activewear"
}
],
"brand":"Hanes"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F23954225&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=2&p=23954225&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4.2729997634887695,
"numReviews":0,
"priceRangeCents":[
900,
900
],
"categoryIds":[
"Apparel",
"Apparel.Men",
"Apparel.Men.All Shirts"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/72/09/72/48/0072097248483_Color_Dk-Navy_SW_180X180.jpg",
"name":"George Young Men's Short Sleeve Polo",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":900,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/g/e/george-young-men039s-short-sleeve-polo-71d50b1dadf72047c8332d1ab006a763.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/g/e/george-young-men039s-short-sleeve-polo-bdbdd5d2013ebd9ea52e853f135719ed.jpg"
]
},
"id":"23954225",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Men",
"id":"Apparel.Men"
},
{
"hasChildren":false,
"name":"All Shirts",
"id":"Apparel.Men.All Shirts"
}
],
"brand":"George"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F22471501&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=3&p=22471501&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4.113999843597412,
"numReviews":0,
"priceRangeCents":[
700,
700
],
"categoryIds":[
"Apparel",
"Apparel.Men",
"Apparel.Men.All Activewear"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/76/63/69/21/0076636921092_Color_Navy_SW_180X180.jpg",
"name":"Hanes Men's EcoSmart Fleece Pant",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":700,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/a/hanes-men039s-ecosmart-fleece-pant-54953bc5645a68afa2d00205ef63d999.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/a/hanes-men039s-ecosmart-fleece-pant-46912583ad21f4cfdc8f5284d848949b.jpg"
]
},
"id":"22471501",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Men",
"id":"Apparel.Men"
},
{
"hasChildren":false,
"name":"All Activewear",
"id":"Apparel.Men.All Activewear"
}
],
"brand":"Hanes"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F13985934&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=4&p=13985934&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"salePriceRangeCents":[
1400,
1400
],
"rating":4.507999897003174,
"numReviews":0,
"priceRangeCents":[
1200,
1200
],
"categoryIds":[
"Apparel",
"Apparel.Women",
"Apparel.Women.All Activewear"
],
"salePriceCents":1400,
"imageURL":"http://labs.richrelevance.com/i/p/00/01/13/11/64/0001131164512_Color_Black-Soot_SW_180X180.jpg",
"name":"Danskin Now - Women's Bike Shorts, 2 pack",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":1200,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/d/a/danskin-now---women039s-bike-shorts-2-pack-94f8c701e69525d792dd4c487106e4b0.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/d/a/danskin-now---women039s-bike-shorts-2-pack-bb8c02acb1a207dc83974ae995240559.jpg"
]
},
"id":"13985934",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Women",
"id":"Apparel.Women"
},
{
"hasChildren":false,
"name":"All Activewear",
"id":"Apparel.Women.All Activewear"
}
],
"brand":"Danskin Now"
}
]
},
{
"strategyName":"CategoryBestSellers",
"seedCategory":{
"hasChildren":false,
"name":"Back to School",
"id":"Seasonal.Back to School"
},
"requestId":"",
"message":"Category Best Sellers",
"recommendedProducts":[
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F24491090&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=0&p=24491090&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":3.5,
"numReviews":0,
"priceRangeCents":[
687,
687
],
"categoryIds":[
"Apparel",
"Apparel.Women",
"Seasonal",
"Seasonal.Back to School",
"Seasonal.Back to School.Back to school pick up today",
"Apparel.Women.Intimates",
"Seasonal.Back to School.Back to school pick up today.Apparel"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/03/82/57/69/0003825769336_Color_PURPLE_SW_180X180.jpg",
"name":"Hanes Womens Fit Ankle Socks, 4 Pack",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":687,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/a/hanes-womens-fit-ankle-socks-4-pack-da1b293a901b4b4fa8e83204440539b8.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/a/hanes-womens-fit-ankle-socks-4-pack-2af0ad400f34a2eaa305f52111a5a203.jpg"
]
},
"id":"24491090",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Women",
"id":"Apparel.Women"
},
{
"hasChildren":false,
"name":"Seasonal",
"id":"Seasonal"
},
{
"hasChildren":false,
"name":"Back to School",
"id":"Seasonal.Back to School"
},
{
"hasChildren":false,
"name":"Back to school pick up today",
"id":"Seasonal.Back to School.Back to school pick up today"
},
{
"hasChildren":false,
"name":"Intimates",
"id":"Apparel.Women.Intimates"
},
{
"hasChildren":false,
"name":"Apparel",
"id":"Seasonal.Back to School.Back to school pick up today.Apparel"
}
],
"brand":"Hanes"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F10813359&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=1&p=10813359&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"salePriceRangeCents":[
278,
278
],
"rating":4.888999938964844,
"numReviews":0,
"priceRangeCents":[
278,
278
],
"categoryIds":[
"Home",
"Seasonal",
"Seasonal.College",
"Seasonal.College.College Home",
"Seasonal.College.College Home.College Snacks"
],
"salePriceCents":278,
"imageURL":"http://labs.richrelevance.com/i/p/00/01/60/00/15/0001600015980_180X180.jpg",
"name":"Chex Mix Traditional Snack Mix, 15 oz",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":278,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/c/h/chex-mix-traditional-snack-mix-15-oz-8dcdaf3f74fe8e62f4abaf8c76980b65.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/c/h/chex-mix-traditional-snack-mix-15-oz-4a50ce85d798652a529f0f402342b14c.jpg"
]
},
"id":"10813359",
"categories":[
{
"hasChildren":false,
"name":"Home",
"id":"Home"
},
{
"hasChildren":false,
"name":"Seasonal",
"id":"Seasonal"
},
{
"hasChildren":false,
"name":"College",
"id":"Seasonal.College"
},
{
"hasChildren":false,
"name":"College Home",
"id":"Seasonal.College.College Home"
},
{
"hasChildren":false,
"name":"College Snacks",
"id":"Seasonal.College.College Home.College Snacks"
}
],
"brand":"General Mills"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F17176523&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=2&p=17176523&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"salePriceRangeCents":[
594,
594
],
"rating":3.875,
"numReviews":0,
"priceRangeCents":[
581,
581
],
"categoryIds":[
"Beauty",
"Party & Occasions",
"Seasonal",
"Beauty.Massagers & Spa",
"Gifts & Registry",
"Gifts & Registry.Gift Shop",
"Seasonal.Mother's Day Gifts",
"Gifts & Registry.Gift Shop.Beauty",
"Seasonal.Mother's Day Gifts.Beauty & Spa"
],
"salePriceCents":594,
"imageURL":"http://labs.richrelevance.com/i/p/00/03/12/62/04/0003126204793_180X180.jpg",
"name":"HoMedics Thera-P Handheld Personal Mini Massager, Blue",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":581,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/o/homedics-thera-p-handheld-personal-mini-massager-blue-827f024b34a4f3ef2d80738abe95c152.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/o/homedics-thera-p-handheld-personal-mini-massager-blue-827f024b34a4f3ef2d80738abe95c152.jpg"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/o/homedics-thera-p-handheld-personal-mini-massager-blue-128774d572b0701a009ee2fa5a4afcb0.jpg"
]
},
"id":"17176523",
"categories":[
{
"hasChildren":false,
"name":"Beauty",
"id":"Beauty"
},
{
"hasChildren":false,
"name":"Party & Occasions",
"id":"Party & Occasions"
},
{
"hasChildren":false,
"name":"Seasonal",
"id":"Seasonal"
},
{
"hasChildren":false,
"name":"Massagers & Spa",
"id":"Beauty.Massagers & Spa"
},
{
"hasChildren":false,
"name":"Gifts & Registry",
"id":"Gifts & Registry"
},
{
"hasChildren":false,
"name":"Gift Shop",
"id":"Gifts & Registry.Gift Shop"
},
{
"hasChildren":false,
"name":"Mother's Day Gifts",
"id":"Seasonal.Mother's Day Gifts"
},
{
"hasChildren":false,
"name":"Beauty",
"id":"Gifts & Registry.Gift Shop.Beauty"
},
{
"hasChildren":false,
"name":"Beauty & Spa",
"id":"Seasonal.Mother's Day Gifts.Beauty & Spa"
}
],
"brand":"HoMedics"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F24491105&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=3&p=24491105&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":5,
"numReviews":0,
"priceRangeCents":[
687,
687
],
"categoryIds":[
"Apparel",
"Apparel.Women",
"Seasonal",
"Seasonal.Back to School",
"Seasonal.Back to School.Back to school pick up today",
"Apparel.Women.Intimates",
"Seasonal.Back to School.Back to school pick up today.Apparel"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/03/82/57/69/0003825769342_Color_PURPLE_SW_180X180.jpg",
"name":"Hanes Womens Fit Crew Socks, 4 Pack",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":687,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/a/hanes-womens-fit-crew-socks-4-pack-f8afcac52298e51a7654ddbe1bc5dcd9.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/h/a/hanes-womens-fit-crew-socks-4-pack-b02e7dc6701e1dfc1a9baa68db650cc9.jpg"
]
},
"id":"24491105",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Women",
"id":"Apparel.Women"
},
{
"hasChildren":false,
"name":"Seasonal",
"id":"Seasonal"
},
{
"hasChildren":false,
"name":"Back to School",
"id":"Seasonal.Back to School"
},
{
"hasChildren":false,
"name":"Back to school pick up today",
"id":"Seasonal.Back to School.Back to school pick up today"
},
{
"hasChildren":false,
"name":"Intimates",
"id":"Apparel.Women.Intimates"
},
{
"hasChildren":false,
"name":"Apparel",
"id":"Seasonal.Back to School.Back to school pick up today.Apparel"
}
],
"brand":"Hanes"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F15118630&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=4&p=15118630&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"salePriceRangeCents":[
258,
258
],
"rating":3,
"numReviews":0,
"priceRangeCents":[
1413,
1413
],
"categoryIds":[
"Electronics",
"Electronics.Office",
"Seasonal",
"Electronics.Office.Office Supplies",
"Seasonal.College Living",
"Seasonal.College Living.College School Supplies",
"Electronics.Office.Office Supplies.Paper & Printable Media",
"Photo Center",
"Seasonal.College Living.College School Supplies.College Paper & Notebooks"
],
"salePriceCents":258,
"imageURL":"http://labs.richrelevance.com/i/p/00/04/31/00/15/0004310015200_180X180.jpg",
"name":"Mead 15200 Economical 16-lb. Filler Paper- Wide Ruled- 10-1/2 x 8- White- 200 Sheets/Pack",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":1413,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/m/e/mead-15200-economical-16-lb.--filler-paper--wide-ruled--10-12-x-8--white--200-sheetspack-9ed7490d94f4fb13e7c1a0d1a38df33e.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/m/e/mead-15200-economical-16-lb.--filler-paper--wide-ruled--10-12-x-8--white--200-sheetspack-9ed7490d94f4fb13e7c1a0d1a38df33e.jpg"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/m/e/mead-15200-economical-16-lb.--filler-paper--wide-ruled--10-12-x-8--white--200-sheetspack-82515d770617ae5891500a0950716477.jpg"
]
},
"id":"15118630",
"categories":[
{
"hasChildren":false,
"name":"Electronics",
"id":"Electronics"
},
{
"hasChildren":false,
"name":"Office",
"id":"Electronics.Office"
},
{
"hasChildren":false,
"name":"Seasonal",
"id":"Seasonal"
},
{
"hasChildren":false,
"name":"Office Supplies",
"id":"Electronics.Office.Office Supplies"
},
{
"hasChildren":false,
"name":"College Living",
"id":"Seasonal.College Living"
},
{
"hasChildren":false,
"name":"College School Supplies",
"id":"Seasonal.College Living.College School Supplies"
},
{
"hasChildren":false,
"name":"Paper & Printable Media",
"id":"Electronics.Office.Office Supplies.Paper & Printable Media"
},
{
"hasChildren":false,
"name":"Photo Center",
"id":"Photo Center"
},
{
"hasChildren":false,
"name":"College Paper & Notebooks",
"id":"Seasonal.College Living.College School Supplies.College Paper & Notebooks"
}
],
"brand":"Mead"
}
]
},
{
"strategyName":"CategoryBestSellers",
"seedCategory":{
"hasChildren":false,
"name":"Tech Essentials",
"id":"Seasonal.Back to School.Tech Essentials"
},
"requestId":"",
"message":"Category Best Sellers",
"recommendedProducts":[
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F24894135&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=0&p=24894135&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":-1,
"numReviews":0,
"priceRangeCents":[
3060,
3060
],
"categoryIds":[
"Apparel",
"Apparel.ARCHIVE",
"Seasonal",
"Apparel.ARCHIVE.Other Apparel",
"Apparel.Other Apparel",
"Seasonal.Marketplace",
"Apparel.Shoes",
"Apparel.Shoes.Other Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/mp/MP/10/00/63/83/MP10006383149_P290721_180X180.jpg",
"name":"Comfy Feet - DET01XL - Detroit Lions Slipper - X Large - 10 - 11. 5",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":3060,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/c/o/comfy-feet---det01xl---detroit-lions-slipper---x-large---10---11.-5-11deb9152824dc283f72285fda9dfaa6.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/c/o/comfy-feet---det01xl---detroit-lions-slipper---x-large---10---11.-5-d3c120fa16c24ce665d5c9083f777f94.jpg"
]
},
"id":"24894135",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"ARCHIVE",
"id":"Apparel.ARCHIVE"
},
{
"hasChildren":false,
"name":"Seasonal",
"id":"Seasonal"
},
{
"hasChildren":false,
"name":"Other Apparel",
"id":"Apparel.ARCHIVE.Other Apparel"
},
{
"hasChildren":false,
"name":"Other Apparel",
"id":"Apparel.Other Apparel"
},
{
"hasChildren":false,
"name":"Marketplace",
"id":"Seasonal.Marketplace"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Other Shoes",
"id":"Apparel.Shoes.Other Shoes"
}
],
"brand":"Comfy Feet"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F24925526&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=1&p=24925526&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4,
"numReviews":0,
"priceRangeCents":[
1985,
1985
],
"categoryIds":[
"Apparel",
"Apparel.ARCHIVE",
"Seasonal",
"Apparel.ARCHIVE.Other Apparel",
"Apparel.Other Apparel",
"Seasonal.Marketplace",
"Apparel.Shoes",
"Apparel.Shoes.Other Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/mp/MP/10/00/64/03/MP10006403059_P290721_180X180.jpg",
"name":"Comfy Feet - VTI03PR - Virginia Tech Hokies Baby Slipper - Newborn to 9 Month",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":1985,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/c/o/comfy-feet---vti03pr---virginia-tech-hokies-baby-slipper---newborn-to-9-month-1a78aad9b12b779df1f9943bc278da10.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/c/o/comfy-feet---vti03pr---virginia-tech-hokies-baby-slipper---newborn-to-9-month-62e8558832928a99af9afeadb20e8404.jpg"
]
},
"id":"24925526",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"ARCHIVE",
"id":"Apparel.ARCHIVE"
},
{
"hasChildren":false,
"name":"Seasonal",
"id":"Seasonal"
},
{
"hasChildren":false,
"name":"Other Apparel",
"id":"Apparel.ARCHIVE.Other Apparel"
},
{
"hasChildren":false,
"name":"Other Apparel",
"id":"Apparel.Other Apparel"
},
{
"hasChildren":false,
"name":"Marketplace",
"id":"Seasonal.Marketplace"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Other Shoes",
"id":"Apparel.Shoes.Other Shoes"
}
],
"brand":"Comfy Feet"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F24900302&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=2&p=24900302&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":-1,
"numReviews":0,
"priceRangeCents":[
3060,
3060
],
"categoryIds":[
"Apparel",
"Apparel.ARCHIVE",
"Seasonal",
"Apparel.ARCHIVE.Other Apparel",
"Apparel.Other Apparel",
"Seasonal.Marketplace",
"Apparel.Shoes",
"Apparel.Shoes.Other Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/mp/MP/10/00/63/87/MP10006387436_P290721_180X180.jpg",
"name":"Comfy Feet - GRB01XL - Green Bay Packers Slipper - X Large - 10 - 11. 5",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":3060,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/c/o/comfy-feet---grb01xl---green-bay-packers-slipper---x-large---10---11.-5-6eb1ca7e4ec0d7f8a55bb5f4fa8f0af8.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/c/o/comfy-feet---grb01xl---green-bay-packers-slipper---x-large---10---11.-5-fc25b1f728b1778d84bd97e7fd28216d.jpg"
]
},
"id":"24900302",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"ARCHIVE",
"id":"Apparel.ARCHIVE"
},
{
"hasChildren":false,
"name":"Seasonal",
"id":"Seasonal"
},
{
"hasChildren":false,
"name":"Other Apparel",
"id":"Apparel.ARCHIVE.Other Apparel"
},
{
"hasChildren":false,
"name":"Other Apparel",
"id":"Apparel.Other Apparel"
},
{
"hasChildren":false,
"name":"Marketplace",
"id":"Seasonal.Marketplace"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Other Shoes",
"id":"Apparel.Shoes.Other Shoes"
}
],
"brand":"Comfy Feet"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F24872617&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=3&p=24872617&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":-1,
"numReviews":0,
"priceRangeCents":[
2660,
2660
],
"categoryIds":[
"Apparel",
"Apparel.ARCHIVE",
"Seasonal",
"Apparel.ARCHIVE.Other Apparel",
"Apparel.Other Apparel",
"Seasonal.Marketplace",
"Apparel.Shoes",
"Apparel.Shoes.Other Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/mp/MP/10/00/63/67/MP10006367400_P290721_180X180.jpg",
"name":"Comfy Feet ATL07SM Atlanta Falcons Slippers Low Pro Stripe Small Size",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":2660,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/c/o/comfy-feet-atl07sm-atlanta-falcons-slippers-low-pro-stripe-small-size-8417171da1ba452d05ed9285f2c4fcff.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/c/o/comfy-feet-atl07sm-atlanta-falcons-slippers-low-pro-stripe-small-size-0ce8f80b90ed4d49f9eb00885c71e07e.jpg"
]
},
"id":"24872617",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"ARCHIVE",
"id":"Apparel.ARCHIVE"
},
{
"hasChildren":false,
"name":"Seasonal",
"id":"Seasonal"
},
{
"hasChildren":false,
"name":"Other Apparel",
"id":"Apparel.ARCHIVE.Other Apparel"
},
{
"hasChildren":false,
"name":"Other Apparel",
"id":"Apparel.Other Apparel"
},
{
"hasChildren":false,
"name":"Marketplace",
"id":"Seasonal.Marketplace"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Other Shoes",
"id":"Apparel.Shoes.Other Shoes"
}
],
"brand":"Comfy Feet"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F25463825&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=4&p=25463825&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":-1,
"numReviews":0,
"priceRangeCents":[
3600,
3600
],
"categoryIds":[
"Apparel",
"Apparel.Men",
"Seasonal",
"Apparel.Men.Workwear",
"Apparel.Other Apparel",
"Seasonal.Marketplace",
"Apparel.Men's Workwear Shop"
],
"imageURL":"http://labs.richrelevance.com/i/mp/MP/10/00/66/77/MP10006677592_P290721_180X180.jpg",
"name":"Diamond Plate Motorcycle Rain Suit 2X/3X",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":3600,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/d/i/diamond-plate-motorcycle-rain-suit-2x3x-5c33448ebeb338330f6cff57488fb4d7.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/d/i/diamond-plate-motorcycle-rain-suit-2x3x-ff7152e47561e5776624b5dee813463f.jpg"
]
},
"id":"25463825",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Men",
"id":"Apparel.Men"
},
{
"hasChildren":false,
"name":"Seasonal",
"id":"Seasonal"
},
{
"hasChildren":false,
"name":"Workwear",
"id":"Apparel.Men.Workwear"
},
{
"hasChildren":false,
"name":"Other Apparel",
"id":"Apparel.Other Apparel"
},
{
"hasChildren":false,
"name":"Marketplace",
"id":"Seasonal.Marketplace"
},
{
"hasChildren":false,
"name":"Men's Workwear Shop",
"id":"Apparel.Men's Workwear Shop"
}
],
"brand":"Diamond Plate"
}
]
},
{
"strategyName":"CategoryBestSellers",
"seedCategory":{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
"requestId":"",
"message":"Category Best Sellers",
"recommendedProducts":[
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F22356770&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=0&p=22356770&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4.14300012588501,
"numReviews":0,
"priceRangeCents":[
3966,
3966
],
"categoryIds":[
"Apparel",
"Apparel.Shoes",
"Apparel.Shoes.Men's Shoes",
"Apparel.Shoes.Men's Shoes.Men's Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/60/53/88/06/0060538806186_Color_Tan_SW_180X180.jpg",
"name":"Mens' Bob Hiking Boot",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":3966,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/m/e/mens039-bob-hiking-boot-1dfecba9cd2ed1536c02ebc21a6b245a.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/m/e/mens039-bob-hiking-boot-3de31e3c27bf1a4cab1f73d456de9f54.jpg"
]
},
"id":"22356770",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Men's Shoes",
"id":"Apparel.Shoes.Men's Shoes"
},
{
"hasChildren":false,
"name":"Men's Shoes",
"id":"Apparel.Shoes.Men's Shoes.Men's Shoes"
}
],
"brand":"Generic"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F22365226&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=1&p=22365226&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4.394000053405762,
"numReviews":0,
"priceRangeCents":[
2987,
2987
],
"categoryIds":[
"Apparel",
"Apparel.Shoes",
"Apparel.Shoes.Men's Shoes",
"Apparel.Shoes.Men's Shoes.Men's Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/01/71/28/12/0001712812294_Color_Brown_SW_180X180.jpg",
"name":"Dr. Scholl's Men's Connor Slip On Shoes",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":2987,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/d/r/dr.-scholl039s-men039s-connor-slip-on-shoes-81bbbeb1a65e76a995459b968d677852.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/d/r/dr.-scholl039s-men039s-connor-slip-on-shoes-8d8fedec5b0d29b8251e6e042d60aeeb.jpg"
]
},
"id":"22365226",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Men's Shoes",
"id":"Apparel.Shoes.Men's Shoes"
},
{
"hasChildren":false,
"name":"Men's Shoes",
"id":"Apparel.Shoes.Men's Shoes.Men's Shoes"
}
],
"brand":"Dr. Scholl's"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F22365227&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=2&p=22365227&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4.26800012588501,
"numReviews":0,
"priceRangeCents":[
2987,
2987
],
"categoryIds":[
"Apparel",
"Apparel.Shoes",
"Apparel.Shoes.Men's Shoes",
"Apparel.Shoes.Men's Shoes.Men's Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/01/71/28/12/0001712812283_Color_Black_SW_180X180.jpg",
"name":"Dr. Scholl's Men's Connor Slip On Shoes",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":2987,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/d/r/dr.-scholl039s-men039s-connor-slip-on-shoes-d2f619761670c46bce034c8d373dfd17.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/d/r/dr.-scholl039s-men039s-connor-slip-on-shoes-472feede6af696ea388b559fc1927ce1.jpg"
]
},
"id":"22365227",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Men's Shoes",
"id":"Apparel.Shoes.Men's Shoes"
},
{
"hasChildren":false,
"name":"Men's Shoes",
"id":"Apparel.Shoes.Men's Shoes.Men's Shoes"
}
],
"brand":"Dr. Scholl's"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F15715312&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=3&p=15715312&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"salePriceRangeCents":[
1700,
1700
],
"rating":3.7300000190734863,
"numReviews":0,
"priceRangeCents":[
1997,
1997
],
"categoryIds":[
"Apparel",
"Apparel.Shoes",
"Apparel.Shoes.Women's Shoes",
"Apparel.Shoes.Women's Shoes.Women's Shoes",
"Apparel.Shoes.Work Shoes"
],
"salePriceCents":1700,
"imageURL":"http://labs.richrelevance.com/i/p/00/72/50/33/21/0072503321400_Color_Black_SW_180X180.jpg",
"name":"Tredsafe - Pepper Unisex Work Slip-on",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":1997,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/t/r/tredsafe---pepper-unisex-work-slip-on-8e1461c50bcb81fdf96b0aa93a2d2df3.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/t/r/tredsafe---pepper-unisex-work-slip-on-56559aeed8e0051a327ea0cbffd44f5b.jpg"
]
},
"id":"15715312",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes.Women's Shoes"
},
{
"hasChildren":false,
"name":"Work Shoes",
"id":"Apparel.Shoes.Work Shoes"
}
],
"brand":"Tredsafe"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F23653664&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=4&p=23653664&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4.099999904632568,
"numReviews":0,
"priceRangeCents":[
1997,
1997
],
"categoryIds":[
"Apparel",
"Apparel.Shoes",
"Apparel.Shoes.Women's Shoes",
"Apparel.Shoes.Women's Shoes.Women's Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/72/50/33/20/0072503320415_Color_Black_SW_180X180.jpg",
"name":"Tredsafe Kitch Unisex Work Shoes",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":1997,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/t/r/tredsafe-kitch-unisex-work-shoes-cbc9049d412f7b010f5d060af82f89ef.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/t/r/tredsafe-kitch-unisex-work-shoes-d3ec9854b49bfdedc8b793abf5162a17.jpg"
]
},
"id":"23653664",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes.Women's Shoes"
}
],
"brand":"Tredsafe"
}
]
},
{
"strategyName":"CategoryBestSellers",
"seedCategory":{
"hasChildren":false,
"name":"Back to School 2",
"id":"Seasonal.Back to School 2"
},
"requestId":"",
"message":"Category Best Sellers",
"recommendedProducts":[
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F24890989&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=0&p=24890989&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":-1,
"numReviews":0,
"priceRangeCents":[
2160,
2160
],
"categoryIds":[
"Apparel",
"Apparel.ARCHIVE",
"Seasonal",
"Apparel.ARCHIVE.Other Apparel",
"Apparel.Other Apparel",
"Seasonal.Marketplace",
"Apparel.Shoes",
"Apparel.Shoes.Other Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/mp/MP/10/00/63/80/MP10006380660_P290721_180X180.jpg",
"name":"Comfy Feet - LAL03PR - Los Angeles Lakers Baby Slipper - Newborn to 9 Month",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":2160,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/c/o/comfy-feet---lal03pr---los-angeles-lakers-baby-slipper---newborn-to-9-month-9ccc72b29e8d5aeef4211203dfc703ea.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/c/o/comfy-feet---lal03pr---los-angeles-lakers-baby-slipper---newborn-to-9-month-43ad56200733a51414d78f6af42abae8.jpg"
]
},
"id":"24890989",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"ARCHIVE",
"id":"Apparel.ARCHIVE"
},
{
"hasChildren":false,
"name":"Seasonal",
"id":"Seasonal"
},
{
"hasChildren":false,
"name":"Other Apparel",
"id":"Apparel.ARCHIVE.Other Apparel"
},
{
"hasChildren":false,
"name":"Other Apparel",
"id":"Apparel.Other Apparel"
},
{
"hasChildren":false,
"name":"Marketplace",
"id":"Seasonal.Marketplace"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Other Shoes",
"id":"Apparel.Shoes.Other Shoes"
}
],
"brand":"Comfy Feet"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F26017250&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=1&p=26017250&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":-1,
"numReviews":0,
"priceRangeCents":[
4007,
4007
],
"categoryIds":[
"Apparel",
"Health",
"Seasonal",
"Seasonal.Marketplace",
"Apparel.Men's Workwear Shop",
"Health.Other Health"
],
"imageURL":"http://labs.richrelevance.com/i/mp/I6/37/11/86/25/I637118625623_P290721_180X180.jpg",
"name":"Impact 7385L Disposable Lab Coats Spun-Bonded Polypropylene Large White 30 per Carton",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":4007,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/i/m/impact-7385l-disposable-lab-coats--spun-bonded-polypropylene--large--white--30-per-carton-3c989171f903438c19c11aaf72981644.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/i/m/impact-7385l-disposable-lab-coats--spun-bonded-polypropylene--large--white--30-per-carton-89e9678f28db9c7030c0dbd33aab74d8.jpg"
]
},
"id":"26017250",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Health",
"id":"Health"
},
{
"hasChildren":false,
"name":"Seasonal",
"id":"Seasonal"
},
{
"hasChildren":false,
"name":"Marketplace",
"id":"Seasonal.Marketplace"
},
{
"hasChildren":false,
"name":"Men's Workwear Shop",
"id":"Apparel.Men's Workwear Shop"
},
{
"hasChildren":false,
"name":"Other Health",
"id":"Health.Other Health"
}
]
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F24893874&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=2&p=24893874&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":-1,
"numReviews":0,
"priceRangeCents":[
3060,
3060
],
"categoryIds":[
"Apparel",
"Apparel.ARCHIVE",
"Seasonal",
"Apparel.ARCHIVE.Other Apparel",
"Apparel.Other Apparel",
"Seasonal.Marketplace",
"Apparel.Shoes",
"Apparel.Shoes.Other Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/mp/MP/10/00/63/82/MP10006382976_P290721_180X180.jpg",
"name":"Comfy Feet - DEN01LG - Denver Broncos Slipper - Large - 8 - 9. 5",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":3060,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/c/o/comfy-feet---den01lg---denver-broncos-slipper---large---8---9.-5-4ba2930777a3a8379fc59cc865378972.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/c/o/comfy-feet---den01lg---denver-broncos-slipper---large---8---9.-5-fa60b869a58906640259b4317e79a663.jpg"
]
},
"id":"24893874",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"ARCHIVE",
"id":"Apparel.ARCHIVE"
},
{
"hasChildren":false,
"name":"Seasonal",
"id":"Seasonal"
},
{
"hasChildren":false,
"name":"Other Apparel",
"id":"Apparel.ARCHIVE.Other Apparel"
},
{
"hasChildren":false,
"name":"Other Apparel",
"id":"Apparel.Other Apparel"
},
{
"hasChildren":false,
"name":"Marketplace",
"id":"Seasonal.Marketplace"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Other Shoes",
"id":"Apparel.Shoes.Other Shoes"
}
],
"brand":"Comfy Feet"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F24881070&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=3&p=24881070&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":-1,
"numReviews":0,
"priceRangeCents":[
3060,
3060
],
"categoryIds":[
"Apparel",
"Apparel.ARCHIVE",
"Seasonal",
"Apparel.ARCHIVE.Other Apparel",
"Apparel.Other Apparel",
"Seasonal.Marketplace",
"Apparel.Shoes",
"Apparel.Shoes.Other Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/mp/MP/10/00/63/73/MP10006373229_P290721_180X180.jpg",
"name":"Comfy Feet - CHI01LG - Chicago Bears Slipper - Large - 8 - 9. 5",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":3060,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/c/o/comfy-feet---chi01lg---chicago-bears-slipper---large---8---9.-5-dcb6031bae8fddc05d5244094e3ff119.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/c/o/comfy-feet---chi01lg---chicago-bears-slipper---large---8---9.-5-1a8d90a68d7915fa5f569740a3f2d909.jpg"
]
},
"id":"24881070",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"ARCHIVE",
"id":"Apparel.ARCHIVE"
},
{
"hasChildren":false,
"name":"Seasonal",
"id":"Seasonal"
},
{
"hasChildren":false,
"name":"Other Apparel",
"id":"Apparel.ARCHIVE.Other Apparel"
},
{
"hasChildren":false,
"name":"Other Apparel",
"id":"Apparel.Other Apparel"
},
{
"hasChildren":false,
"name":"Marketplace",
"id":"Seasonal.Marketplace"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Other Shoes",
"id":"Apparel.Shoes.Other Shoes"
}
],
"brand":"Comfy Feet"
}
]
},
{
"strategyName":"CategoryBestSellers",
"seedCategory":{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes.Women's Shoes"
},
"requestId":"",
"message":"Category Best Sellers",
"recommendedProducts":[
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F22334103&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=0&p=22334103&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4.333000183105469,
"numReviews":0,
"priceRangeCents":[
1487,
1487
],
"categoryIds":[
"Apparel",
"Apparel.Shoes",
"Apparel.Shoes.Women's Shoes",
"Apparel.Shoes.Women's Shoes.Women's Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/68/11/31/04/0068113104392_Color_Pewter_SW_180X180.jpg",
"name":"George Women's Act I Kitten Heel Dress Shoes",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":1487,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/g/e/george-women039s-act-i-kitten-heel-dress-shoes-5958610d4237008c3210e69c787d301a.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/g/e/george-women039s-act-i-kitten-heel-dress-shoes-d1269289cb29aa1624251d8168d2cf56.jpg"
]
},
"id":"22334103",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes.Women's Shoes"
}
],
"brand":"George"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F22346829&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=1&p=22346829&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4.0879998207092285,
"numReviews":0,
"priceRangeCents":[
1800,
1800
],
"categoryIds":[
"Apparel",
"Apparel.Shoes",
"Apparel.Shoes.Women's Shoes",
"Apparel.Shoes.Women's Shoes.Women's Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/05/62/48/53/0005624853775_Color_Black--Green_SW_180X180.jpg",
"name":"Women's Chain Link-Sole Chore Rain Boots",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":1800,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/w/o/women039s-chain-link-sole-chore-rain-boots-971979466caa889557f17e4e16c6b0a6.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/w/o/women039s-chain-link-sole-chore-rain-boots-b5063bb111237149cb6f0542a233fbc0.jpg"
]
},
"id":"22346829",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes.Women's Shoes"
}
],
"brand":"Generic"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F22356701&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=2&p=22356701&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4.519000053405762,
"numReviews":0,
"priceRangeCents":[
200,
200
],
"categoryIds":[
"Apparel",
"Apparel.Shoes",
"Apparel.Shoes.Women's Shoes",
"Apparel.Shoes.Women's Shoes.Women's Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/60/53/88/05/0060538805050_Color_Blue_SW_180X180.jpg",
"name":"Women's Pia Thong Sandals",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":200,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/w/o/women039s-pia-thong-sandals-beacabe98a1206ea17a4d96db990c18b.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/w/o/women039s-pia-thong-sandals-e9447cdea5b6566edd07223d110d074c.jpg"
]
},
"id":"22356701",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes.Women's Shoes"
}
],
"brand":"Generic"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F22388792&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=3&p=22388792&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4.066999912261963,
"numReviews":0,
"priceRangeCents":[
1100,
1100
],
"categoryIds":[
"Apparel",
"Apparel.Shoes",
"Apparel.Shoes.Women's Shoes",
"Apparel.Shoes.Women's Shoes.Women's Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/01/71/26/76/0001712676980_Color_Brown_SW_180X180.jpg",
"name":"Dr. Scholl's Women's Winesome Slingback Sandal",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":1100,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/d/r/dr.-scholl039s-women039s-winesome-slingback-sandal-d23c470feeeaa84251297c5ddf621444.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/d/r/dr.-scholl039s-women039s-winesome-slingback-sandal-7390607742724b7fc4af3018cd789e78.jpg"
]
},
"id":"22388792",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes.Women's Shoes"
}
],
"brand":"Generic"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F22297049&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=4&p=22297049&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4.408999919891357,
"numReviews":0,
"priceRangeCents":[
1400,
1400
],
"categoryIds":[
"Apparel",
"Apparel.Shoes",
"Apparel.Shoes.Women's Shoes",
"Apparel.Shoes.Women's Shoes.Women's Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/01/71/26/75/0001712675880_Color_Brown_SW_180X180.jpg",
"name":"Dr. Scholl's Women's Aubrey Slide Sandal",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":1400,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/d/r/dr.-scholl039s-women039s-aubrey-slide-sandal-10efdd5774720446a348e87f8003a6bf.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/d/r/dr.-scholl039s-women039s-aubrey-slide-sandal-0d7cedb05b4b442209b80ca21744739a.jpg"
]
},
"id":"22297049",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes.Women's Shoes"
}
],
"brand":"Dr. Scholl's"
}
]
},
{
"strategyName":"CategoryBestSellers",
"seedCategory":{
"hasChildren":false,
"name":"Electronics",
"id":"Electronics"
},
"requestId":"",
"message":"Category Best Sellers",
"recommendedProducts":[
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F14929323&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=0&p=14929323&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"salePriceRangeCents":[
148,
148
],
"rating":4.428999900817871,
"numReviews":0,
"priceRangeCents":[
222,
222
],
"categoryIds":[
"Electronics",
"Electronics.Office",
"Electronics.Office.Office Supplies",
"Electronics.Office.Office Supplies.Writing & Correction Supplies"
],
"salePriceCents":148,
"imageURL":"http://labs.richrelevance.com/i/p/00/07/05/30/70/0007053070501_180X180.jpg",
"name":"Paper Mate Pink Pearl Large Eraser, 3 pack",
"genre":"Electronics",
"isRecommendable":true,
"priceCents":222,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/p/a/paper-mate-pink-pearl-large-eraser-3-pack-76f4bb61957a67f92303e1cf711761ab.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/p/a/paper-mate-pink-pearl-large-eraser-3-pack-76f4bb61957a67f92303e1cf711761ab.jpg"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/p/a/paper-mate-pink-pearl-large-eraser-3-pack-b5ca4a8a9679e2188e28524fd78d4edb.jpg"
]
},
"id":"14929323",
"categories":[
{
"hasChildren":false,
"name":"Electronics",
"id":"Electronics"
},
{
"hasChildren":false,
"name":"Office",
"id":"Electronics.Office"
},
{
"hasChildren":false,
"name":"Office Supplies",
"id":"Electronics.Office.Office Supplies"
},
{
"hasChildren":false,
"name":"Writing & Correction Supplies",
"id":"Electronics.Office.Office Supplies.Writing & Correction Supplies"
}
],
"brand":"Paper Mate"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F21853463&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=1&p=21853463&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4.789999961853027,
"numReviews":0,
"priceRangeCents":[
1998,
1998
],
"categoryIds":[
"Electronics",
"Electronics.TV & Video",
"Electronics.TV & Video.TV Accessories",
"Electronics.TV & Video.TV Accessories.TV Mounts"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/68/11/31/04/0068113104029_180X180.jpg",
"name":"@.com Tilting Wall Mount for 37\" to 70\" Flat Panel TVs, Black",
"genre":"Electronics",
"isRecommendable":true,
"priceCents":1998,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/./c/.com-tilting-wall-mount-for-37quot-to-70quot-flat-panel-tvs-black-d4a63e3c2041545389d012b86772f5b8.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/./c/.com-tilting-wall-mount-for-37quot-to-70quot-flat-panel-tvs-black-d4a63e3c2041545389d012b86772f5b8.jpg"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/./c/.com-tilting-wall-mount-for-37quot-to-70quot-flat-panel-tvs-black-3b39dfbaaeec5b97bad9975832db7529.jpg"
]
},
"id":"21853463",
"categories":[
{
"hasChildren":false,
"name":"Electronics",
"id":"Electronics"
},
{
"hasChildren":false,
"name":"TV & Video",
"id":"Electronics.TV & Video"
},
{
"hasChildren":false,
"name":"TV Accessories",
"id":"Electronics.TV & Video.TV Accessories"
},
{
"hasChildren":false,
"name":"TV Mounts",
"id":"Electronics.TV & Video.TV Accessories.TV Mounts"
}
],
"brand":"Atlantic"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F14931797&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=2&p=14931797&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"salePriceRangeCents":[
197,
197
],
"rating":4.666999816894531,
"numReviews":0,
"priceRangeCents":[
1569,
1569
],
"categoryIds":[
"Electronics",
"Electronics.Office",
"Electronics.Office.School Supplies",
"Electronics.Office.School Supplies.School Arts & Crafts"
],
"salePriceCents":197,
"imageURL":"http://labs.richrelevance.com/i/p/00/07/16/62/07/0007166207808_180X180.jpg",
"name":"CRAYOLA LLC FORMERLY BINNEY & SMITH BIN7808 WASHABLE COLORING MARKERS-8 COLORS",
"genre":"Electronics",
"isRecommendable":true,
"priceCents":1569,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/c/r/crayola-llc-formerly-binney-amp-smith-bin7808-washable-coloring-markers-8-colors-c0ef07869ed6c83af1c9ae056f57a7d9.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/c/r/crayola-llc-formerly-binney-amp-smith-bin7808-washable-coloring-markers-8-colors-c0ef07869ed6c83af1c9ae056f57a7d9.jpg"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/c/r/crayola-llc-formerly-binney-amp-smith-bin7808-washable-coloring-markers-8-colors-3c831395fe58ad9acb972625d60cd60f.jpg"
]
},
"id":"14931797",
"categories":[
{
"hasChildren":false,
"name":"Electronics",
"id":"Electronics"
},
{
"hasChildren":false,
"name":"Office",
"id":"Electronics.Office"
},
{
"hasChildren":false,
"name":"School Supplies",
"id":"Electronics.Office.School Supplies"
},
{
"hasChildren":false,
"name":"School Arts & Crafts",
"id":"Electronics.Office.School Supplies.School Arts & Crafts"
}
],
"brand":"Crayola"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F24100292&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=3&p=24100292&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4.238999843597412,
"numReviews":0,
"priceRangeCents":[
2900,
2900
],
"categoryIds":[
"Electronics",
"Electronics.Computers",
"Electronics.Computers.Printers, Scanners & Supplies",
"Electronics.Computers.Printers, Scanners & Supplies.Printers"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/01/38/03/14/0001380314804_180X180.jpg",
"name":"Canon PIXMA MG2220 All-in-One Inkjet Multifunction Printer/Scanner/Copier",
"genre":"Electronics",
"isRecommendable":true,
"priceCents":2900,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/c/a/canon-pixma-mg2220-all-in-one-inkjet-multifunction-printerscannercopier-a3c09644838bab3c901601a1603534b1.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/c/a/canon-pixma-mg2220-all-in-one-inkjet-multifunction-printerscannercopier-a3c09644838bab3c901601a1603534b1.jpg"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/c/a/canon-pixma-mg2220-all-in-one-inkjet-multifunction-printerscannercopier-19a0c9d47b737d6723fe3fdf174d498f.jpg"
]
},
"id":"24100292",
"categories":[
{
"hasChildren":false,
"name":"Electronics",
"id":"Electronics"
},
{
"hasChildren":false,
"name":"Computers",
"id":"Electronics.Computers"
},
{
"hasChildren":false,
"name":"Printers, Scanners & Supplies",
"id":"Electronics.Computers.Printers, Scanners & Supplies"
},
{
"hasChildren":false,
"name":"Printers",
"id":"Electronics.Computers.Printers, Scanners & Supplies.Printers"
}
],
"brand":"Canon"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F22127002&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=4&p=22127002&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":3.884000062942505,
"numReviews":0,
"priceRangeCents":[
6900,
6900
],
"categoryIds":[
"Electronics",
"Electronics.Computers",
"Electronics.Computers.Tablet PCs"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/84/72/75/00/0084727500038_180X180.jpg",
"name":"Nextbook 7\" Tablet with 8GB Memory with Google Mobile Services",
"genre":"Electronics",
"isRecommendable":true,
"priceCents":6900,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/n/e/nextbook-7quot-tablet-with-8gb-memory-with-google-mobile-services-73fbdb1640b18e99695aa87c7da712f5.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/n/e/nextbook-7quot-tablet-with-8gb-memory-with-google-mobile-services-73fbdb1640b18e99695aa87c7da712f5.jpg"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/n/e/nextbook-7quot-tablet-with-8gb-memory-with-google-mobile-services-85087c7a36aa3c18b7f1f904de6b1c87.jpg"
]
},
"id":"22127002",
"categories":[
{
"hasChildren":false,
"name":"Electronics",
"id":"Electronics"
},
{
"hasChildren":false,
"name":"Computers",
"id":"Electronics.Computers"
},
{
"hasChildren":false,
"name":"Tablet PCs",
"id":"Electronics.Computers.Tablet PCs"
}
],
"brand":"Nextbook"
}
]
},
{
"strategyName":"CategoryBestSellers",
"seedCategory":{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes"
},
"requestId":"",
"message":"Category Best Sellers",
"recommendedProducts":[
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F17689658&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=0&p=17689658&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"salePriceRangeCents":[
1300,
1300
],
"rating":4.385000228881836,
"numReviews":0,
"priceRangeCents":[
800,
800
],
"categoryIds":[
"Apparel",
"Apparel.Shoes",
"Apparel.Shoes.Women's Shoes",
"Apparel.Shoes.Women's Shoes.Women's Shoes"
],
"salePriceCents":1300,
"imageURL":"http://labs.richrelevance.com/i/p/00/01/29/26/65/0001292665259_Color_Pewter_SW_180X180.jpg",
"name":"Faded Glory - Women's Ginny Floral Thong Sandals",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":800,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/f/a/faded-glory---women039s-ginny-floral-thong-sandals-a06f1bd8456009d6f0ed8362e72aebe2.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/f/a/faded-glory---women039s-ginny-floral-thong-sandals-ccdbcc372880853e0fb464df503b7e12.jpg"
]
},
"id":"17689658",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes.Women's Shoes"
}
],
"brand":"Faded Glory"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F12017211&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=1&p=12017211&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"salePriceRangeCents":[
2200,
2200
],
"rating":3.7170000076293945,
"numReviews":0,
"priceRangeCents":[
2444,
2444
],
"categoryIds":[
"Apparel",
"Apparel.Shoes",
"Apparel.Shoes.Women's Shoes",
"Apparel.Shoes.Women's Shoes.Women's Shoes"
],
"salePriceCents":2200,
"imageURL":"http://labs.richrelevance.com/i/p/00/72/50/33/26/0072503326250_Color_Black_SW_180X180.jpg",
"name":"TredSafe - Women's Bailey Work Shoes, Wide Width",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":2444,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/t/r/tredsafe---women039s-bailey-work-shoes-wide-width-26f447a28d7db331b2aa36a84ba026d3.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/t/r/tredsafe---women039s-bailey-work-shoes-wide-width-7f62a7b24a34f6ba0a8f995c297bfa30.jpg"
]
},
"id":"12017211",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes.Women's Shoes"
}
],
"brand":"Tredsafe"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F17420625&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=2&p=17420625&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"salePriceRangeCents":[
2200,
2200
],
"rating":3.8949999809265137,
"numReviews":0,
"priceRangeCents":[
2200,
2200
],
"categoryIds":[
"Apparel",
"Apparel.Shoes",
"Apparel.Shoes.Women's Shoes",
"Apparel.Shoes.Women's Shoes.Women's Shoes"
],
"salePriceCents":2200,
"imageURL":"http://labs.richrelevance.com/i/p/00/87/02/20/82/0087022082223_Color_Brown_SW_180X180.jpg",
"name":"Brinley Co. - Women's Slouchy Microsuede Boots",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":2200,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/b/r/brinley-co.---women039s-slouchy-microsuede-boots-77e15fa3a9d6061fca6aab8fc1557560.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/b/r/brinley-co.---women039s-slouchy-microsuede-boots-1eedb1bb5762a6caf67b07916d94a9c9.jpg"
]
},
"id":"17420625",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes.Women's Shoes"
}
],
"brand":"Brinley"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F17420784&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=3&p=17420784&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"salePriceRangeCents":[
2800,
2800
],
"rating":4.75,
"numReviews":0,
"priceRangeCents":[
2800,
2800
],
"categoryIds":[
"Apparel",
"Apparel.Shoes",
"Apparel.Shoes.Women's Shoes",
"Apparel.Shoes.Women's Shoes.Women's Shoes"
],
"salePriceCents":2800,
"imageURL":"http://labs.richrelevance.com/i/p/00/87/02/20/82/0087022082202_Color_Camel_SW_180X180.jpg",
"name":"Brinley Co. - Women's Buckle Accent Slouchy Mid-Calf Boots",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":2800,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/b/r/brinley-co.---women039s-buckle-accent-slouchy-mid-calf-boots-b6976f2011bb5c3d5a6e64d054cf0ee4.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/b/r/brinley-co.---women039s-buckle-accent-slouchy-mid-calf-boots-b919669ef586fd8b5adc83b7c612cb4d.jpg"
]
},
"id":"17420784",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes.Women's Shoes"
}
],
"brand":"Brinley"
},
{
"clickURL":"http://recs.richrelevance.com/rrserver/apiclick?a=showcaseparent&cak=e9c9e05289be70e6&ct=http%3A%2F%2Flabs.richrelevance.com%2Fstorre%2Fcatalog%2Fproduct%2Fview%2Fsku%2F25738571&vg=81ac8952-268d-4f66-7c42-b55284b9c824&stid=3&pti=11&pa=-1&pos=4&p=25738571&channelId=e9c9e05289be70e6&s=1&u=1",
"regionPriceDescription":"",
"rating":4.1539998054504395,
"numReviews":0,
"priceRangeCents":[
987,
987
],
"categoryIds":[
"Apparel",
"Apparel.Shoes",
"Apparel.Shoes.Women's Shoes",
"Apparel.Shoes.Women's Shoes.Women's Shoes"
],
"imageURL":"http://labs.richrelevance.com/i/p/00/01/29/26/01/0001292601673_Color_Navy_SW_180X180.jpg",
"name":"Faded Glory Women's Basic A-line Canvas Slip-on",
"genre":"Apparel",
"isRecommendable":true,
"priceCents":987,
"attributes":{
"rr_imageURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/f/a/faded-glory-women039s-basic-a-line-canvas-slip-on-021132db43f730c76065c73d461663cf.jpg"
],
"rr_imageOriginalURL":[
"http://labs.richrelevance.com/storre/media/catalog/product"
],
"rr_imageThumbURL":[
"http://labs.richrelevance.com/storre/media/catalog/product/f/a/faded-glory-women039s-basic-a-line-canvas-slip-on-82fecaf433e7cb2d17fdd2a7cefeff3f.jpg"
]
},
"id":"25738571",
"categories":[
{
"hasChildren":false,
"name":"Apparel",
"id":"Apparel"
},
{
"hasChildren":false,
"name":"Shoes",
"id":"Apparel.Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes"
},
{
"hasChildren":false,
"name":"Women's Shoes",
"id":"Apparel.Shoes.Women's Shoes.Women's Shoes"
}
],
"brand":"Faded Glory"
}
]
},
{
"strategyName":"CategoryBestSellers",
"seedCategory":{
"hasChildren":false,
"name":"Seasonal",
"id":"Seasonal"
},
"requestId":"",
"message":"Category Best Sellers",
"recommendedProducts":[
]
},
{
"strategyName":"CategoryBestSellers",
"seedCategory":{
"hasChildren":false,
"name":"Tech Essentials",
"id":"Seasonal.Back to School 2.Tech Essentials"
},
"requestId":"",
"message":"Category Best Sellers",
"recommendedProducts":[
]
}
]
}