Product recommendations API reference
The Product Recommendations API can be used to recommend related products for a given product.
All Ajax API requests should use locale-aware URLs to give visitors a consistent experience.
GET /{locale}/api/product/similar-products
The following example request retrieves the recommended products for a specific product:
GET /{locale}/api/product/similar-products?product_id={product-id}
Query parameters
Query parameters | Required | Description |
---|---|---|
product_id | Yes | The unique product ID of the product that you want to show recommended products for. |
page | No | The base-1 page number of results. |
per_page | No | Limits the number of results. |
fetch(window.SHOPLAZZA.routes.root + '/api/product/similar-products?product_id=588ed0ce-40af-44c7-8dea-afa18b489ef8&page=1&per_page=4')
.then((response) => response.json())
.then((data) => {
// do something...
});
The following example is a response to a successful request to the /{locale}/api/product/similar-products
endpoint:
{
"data": {
"count": 4,
"products": [
{
"id": "16adbb12-bc50-4c1b-9580-c7fee0f9ec2f",
"title": "Spencer Chelsea",
"brief": "",
"vendor": "Nero Theme Fashion",
"vendor_url": "",
"has_only_default_variant": false,
"requires_shipping": true,
"taxable": false,
"inventory_policy": "deny",
"inventory_quantity": 896,
"inventory_tracking": true,
"published": true,
"handle": "spencer-chelsea",
"spu": "",
"note": "",
"need_variant_image": true,
"fake_sales": 0,
"display_fake_sales": false,
"independent_seo": false,
"created_at": "2022-02-10T02:30:50Z",
"updated_at": "2023-07-04T08:24:42Z",
"tags": "Color_Black,Color_Peru,flash_sale_2020-2-30,Location_New York,Price_$400-$500",
"available": true,
"price_min": "495",
"price_max": "660.25",
"price": "495",
"compare_at_price": "0.00",
"compare_at_price_min": "0.00",
"compare_at_price_max": "695.00",
"url": "/products/spencer-chelsea?cfb=11c8a50d-edf4-4778-ba22-2af205b1f9c8&scm=relative.38.39.40.41&score=0.100001&ssp=spz",
"published_at": "2022-02-10T02:30:50Z",
"sales": 0,
"image": {
"src": "//cdn.shoplazza.com/697fa1558163da478e04b50f50f95cff.jpeg",
"width": 1280,
"height": 1710,
"alt": "Spencer Chelsea Nero Theme Fashion Spring",
"path": "697fa1558163da478e04b50f50f95cff.jpeg",
"aspect_ratio": 0.748538
},
"meta_title": "Spencer Chelsea",
"meta_description": "Sporty yet sophisticated, this short-sleeve ribbed crewneck is made from super-fine Egyptian cotton with stretch that hugs in all the right places. Finished with varsity stripe detail on the cuff and hem.<br><br>55% linen, 45% cotton<br>oversized relax fit <br>cotton herringbone drawcord<br>cold delicate machine wash<br>Model is 177cm, wearing size S.<br><br>This is a demo store. You can purchase products like this from <a href=\"https://www.rag-bone.com/mens/shoes/boots/spencer-chelsea-MGF19FF0064S06.html\" target=\"_blank\" rel=\"noopener noreferrer\">rag&bone</a>.",
"meta_keyword": "",
"options": [
{
"id": "6e2347af-4019-47bc-b3e3-f85456cc3830",
"name": "Color",
"position": 1,
"values": [
"DarkGoldenrod",
"Black"
]
},
{
"id": "b83dde0c-fa53-4df9-8d10-4a798273ea5a",
"name": "Size",
"position": 2,
"values": [
"41",
"42",
"43",
"44",
"45",
"46"
]
}
],
"variants": [
{
"id": "b0bc23e2-4a70-495f-9b06-f0d2e3e48c43",
"title": "DarkGoldenrod-41",
"weight_unit": "kg",
"inventory_quantity": 87,
"sku": "MGF19FF0064S06-1",
"barcode": "",
"position": 1,
"option1": "DarkGoldenrod",
"option2": "41",
"option3": "",
"note": "",
"image": {
"src": "//cdn.shoplazza.com/a965136834f1dfc117ece9a1075f4942.jpeg",
"width": 1280,
"height": 1710,
"alt": "Spencer Chelsea Nero Theme Fashion Spring",
"path": "a965136834f1dfc117ece9a1075f4942.jpeg",
"aspect_ratio": 0.748538
},
"weight": "0.00",
"compare_at_price": "695",
"price": "660.25",
"available": true,
"available_quantity": 87,
"options": [
{
"name": "Color",
"value": "DarkGoldenrod"
},
{
"name": "Size",
"value": "41"
}
],
"url": "/products/spencer-chelsea?variant=b0bc23e2-4a70-495f-9b06-f0d2e3e48c43",
"off_ratio": 5,
"flashsale_info": {
"discount_id": "65c00d9b-060c-4206-a2d8-f2971cacee43",
"limit_time": -1,
"limit_buy": -1,
"user_limit_buy": -1,
"discount_sales": 0,
"discount_sales_rate": "0",
"discount_stock": 896,
"ends_at": -1,
"starts_at": 1682405275,
"allow_oversold": "uncheck",
"allocation_method": "none",
"price": "660.25",
"compare_at_price": "695",
"discount_price": "660.25",
"customary_saved_price": "34.75",
"customary_off_ratio": "5",
"discount_saved_price": "34.75",
"discount_off_ratio": "5",
"use_before_price": false,
"before_price": "0"
},
"sales": 0,
"wholesale_price": [
{
"price": "660.25",
"min_quantity": 1
}
],
"retail_price": "695"
},
{
"id": "4f6c9f08-62a0-4b7c-8b7e-c2b646d6578c",
"title": "DarkGoldenrod-42",
"weight_unit": "kg",
"inventory_quantity": 90,
"sku": "MGF19FF0064S06-2",
"barcode": "",
"position": 2,
"option1": "DarkGoldenrod",
"option2": "42",
"option3": "",
"note": "",
"image": {
"src": "//cdn.shoplazza.com/a965136834f1dfc117ece9a1075f4942.jpeg",
"width": 1280,
"height": 1710,
"alt": "Spencer Chelsea Nero Theme Fashion Spring",
"path": "a965136834f1dfc117ece9a1075f4942.jpeg",
"aspect_ratio": 0.748538
},
"weight": "0.00",
"compare_at_price": "688",
"price": "653.6",
"available": true,
"available_quantity": 90,
"options": [
{
"name": "Color",
"value": "DarkGoldenrod"
},
{
"name": "Size",
"value": "42"
}
],
"url": "/products/spencer-chelsea?variant=4f6c9f08-62a0-4b7c-8b7e-c2b646d6578c",
"off_ratio": 5,
"flashsale_info": {
"discount_id": "65c00d9b-060c-4206-a2d8-f2971cacee43",
"limit_time": -1,
"limit_buy": -1,
"user_limit_buy": -1,
"discount_sales": 0,
"discount_sales_rate": "0",
"discount_stock": 896,
"ends_at": -1,
"starts_at": 1682405275,
"allow_oversold": "uncheck",
"allocation_method": "none",
"price": "653.6",
"compare_at_price": "688",
"discount_price": "653.6",
"customary_saved_price": "34.4",
"customary_off_ratio": "5",
"discount_saved_price": "34.4",
"discount_off_ratio": "5",
"use_before_price": false,
"before_price": "0"
},
"sales": 0,
"wholesale_price": [
{
"price": "653.6",
"min_quantity": 1
}
],
"retail_price": "688"
},
{
"id": "fb8abf0c-e4e1-4f4d-a146-b317b2018b69",
"title": "DarkGoldenrod-43",
"weight_unit": "kg",
"inventory_quantity": 0,
"sku": "MGF19FF0064S06-3",
"barcode": "",
"position": 3,
"option1": "DarkGoldenrod",
"option2": "43",
"option3": "",
"note": "",
"image": {
"src": "//cdn.shoplazza.com/a965136834f1dfc117ece9a1075f4942.jpeg",
"width": 1280,
"height": 1710,
"alt": "Spencer Chelsea Nero Theme Fashion Spring",
"path": "a965136834f1dfc117ece9a1075f4942.jpeg",
"aspect_ratio": 0.748538
},
"weight": "0.00",
"compare_at_price": "678",
"price": "644.1",
"available": false,
"available_quantity": 0,
"options": [
{
"name": "Color",
"value": "DarkGoldenrod"
},
{
"name": "Size",
"value": "43"
}
],
"url": "/products/spencer-chelsea?variant=fb8abf0c-e4e1-4f4d-a146-b317b2018b69",
"off_ratio": 5,
"flashsale_info": {
"discount_id": "65c00d9b-060c-4206-a2d8-f2971cacee43",
"limit_time": -1,
"limit_buy": -1,
"user_limit_buy": -1,
"discount_sales": 0,
"discount_sales_rate": "0",
"discount_stock": 896,
"ends_at": -1,
"starts_at": 1682405275,
"allow_oversold": "uncheck",
"allocation_method": "none",
"price": "644.1",
"compare_at_price": "678",
"discount_price": "644.1",
"customary_saved_price": "33.9",
"customary_off_ratio": "5",
"discount_saved_price": "33.9",
"discount_off_ratio": "5",
"use_before_price": false,
"before_price": "0"
},
"sales": 0,
"wholesale_price": [
{
"price": "644.1",
"min_quantity": 1
}
],
"retail_price": "678"
},
{
"id": "17e46112-70b0-4f78-b345-a1cd02405f2a",
"title": "DarkGoldenrod-44",
"weight_unit": "kg",
"inventory_quantity": 90,
"sku": "MGF19FF0064S06-4",
"barcode": "",
"position": 4,
"option1": "DarkGoldenrod",
"option2": "44",
"option3": "",
"note": "",
"image": {
"src": "//cdn.shoplazza.com/a965136834f1dfc117ece9a1075f4942.jpeg",
"width": 1280,
"height": 1710,
"alt": "Spencer Chelsea Nero Theme Fashion Spring",
"path": "a965136834f1dfc117ece9a1075f4942.jpeg",
"aspect_ratio": 0.748538
},
"weight": "0.00",
"compare_at_price": "0",
"price": "495",
"available": true,
"available_quantity": 90,
"options": [
{
"name": "Color",
"value": "DarkGoldenrod"
},
{
"name": "Size",
"value": "44"
}
],
"url": "/products/spencer-chelsea?variant=17e46112-70b0-4f78-b345-a1cd02405f2a",
"off_ratio": 0,
"flashsale_info": [],
"sales": 0,
"wholesale_price": [
{
"price": "495",
"min_quantity": 1
}
],
"retail_price": "0"
},
{
"id": "46e30434-cf5e-43f6-b508-e5b22d5c0ad9",
"title": "DarkGoldenrod-45",
"weight_unit": "kg",
"inventory_quantity": 90,
"sku": "MGF19FF0064S06-5",
"barcode": "",
"position": 5,
"option1": "DarkGoldenrod",
"option2": "45",
"option3": "",
"note": "",
"image": {
"src": "//cdn.shoplazza.com/a965136834f1dfc117ece9a1075f4942.jpeg",
"width": 1280,
"height": 1710,
"alt": "Spencer Chelsea Nero Theme Fashion Spring",
"path": "a965136834f1dfc117ece9a1075f4942.jpeg",
"aspect_ratio": 0.748538
},
"weight": "0.00",
"compare_at_price": "0",
"price": "495",
"available": true,
"available_quantity": 90,
"options": [
{
"name": "Color",
"value": "DarkGoldenrod"
},
{
"name": "Size",
"value": "45"
}
],
"url": "/products/spencer-chelsea?variant=46e30434-cf5e-43f6-b508-e5b22d5c0ad9",
"off_ratio": 0,
"flashsale_info": [],
"sales": 0,
"wholesale_price": [
{
"price": "495",
"min_quantity": 1
}
],
"retail_price": "0"
},
{
"id": "0825d990-9749-4d89-9eed-658d0f8fa552",
"title": "DarkGoldenrod-46",
"weight_unit": "kg",
"inventory_quantity": 90,
"sku": "MGF19FF0064S06-6",
"barcode": "",
"position": 6,
"option1": "DarkGoldenrod",
"option2": "46",
"option3": "",
"note": "",
"image": {
"src": "//cdn.shoplazza.com/a965136834f1dfc117ece9a1075f4942.jpeg",
"width": 1280,
"height": 1710,
"alt": "Spencer Chelsea Nero Theme Fashion Spring",
"path": "a965136834f1dfc117ece9a1075f4942.jpeg",
"aspect_ratio": 0.748538
},
"weight": "0.00",
"compare_at_price": "0",
"price": "495",
"available": true,
"available_quantity": 90,
"options": [
{
"name": "Color",
"value": "DarkGoldenrod"
},
{
"name": "Size",
"value": "46"
}
],
"url": "/products/spencer-chelsea?variant=0825d990-9749-4d89-9eed-658d0f8fa552",
"off_ratio": 0,
"flashsale_info": [],
"sales": 0,
"wholesale_price": [
{
"price": "495",
"min_quantity": 1
}
],
"retail_price": "0"
},
{
"id": "33bddf9e-303d-4fad-a7f7-34b82660726a",
"title": "Black-41",
"weight_unit": "kg",
"inventory_quantity": 90,
"sku": "MGF19FF0064S06-7",
"barcode": "",
"position": 7,
"option1": "Black",
"option2": "41",
"option3": "",
"note": "",
"image": {
"src": "//cdn.shoplazza.com/5ad063e3285bbb049eebfbd0ca1ecda6.jpeg",
"width": 1280,
"height": 1710,
"alt": "Spencer Chelsea Nero Theme Fashion Spring",
"path": "5ad063e3285bbb049eebfbd0ca1ecda6.jpeg",
"aspect_ratio": 0.748538
},
"weight": "0.00",
"compare_at_price": "0",
"price": "495",
"available": true,
"available_quantity": 90,
"options": [
{
"name": "Color",
"value": "Black"
},
{
"name": "Size",
"value": "41"
}
],
"url": "/products/spencer-chelsea?variant=33bddf9e-303d-4fad-a7f7-34b82660726a",
"off_ratio": 0,
"flashsale_info": [],
"sales": 0,
"wholesale_price": [
{
"price": "495",
"min_quantity": 1
}
],
"retail_price": "0"
},
{
"id": "6b54410d-5eb0-4c62-bb40-1b31203bb95f",
"title": "Black-42",
"weight_unit": "kg",
"inventory_quantity": 90,
"sku": "MGF19FF0064S06-8",
"barcode": "",
"position": 8,
"option1": "Black",
"option2": "42",
"option3": "",
"note": "",
"image": {
"src": "//cdn.shoplazza.com/5ad063e3285bbb049eebfbd0ca1ecda6.jpeg",
"width": 1280,
"height": 1710,
"alt": "Spencer Chelsea Nero Theme Fashion Spring",
"path": "5ad063e3285bbb049eebfbd0ca1ecda6.jpeg",
"aspect_ratio": 0.748538
},
"weight": "0.00",
"compare_at_price": "0",
"price": "495",
"available": true,
"available_quantity": 90,
"options": [
{
"name": "Color",
"value": "Black"
},
{
"name": "Size",
"value": "42"
}
],
"url": "/products/spencer-chelsea?variant=6b54410d-5eb0-4c62-bb40-1b31203bb95f",
"off_ratio": 0,
"flashsale_info": [],
"sales": 0,
"wholesale_price": [
{
"price": "495",
"min_quantity": 1
}
],
"retail_price": "0"
},
{
"id": "a8ae7801-c106-4943-9882-3ab8b28e45ce",
"title": "Black-43",
"weight_unit": "kg",
"inventory_quantity": 89,
"sku": "MGF19FF0064S06-9",
"barcode": "",
"position": 9,
"option1": "Black",
"option2": "43",
"option3": "",
"note": "",
"image": {
"src": "//cdn.shoplazza.com/5ad063e3285bbb049eebfbd0ca1ecda6.jpeg",
"width": 1280,
"height": 1710,
"alt": "Spencer Chelsea Nero Theme Fashion Spring",
"path": "5ad063e3285bbb049eebfbd0ca1ecda6.jpeg",
"aspect_ratio": 0.748538
},
"weight": "0.00",
"compare_at_price": "0",
"price": "495",
"available": true,
"available_quantity": 89,
"options": [
{
"name": "Color",
"value": "Black"
},
{
"name": "Size",
"value": "43"
}
],
"url": "/products/spencer-chelsea?variant=a8ae7801-c106-4943-9882-3ab8b28e45ce",
"off_ratio": 0,
"flashsale_info": [],
"sales": 0,
"wholesale_price": [
{
"price": "495",
"min_quantity": 1
}
],
"retail_price": "0"
},
{
"id": "bcb7a6c8-62ad-4c7e-a818-2f7d60c86cdf",
"title": "Black-44",
"weight_unit": "kg",
"inventory_quantity": 90,
"sku": "MGF19FF0064S06-10",
"barcode": "",
"position": 10,
"option1": "Black",
"option2": "44",
"option3": "",
"note": "",
"image": {
"src": "//cdn.shoplazza.com/5ad063e3285bbb049eebfbd0ca1ecda6.jpeg",
"width": 1280,
"height": 1710,
"alt": "Spencer Chelsea Nero Theme Fashion Spring",
"path": "5ad063e3285bbb049eebfbd0ca1ecda6.jpeg",
"aspect_ratio": 0.748538
},
"weight": "0.00",
"compare_at_price": "0",
"price": "495",
"available": true,
"available_quantity": 90,
"options": [
{
"name": "Color",
"value": "Black"
},
{
"name": "Size",
"value": "44"
}
],
"url": "/products/spencer-chelsea?variant=bcb7a6c8-62ad-4c7e-a818-2f7d60c86cdf",
"off_ratio": 0,
"flashsale_info": [],
"sales": 0,
"wholesale_price": [
{
"price": "495",
"min_quantity": 1
}
],
"retail_price": "0"
},
{
"id": "8cb457b9-4e67-45e1-9abe-fbc143861e6e",
"title": "Black-45",
"weight_unit": "kg",
"inventory_quantity": 90,
"sku": "MGF19FF0064S06-11",
"barcode": "",
"position": 11,
"option1": "Black",
"option2": "45",
"option3": "",
"note": "",
"image": {
"src": "//cdn.shoplazza.com/5ad063e3285bbb049eebfbd0ca1ecda6.jpeg",
"width": 1280,
"height": 1710,
"alt": "Spencer Chelsea Nero Theme Fashion Spring",
"path": "5ad063e3285bbb049eebfbd0ca1ecda6.jpeg",
"aspect_ratio": 0.748538
},
"weight": "0.00",
"compare_at_price": "0",
"price": "495",
"available": true,
"available_quantity": 90,
"options": [
{
"name": "Color",
"value": "Black"
},
{
"name": "Size",
"value": "45"
}
],
"url": "/products/spencer-chelsea?variant=8cb457b9-4e67-45e1-9abe-fbc143861e6e",
"off_ratio": 0,
"flashsale_info": [],
"sales": 0,
"wholesale_price": [
{
"price": "495",
"min_quantity": 1
}
],
"retail_price": "0"
}
],
"images": [
{
"src": "//cdn.shoplazza.com/697fa1558163da478e04b50f50f95cff.jpeg",
"width": 1280,
"height": 1710,
"alt": "Spencer Chelsea Nero Theme Fashion Spring",
"path": "697fa1558163da478e04b50f50f95cff.jpeg",
"aspect_ratio": 0.748538
},
{
"src": "//cdn.shoplazza.com/1438026920ac48b60bfd267062ab8d5c.jpeg",
"width": 1280,
"height": 1710,
"alt": "Spencer Chelsea Nero Theme Fashion Spring",
"path": "1438026920ac48b60bfd267062ab8d5c.jpeg",
"aspect_ratio": 0.748538
},
{
"src": "//cdn.shoplazza.com/a965136834f1dfc117ece9a1075f4942.jpeg",
"width": 1280,
"height": 1710,
"alt": "Spencer Chelsea Nero Theme Fashion Spring",
"path": "a965136834f1dfc117ece9a1075f4942.jpeg",
"aspect_ratio": 0.748538
},
{
"src": "//cdn.shoplazza.com/29ad5013acb0576f83357dc04acb7c11.jpeg",
"width": 1280,
"height": 1710,
"alt": "Spencer Chelsea Nero Theme Fashion Spring",
"path": "29ad5013acb0576f83357dc04acb7c11.jpeg",
"aspect_ratio": 0.748538
},
{
"src": "//cdn.shoplazza.com/42d0984027f57f734a513577c43fed06.jpeg",
"width": 1280,
"height": 1710,
"alt": "Spencer Chelsea Nero Theme Fashion Spring",
"path": "42d0984027f57f734a513577c43fed06.jpeg",
"aspect_ratio": 0.748538
},
{
"src": "//cdn.shoplazza.com/b0f56bd5fa34b4d63f76607d2bd5bc95.jpeg",
"width": 1280,
"height": 1710,
"alt": "Spencer Chelsea Nero Theme Fashion Spring",
"path": "b0f56bd5fa34b4d63f76607d2bd5bc95.jpeg",
"aspect_ratio": 0.748538
},
{
"src": "//cdn.shoplazza.com/5ad063e3285bbb049eebfbd0ca1ecda6.jpeg",
"width": 1280,
"height": 1710,
"alt": "Spencer Chelsea Nero Theme Fashion Spring",
"path": "5ad063e3285bbb049eebfbd0ca1ecda6.jpeg",
"aspect_ratio": 0.748538
},
{
"src": "//cdn.shoplazza.com/ff0cf1823205d1da8cb414a6b1f4e59d.jpeg",
"width": 1280,
"height": 1710,
"alt": "Spencer Chelsea Nero Theme Fashion Spring",
"path": "ff0cf1823205d1da8cb414a6b1f4e59d.jpeg",
"aspect_ratio": 0.748538
},
{
"src": "//cdn.shoplazza.com/f6b4bb96579de077fbcee9ece771c3d2.jpeg",
"width": 1280,
"height": 1710,
"alt": "Spencer Chelsea Nero Theme Fashion Spring",
"path": "f6b4bb96579de077fbcee9ece771c3d2.jpeg",
"aspect_ratio": 0.748538
},
{
"src": "//cdn.shoplazza.com/7f3c169608cae1c12b19cc83453bbbc7.jpeg",
"width": 1280,
"height": 1710,
"alt": "Spencer Chelsea Nero Theme Fashion Spring",
"path": "7f3c169608cae1c12b19cc83453bbbc7.jpeg",
"aspect_ratio": 0.748538
}
],
"flashsale_info": [],
"off_ratio": 0,
"price_varies": true,
"ifb": "11c8a50d-edf4-4778-ba22-2af205b1f9c8",
"cfb": "11c8a50d-edf4-4778-ba22-2af205b1f9c8",
"scm": "relative.38.39.40.41",
"score": 0.100001,
"mixed_wholesale": false,
"retail_price": "0.00",
"retail_price_min": "0.00",
"retail_price_max": "695.00",
"min_price_variant": {
"id": "17e46112-70b0-4f78-b345-a1cd02405f2a",
"title": "DarkGoldenrod-44",
"weight_unit": "kg",
"inventory_quantity": 90,
"sku": "MGF19FF0064S06-4",
"barcode": "",
"position": 4,
"option1": "DarkGoldenrod",
"option2": "44",
"option3": "",
"note": "",
"image": null,
"weight": "0",
"compare_at_price": "0",
"price": "495",
"available": true,
"available_quantity": 90,
"options": [
{
"name": "Color",
"value": "DarkGoldenrod"
},
{
"name": "Size",
"value": "44"
}
],
"url": "/products/spencer-chelsea?variant=17e46112-70b0-4f78-b345-a1cd02405f2a",
"off_ratio": 0,
"flashsale_info": [],
"sales": 0,
"wholesale_price": [
{
"price": "495",
"min_quantity": 1
}
],
"retail_price": "0"
},
"product_type": "",
"description": ""
},
{
"id": "f4138308-ac57-46d5-bba7-ac60b2c6aefa",
"title": "Huntley Short Sleeve Tee",
"brief": "",
"vendor": "Nero",
"vendor_url": "",
"has_only_default_variant": true,
"requires_shipping": true,
"taxable": false,
"inventory_policy": "deny",
"inventory_quantity": 1,
"inventory_tracking": true,
"published": true,
"handle": "huntley-short-sleeve-tee",
"spu": "",
"note": "",
"need_variant_image": false,
"fake_sales": 0,
"display_fake_sales": false,
"independent_seo": false,
"created_at": "2022-02-10T02:30:51Z",
"updated_at": "2023-07-04T08:24:42Z",
"tags": "Color_Black,Color_DarkGray,Color_Lightslategray,Location_Colorado,Price_$100-$200",
"available": true,
"price_min": "273.6",
"price_max": "273.6",
"price": "273.6",
"compare_at_price": "288.00",
"compare_at_price_min": "288.00",
"compare_at_price_max": "288.00",
"url": "/products/huntley-short-sleeve-tee?cfb=11c8a50d-edf4-4778-ba22-2af205b1f9c8&scm=relative.38.39.40.41&score=0.0500005&ssp=spz",
"published_at": "2022-02-10T02:30:51Z",
"sales": 33,
"image": {
"src": "//cdn.shoplazza.com/edec6380231d06edd67889bb95939a12.jpeg",
"width": 1280,
"height": 1710,
"alt": "Huntley Short Sleeve Tee Nero Spring",
"path": "edec6380231d06edd67889bb95939a12.jpeg",
"aspect_ratio": 0.748538
},
"meta_title": "Huntley Short Sleeve Tee",
"meta_description": "Another instant classic for your wardrobe - the Huntley short sleeve tee crafted from a lightweight cotton French terry.55% linen, 45% cottonoversized relax fit cotton herringbone drawcordcold delicate machine washModel is 177cm, wearing size S.This is a demo store. You can purchase products like this from ragbone.\n/api/cart",
"meta_keyword": "",
"options": [],
"variants": [
{
"id": "3c4f8ac5-3e47-498a-9d3f-44db49f01f23",
"title": "",
"weight_unit": "kg",
"inventory_quantity": 1,
"sku": "SKU0007",
"barcode": "",
"position": 1,
"option1": "",
"option2": "",
"option3": "",
"note": "",
"image": null,
"weight": "0.00",
"compare_at_price": "288",
"price": "273.6",
"available": true,
"available_quantity": 1,
"options": [],
"url": "/products/huntley-short-sleeve-tee?variant=3c4f8ac5-3e47-498a-9d3f-44db49f01f23",
"off_ratio": 5,
"flashsale_info": {
"discount_id": "65c00d9b-060c-4206-a2d8-f2971cacee43",
"limit_time": -1,
"limit_buy": -1,
"user_limit_buy": -1,
"discount_sales": 1,
"discount_sales_rate": "50",
"discount_stock": 1,
"ends_at": -1,
"starts_at": 1682405275,
"allow_oversold": "uncheck",
"allocation_method": "none",
"price": "273.6",
"compare_at_price": "288",
"discount_price": "273.6",
"customary_saved_price": "14.4",
"customary_off_ratio": "5",
"discount_saved_price": "14.4",
"discount_off_ratio": "5",
"use_before_price": false,
"before_price": "0"
},
"sales": 33,
"wholesale_price": [
{
"price": "273.6",
"min_quantity": 1
}
],
"retail_price": "288"
}
],
"images": [
{
"src": "//cdn.shoplazza.com/edec6380231d06edd67889bb95939a12.jpeg",
"width": 1280,
"height": 1710,
"alt": "Huntley Short Sleeve Tee Nero Spring",
"path": "edec6380231d06edd67889bb95939a12.jpeg",
"aspect_ratio": 0.748538
},
{
"src": "//cdn.shoplazza.com/6a978766a8b49d777defb37d762bb0d0.jpeg",
"width": 1280,
"height": 1710,
"alt": "Huntley Short Sleeve Tee Nero Spring",
"path": "6a978766a8b49d777defb37d762bb0d0.jpeg",
"aspect_ratio": 0.748538
},
{
"src": "//cdn.shoplazza.com/f8149e586cfef4c6472d5930839b39db.jpeg",
"width": 1280,
"height": 1710,
"alt": "Huntley Short Sleeve Tee Nero Spring",
"path": "f8149e586cfef4c6472d5930839b39db.jpeg",
"aspect_ratio": 0.748538
},
{
"src": "//cdn.shoplazza.com/0ec9874f55fd89a45086a915b158abd4.jpeg",
"width": 1280,
"height": 1710,
"alt": "Huntley Short Sleeve Tee Nero Spring",
"path": "0ec9874f55fd89a45086a915b158abd4.jpeg",
"aspect_ratio": 0.748538
},
{
"src": "//cdn.shoplazza.com/275d5b43602390f55ae3df69a567dcbc.jpeg",
"width": 1280,
"height": 1710,
"alt": "Huntley Short Sleeve Tee Nero Spring",
"path": "275d5b43602390f55ae3df69a567dcbc.jpeg",
"aspect_ratio": 0.748538
},
{
"src": "//cdn.shoplazza.com/15724ec1a6864ee98e8425e702131539.jpeg?duration=30.5&hls=https%3A%2F%2Fvideodelivery.net%2F4500e06d36810d1418f1f2e3eeb5c1f8%2Fmanifest%2Fvideo.m3u8&media_type=video&mp4=https%3A%2F%2Fvideodelivery.net%2F4500e06d36810d1418f1f2e3eeb5c1f8%2Fdownloads%2Fdefault.mp4&vID=4500e06d36810d1418f1f2e3eeb5c1f8",
"width": 480,
"height": 270,
"alt": "Huntley Short Sleeve Tee Nero Spring",
"path": "15724ec1a6864ee98e8425e702131539.jpeg?duration=30.5&hls=https%3A%2F%2Fvideodelivery.net%2F4500e06d36810d1418f1f2e3eeb5c1f8%2Fmanifest%2Fvideo.m3u8&media_type=video&mp4=https%3A%2F%2Fvideodelivery.net%2F4500e06d36810d1418f1f2e3eeb5c1f8%2Fdownloads%2Fdefault.mp4&vID=4500e06d36810d1418f1f2e3eeb5c1f8",
"aspect_ratio": 1.7777777777777777
},
{
"src": "//cdn.shoplazza.com/e986c6af0165839c50193078af8902e01667466703170.png?media_type=model3d&sources=https%3A%2F%2Fmodel3d.staticdj.com%2Fd17da5bc68537fcc881bcd3830d034681667466703480.glb",
"width": 1200,
"height": 1000,
"alt": "Huntley Short Sleeve Tee Nero Spring",
"path": "e986c6af0165839c50193078af8902e01667466703170.png?media_type=model3d&sources=https%3A%2F%2Fshoplazza-model3d-stg.oss-accelerate.aliyuncs.com%2Fd17da5bc68537fcc881bcd3830d034681667466703480.glb",
"aspect_ratio": 1.2
},
{
"src": "//cdn.shoplazza.com/9c3611bf6f98bf7dceca94edd16364cc.jpeg?&media_type=video&vID=0a14203e43100815903a94cb852c1d74&duration=6.11&mp4=https://videodelivery.net/0a14203e43100815903a94cb852c1d74/downloads/default.mp4&hls=https://videodelivery.net/0a14203e43100815903a94cb852c1d74/manifest/video.m3u8",
"width": 608,
"height": 1081,
"alt": "Huntley Short Sleeve Tee Nero Spring",
"path": "9c3611bf6f98bf7dceca94edd16364cc.jpeg?&media_type=video&vID=0a14203e43100815903a94cb852c1d74&duration=6.11&mp4=https://videodelivery.net/0a14203e43100815903a94cb852c1d74/downloads/default.mp4&hls=https://videodelivery.net/0a14203e43100815903a94cb852c1d74/manifest/video.m3u8",
"aspect_ratio": 0.5624421831637373
}
],
"flashsale_info": {
"discount_id": "65c00d9b-060c-4206-a2d8-f2971cacee43",
"limit_time": -1,
"limit_buy": -1,
"user_limit_buy": -1,
"discount_sales": 1,
"discount_sales_rate": "50",
"discount_stock": 1,
"ends_at": -1,
"starts_at": 1682405275,
"allow_oversold": "uncheck",
"allocation_method": "none",
"price": "273.6",
"compare_at_price": "288",
"discount_price": "273.6",
"customary_saved_price": "14.4",
"customary_off_ratio": "5",
"discount_saved_price": "14.4",
"discount_off_ratio": "5",
"use_before_price": false,
"before_price": "0"
},
"off_ratio": 5,
"price_varies": false,
"ifb": "11c8a50d-edf4-4778-ba22-2af205b1f9c8",
"cfb": "11c8a50d-edf4-4778-ba22-2af205b1f9c8",
"scm": "relative.38.39.40.41",
"score": 0.0500005,
"mixed_wholesale": false,
"retail_price": "288.00",
"retail_price_min": "288.00",
"retail_price_max": "288.00",
"min_price_variant": {
"id": "3c4f8ac5-3e47-498a-9d3f-44db49f01f23",
"title": "",
"weight_unit": "kg",
"inventory_quantity": 1,
"sku": "SKU0007",
"barcode": "",
"position": 1,
"option1": "",
"option2": "",
"option3": "",
"note": "",
"image": null,
"weight": "0",
"compare_at_price": "288",
"price": "273.6",
"available": true,
"available_quantity": 1,
"options": [],
"url": "/products/huntley-short-sleeve-tee?variant=3c4f8ac5-3e47-498a-9d3f-44db49f01f23",
"off_ratio": 5,
"flashsale_info": {
"discount_id": "65c00d9b-060c-4206-a2d8-f2971cacee43",
"limit_time": -1,
"limit_buy": -1,
"user_limit_buy": -1,
"discount_sales": 1,
"discount_sales_rate": "50",
"discount_stock": 1,
"ends_at": -1,
"starts_at": 1682405275,
"allow_oversold": "uncheck",
"allocation_method": "none",
"price": "273.6",
"compare_at_price": "288",
"discount_price": "273.6",
"customary_saved_price": "14.4",
"customary_off_ratio": "5",
"discount_saved_price": "14.4",
"discount_off_ratio": "5",
"use_before_price": false,
"before_price": "0"
},
"sales": 33,
"wholesale_price": [
{
"price": "273.6",
"min_quantity": 1
}
],
"retail_price": "288"
},
"product_type": "",
"description": ""
},
{
"id": "ddd0cadc-9ef2-4854-a0c5-67d62652cc61",
"title": "All Glass Sunglasses",
"brief": "Subtitle: Glasss",
"vendor": "Nero Theme Fashion",
"vendor_url": "",
"has_only_default_variant": false,
"requires_shipping": false,
"taxable": false,
"inventory_policy": "deny",
"inventory_quantity": 1426,
"inventory_tracking": true,
"published": true,
"handle": "all-glass-sunglasses",
"spu": "SPU",
"note": "",
"need_variant_image": false,
"fake_sales": 0,
"display_fake_sales": false,
"independent_seo": false,
"created_at": "2022-02-10T02:30:50Z",
"updated_at": "2023-06-27T05:33:29Z",
"tags": "new",
"available": true,
"price_min": "289",
"price_max": "289",
"price": "289",
"compare_at_price": "0.00",
"compare_at_price_min": "0.00",
"compare_at_price_max": "0.00",
"url": "/products/all-glass-sunglasses?cfb=11c8a50d-edf4-4778-ba22-2af205b1f9c8&scm=relative.38.39.40.41&score=0.03333358333333333&ssp=spz",
"published_at": "2022-02-10T02:30:50Z",
"sales": 8,
"image": {
"src": "//cdn.shoplazza.com/f4621061e95abd9455031ad7162bac15.jpeg",
"width": 1280,
"height": 1710,
"alt": "All Glass Sunglasses Nero Theme Fashion Spring",
"path": "f4621061e95abd9455031ad7162bac15.jpeg",
"aspect_ratio": 0.748538
},
"meta_title": "All Glass Sunglasses",
"meta_description": "Sporty yet sophisticated, this short-sleeve ribbed crewneck is made from super-fine Egyptian cotton with stretch that hugs in all the right places. Finished with varsity stripe detail on the cuff and hem.55% linen, 45% cottonoversized relax fit cotton herringbone drawcordcold delicate machine washModel is 177cm, wearing size S.This is a demo store. You can purchase products like this from ragbone.",
"meta_keyword": "glass,sunglass",
"options": [
{
"id": "a7591e18-8ccd-4f42-bbaf-80fa765b78d7",
"name": "Color",
"position": 1,
"values": [
"Slategray",
"Mistyrose"
]
}
],
"variants": [
{
"id": "f4325691-9686-4e9f-baa3-17991a840467",
"title": "Slategray",
"weight_unit": "kg",
"inventory_quantity": 649,
"sku": "RNB5019S",
"barcode": "",
"position": 1,
"option1": "Slategray",
"option2": "",
"option3": "",
"note": "",
"image": null,
"weight": "0.00",
"compare_at_price": "0",
"price": "289",
"available": true,
"available_quantity": 649,
"options": [
{
"name": "Color",
"value": "Slategray"
}
],
"url": "/products/all-glass-sunglasses?variant=f4325691-9686-4e9f-baa3-17991a840467",
"off_ratio": 0,
"flashsale_info": [],
"sales": 8,
"wholesale_price": [
{
"price": "289",
"min_quantity": 1
}
],
"retail_price": "0"
},
{
"id": "fae91fd4-2bd1-4f01-a334-92bc49beffb2",
"title": "Mistyrose",
"weight_unit": "kg",
"inventory_quantity": 777,
"sku": "RNB5019S",
"barcode": "",
"position": 2,
"option1": "Mistyrose",
"option2": "",
"option3": "",
"note": "",
"image": null,
"weight": "0.00",
"compare_at_price": "0",
"price": "289",
"available": true,
"available_quantity": 777,
"options": [
{
"name": "Color",
"value": "Mistyrose"
}
],
"url": "/products/all-glass-sunglasses?variant=fae91fd4-2bd1-4f01-a334-92bc49beffb2",
"off_ratio": 0,
"flashsale_info": [],
"sales": 8,
"wholesale_price": [
{
"price": "289",
"min_quantity": 1
}
],
"retail_price": "0"
}
],
"images": [
{
"src": "//cdn.shoplazza.com/f4621061e95abd9455031ad7162bac15.jpeg",
"width": 1280,
"height": 1710,
"alt": "All Glass Sunglasses Nero Theme Fashion Spring",
"path": "f4621061e95abd9455031ad7162bac15.jpeg",
"aspect_ratio": 0.748538
},
{
"src": "//cdn.shoplazza.com/a6850e36ba8d0af629bfb3b61efe72e7.jpeg",
"width": 1280,
"height": 1710,
"alt": "All Glass Sunglasses Nero Theme Fashion Spring",
"path": "a6850e36ba8d0af629bfb3b61efe72e7.jpeg",
"aspect_ratio": 0.748538
},
{
"src": "//cdn.shoplazza.com/8d03ae398fcc429ab2cad06698fba02c.jpeg",
"width": 1280,
"height": 1710,
"alt": "All Glass Sunglasses Nero Theme Fashion Spring",
"path": "8d03ae398fcc429ab2cad06698fba02c.jpeg",
"aspect_ratio": 0.748538
},
{
"src": "//cdn.shoplazza.com/0fdcfabe9a7638f001f5e1cc54eb9e37.jpeg",
"width": 1280,
"height": 1710,
"alt": "All Glass Sunglasses Nero Theme Fashion Spring",
"path": "0fdcfabe9a7638f001f5e1cc54eb9e37.jpeg",
"aspect_ratio": 0.748538
},
{
"src": "//cdn.shoplazza.com/6a727382578f62e68461af9b89e880a4.jpeg",
"width": 1280,
"height": 1710,
"alt": "All Glass Sunglasses Nero Theme Fashion Spring",
"path": "6a727382578f62e68461af9b89e880a4.jpeg",
"aspect_ratio": 0.748538
}
],
"flashsale_info": [],
"off_ratio": 0,
"price_varies": false,
"ifb": "11c8a50d-edf4-4778-ba22-2af205b1f9c8",
"cfb": "11c8a50d-edf4-4778-ba22-2af205b1f9c8",
"scm": "relative.38.39.40.41",
"score": 0.03333358333333333,
"mixed_wholesale": false,
"retail_price": "0.00",
"retail_price_min": "0.00",
"retail_price_max": "0.00",
"min_price_variant": {
"id": "f4325691-9686-4e9f-baa3-17991a840467",
"title": "Slategray",
"weight_unit": "kg",
"inventory_quantity": 649,
"sku": "RNB5019S",
"barcode": "",
"position": 1,
"option1": "Slategray",
"option2": "",
"option3": "",
"note": "",
"image": null,
"weight": "0",
"compare_at_price": "0",
"price": "289",
"available": true,
"available_quantity": 649,
"options": [
{
"name": "Color",
"value": "Slategray"
}
],
"url": "/products/all-glass-sunglasses?variant=f4325691-9686-4e9f-baa3-17991a840467",
"off_ratio": 0,
"flashsale_info": [],
"sales": 8,
"wholesale_price": [
{
"price": "289",
"min_quantity": 1
}
],
"retail_price": "0"
},
"product_type": "",
"description": ""
},
{
"id": "6ef31d11-0776-4a56-8021-86f5745c0f6a",
"title": "Two Variants & Sale Squared Sunglasses",
"brief": "",
"vendor": "Nero Theme Fashion",
"vendor_url": "",
"has_only_default_variant": false,
"requires_shipping": true,
"taxable": false,
"inventory_policy": "deny",
"inventory_quantity": 66,
"inventory_tracking": true,
"published": true,
"handle": "two-variants-sale-squared-sunglasses",
"spu": "",
"note": "",
"need_variant_image": true,
"fake_sales": 0,
"display_fake_sales": false,
"independent_seo": false,
"created_at": "2022-03-01T01:10:14Z",
"updated_at": "2023-07-04T08:24:43Z",
"tags": "Color_Lightcoral,Location_Alabama,Price_$200-$300",
"available": true,
"price_min": "216.6",
"price_max": "216.6",
"price": "216.6",
"compare_at_price": "228.00",
"compare_at_price_min": "228.00",
"compare_at_price_max": "228.00",
"url": "/products/two-variants-sale-squared-sunglasses?cfb=11c8a50d-edf4-4778-ba22-2af205b1f9c8&scm=relative.38.39.40.41&score=0.0250002&ssp=spz",
"published_at": "2022-05-11T06:46:53Z",
"sales": 1,
"image": {
"src": "//cdn.shoplazza.com/d8217e1e2e216cd8b71b1035bde035ec.jpeg",
"width": 1280,
"height": 1710,
"alt": "Two Variants & Sale Squared Sunglasses Nero Theme Fashion Spring",
"path": "d8217e1e2e216cd8b71b1035bde035ec.jpeg",
"aspect_ratio": 0.748538
},
"meta_title": "Two Variants & Sale Squared Sunglasses",
"meta_description": "Sporty yet sophisticated, this short-sleeve ribbed crewneck is made from super-fine Egyptian cotton with stretch that hugs in all the right places. Finished with varsity stripe detail on the cuff and hem.<br><br>55% linen, 45% cotton<br>oversized relax fit <br>cotton herringbone drawcord<br>cold delicate machine wash<br>Model is 177cm, wearing size S.<br><br>This is a demo store. You can purchase products like this from <a href=\"https://www.rag-bone.com/mens/accessories/coast-RNB5016S.html\" target=\"_blank\" rel=\"noopener noreferrer\">rag&bone</a>.",
"meta_keyword": "",
"options": [
{
"id": "f6523482-8f7b-435c-92c4-8b3e9e154968",
"name": "Color",
"position": 1,
"values": [
"pink",
"Other"
]
}
],
"variants": [
{
"id": "93b786dd-f75a-42f4-a421-f0976cad70e1",
"title": "pink",
"weight_unit": "g",
"inventory_quantity": 66,
"sku": "sku00089701",
"barcode": "",
"position": 1,
"option1": "pink",
"option2": "",
"option3": "",
"note": "",
"image": {
"src": "//cdn.shoplazza.com/b1a2c8b0253b857c55fb57d872ca7c84.jpeg",
"width": 1280,
"height": 1710,
"alt": "Two Variants & Sale Squared Sunglasses Nero Theme Fashion Spring",
"path": "b1a2c8b0253b857c55fb57d872ca7c84.jpeg",
"aspect_ratio": 0.748538
},
"weight": "200.00",
"compare_at_price": "228",
"price": "216.6",
"available": true,
"available_quantity": 66,
"options": [
{
"name": "Color",
"value": "pink"
}
],
"url": "/products/two-variants-sale-squared-sunglasses?variant=93b786dd-f75a-42f4-a421-f0976cad70e1",
"off_ratio": 5,
"flashsale_info": {
"discount_id": "65c00d9b-060c-4206-a2d8-f2971cacee43",
"limit_time": -1,
"limit_buy": -1,
"user_limit_buy": -1,
"discount_sales": 0,
"discount_sales_rate": "0",
"discount_stock": 66,
"ends_at": -1,
"starts_at": 1682405275,
"allow_oversold": "uncheck",
"allocation_method": "none",
"price": "216.6",
"compare_at_price": "228",
"discount_price": "216.6",
"customary_saved_price": "11.4",
"customary_off_ratio": "5",
"discount_saved_price": "11.4",
"discount_off_ratio": "5",
"use_before_price": false,
"before_price": "0"
},
"sales": 1,
"wholesale_price": [
{
"price": "216.6",
"min_quantity": 1
}
],
"retail_price": "228"
},
{
"id": "c0d95a3a-c43d-4169-b88b-32e397a57bd3",
"title": "Other",
"weight_unit": "g",
"inventory_quantity": 0,
"sku": "sku00089702",
"barcode": "",
"position": 2,
"option1": "Other",
"option2": "",
"option3": "",
"note": "",
"image": {
"src": "//cdn.shoplazza.com/7684c83d6287a423628bbad860820acd.jpeg",
"width": 1280,
"height": 1710,
"alt": "Two Variants & Sale Squared Sunglasses Nero Theme Fashion Spring",
"path": "7684c83d6287a423628bbad860820acd.jpeg",
"aspect_ratio": 0.748538
},
"weight": "220.00",
"compare_at_price": "228",
"price": "216.6",
"available": false,
"available_quantity": 0,
"options": [
{
"name": "Color",
"value": "Other"
}
],
"url": "/products/two-variants-sale-squared-sunglasses?variant=c0d95a3a-c43d-4169-b88b-32e397a57bd3",
"off_ratio": 5,
"flashsale_info": {
"discount_id": "65c00d9b-060c-4206-a2d8-f2971cacee43",
"limit_time": -1,
"limit_buy": -1,
"user_limit_buy": -1,
"discount_sales": 0,
"discount_sales_rate": "0",
"discount_stock": 66,
"ends_at": -1,
"starts_at": 1682405275,
"allow_oversold": "uncheck",
"allocation_method": "none",
"price": "216.6",
"compare_at_price": "228",
"discount_price": "216.6",
"customary_saved_price": "11.4",
"customary_off_ratio": "5",
"discount_saved_price": "11.4",
"discount_off_ratio": "5",
"use_before_price": false,
"before_price": "0"
},
"sales": 1,
"wholesale_price": [
{
"price": "216.6",
"min_quantity": 1
}
],
"retail_price": "228"
}
],
"images": [
{
"src": "//cdn.shoplazza.com/d8217e1e2e216cd8b71b1035bde035ec.jpeg",
"width": 1280,
"height": 1710,
"alt": "Two Variants & Sale Squared Sunglasses Nero Theme Fashion Spring",
"path": "d8217e1e2e216cd8b71b1035bde035ec.jpeg",
"aspect_ratio": 0.748538
},
{
"src": "//cdn.shoplazza.com/b1a2c8b0253b857c55fb57d872ca7c84.jpeg",
"width": 1280,
"height": 1710,
"alt": "Two Variants & Sale Squared Sunglasses Nero Theme Fashion Spring",
"path": "b1a2c8b0253b857c55fb57d872ca7c84.jpeg",
"aspect_ratio": 0.748538
},
{
"src": "//cdn.shoplazza.com/feee4cec358053451a197368a53697ad.jpeg",
"width": 1280,
"height": 1710,
"alt": "Two Variants & Sale Squared Sunglasses Nero Theme Fashion Spring",
"path": "feee4cec358053451a197368a53697ad.jpeg",
"aspect_ratio": 0.748538
},
{
"src": "//cdn.shoplazza.com/e12808ae1d18b053a1319c6d6fe5a6c2.jpeg",
"width": 1280,
"height": 1710,
"alt": "Two Variants & Sale Squared Sunglasses Nero Theme Fashion Spring",
"path": "e12808ae1d18b053a1319c6d6fe5a6c2.jpeg",
"aspect_ratio": 0.748538
},
{
"src": "//cdn.shoplazza.com/7684c83d6287a423628bbad860820acd.jpeg",
"width": 1280,
"height": 1710,
"alt": "Two Variants & Sale Squared Sunglasses Nero Theme Fashion Spring",
"path": "7684c83d6287a423628bbad860820acd.jpeg",
"aspect_ratio": 0.748538
},
{
"src": "//cdn.shoplazza.com/e986c6af0165839c50193078af8902e01667466703170.png?media_type=model3d&sources=https://model3d.staticdj.com/d17da5bc68537fcc881bcd3830d034681667466703480.glb",
"width": 1200,
"height": 1000,
"alt": "Two Variants & Sale Squared Sunglasses Nero Theme Fashion Spring",
"path": "e986c6af0165839c50193078af8902e01667466703170.png?media_type=model3d&sources=https://shoplazza-model3d-stg.oss-accelerate.aliyuncs.com/d17da5bc68537fcc881bcd3830d034681667466703480.glb",
"aspect_ratio": 1.2
},
{
"src": "//cdn.shoplazza.com/eaad782df28137c2a5707d47d16ff2fd.jpeg",
"width": 1280,
"height": 1710,
"alt": "Two Variants & Sale Squared Sunglasses Nero Theme Fashion Spring",
"path": "eaad782df28137c2a5707d47d16ff2fd.jpeg",
"aspect_ratio": 0.748538
}
],
"flashsale_info": {
"discount_id": "65c00d9b-060c-4206-a2d8-f2971cacee43",
"limit_time": -1,
"limit_buy": -1,
"user_limit_buy": -1,
"discount_sales": 0,
"discount_sales_rate": "0",
"discount_stock": 66,
"ends_at": -1,
"starts_at": 1682405275,
"allow_oversold": "uncheck",
"allocation_method": "none",
"price": "216.6",
"compare_at_price": "228",
"discount_price": "216.6",
"customary_saved_price": "11.4",
"customary_off_ratio": "5",
"discount_saved_price": "11.4",
"discount_off_ratio": "5",
"use_before_price": false,
"before_price": "0"
},
"off_ratio": 5,
"price_varies": false,
"ifb": "11c8a50d-edf4-4778-ba22-2af205b1f9c8",
"cfb": "11c8a50d-edf4-4778-ba22-2af205b1f9c8",
"scm": "relative.38.39.40.41",
"score": 0.0250002,
"mixed_wholesale": false,
"retail_price": "228.00",
"retail_price_min": "228.00",
"retail_price_max": "228.00",
"min_price_variant": {
"id": "93b786dd-f75a-42f4-a421-f0976cad70e1",
"title": "pink",
"weight_unit": "g",
"inventory_quantity": 66,
"sku": "sku00089701",
"barcode": "",
"position": 1,
"option1": "pink",
"option2": "",
"option3": "",
"note": "",
"image": null,
"weight": "200",
"compare_at_price": "228",
"price": "216.6",
"available": true,
"available_quantity": 66,
"options": [
{
"name": "Color",
"value": "pink"
}
],
"url": "/products/two-variants-sale-squared-sunglasses?variant=93b786dd-f75a-42f4-a421-f0976cad70e1",
"off_ratio": 5,
"flashsale_info": {
"discount_id": "65c00d9b-060c-4206-a2d8-f2971cacee43",
"limit_time": -1,
"limit_buy": -1,
"user_limit_buy": -1,
"discount_sales": 0,
"discount_sales_rate": "0",
"discount_stock": 66,
"ends_at": -1,
"starts_at": 1682405275,
"allow_oversold": "uncheck",
"allocation_method": "none",
"price": "216.6",
"compare_at_price": "228",
"discount_price": "216.6",
"customary_saved_price": "11.4",
"customary_off_ratio": "5",
"discount_saved_price": "11.4",
"discount_off_ratio": "5",
"use_before_price": false,
"before_price": "0"
},
"sales": 1,
"wholesale_price": [
{
"price": "216.6",
"min_quantity": 1
}
],
"retail_price": "228"
},
"product_type": "",
"description": ""
}
],
"scm": "relative.38.39.40.41",
"ssp": "spz"
},
"msg": "请求成功",
"state": 0
}
Updated over 1 year ago