Skip to main content

Product

You can make a GET request for the information of any product using the Ajax Product API.

All Ajax API requests should use locale-aware URLs to give visitors a consistent experience.

GET /{locale}/api/products/{product_id}

Get the JSON of a product using the product's id.

All monetary properties are returned in the customer's presentment currency.

Example API calls

fetch(window.SHOPLAZZA.routes.root + '/api/products/588ed0ce-40af-44c7-8dea-afa18b489ef8')
.then((response) => response.json())
.then((data) => {
// do something...
});
{
"data": {
"product": {
"id": "588ed0ce-40af-44c7-8dea-afa18b489ef8",
"title": "Zoe Fedora",
"brief": "",
"vendor": "Nero",
"vendor_url": "",
"has_only_default_variant": false,
"requires_shipping": true,
"taxable": false,
"inventory_policy": "deny",
"inventory_quantity": 503,
"inventory_tracking": true,
"published": true,
"handle": "zoe-fedora",
"spu": "",
"note": "",
"need_variant_image": true,
"fake_sales": 0,
"display_fake_sales": false,
"independent_seo": false,
"created_at": "2022-02-10T02:30:49Z",
"updated_at": "2022-02-10T02:30:48Z",
"tags": "Color_DarkGray,Color_Lightcoral,Location_Colorado,Price_$200-$300",
"available": true,
"price_min": "255",
"price_max": "255",
"price": "255",
"compare_at_price": "0.00",
"compare_at_price_min": "0.00",
"compare_at_price_max": "0.00",
"url": "/products/zoe-fedora",
"published_at": "2022-02-10T02:30:49Z",
"sales": 21,
"image": {
"src": "//cdn.shoplazza.com/ca250f986a8799da153565a6a8ea55d2.jpeg",
"width": 1280,
"height": 1710,
"alt": "Zoe Fedora Nero Spring",
"path": "ca250f986a8799da153565a6a8ea55d2.jpeg",
"aspect_ratio": 0.7485380116959064
},
"meta_title": "Zoe Fedora",
"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/\">rag&amp;bone</a>.",
"meta_keyword": "",
"options": [
{
"id": "afc6fa3b-c895-49eb-8d1c-fc099f78f7a8",
"name": "Color",
"position": 1,
"values": [
"DarkOliveGreen",
"Moccasin"
]
},
{
"id": "25085627-8c3a-4c78-b0e2-38efe4a27490",
"name": "Size",
"position": 2,
"values": [
"S",
"M",
"L"
]
}
],
"variants": [
{
"id": "83196e5a-b25f-42c3-8df5-359d83ea7ae8",
"title": "DarkOliveGreen-S",
"weight_unit": "kg",
"inventory_quantity": 74,
"sku": "WJW19F1014LA14-1",
"barcode": "",
"position": 1,
"option1": "DarkOliveGreen",
"option2": "S",
"option3": "",
"note": "",
"image": {
"src": "//cdn.shoplazza.com/9974fe2bd69a80624c2c47976568b252.jpeg",
"width": 1280,
"height": 1710,
"alt": "Zoe Fedora Nero Spring",
"path": "9974fe2bd69a80624c2c47976568b252.jpeg",
"aspect_ratio": 0.7485380116959064
},
"weight": "0",
"compare_at_price": "0",
"price": "255",
"available": true,
"available_quantity": 74,
"options": [
{
"name": "Color",
"value": "DarkOliveGreen"
},
{
"name": "Size",
"value": "S"
}
],
"url": "/products/zoe-fedora?variant=83196e5a-b25f-42c3-8df5-359d83ea7ae8",
"off_ratio": 0,
"flashsale_info": [],
"sales": 21,
"wholesale_price": [
{
"price": "255",
"min_quantity": 1
}
],
"retail_price": "0"
},
{
"id": "e675452a-0dc1-4d89-a4f3-bdd4f94c99ee",
"title": "DarkOliveGreen-M",
"weight_unit": "kg",
"inventory_quantity": 83,
"sku": "WJW19F1014LA14-2",
"barcode": "",
"position": 2,
"option1": "DarkOliveGreen",
"option2": "M",
"option3": "",
"note": "",
"image": {
"src": "//cdn.shoplazza.com/9974fe2bd69a80624c2c47976568b252.jpeg",
"width": 1280,
"height": 1710,
"alt": "Zoe Fedora Nero Spring",
"path": "9974fe2bd69a80624c2c47976568b252.jpeg",
"aspect_ratio": 0.7485380116959064
},
"weight": "0",
"compare_at_price": "0",
"price": "255",
"available": true,
"available_quantity": 83,
"options": [
{
"name": "Color",
"value": "DarkOliveGreen"
},
{
"name": "Size",
"value": "M"
}
],
"url": "/products/zoe-fedora?variant=e675452a-0dc1-4d89-a4f3-bdd4f94c99ee",
"off_ratio": 0,
"flashsale_info": [],
"sales": 21,
"wholesale_price": [
{
"price": "255",
"min_quantity": 1
}
],
"retail_price": "0"
},
{
"id": "b3bc5cde-1a3e-47de-a85b-634ef75082f7",
"title": "DarkOliveGreen-L",
"weight_unit": "kg",
"inventory_quantity": 90,
"sku": "WJW19F1014LA14-3",
"barcode": "",
"position": 3,
"option1": "DarkOliveGreen",
"option2": "L",
"option3": "",
"note": "",
"image": {
"src": "//cdn.shoplazza.com/9974fe2bd69a80624c2c47976568b252.jpeg",
"width": 1280,
"height": 1710,
"alt": "Zoe Fedora Nero Spring",
"path": "9974fe2bd69a80624c2c47976568b252.jpeg",
"aspect_ratio": 0.7485380116959064
},
"weight": "0",
"compare_at_price": "0",
"price": "255",
"available": true,
"available_quantity": 90,
"options": [
{
"name": "Color",
"value": "DarkOliveGreen"
},
{
"name": "Size",
"value": "L"
}
],
"url": "/products/zoe-fedora?variant=b3bc5cde-1a3e-47de-a85b-634ef75082f7",
"off_ratio": 0,
"flashsale_info": [],
"sales": 21,
"wholesale_price": [
{
"price": "255",
"min_quantity": 1
}
],
"retail_price": "0"
},
{
"id": "fb1e52f8-ff9c-46c8-8a7b-57f42fa9e81c",
"title": "Moccasin-S",
"weight_unit": "kg",
"inventory_quantity": 87,
"sku": "WJW19F1014LA14-4",
"barcode": "",
"position": 4,
"option1": "Moccasin",
"option2": "S",
"option3": "",
"note": "",
"image": {
"src": "//cdn.shoplazza.com/0921bb7355653c5f5b73a819cfe6bffe.jpeg",
"width": 1280,
"height": 1710,
"alt": "Zoe Fedora Nero Spring",
"path": "0921bb7355653c5f5b73a819cfe6bffe.jpeg",
"aspect_ratio": 0.7485380116959064
},
"weight": "0",
"compare_at_price": "0",
"price": "255",
"available": true,
"available_quantity": 87,
"options": [
{
"name": "Color",
"value": "Moccasin"
},
{
"name": "Size",
"value": "S"
}
],
"url": "/products/zoe-fedora?variant=fb1e52f8-ff9c-46c8-8a7b-57f42fa9e81c",
"off_ratio": 0,
"flashsale_info": [],
"sales": 21,
"wholesale_price": [
{
"price": "255",
"min_quantity": 1
}
],
"retail_price": "0"
},
{
"id": "f06049a2-6627-422f-a181-707b8579ae3d",
"title": "Moccasin-M",
"weight_unit": "kg",
"inventory_quantity": 79,
"sku": "WJW19F1014LA14-5",
"barcode": "",
"position": 5,
"option1": "Moccasin",
"option2": "M",
"option3": "",
"note": "",
"image": {
"src": "//cdn.shoplazza.com/0921bb7355653c5f5b73a819cfe6bffe.jpeg",
"width": 1280,
"height": 1710,
"alt": "Zoe Fedora Nero Spring",
"path": "0921bb7355653c5f5b73a819cfe6bffe.jpeg",
"aspect_ratio": 0.7485380116959064
},
"weight": "0",
"compare_at_price": "0",
"price": "255",
"available": true,
"available_quantity": 79,
"options": [
{
"name": "Color",
"value": "Moccasin"
},
{
"name": "Size",
"value": "M"
}
],
"url": "/products/zoe-fedora?variant=f06049a2-6627-422f-a181-707b8579ae3d",
"off_ratio": 0,
"flashsale_info": [],
"sales": 21,
"wholesale_price": [
{
"price": "255",
"min_quantity": 1
}
],
"retail_price": "0"
},
{
"id": "1c13e798-b3e7-4df9-ad9c-35a2a1310ae7",
"title": "Moccasin-L",
"weight_unit": "kg",
"inventory_quantity": 90,
"sku": "WJW19F1014LA14-6",
"barcode": "",
"position": 6,
"option1": "Moccasin",
"option2": "L",
"option3": "",
"note": "",
"image": {
"src": "//cdn.shoplazza.com/0921bb7355653c5f5b73a819cfe6bffe.jpeg",
"width": 1280,
"height": 1710,
"alt": "Zoe Fedora Nero Spring",
"path": "0921bb7355653c5f5b73a819cfe6bffe.jpeg",
"aspect_ratio": 0.7485380116959064
},
"weight": "0",
"compare_at_price": "0",
"price": "255",
"available": true,
"available_quantity": 90,
"options": [
{
"name": "Color",
"value": "Moccasin"
},
{
"name": "Size",
"value": "L"
}
],
"url": "/products/zoe-fedora?variant=1c13e798-b3e7-4df9-ad9c-35a2a1310ae7",
"off_ratio": 0,
"flashsale_info": [],
"sales": 21,
"wholesale_price": [
{
"price": "255",
"min_quantity": 1
}
],
"retail_price": "0"
}
],
"images": [
{
"src": "//cdn.shoplazza.com/ca250f986a8799da153565a6a8ea55d2.jpeg",
"width": 1280,
"height": 1710,
"alt": "Zoe Fedora Nero Spring",
"path": "ca250f986a8799da153565a6a8ea55d2.jpeg",
"aspect_ratio": 0.7485380116959064
},
{
"src": "//cdn.shoplazza.com/4b1ea3524b2c2b0ad0e04e02aaa9b1c8.jpeg",
"width": 1280,
"height": 1710,
"alt": "Zoe Fedora Nero Spring",
"path": "4b1ea3524b2c2b0ad0e04e02aaa9b1c8.jpeg",
"aspect_ratio": 0.7485380116959064
},
{
"src": "//cdn.shoplazza.com/9974fe2bd69a80624c2c47976568b252.jpeg",
"width": 1280,
"height": 1710,
"alt": "Zoe Fedora Nero Spring",
"path": "9974fe2bd69a80624c2c47976568b252.jpeg",
"aspect_ratio": 0.7485380116959064
},
{
"src": "//cdn.shoplazza.com/4b1ea3524b2c2b0ad0e04e02aaa9b1c8.jpeg",
"width": 1280,
"height": 1710,
"alt": "Zoe Fedora Nero Spring",
"path": "4b1ea3524b2c2b0ad0e04e02aaa9b1c8.jpeg",
"aspect_ratio": 0.7485380116959064
},
{
"src": "//cdn.shoplazza.com/0921bb7355653c5f5b73a819cfe6bffe.jpeg",
"width": 1280,
"height": 1710,
"alt": "Zoe Fedora Nero Spring",
"path": "0921bb7355653c5f5b73a819cfe6bffe.jpeg",
"aspect_ratio": 0.7485380116959064
},
{
"src": "//cdn.shoplazza.com/f3c255209b09906dd7ae2926401a2be3.jpeg",
"width": 1280,
"height": 1710,
"alt": "Zoe Fedora Nero Spring",
"path": "f3c255209b09906dd7ae2926401a2be3.jpeg",
"aspect_ratio": 0.7485380116959064
}
],
"flashsale_info": [],
"off_ratio": 0,
"price_varies": false,
"ifb": "",
"cfb": "",
"scm": "",
"mixed_wholesale": false,
"retail_price": "0.00",
"retail_price_min": "0.00",
"retail_price_max": "0.00",
"min_price_variant": {
"id": "83196e5a-b25f-42c3-8df5-359d83ea7ae8",
"title": "DarkOliveGreen-S",
"weight_unit": "kg",
"inventory_quantity": 74,
"sku": "WJW19F1014LA14-1",
"barcode": "",
"position": 1,
"option1": "DarkOliveGreen",
"option2": "S",
"option3": "",
"note": "",
"image": null,
"weight": "0",
"compare_at_price": "0",
"price": "255",
"available": true,
"available_quantity": 74,
"options": [
{
"name": "Color",
"value": "DarkOliveGreen"
},
{
"name": "Size",
"value": "S"
}
],
"url": "/products/zoe-fedora?variant=83196e5a-b25f-42c3-8df5-359d83ea7ae8",
"off_ratio": 0,
"flashsale_info": [],
"sales": 21,
"wholesale_price": [
{
"price": "255",
"min_quantity": 1
}
],
"retail_price": "0"
},
"product_type": "",
"description": ""
}
},
"msg": "请求成功",
"state": 0
}

GET /{locale}/api/product/list

Get the JSON of the recently viewed product list.

All monetary properties are returned in the customer's presentment currency.

Example API calls

The URL query parameter can contain parameters in the following:

ParameterTypeDescription
pagestringThe base-1 page number.
limitstringThe number of products per page.
fetch(window.SHOPLAZZA.routes.root + '/api/product/list?page=1&limit=100')
.then((response) => response.json())
.then((data) => {
// do something...
});

{
"data": {
"has_more": 0,
"limit": 8,
"list": [
{
"id": "6842d11a-efff-4e0f-beaf-c822ccfad6b8",
"title": "Lace-up Leather Manston Runner",
"brief": "",
"vendor": "Nero",
"vendor_url": "",
"has_only_default_variant": false,
"requires_shipping": true,
"taxable": false,
"inventory_policy": "deny",
"inventory_quantity": 361,
"inventory_tracking": false,
"published": true,
"handle": "lace-up-leather-manston-runner",
"spu": "",
"note": "",
"need_variant_image": true,
"fake_sales": 12,
"display_fake_sales": false,
"independent_seo": false,
"created_at": "2022-02-10T02:30:48Z",
"updated_at": "2023-07-06T17:04:46Z",
"tags": "Color_Black,Color_Crimson,Color_Indianred,Location_Louisiana,Price_$300-$400",
"available": true,
"price_min": "325",
"price_max": "328",
"price": "325",
"compare_at_price": "0.00",
"compare_at_price_min": "0.00",
"compare_at_price_max": "358.00",
"url": "/products/lace-up-leather-manston-runner",
"published_at": "2022-02-10T02:30:48Z",
"sales": 4,
"image": {
"src": "//cdn.shoplazza.com/4dbbac9bcc03acbf26bbe0eb69c78f10.jpeg?duration=317.4&hls=https%3A%2F%2Fvideodelivery.net%2F0ce8c522dda38eb276a8cd64ee47173f%2Fmanifest%2Fvideo.m3u8&media_type=video&mp4=https%3A%2F%2Fvideodelivery.net%2F0ce8c522dda38eb276a8cd64ee47173f%2Fdownloads%2Fdefault.mp4&vID=0ce8c522dda38eb276a8cd64ee47173f",
"width": 848,
"height": 477,
"alt": "Lace-up Leather Manston Runner Nero Spring",
"path": "4dbbac9bcc03acbf26bbe0eb69c78f10.jpeg?duration=317.4&hls=https%3A%2F%2Fvideodelivery.net%2F0ce8c522dda38eb276a8cd64ee47173f%2Fmanifest%2Fvideo.m3u8&media_type=video&mp4=https%3A%2F%2Fvideodelivery.net%2F0ce8c522dda38eb276a8cd64ee47173f%2Fdownloads%2Fdefault.mp4&vID=0ce8c522dda38eb276a8cd64ee47173f",
"aspect_ratio": 1.7777777777777777
},
"meta_title": "Lace-up Leather Manston Runner",
"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\" target=\"_blank\" rel=\"noopener noreferrer\">rag&amp;bone</a>.",
"meta_keyword": "",
"options": [
{
"id": "a57d98d2-c2ce-4a50-8003-39924220769b",
"name": "Color",
"position": 1,
"values": [
"DarkRed"
]
},
{
"id": "1c63160d-61e1-4729-9649-dc064f228f46",
"name": "Size",
"position": 2,
"values": [
"35",
"36",
"37",
"38",
"39",
"40"
]
}
],
"variants": [
{
"id": "9953d128-28fe-46d8-b6cb-357994b96b6d",
"title": "DarkRed-35",
"weight_unit": "g",
"inventory_quantity": 83,
"sku": "WFF19FF0321D32-1",
"barcode": "CODE19F10021",
"position": 1,
"option1": "DarkRed",
"option2": "35",
"option3": "",
"note": "1122",
"image": {
"src": "//cdn.shoplazza.com/5afeee913a4f8ff183295949f8e9d129.jpeg",
"width": 1280,
"height": 1710,
"alt": "Lace-up Leather Manston Runner Nero Spring",
"path": "5afeee913a4f8ff183295949f8e9d129.jpeg",
"aspect_ratio": 0.748538
},
"weight": "288",
"compare_at_price": "358",
"price": "328",
"available": true,
"available_quantity": 999999999,
"options": [
{
"name": "Color",
"value": "DarkRed"
},
{
"name": "Size",
"value": "35"
}
],
"url": "/products/lace-up-leather-manston-runner?variant=9953d128-28fe-46d8-b6cb-357994b96b6d",
"off_ratio": 8,
"flashsale_info": [],
"sales": 4,
"wholesale_price": [
{
"price": "328",
"min_quantity": 1
}
],
"retail_price": "358"
},
{
"id": "22c6945b-d6a8-4261-b413-d72833e705ec",
"title": "DarkRed-36",
"weight_unit": "kg",
"inventory_quantity": 10,
"sku": "WFF19FF0321D32-2",
"barcode": "",
"position": 2,
"option1": "DarkRed",
"option2": "36",
"option3": "",
"note": "",
"image": {
"src": "//cdn.shoplazza.com/44cf329e8f4ebe6a2b4b9cc29674c181.jpeg",
"width": 1280,
"height": 1710,
"alt": "Lace-up Leather Manston Runner Nero Spring",
"path": "44cf329e8f4ebe6a2b4b9cc29674c181.jpeg",
"aspect_ratio": 0.748538
},
"weight": "0",
"compare_at_price": "0",
"price": "325",
"available": true,
"available_quantity": 999999999,
"options": [
{
"name": "Color",
"value": "DarkRed"
},
{
"name": "Size",
"value": "36"
}
],
"url": "/products/lace-up-leather-manston-runner?variant=22c6945b-d6a8-4261-b413-d72833e705ec",
"off_ratio": 0,
"flashsale_info": [],
"sales": 4,
"wholesale_price": [
{
"price": "325",
"min_quantity": 1
}
],
"retail_price": "0"
},
{
"id": "485cf307-5d8b-44e7-a3a6-52644403a4b4",
"title": "DarkRed-37",
"weight_unit": "kg",
"inventory_quantity": 88,
"sku": "WFF19FF0321D32-3",
"barcode": "",
"position": 3,
"option1": "DarkRed",
"option2": "37",
"option3": "",
"note": "",
"image": {
"src": "//cdn.shoplazza.com/f4d670f4175e188a3cb9b0449f0ca00d.jpeg",
"width": 1280,
"height": 1710,
"alt": "Lace-up Leather Manston Runner Nero Spring",
"path": "f4d670f4175e188a3cb9b0449f0ca00d.jpeg",
"aspect_ratio": 0.748538
},
"weight": "0",
"compare_at_price": "0",
"price": "325",
"available": true,
"available_quantity": 999999999,
"options": [
{
"name": "Color",
"value": "DarkRed"
},
{
"name": "Size",
"value": "37"
}
],
"url": "/products/lace-up-leather-manston-runner?variant=485cf307-5d8b-44e7-a3a6-52644403a4b4",
"off_ratio": 0,
"flashsale_info": [],
"sales": 4,
"wholesale_price": [
{
"price": "325",
"min_quantity": 1
}
],
"retail_price": "0"
},
{
"id": "35cf7757-dba6-48c2-b331-e071c4c1d8a6",
"title": "DarkRed-38",
"weight_unit": "kg",
"inventory_quantity": 0,
"sku": "WFF19FF0321D32-4",
"barcode": "",
"position": 4,
"option1": "DarkRed",
"option2": "38",
"option3": "",
"note": "",
"image": {
"src": "//cdn.shoplazza.com/c2ff6094baab824afde797a364384813.jpeg",
"width": 1280,
"height": 1710,
"alt": "Lace-up Leather Manston Runner Nero Spring",
"path": "c2ff6094baab824afde797a364384813.jpeg",
"aspect_ratio": 0.748538
},
"weight": "0",
"compare_at_price": "0",
"price": "325",
"available": true,
"available_quantity": 999999999,
"options": [
{
"name": "Color",
"value": "DarkRed"
},
{
"name": "Size",
"value": "38"
}
],
"url": "/products/lace-up-leather-manston-runner?variant=35cf7757-dba6-48c2-b331-e071c4c1d8a6",
"off_ratio": 0,
"flashsale_info": [],
"sales": 4,
"wholesale_price": [
{
"price": "325",
"min_quantity": 1
}
],
"retail_price": "0"
},
{
"id": "4a17a9cb-4374-4fff-b1ee-061ae2d23626",
"title": "DarkRed-39",
"weight_unit": "kg",
"inventory_quantity": 90,
"sku": "WFF19FF0321D32-5",
"barcode": "",
"position": 5,
"option1": "DarkRed",
"option2": "39",
"option3": "",
"note": "",
"image": {
"src": "//cdn.shoplazza.com/9ca7f7e1857fd33df730497b9407bd6d.jpeg",
"width": 1280,
"height": 1710,
"alt": "Lace-up Leather Manston Runner Nero Spring",
"path": "9ca7f7e1857fd33df730497b9407bd6d.jpeg",
"aspect_ratio": 0.748538
},
"weight": "0",
"compare_at_price": "0",
"price": "325",
"available": true,
"available_quantity": 999999999,
"options": [
{
"name": "Color",
"value": "DarkRed"
},
{
"name": "Size",
"value": "39"
}
],
"url": "/products/lace-up-leather-manston-runner?variant=4a17a9cb-4374-4fff-b1ee-061ae2d23626",
"off_ratio": 0,
"flashsale_info": [],
"sales": 4,
"wholesale_price": [
{
"price": "325",
"min_quantity": 1
}
],
"retail_price": "0"
},
{
"id": "0935d4d2-e106-4599-957c-33844c20e61d",
"title": "DarkRed-40",
"weight_unit": "kg",
"inventory_quantity": 90,
"sku": "WFF19FF0321D32-6",
"barcode": "",
"position": 6,
"option1": "DarkRed",
"option2": "40",
"option3": "",
"note": "",
"image": {
"src": "//cdn.shoplazza.com/5afeee913a4f8ff183295949f8e9d129.jpeg",
"width": 1280,
"height": 1710,
"alt": "Lace-up Leather Manston Runner Nero Spring",
"path": "5afeee913a4f8ff183295949f8e9d129.jpeg",
"aspect_ratio": 0.748538
},
"weight": "0",
"compare_at_price": "0",
"price": "325",
"available": true,
"available_quantity": 999999999,
"options": [
{
"name": "Color",
"value": "DarkRed"
},
{
"name": "Size",
"value": "40"
}
],
"url": "/products/lace-up-leather-manston-runner?variant=0935d4d2-e106-4599-957c-33844c20e61d",
"off_ratio": 0,
"flashsale_info": [],
"sales": 4,
"wholesale_price": [
{
"price": "325",
"min_quantity": 1
}
],
"retail_price": "0"
}
],
"images": [
{
"src": "//cdn.shoplazza.com/4dbbac9bcc03acbf26bbe0eb69c78f10.jpeg?duration=317.4&hls=https%3A%2F%2Fvideodelivery.net%2F0ce8c522dda38eb276a8cd64ee47173f%2Fmanifest%2Fvideo.m3u8&media_type=video&mp4=https%3A%2F%2Fvideodelivery.net%2F0ce8c522dda38eb276a8cd64ee47173f%2Fdownloads%2Fdefault.mp4&vID=0ce8c522dda38eb276a8cd64ee47173f",
"width": 848,
"height": 477,
"alt": "Lace-up Leather Manston Runner Nero Spring",
"path": "4dbbac9bcc03acbf26bbe0eb69c78f10.jpeg?duration=317.4&hls=https%3A%2F%2Fvideodelivery.net%2F0ce8c522dda38eb276a8cd64ee47173f%2Fmanifest%2Fvideo.m3u8&media_type=video&mp4=https%3A%2F%2Fvideodelivery.net%2F0ce8c522dda38eb276a8cd64ee47173f%2Fdownloads%2Fdefault.mp4&vID=0ce8c522dda38eb276a8cd64ee47173f",
"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": "Lace-up Leather Manston Runner 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/5afeee913a4f8ff183295949f8e9d129.jpeg",
"width": 1280,
"height": 1710,
"alt": "Lace-up Leather Manston Runner Nero Spring",
"path": "5afeee913a4f8ff183295949f8e9d129.jpeg",
"aspect_ratio": 0.748538
},
{
"src": "//cdn.shoplazza.com/44cf329e8f4ebe6a2b4b9cc29674c181.jpeg",
"width": 1280,
"height": 1710,
"alt": "Lace-up Leather Manston Runner Nero Spring",
"path": "44cf329e8f4ebe6a2b4b9cc29674c181.jpeg",
"aspect_ratio": 0.748538
},
{
"src": "//cdn.shoplazza.com/f4d670f4175e188a3cb9b0449f0ca00d.jpeg",
"width": 1280,
"height": 1710,
"alt": "Lace-up Leather Manston Runner Nero Spring",
"path": "f4d670f4175e188a3cb9b0449f0ca00d.jpeg",
"aspect_ratio": 0.748538
},
{
"src": "//cdn.shoplazza.com/c2ff6094baab824afde797a364384813.jpeg",
"width": 1280,
"height": 1710,
"alt": "Lace-up Leather Manston Runner Nero Spring",
"path": "c2ff6094baab824afde797a364384813.jpeg",
"aspect_ratio": 0.748538
},
{
"src": "//cdn.shoplazza.com/9ca7f7e1857fd33df730497b9407bd6d.jpeg",
"width": 1280,
"height": 1710,
"alt": "Lace-up Leather Manston Runner Nero Spring",
"path": "9ca7f7e1857fd33df730497b9407bd6d.jpeg",
"aspect_ratio": 0.748538
},
{
"src": "//cdn.shoplazza.com/1410acee65f7a202b97650f3c65ee668.jpeg",
"width": 1280,
"height": 1710,
"alt": "Lace-up Leather Manston Runner Nero Spring",
"path": "1410acee65f7a202b97650f3c65ee668.jpeg",
"aspect_ratio": 0.748538
}
],
"flashsale_info": [],
"off_ratio": 0,
"price_varies": true,
"ifb": "",
"cfb": "",
"scm": "",
"mixed_wholesale": false,
"retail_price": "0.00",
"retail_price_min": "0.00",
"retail_price_max": "358.00",
"min_price_variant": {
"id": "22c6945b-d6a8-4261-b413-d72833e705ec",
"title": "DarkRed-36",
"weight_unit": "kg",
"inventory_quantity": 10,
"sku": "WFF19FF0321D32-2",
"barcode": "",
"position": 2,
"option1": "DarkRed",
"option2": "36",
"option3": "",
"note": "",
"image": null,
"weight": "0",
"compare_at_price": "0",
"price": "325",
"available": true,
"available_quantity": 999999999,
"options": [
{
"name": "Color",
"value": "DarkRed"
},
{
"name": "Size",
"value": "36"
}
],
"url": "/products/lace-up-leather-manston-runner?variant=22c6945b-d6a8-4261-b413-d72833e705ec",
"off_ratio": 0,
"flashsale_info": [],
"sales": 4,
"wholesale_price": [
{
"price": "325",
"min_quantity": 1
}
],
"retail_price": "0"
},
"product_type": "",
"description": ""
}
],
"page": 1,
"sort": {},
"total": 1
},
"msg": "请求成功",
"state": 0
}