Retrieving Products Recommendations
This guide explains an alternative method of retrieving Product Recommendation using our API, instead of embedding the Kameleoon HTML element. See this guide if you prefer the visual integration method.
The following endpoint is used:
Why Use the API?
API usage is mandatory for mobile applications;
Depending on your needs this approach offers multiple benefits :
- Full Control: Clients can fully customize how and where variants are displayed, matching their design and UX standards.
- Better Performance: API calls can be optimized for performance, reducing page load delays compared to script-based solutions.
- Easier Debugging: Integration within the client’s own codebase allows better logging, monitoring, and debugging using familiar tools.
- No Third-Party Script Dependency: Avoids loading external scripts, reducing potential conflicts and aligning with security/performance policies.
- SPA-Friendly: Ideal for single-page applications, where direct API calls avoid timing issues and fit naturally into client-side routing.
- Ad Blocker Resilience: Since there's no reliance on third-party scripts or specific HTML markers, this method is less likely to be blocked by ad blockers, ensuring consistent experiment delivery. For more details on how ad blockers affect kameleoon see this FAQ
Goal
Retrieve recommendations from the product catalog with the Product Recommendation API. In the example below, we would like to add a recommendation section to this product page.
Requirements
- A valid Kameleoon account with a Store ID (
shop_id
)
You can find shop_id
in the Kameleoon app under Recommendations > Settings > Store settings, or ask your Customer Success Manager.
- A Device ID (
did
) and Session ID (sid
):- If you are using Kameleoon Web Experimentation, you can retrieve these from the following cookies:
KameleoonProducts_device_id
→ Device ID (did
)KameleoonProducts_session_code
→ Session ID (sid
)
- If not, you will need to generate these values yourself.
- If you are using Kameleoon Web Experimentation, you can retrieve these from the following cookies:
Steps
2. Retrieve required cookies (only with Kameleoon Web Experimentaton)
If you are not using Kameleoon Web Experimentaton you will need to generate these values yourself.
function getCookie(name) {
const match = document.cookie.match(new RegExp('(^| )' + name + '=([^;]+)'));
if (match) return match[2];
}
const did = getCookie('KameleoonProducts_device_id');
const sid = getCookie('KameleoonProducts_session_code');
2. Configure your Product recommendations
In the Kameleoon app, navigate to Recommendations > Product Recommendations > Recommendation Blocks
If you haven't already configured your block, follow this guide.
You will need the recommender_code
.
When using the API, CSS styles configured in the Kameleoon app are not returned.
3. Query request
Endpoint:
GET https://api.products.kameleoon.com/recommend/{%recommender_code%}
Replace {recommender_code}
with the value retrieved step 2
Parameter | Type | Required | Description |
---|---|---|---|
did | String | True | Device ID. |
shop_id | String | True | Your Store Key. |
sid | String | True | The temporary user session ID. |
resize_image | Integer | False | Image size (px) to resize. Supported values: 120 , 140 , 160 , 180 , 200 , 220 . |
extended | Integer or empty | Optional | Adds extended information about recommended products. If value 1, the API returns all of the information about the recommended products. If empty, the API returns only the products IDs of the recommended products. |
with_locations | Boolean | False | If with_locations is true , and if the parameter extended is also true while in request, the location_ids of all the places of product availability will be returned. If the request does not have the extended parameter, or is false , with_locations will be ignored and its default value will be false . |
Exemple:
curl -X GET -L 'https://api.products.kameleoon.com/recommend/trending_products_01' \
-H 'Content-Type: application/json' \
-d '{
"did": "abc123-kam-device-id",
"shop_id": "shop_4567_example",
"sid": "session_7890_example",
}'
4.Response
Name | Type | Description |
---|---|---|
html | string | The HTML code for the block with products. You can customize the HTML template in the Kameleoon personal account. |
title | string | The block title. Corresponds to the value of the "Action" element in the block rules. |
recommends | array | A list of products. |
id | number | Unique block identifier. Corresponds to the block ID in the list of blocks in the Kameleoon personal account |
If extended = 1
, products contain all product details. Otherwise, only the product IDs are returned as strings.
html
can be ignored on mobile app.
No CSS is returned when using the API—you must style the output manually.
This is what the product page looks like once the HTML of the response is integrated into the page.
a. With extended = 0
{
"id": 2476,
"recommends": [
"AsTi-01-black-4",
"C-02-black-7",
"C-01-white-8",
"VN-09-beige-4",
"DM-03-red-6",
"DM-02-black-5"
],
"title": "Popular products",
"link": "",
"html": "<div class=\"kn-reco-block_2476\"> <div class=\"kn-card__pgug90ttb2\"> <div class=\"container_kno379zq0ha1o container_element_knz7mm48tvrkl kn-reco-container__customRecoImage\"> <img class=\"image_knz7mm48tvrkl\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0564\/9180\/2788\/products\/343bfbfc1a10a39a528a3d34367669c2_grande.jpg?v=1622707492\" alt=\"\" \/> <\/div> <div class=\"container_kntewqm0ijx container_element_knn3nd8iynd9r kn-reco-container__customRecoName\"> <div class=\"text_knn3nd8iynd9r\"> ASICS TIGER | GEL-LYTE V '30 YEARS OF GEL' PACK <\/div> <\/div> <div class=\"container_knqgxxu0vyo7b container_element_kn4bz32r99o4r kn-reco-container__customRecoPrice\"> <div class=\"text_kn4bz32r99o4r\"> $ 220.00 <\/div> <\/div> <div class=\"container_knf81vjqb6myb container_element_knwstl3lmuo9s kn-reco-container__customRecoUrl\"> <a class=\"link_knwstl3lmuo9s\" href=\"https:\/\/kameleoon-store.myshopify.com\/products\/asics-tiger-gel-lyte-v-30-years-of-gel-pack?recommended_by=dynamic&recommended_code=8493a422070eb7d7638b78c11b4f7524\" target=\"_blank\"> View product <\/a> <\/div> <div class=\"container_kn4j1pb8rrazw container_element_knn3qw0i74cl kn-reco-container__customRecoRating\"> <div class=\"text_knn3qw0i74cl\"> 4 <\/div> <\/div> <\/div> <div class=\"kn-card__pgug90ttb2\"> <div class=\"container_kno379zq0ha1o container_element_knz7mm48tvrkl kn-reco-container__customRecoImage\"> <img class=\"image_knz7mm48tvrkl\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0564\/9180\/2788\/products\/23550440c4ccab05e4fc1ebd85e742cc_grande.jpg?v=1622707545\" alt=\"\" \/> <\/div> <div class=\"container_kntewqm0ijx container_element_knn3nd8iynd9r kn-reco-container__customRecoName\"> <div class=\"text_knn3nd8iynd9r\"> CONVERSE | TODDLER CHUCK TAYLOR ALL STAR AXEL MID <\/div> <\/div> <div class=\"container_knqgxxu0vyo7b container_element_kn4bz32r99o4r kn-reco-container__customRecoPrice\"> <div class=\"text_kn4bz32r99o4r\"> $ 140.00 <\/div> <\/div> <div class=\"container_knf81vjqb6myb container_element_knwstl3lmuo9s kn-reco-container__customRecoUrl\"> <a class=\"link_knwstl3lmuo9s\" href=\"https:\/\/kameleoon-store.myshopify.com\/products\/converse-chuck-taylor-all-star-ii-hi?variant=40023416340644&recommended_by=dynamic&recommended_code=8493a422070eb7d7638b78c11b4f7524\" target=\"_blank\"> View product <\/a> <\/div> <div class=\"container_kn4j1pb8rrazw container_element_knn3qw0i74cl kn-reco-container__customRecoRating\"> <div class=\"text_knn3qw0i74cl\"> 2 <\/div> <\/div> <\/div> <div class=\"kn-card__pgug90ttb2\"> <div class=\"container_kno379zq0ha1o container_element_knz7mm48tvrkl kn-reco-container__customRecoImage\"> <img class=\"image_knz7mm48tvrkl\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0564\/9180\/2788\/products\/fae150570c8ce6ddc4f787bf77b02c95_grande.jpg?v=1622707541\" alt=\"\" \/> <\/div> <div class=\"container_kntewqm0ijx container_element_knn3nd8iynd9r kn-reco-container__customRecoName\"> <div class=\"text_knn3nd8iynd9r\"> CONVERSE | CHUCK TAYLOR ALL STAR LO <\/div> <\/div> <div class=\"container_knqgxxu0vyo7b container_element_kn4bz32r99o4r kn-reco-container__customRecoPrice\"> <div class=\"text_kn4bz32r99o4r\"> $ 100.00 <\/div> <\/div> <div class=\"container_knf81vjqb6myb container_element_knwstl3lmuo9s kn-reco-container__customRecoUrl\"> <a class=\"link_knwstl3lmuo9s\" href=\"https:\/\/kameleoon-store.myshopify.com\/products\/converse-chuck-taylor-all-star-lo?variant=40023415095460&recommended_by=dynamic&recommended_code=8493a422070eb7d7638b78c11b4f7524\" target=\"_blank\"> View product <\/a> <\/div> <div class=\"container_kn4j1pb8rrazw container_element_knn3qw0i74cl kn-reco-container__customRecoRating\"> <div class=\"text_knn3qw0i74cl\"> 2 <\/div> <\/div> <\/div> <div class=\"kn-card__pgug90ttb2\"> <div class=\"container_kno379zq0ha1o container_element_knz7mm48tvrkl kn-reco-container__customRecoImage\"> <img class=\"image_knz7mm48tvrkl\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0564\/9180\/2788\/products\/d0fb461a3a28439eb5a45b2e2fb232bb_grande.jpg?v=1622707519\" alt=\"\" \/> <\/div> <div class=\"container_kntewqm0ijx container_element_knn3nd8iynd9r kn-reco-container__customRecoName\"> <div class=\"text_knn3nd8iynd9r\"> TIMBERLAND | MENS 6 INCH PREMIUM BOOT <\/div> <\/div> <div class=\"container_knqgxxu0vyo7b container_element_kn4bz32r99o4r kn-reco-container__customRecoPrice\"> <div class=\"text_kn4bz32r99o4r\"> $ 119.95 <\/div> <\/div> <div class=\"container_knf81vjqb6myb container_element_knwstl3lmuo9s kn-reco-container__customRecoUrl\"> <a class=\"link_knwstl3lmuo9s\" href=\"https:\/\/kameleoon-store.myshopify.com\/products\/vans-classic-slip-on-perforated-suede?recommended_by=dynamic&recommended_code=8493a422070eb7d7638b78c11b4f7524\" target=\"_blank\"> View product <\/a> <\/div> <div class=\"container_kn4j1pb8rrazw container_element_knn3qw0i74cl kn-reco-container__customRecoRating\"> <div class=\"text_knn3qw0i74cl\"> 5 <\/div> <\/div> <\/div> <div class=\"kn-card__pgug90ttb2\"> <div class=\"container_kno379zq0ha1o container_element_knz7mm48tvrkl kn-reco-container__customRecoImage\"> <img class=\"image_knz7mm48tvrkl\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0564\/9180\/2788\/products\/633e8800dbc6dc5704b35fd027e4eeaa_grande.jpg?v=1622707537\" alt=\"\" \/> <\/div> <div class=\"container_kntewqm0ijx container_element_knn3nd8iynd9r kn-reco-container__customRecoName\"> <div class=\"text_knn3nd8iynd9r\"> DR MARTENS | 1460Z DMC 8-EYE BOOT | CHERRY SMOOTH <\/div> <\/div> <div class=\"container_knqgxxu0vyo7b container_element_kn4bz32r99o4r kn-reco-container__customRecoPrice\"> <div class=\"text_kn4bz32r99o4r\"> $ 249.00 <\/div> <\/div> <div class=\"container_knf81vjqb6myb container_element_knwstl3lmuo9s kn-reco-container__customRecoUrl\"> <a class=\"link_knwstl3lmuo9s\" href=\"https:\/\/kameleoon-store.myshopify.com\/products\/dr-martens-1460z-dmc-8-eye-boot-cherry-smooth?variant=40023412867236&recommended_by=dynamic&recommended_code=8493a422070eb7d7638b78c11b4f7524\" target=\"_blank\"> View product <\/a> <\/div> <div class=\"container_kn4j1pb8rrazw container_element_knn3qw0i74cl kn-reco-container__customRecoRating\"> <div class=\"text_knn3qw0i74cl\"> 5 <\/div> <\/div> <\/div> <div class=\"kn-card__pgug90ttb2\"> <div class=\"container_kno379zq0ha1o container_element_knz7mm48tvrkl kn-reco-container__customRecoImage\"> <img class=\"image_knz7mm48tvrkl\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0564\/9180\/2788\/products\/8d7a6c39d295441c940cb2bacfd34794_grande.jpg?v=1622707533\" alt=\"\" \/> <\/div> <div class=\"container_kntewqm0ijx container_element_knn3nd8iynd9r kn-reco-container__customRecoName\"> <div class=\"text_knn3nd8iynd9r\"> DR MARTENS | CAVENDISH 3-EYE SHOE BLACK <\/div> <\/div> <div class=\"container_knqgxxu0vyo7b container_element_kn4bz32r99o4r kn-reco-container__customRecoPrice\"> <div class=\"text_kn4bz32r99o4r\"> $ 229.00 <\/div> <\/div> <div class=\"container_knf81vjqb6myb container_element_knwstl3lmuo9s kn-reco-container__customRecoUrl\"> <a class=\"link_knwstl3lmuo9s\" href=\"https:\/\/kameleoon-store.myshopify.com\/products\/dr-martens-cavendish-3-eye-shoe-black?variant=40023382524068&recommended_by=dynamic&recommended_code=8493a422070eb7d7638b78c11b4f7524\" target=\"_blank\"> View product <\/a> <\/div> <div class=\"container_kn4j1pb8rrazw container_element_knn3qw0i74cl kn-reco-container__customRecoRating\"> <div class=\"text_knn3qw0i74cl\"> 4 <\/div> <\/div> <\/div> <\/div>"
}
b. With extended = 1
{
"id": 870,
"recommends": [
{
"name": "CONVERSE | TODDLER CHUCK TAYLOR ALL STAR AXEL MID",
"url": "https://kameleoon-store.myshopify.com/products/converse-toddler-chuck-taylor-all-star-axel-mid?variant=40023417028772&recommended_by=dynamic&recommended_code=bdf46866294e4b8733eb2c2084423967",
"category_ids": [
"1",
"295508017316"
],
"barcode": "C-03-black-5",
"vendor_code": "CO",
"brand": "Converse",
"leftovers": "few",
"rating": 5,
"fashion_feature": "child",
"fashion_wear_type": "shoe",
"fashion_original_sizes": [
"5"
],
"picture": "https://images.products.kameleoon.com/resize-images/180/9fa630bf863db7a87fc6d5fd2a188f/3919221.jpg",
"categories": [
{
"id": "1",
"url": "https://kameleoon-store.myshopify.com/collections/all?recommended_by=dynamic&recommended_code=bdf46866294e4b8733eb2c2084423967",
"name": "Men",
"level": "1",
"name_with_parent": "Men",
"url_handle": "/collections/all?recommended_by=dynamic&recommended_code=bdf46866294e4b8733eb2c2084423967"
},
{
"id": "295508017316",
"parent_id": "1",
"url": "https://kameleoon-store.myshopify.com/collections/all?recommended_by=dynamic&recommended_code=bdf46866294e4b8733eb2c2084423967",
"name": "Sneakers",
"level": "2",
"name_with_parent": "Men - Sneakers",
"url_handle": "/collections/all?recommended_by=dynamic&recommended_code=bdf46866294e4b8733eb2c2084423967"
}
],
"price_formatted": "$ 70",
"price_full_formatted": "$ 70.00",
"price": 70,
"price_full": 70,
"image_url": "https://cdn.shopify.com/s/files/1/0564/9180/2788/products/9e0022e2f92e19ed96c8f908f2cf1b40_grande.jpg?v=1622707549",
"image_url_handle": "/s/files/1/0564/9180/2788/products/9e0022e2f92e19ed96c8f908f2cf1b40_grande.jpg?v=1622707549",
"image_url_resized": {
"120": "https://images.products.kameleoon.com/resize-images/120/9fa630bf863db7a87fc6d5fd2a188f/3919221.jpg",
"140": "https://images.products.kameleoon.com/resize-images/140/9fa630bf863db7a87fc6d5fd2a188f/3919221.jpg",
"160": "https://images.products.kameleoon.com/resize-images/160/9fa630bf863db7a87fc6d5fd2a188f/3919221.jpg",
"180": "https://images.products.kameleoon.com/resize-images/180/9fa630bf863db7a87fc6d5fd2a188f/3919221.jpg",
"200": "https://images.products.kameleoon.com/resize-images/200/9fa630bf863db7a87fc6d5fd2a188f/3919221.jpg",
"220": "https://images.products.kameleoon.com/resize-images/220/9fa630bf863db7a87fc6d5fd2a188f/3919221.jpg",
"310": "https://images.products.kameleoon.com/resize-images/310/9fa630bf863db7a87fc6d5fd2a188f/3919221.jpg",
"520": "https://images.products.kameleoon.com/resize-images/520/9fa630bf863db7a87fc6d5fd2a188f/3919221.jpg",
"original": "https://cdn.shopify.com/s/files/1/0564/9180/2788/products/9e0022e2f92e19ed96c8f908f2cf1b40_grande.jpg?v=1622707549"
},
"url_handle": "/products/converse-toddler-chuck-taylor-all-star-axel-mid?variant=40023417028772&recommended_by=dynamic&recommended_code=bdf46866294e4b8733eb2c2084423967",
"currency": "$",
"_id": "3919221",
"id": "C-03-black-5",
"stock_quantity": 8,
"fashion_colors": [
"black"
],
"params": [
{
"key": "Size",
"values": [
"5"
]
},
{
"key": "Color",
"values": [
"black"
]
}
],
"group_id": "03"
},
{
"name": "DR MARTENS | 1460Z DMC 8-EYE BOOT | CHERRY SMOOTH",
"url": "https://kameleoon-store.myshopify.com/products/dr-martens-1460z-dmc-8-eye-boot-cherry-smooth?variant=40023412703396&recommended_by=dynamic&recommended_code=bdf46866294e4b8733eb2c2084423967",
"category_ids": [
"2",
"295508312228"
],
"barcode": "DM-03-red-4",
"vendor_code": "MA",
"brand": "Dr Martens",
"leftovers": "lot",
"rating": 5,
"fashion_sizes": [
"4"
],
"fashion_feature": "adult",
"fashion_gender": "f",
"fashion_wear_type": "shoe",
"fashion_original_sizes": [
"4"
],
"picture": "https://images.products.kameleoon.com/resize-images/180/9fa630bf863db7a87fc6d5fd2a188f/3927228.jpg",
"categories": [
{
"id": "2",
"url": "https://kameleoon-store.myshopify.com/collections/all?recommended_by=dynamic&recommended_code=bdf46866294e4b8733eb2c2084423967",
"name": "Women",
"level": "1",
"name_with_parent": "Women",
"url_handle": "/collections/all?recommended_by=dynamic&recommended_code=bdf46866294e4b8733eb2c2084423967"
},
{
"id": "295508312228",
"parent_id": "2",
"url": "https://kameleoon-store.myshopify.com/collections/all?recommended_by=dynamic&recommended_code=bdf46866294e4b8733eb2c2084423967",
"name": "Boots",
"level": "2",
"name_with_parent": "Women - Boots",
"url_handle": "/collections/all?recommended_by=dynamic&recommended_code=bdf46866294e4b8733eb2c2084423967"
}
],
"price_formatted": "$ 249",
"price_full_formatted": "$ 249.00",
"price": 249,
"price_full": 249,
"image_url": "https://cdn.shopify.com/s/files/1/0564/9180/2788/products/633e8800dbc6dc5704b35fd027e4eeaa_grande.jpg?v=1622707537",
"image_url_handle": "/s/files/1/0564/9180/2788/products/633e8800dbc6dc5704b35fd027e4eeaa_grande.jpg?v=1622707537",
"image_url_resized": {
"120": "https://images.products.kameleoon.com/resize-images/120/9fa630bf863db7a87fc6d5fd2a188f/3927228.jpg",
"140": "https://images.products.kameleoon.com/resize-images/140/9fa630bf863db7a87fc6d5fd2a188f/3927228.jpg",
"160": "https://images.products.kameleoon.com/resize-images/160/9fa630bf863db7a87fc6d5fd2a188f/3927228.jpg",
"180": "https://images.products.kameleoon.com/resize-images/180/9fa630bf863db7a87fc6d5fd2a188f/3927228.jpg",
"200": "https://images.products.kameleoon.com/resize-images/200/9fa630bf863db7a87fc6d5fd2a188f/3927228.jpg",
"220": "https://images.products.kameleoon.com/resize-images/220/9fa630bf863db7a87fc6d5fd2a188f/3927228.jpg",
"310": "https://images.products.kameleoon.com/resize-images/310/9fa630bf863db7a87fc6d5fd2a188f/3927228.jpg",
"520": "https://images.products.kameleoon.com/resize-images/520/9fa630bf863db7a87fc6d5fd2a188f/3927228.jpg",
"original": "https://cdn.shopify.com/s/files/1/0564/9180/2788/products/633e8800dbc6dc5704b35fd027e4eeaa_grande.jpg?v=1622707537"
},
"url_handle": "/products/dr-martens-1460z-dmc-8-eye-boot-cherry-smooth?variant=40023412703396&recommended_by=dynamic&recommended_code=bdf46866294e4b8733eb2c2084423967",
"currency": "$",
"_id": "3927228",
"id": "DM-03-red-4",
"stock_quantity": 19,
"fashion_colors": [
"cherry"
],
"params": [
{
"key": "Size",
"values": [
"4"
]
},
{
"key": "Color",
"values": [
"cherry"
]
}
],
"group_id": "06"
}
],
"title": "Popular Products",
"link": "",
"html": "<section class=\"KameleoonProducts-recommend\"> <h1 class=\"KameleoonProducts-recommend-title\"> Popular Products </h1> <div class=\"recommended-items\"> <div class=\"recommended-item\"> <a href=\"https://kameleoon-store.myshopify.com/products/converse-toddler-chuck-taylor-all-star-axel-mid?variant=40023417028772&recommended_by=dynamic&recommended_code=bdf46866294e4b8733eb2c2084423967\" class=\"img_link\"> <img class=\"item_img\" alt=\"CONVERSE | TODDLER CHUCK TAYLOR ALL STAR AXEL MID\" src=\"https://cdn.shopify.com/s/files/1/0564/9180/2788/products/9e0022e2f92e19ed96c8f908f2cf1b40_grande.jpg?v=1622707549\"> </a> <a href=\"https://kameleoon-store.myshopify.com/products/converse-toddler-chuck-taylor-all-star-axel-mid?variant=40023417028772&recommended_by=dynamic&recommended_code=bdf46866294e4b8733eb2c2084423967\" class=\"recommended-item-name\"> CONVERSE | TODDLER CHUCK TAYLO... </a> <span class=\"recommended-item-price\"> $ 70.00 </span> <a href=\"https://kameleoon-store.myshopify.com/products/converse-toddler-chuck-taylor-all-star-axel-mid?variant=40023417028772&recommended_by=dynamic&recommended_code=bdf46866294e4b8733eb2c2084423967\" class=\"recommended-item-action\">More details</a> </div> <div class=\"recommended-item\"> <a href=\"https://kameleoon-store.myshopify.com/products/dr-martens-1460z-dmc-8-eye-boot-cherry-smooth?variant=40023412703396&recommended_by=dynamic&recommended_code=bdf46866294e4b8733eb2c2084423967\" class=\"img_link\"> <img class=\"item_img\" alt=\"DR MARTENS | 1460Z DMC 8-EYE BOOT | CHERRY SMOOTH\" src=\"https://cdn.shopify.com/s/files/1/0564/9180/2788/products/633e8800dbc6dc5704b35fd027e4eeaa_grande.jpg?v=1622707537\"> </a> <a href=\"https://kameleoon-store.myshopify.com/products/dr-martens-1460z-dmc-8-eye-boot-cherry-smooth?variant=40023412703396&recommended_by=dynamic&recommended_code=bdf46866294e4b8733eb2c2084423967\" class=\"recommended-item-name\"> DR MARTENS | 1460Z DMC 8-EYE B... </a> <span class=\"recommended-item-price\"> $ 249.00 </span> <a href=\"https://kameleoon-store.myshopify.com/products/dr-martens-1460z-dmc-8-eye-boot-cherry-smooth?variant=40023412703396&recommended_by=dynamic&recommended_code=bdf46866294e4b8733eb2c2084423967\" class=\"recommended-item-action\">More details</a> </div> <div class=\"recommended-item\"> <a href=\"https://kameleoon-store.myshopify.com/products/asics-tiger-gel-lyte-v-30-years-of-gel-pack?recommended_by=dynamic&recommended_code=bdf46866294e4b8733eb2c2084423967\" class=\"img_link\"> <img class=\"item_img\" alt=\"ASICS TIGER | GEL-LYTE V '30 YEARS OF GEL' PACK\" src=\"https://cdn.shopify.com/s/files/1/0564/9180/2788/products/343bfbfc1a10a39a528a3d34367669c2_grande.jpg?v=1622707492\"> </a> <a href=\"https://kameleoon-store.myshopify.com/products/asics-tiger-gel-lyte-v-30-years-of-gel-pack?recommended_by=dynamic&recommended_code=bdf46866294e4b8733eb2c2084423967\" class=\"recommended-item-name\"> ASICS TIGER | GEL-LYTE V '30 Y... </a> <span class=\"recommended-item-price\"> $ 220.00 </span> <a href=\"https://kameleoon-store.myshopify.com/products/asics-tiger-gel-lyte-v-30-years-of-gel-pack?recommended_by=dynamic&recommended_code=bdf46866294e4b8733eb2c2084423967\" class=\"recommended-item-action\">More details</a> </div> <div class=\"recommended-item\"> <a href=\"https://kameleoon-store.myshopify.com/products/dr-martens-1461-dmc-3-eye-shoe-black-smooth?recommended_by=dynamic&recommended_code=bdf46866294e4b8733eb2c2084423967\" class=\"img_link\"> <img class=\"item_img\" alt=\"DR MARTENS | CAVENDISH 3-EYE SHOE BLACK\" src=\"https://cdn.shopify.com/s/files/1/0564/9180/2788/products/141e61b24821f6212219a381ed19ac8a_grande.jpg?v=1622707529\"> </a> <a href=\"https://kameleoon-store.myshopify.com/products/dr-martens-1461-dmc-3-eye-shoe-black-smooth?recommended_by=dynamic&recommended_code=bdf46866294e4b8733eb2c2084423967\" class=\"recommended-item-name\"> DR MARTENS | CAVENDISH 3-EYE S... </a> <span class=\"recommended-item-price\"> $ 229.00 </span> <a href=\"https://kameleoon-store.myshopify.com/products/dr-martens-1461-dmc-3-eye-shoe-black-smooth?recommended_by=dynamic&recommended_code=bdf46866294e4b8733eb2c2084423967\" class=\"recommended-item-action\">More details</a> </div> <div class=\"recommended-item\"> <a href=\"https://kameleoon-store.myshopify.com/products/converse-chuck-taylor-all-star-lo?variant=40023415226532&recommended_by=dynamic&recommended_code=bdf46866294e4b8733eb2c2084423967\" class=\"img_link\"> <img class=\"item_img\" alt=\"CONVERSE | CHUCK TAYLOR ALL STAR LO\" src=\"https://cdn.shopify.com/s/files/1/0564/9180/2788/products/fae150570c8ce6ddc4f787bf77b02c95_grande.jpg?v=1622707541\"> </a> <a href=\"https://kameleoon-store.myshopify.com/products/converse-chuck-taylor-all-star-lo?variant=40023415226532&recommended_by=dynamic&recommended_code=bdf46866294e4b8733eb2c2084423967\" class=\"recommended-item-name\"> CONVERSE | CHUCK TAYLOR ALL ST... </a> <span class=\"recommended-item-price\"> $ 100.00 </span> <a href=\"https://kameleoon-store.myshopify.com/products/converse-chuck-taylor-all-star-lo?variant=40023415226532&recommended_by=dynamic&recommended_code=bdf46866294e4b8733eb2c2084423967\" class=\"recommended-item-action\">More details</a> </div> </div></section>"
}