[Alibaba international station API interface] product details interface, code package series

In order to develop the API of the e-commerce platform Alibaba, we need to do the following things first.
1) The developer registers an account
2) Then registers an application key (App Key) for each alibaba application.
3) Download the SDK of the alibaba API and master the basic API knowledge and calls
4) Use the SDK interface and objects to pass in the AppKey or obtain and pass in the SessionKey when necessary for program development.
5) Use the documentation center and API testing tools of the alibaba platform to test the interface. In order to understand the returned information, it is convenient for the program to obtain.
The above are the key processes of general alibaba API application development, in which it is very important to understand concepts and query interface information through the alibaba documentation center and API testing tools. Because these data are what we need to show step by step. Alibaba has many APIs, but they are all divided into several fields, and you will gradually understand them in depth.

 item_get-Get product details interface based on ID
Encapsulate this interface with code to get product title, product price, product promotion information, product discount price, product inventory, sku attribute, product image, desc image, desc description, sku image, sku description , Product specifications, product sales, product weight, product size, product list, all products in the store, product detail attribute description and other parameters on the page can be obtained.

Request method: HTTPS GET POST 

alibaba.item_get

public parameters

name type must describe
key String yes Call key (must be spliced ​​in the URL in GET mode)
secret String yes call key
api_name String yes API interface name (included in the request address) [item_search, item_get, item_search_shop, etc.]
cache String no [yes, no] The default is yes, the cached data will be called, and the speed is relatively fast
result_type String no [json,jsonu,xml,serialize,var_export] returns the data format, the default is json, and the content output by jsonu can be read directly in Chinese
lang String no [cn,en,ru] translation language, default cn Simplified Chinese
version String no API version

request parameters

请求参数:num_iid=60840463360

参数说明:num_iid:商品ID

request example

<?php

// 请求示例 url 默认请求参数已经URL编码处理
// 本示例代码未加密secret参数明文传输,若要加密请参考:https://open.onebound.cn/help/demo/sdk/demo-sign.php
$method = "GET";
$url = "https://api-gw.onebound.cn/alibaba/item_get/?key=<您自己的apiKey>&secret=<您自己的apiSecret>&num_iid=60840463360";
$curl = curl_init();
curl_setopt($curl, CURLOPT_CUSTOMREQUEST, $method);
curl_setopt($curl, CURLOPT_URL, $url);
curl_setopt($curl, CURLOPT_SSL_VERIFYHOST,FALSE);
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER,FALSE);
curl_setopt($curl, CURLOPT_FAILONERROR, false);
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
curl_setopt($curl, CURLOPT_HEADER, true);
curl_setopt($curl, CURLOPT_ENCODING, "gzip");
var_dump(curl_exec($curl));
?>

example response

{
	"item": {
		"num_iid": "60840463360",
		"title": "Slip-on Daily Urban Walking Shoes",
		"desc_short": "",
		"price": "$47.70",
		"nick": "cn1522808546pkux",
		"num": 9999,
		"min_num": 2,
		"detail_url": "https://www.alibaba.com/product-detail/Reebaby-Hot-Sell-Group-0-with_60840463360.html",
		"pic_url": "https://sc04.alicdn.com/kf/HTB1GHVXaPvuK1Rjy0Faq6x2aVXa7.jpg",
		"desc": "\r\n<p> <img src=\"//sc01.alicdn.com/kf/HTB1pHumyFmWBuNjSspdq6zugXXak/232931611/HTB1pHumyFmWBuNjSspdq6zugXXak.jpg\" data-src=\"//sc01.alicdn.com/kf/HTB1pHumyFmWBuNjSspdq6zugXXak/232931611/HTB1pHumyFmWBuNjSspdq6zugXXak.jpg\" data-alt=\"Slip-On Daily Urban Walking Shoes\" ori-width=\"790\" ori-height=\"1117\"></p>\n<noscript><img src=\"//sc01.alicdn.com/kf/HTB1pHumyFmWBuNjSspdq6zugXXak/232931611/HTB1pHumyFmWBuNjSspdq6zugXXak.jpg\" alt=\"Slip-On Daily Urban Walking Shoes\" ori-width=\"790\" ori-height=\"1117\"></noscript>\n<img src=\"//sc01.alicdn.com/kf/HTB1jrTsyQ9WBuNjSspeq6yz5VXaR/232931611/HTB1jrTsyQ9WBuNjSspeq6yz5VXaR.jpg\" data-src=\"//sc01.alicdn.com/kf/HTB1jrTsyQ9WBuNjSspeq6yz5VXaR/232931611/HTB1jrTsyQ9WBuNjSspeq6yz5VXaR.jpg\" data-alt=\"Slip-On Daily Urban Walking Shoes\" ori-width=\"790\" ori-height=\"890\"><noscript><img src=\"//sc01.alicdn.com/kf/HTB1jrTsyQ9WBuNjSspeq6yz5VXaR/232931611/HTB1jrTsyQ9WBuNjSspeq6yz5VXaR.jpg\" alt=\"Slip-On Daily Urban Walking Shoes\" ori-width=\"790\" ori-height=\"890\"></noscript>\n<img src=\"//sc01.alicdn.com/kf/HTB15.ciiHArBKNjSZFLq6A_dVXaA/232931611/HTB15.ciiHArBKNjSZFLq6A_dVXaA.jpg\" data-src=\"//sc01.alicdn.com/kf/HTB15.ciiHArBKNjSZFLq6A_dVXaA/232931611/HTB15.ciiHArBKNjSZFLq6A_dVXaA.jpg\" data-alt=\"Slip-On Daily Urban Walking Shoes\" ori-width=\"790\" ori-height=\"1051\"><noscript><img src=\"//sc01.alicdn.com/kf/HTB15.ciiHArBKNjSZFLq6A_dVXaA/232931611/HTB15.ciiHArBKNjSZFLq6A_dVXaA.jpg\" alt=\"Slip-On Daily Urban Walking Shoes\" ori-width=\"790\" ori-height=\"1051\"></noscript>\n<img src=\"//sc01.alicdn.com/kf/HTB1qUMeyTlYBeNjSszcq6zwhFXao/232931611/HTB1qUMeyTlYBeNjSszcq6zwhFXao.jpg\" data-src=\"//sc01.alicdn.com/kf/HTB1qUMeyTlYBeNjSszcq6zwhFXao/232931611/HTB1qUMeyTlYBeNjSszcq6zwhFXao.jpg\" data-alt=\"Slip-On Daily Urban Walking Shoes\" ori-width=\"790\" ori-height=\"656\"><noscript><img src=\"//sc01.alicdn.com/kf/HTB1qUMeyTlYBeNjSszcq6zwhFXao/232931611/HTB1qUMeyTlYBeNjSszcq6zwhFXao.jpg\" alt=\"Slip-On Daily Urban Walking Shoes\" ori-width=\"790\" ori-height=\"656\"></noscript>\n<img src=\"//sc01.alicdn.com/kf/HTB1TqSjiUOWBKNjSZKzq6xfWFXai/232931611/HTB1TqSjiUOWBKNjSZKzq6xfWFXai.jpg\" data-src=\"//sc01.alicdn.com/kf/HTB1TqSjiUOWBKNjSZKzq6xfWFXai/232931611/HTB1TqSjiUOWBKNjSZKzq6xfWFXai.jpg\" data-alt=\"Slip-On Daily Urban Walking Shoes\" ori-width=\"790\" ori-height=\"1159\"><noscript><img src=\"//sc01.alicdn.com/kf/HTB1TqSjiUOWBKNjSZKzq6xfWFXai/232931611/HTB1TqSjiUOWBKNjSZKzq6xfWFXai.jpg\" alt=\"Slip-On Daily Urban Walking Shoes\" ori-width=\"790\" ori-height=\"1159\"></noscript>\n<img src=\"//sc01.alicdn.com/kf/HTB1qG0qiIIrBKNjSZK9q6ygoVXac/232931611/HTB1qG0qiIIrBKNjSZK9q6ygoVXac.jpg\" data-src=\"//sc01.alicdn.com/kf/HTB1qG0qiIIrBKNjSZK9q6ygoVXac/232931611/HTB1qG0qiIIrBKNjSZK9q6ygoVXac.jpg\" data-alt=\"Slip-On Daily Urban Walking Shoes\" ori-width=\"790\" ori-height=\"1147\"><noscript><img src=\"//sc01.alicdn.com/kf/HTB1qG0qiIIrBKNjSZK9q6ygoVXac/232931611/HTB1qG0qiIIrBKNjSZK9q6ygoVXac.jpg\" alt=\"Slip-On Daily Urban Walking Shoes\" ori-width=\"790\" ori-height=\"1147\"></noscript>\n<img src=\"//sc01.alicdn.com/kf/HTB1iB7VyGmWBuNjy1Xaq6xCbXXa0/232931611/HTB1iB7VyGmWBuNjy1Xaq6xCbXXa0.jpg\" data-src=\"//sc01.alicdn.com/kf/HTB1iB7VyGmWBuNjy1Xaq6xCbXXa0/232931611/HTB1iB7VyGmWBuNjy1Xaq6xCbXXa0.jpg\" data-alt=\"Slip-On Daily Urban Walking Shoes\" ori-width=\"790\" ori-height=\"610\"><noscript><img src=\"//sc01.alicdn.com/kf/HTB1iB7VyGmWBuNjy1Xaq6xCbXXa0/232931611/HTB1iB7VyGmWBuNjy1Xaq6xCbXXa0.jpg\" alt=\"Slip-On Daily Urban Walking Shoes\" ori-width=\"790\" ori-height=\"610\"></noscript>\r\n<img src=\"https://www.o0b.cn/i.php?t.png&rid=gw-1.647405b84e00f&p=1778787678&k=i_key&t=1685325242\" style=\"display:none\" />",
		"item_imgs": [
			{
				"url": "https://sc04.alicdn.com/kf/HTB1GHVXaPvuK1Rjy0Faq6x2aVXa7.jpg"
			},
			{
				"url": "https://sc04.alicdn.com/kf/HTB1S8U6avfsK1RjSszbq6AqBXXaz.jpg"
			},
			{
				"url": "https://sc04.alicdn.com/kf/HTB1LQA6apzsK1Rjy1Xbq6xOaFXak.jpg"
			},
			{
				"url": "https://sc04.alicdn.com/kf/HTB1p8o8as_vK1Rjy0Foq6xIxVXaJ.jpg"
			},
			{
				"url": "https://sc04.alicdn.com/kf/HTB1ZEZYasrrK1Rjy1zeq6xalFXai.jpg"
			},
			{
				"url": "https://sc04.alicdn.com/kf/HTB1unN9azLuK1Rjy0Fhq6xpdFXaw.jpg"
			},
			{
				"url": "https://sc04.alicdn.com/kf/HTB1ZUZYasrrK1Rjy1zeq6xalFXax.jpg"
			},
			{
				"url": "https://sc04.alicdn.com/kf/HTB1bqkTayHrK1Rjy0Flq6AsaFXae.jpg"
			},
			{
				"url": "https://sc04.alicdn.com/kf/HTB1CnsUasfrK1Rjy1Xdq6yemFXag.jpg"
			},
			{
				"url": "https://sc04.alicdn.com/kf/HTB1.BsOasvrK1Rjy0Feq6ATmVXaD.jpg"
			},
			{
				"url": "https://sc04.alicdn.com/kf/HTB1HpIUaDHuK1RkSndVq6xVwpXal.jpg"
			}
		],
		"video_url": "https://vod-icbu.alicdn.com/tB9FoF3YV1bEOMabUBf/fZIVRRvvNNNgnrI7rOB%40%40sd.mp4?w=896&h=504&e=sd&t=21080c1516853252404738264ef49f&b=icbu_video&p=*_icbu_vod_publish&tr=mp4-264-sd&iss=false",
		"props_name": "191288010:-1:颜色:海军;191288010:3331185:颜色:白色;191288010:3851110:颜色:紫色;191288010:3327837:颜色:黑色;191288010:3483425:颜色:灰色;191288010:-2:颜色:油橄榄;191288010:3328925:颜色:粉红色;214524521:28393:鞋子尺寸:44;214524521:28389:鞋子尺寸:40;214524521:28388:鞋子尺寸:38;214524521:28395:鞋子尺寸:46;214524521:28390:鞋子尺寸:41;214524521:28391:鞋子尺寸:42;214524521:29542:鞋子尺寸:37;214524521:28394:鞋子尺寸:45;214524521:28392:鞋子尺寸:43;214524521:190000792:鞋子尺寸:39;214524521:190000791:鞋子尺寸:35;214524521:190000105:鞋子尺寸:36",
		"prop_imgs": {
			"prop_img": [
				{
					"properties": "191288010:3327837",
					"url": "https://sc04.alicdn.com/kf/HTB1ZEZYasrrK1Rjy1zeq6xalFXai.jpg"
				},
				{
					"properties": "191288010:3328925",
					"url": "https://sc04.alicdn.com/kf/HTB1unN9azLuK1Rjy0Fhq6xpdFXaw.jpg"
				},
				{
					"properties": "191288010:3331185",
					"url": "https://sc04.alicdn.com/kf/HTB1ZUZYasrrK1Rjy1zeq6xalFXax.jpg"
				},
				{
					"properties": "191288010:3483425",
					"url": "https://sc04.alicdn.com/kf/HTB1bqkTayHrK1Rjy0Flq6AsaFXae.jpg"
				},
				{
					"properties": "191288010:3851110",
					"url": "https://sc04.alicdn.com/kf/HTB1CnsUasfrK1Rjy1Xdq6yemFXag.jpg"
				},
				{
					"properties": "191288010:-1",
					"url": "https://sc04.alicdn.com/kf/HTB1.BsOasvrK1Rjy0Feq6ATmVXaD.jpg"
				},
				{
					"properties": "191288010:-2",
					"url": "https://sc04.alicdn.com/kf/HTB1HpIUaDHuK1RkSndVq6xVwpXal.jpg"
				}
			]
		},
		"props": [
			{
				"name": "产地",
				"value": "中国"
			},
			{
				"name": "品牌名称",
				"value": "HOTPOTATO"
			},
			{
				"name": "型号",
				"value": "G2"
			},
			{
				"name": "中底材质",
				"value": "EVA"
			},
			{
				"name": "外底材料",
				"value": "橡胶"
			},
			{
				"name": "衬里材料",
				"value": "网格"
			},
			{
				"name": "性别",
				"value": "男人"
			},
			{
				"name": "性别",
				"value": "男子"
			},
			{
				"name": "鞋面材料",
				"value": "飞行针织尼龙+TPU"
			},
			{
				"name": "布料",
				"value": "飞边针织物"
			},
			{
				"name": "关键词",
				"value": "时尚轻便鞋"
			},
			{
				"name": "类型",
				"value": "休闲女士平底鞋"
			},
			{
				"name": "特色",
				"value": "重量轻"
			},
			{
				"name": "MOQ",
				"value": "60 Pairs"
			}
		],
		"skus": {
			"sku": [
				{
					"price": 47.7,
					"properties": "191288010:-1;214524521:28393",
					"properties_name": "191288010:-1:颜色:海军;214524521:28393:鞋子尺寸:44",
					"quantity": "999",
					"sku_id": 274257648
				},
				{
					"price": 47.7,
					"properties": "191288010:-1;214524521:28389",
					"properties_name": "191288010:-1:颜色:海军;214524521:28389:鞋子尺寸:40",
					"quantity": "999",
					"sku_id": 274257644
				},
				{
					"price": 47.7,
					"properties": "191288010:3331185;214524521:28388",
					"properties_name": "191288010:3331185:颜色:白色;214524521:28388:鞋子尺寸:38",
					"quantity": "999",
					"sku_id": 11485006210
				},
				{
					"price": 47.7,
					"properties": "191288010:3851110;214524521:28395",
					"properties_name": "191288010:3851110:颜色:紫色;214524521:28395:鞋子尺寸:46",
					"quantity": "999",
					"sku_id": 274257682
				},
				{
					"price": 47.7,
					"properties": "191288010:3327837;214524521:28390",
					"properties_name": "191288010:3327837:颜色:黑色;214524521:28390:鞋子尺寸:41",
					"quantity": "999",
					"sku_id": 274257637
				},
				{
					"price": 47.7,
					"properties": "191288010:3483425;214524521:28391",
					"properties_name": "191288010:3483425:颜色:灰色;214524521:28391:鞋子尺寸:42",
					"quantity": "999",
					"sku_id": 268870709
				},
				{
					"price": 47.7,
					"properties": "191288010:3483425;214524521:29542",
					"properties_name": "191288010:3483425:颜色:灰色;214524521:29542:鞋子尺寸:37",
					"quantity": "999",
					"sku_id": 11485006217
				},
				{
					"price": 47.7,
					"properties": "191288010:3851110;214524521:28391",
					"properties_name": "191288010:3851110:颜色:紫色;214524521:28391:鞋子尺寸:42",
					"quantity": "999",
					"sku_id": 274257678
				},
				{
					"price": 47.7,
					"properties": "191288010:3327837;214524521:28394",
					"properties_name": "191288010:3327837:颜色:黑色;214524521:28394:鞋子尺寸:45",
					"quantity": "999",
					"sku_id": 274257641
				},
				{
					"price": 47.7,
					"properties": "191288010:3331185;214524521:28392",
					"properties_name": "191288010:3331185:颜色:白色;214524521:28392:鞋子尺寸:43",
					"quantity": "999",
					"sku_id": 274257663
				},
				{
					"price": 47.7,
					"properties": "191288010:-2;214524521:28393",
					"properties_name": "191288010:-2:颜色:油橄榄;214524521:28393:鞋子尺寸:44",
					"quantity": "999",
					"sku_id": 274257656
				},
				{
					"price": 47.7,
					"properties": "191288010:3851110;214524521:190000792",
					"properties_name": "191288010:3851110:颜色:紫色;214524521:190000792:鞋子尺寸:39",
					"quantity": "999",
					"sku_id": 274257675
				},
				{
					"price": 47.7,
					"properties": "191288010:3851110;214524521:29542",
					"properties_name": "191288010:3851110:颜色:紫色;214524521:29542:鞋子尺寸:37",
					"quantity": "999",
					"sku_id": 11485006205
				},
				{
					"price": 47.7,
					"properties": "191288010:3483425;214524521:28395",
					"properties_name": "191288010:3483425:颜色:灰色;214524521:28395:鞋子尺寸:46",
					"quantity": "999",
					"sku_id": 268870713
				},
				{
					"price": 47.7,
					"properties": "191288010:3328925;214524521:28395",
					"properties_name": "191288010:3328925:颜色:粉红色;214524521:28395:鞋子尺寸:46",
					"quantity": "999",
					"sku_id": 274257674
				},
				{
					"price": 47.7,
					"properties": "191288010:-2;214524521:28389",
					"properties_name": "191288010:-2:颜色:油橄榄;214524521:28389:鞋子尺寸:40",
					"quantity": "999",
					"sku_id": 274257652
				},
				{
					"price": 47.7,
					"properties": "191288010:3328925;214524521:28391",
					"properties_name": "191288010:3328925:颜色:粉红色;214524521:28391:鞋子尺寸:42",
					"quantity": "999",
					"sku_id": 274257670
				},
				{
					"price": 47.7,
					"properties": "191288010:-1;214524521:28392",
					"properties_name": "191288010:-1:颜色:海军;214524521:28392:鞋子尺寸:43",
					"quantity": "999",
					"sku_id": 274257647
				},
				{
					"price": 47.7,
					"properties": "191288010:-1;214524521:28394",
					"properties_name": "191288010:-1:颜色:海军;214524521:28394:鞋子尺寸:45",
					"quantity": "999",
					"sku_id": 274257649
				},
				{
					"price": 47.7,
					"properties": "191288010:-2;214524521:29542",
					"properties_name": "191288010:-2:颜色:油橄榄;214524521:29542:鞋子尺寸:37",
					"quantity": "999",
					"sku_id": 11485006229
				},
				{
					"price": 47.7,
					"properties": "191288010:3328925;214524521:28388",
					"properties_name": "191288010:3328925:颜色:粉红色;214524521:28388:鞋子尺寸:38",
					"quantity": "999",
					"sku_id": 11485006222
				},
				{
					"price": 47.7,
					"properties": "191288010:3851110;214524521:28388",
					"properties_name": "191288010:3851110:颜色:紫色;214524521:28388:鞋子尺寸:38",
					"quantity": "999",
					"sku_id": 11485006206
				},
				{
					"price": 47.7,
					"properties": "191288010:3331185;214524521:28389",
					"properties_name": "191288010:3331185:颜色:白色;214524521:28389:鞋子尺寸:40",
					"quantity": "999",
					"sku_id": 274257660
				},
				{
					"price": 47.7,
					"properties": "191288010:3327837;214524521:28391",
					"properties_name": "191288010:3327837:颜色:黑色;214524521:28391:鞋子尺寸:42",
					"quantity": "999",
					"sku_id": 274257638
				},
				{
					"price": 47.7,
					"properties": "191288010:3328925;214524521:29542",
					"properties_name": "191288010:3328925:颜色:粉红色;214524521:29542:鞋子尺寸:37",
					"quantity": "999",
					"sku_id": 11485006221
				},
				{
					"price": 47.7,
					"properties": "191288010:3331185;214524521:28393",
					"properties_name": "191288010:3331185:颜色:白色;214524521:28393:鞋子尺寸:44",
					"quantity": "999",
					"sku_id": 274257664
				},
				{
					"price": 47.7,
					"properties": "191288010:3483425;214524521:28390",
					"properties_name": "191288010:3483425:颜色:灰色;214524521:28390:鞋子尺寸:41",
					"quantity": "999",
					"sku_id": 268870708
				},
				{
					"price": 47.7,
					"properties": "191288010:3327837;214524521:28395",
					"properties_name": "191288010:3327837:颜色:黑色;214524521:28395:鞋子尺寸:46",
					"quantity": "999",
					"sku_id": 274257642
				},
				{
					"price": 47.7,
					"properties": "191288010:3328925;214524521:190000791",
					"properties_name": "191288010:3328925:颜色:粉红色;214524521:190000791:鞋子尺寸:35",
					"quantity": "999",
					"sku_id": 11485006219
				},
				{
					"price": 47.7,
					"properties": "191288010:-2;214524521:28391",
					"properties_name": "191288010:-2:颜色:油橄榄;214524521:28391:鞋子尺寸:42",
					"quantity": "999",
					"sku_id": 274257654
				},
				{
					"price": 47.7,
					"properties": "191288010:3851110;214524521:28392",
					"properties_name": "191288010:3851110:颜色:紫色;214524521:28392:鞋子尺寸:43",
					"quantity": "999",
					"sku_id": 274257679
				},
				{
					"price": 47.7,
					"properties": "191288010:-2;214524521:28392",
					"properties_name": "191288010:-2:颜色:油橄榄;214524521:28392:鞋子尺寸:43",
					"quantity": "999",
					"sku_id": 274257655
				},
				{
					"price": 47.7,
					"properties": "191288010:3483425;214524521:28394",
					"properties_name": "191288010:3483425:颜色:灰色;214524521:28394:鞋子尺寸:45",
					"quantity": "999",
					"sku_id": 268870712
				},
				{
					"price": 47.7,
					"properties": "191288010:3331185;214524521:29542",
					"properties_name": "191288010:3331185:颜色:白色;214524521:29542:鞋子尺寸:37",
					"quantity": "999",
					"sku_id": 11485006209
				},
				{
					"price": 47.7,
					"properties": "191288010:-2;214524521:28388",
					"properties_name": "191288010:-2:颜色:油橄榄;214524521:28388:鞋子尺寸:38",
					"quantity": "999",
					"sku_id": 11485006230
				},
				{
					"price": 47.7,
					"properties": "191288010:-1;214524521:190000791",
					"properties_name": "191288010:-1:颜色:海军;214524521:190000791:鞋子尺寸:35",
					"quantity": "999",
					"sku_id": 11485006223
				},
				{
					"price": 47.7,
					"properties": "191288010:3328925;214524521:190000105",
					"properties_name": "191288010:3328925:颜色:粉红色;214524521:190000105:鞋子尺寸:36",
					"quantity": "999",
					"sku_id": 11485006220
				},
				{
					"price": 47.7,
					"properties": "191288010:3328925;214524521:28392",
					"properties_name": "191288010:3328925:颜色:粉红色;214524521:28392:鞋子尺寸:43",
					"quantity": "999",
					"sku_id": 274257671
				},
				{
					"price": 47.7,
					"properties": "191288010:-1;214524521:190000105",
					"properties_name": "191288010:-1:颜色:海军;214524521:190000105:鞋子尺寸:36",
					"quantity": "999",
					"sku_id": 11485006224
				},
				{
					"price": 47.7,
					"properties": "191288010:-1;214524521:28395",
					"properties_name": "191288010:-1:颜色:海军;214524521:28395:鞋子尺寸:46",
					"quantity": "999",
					"sku_id": 274257650
				},
				{
					"price": 47.7,
					"properties": "191288010:3331185;214524521:190000792",
					"properties_name": "191288010:3331185:颜色:白色;214524521:190000792:鞋子尺寸:39",
					"quantity": "999",
					"sku_id": 274257659
				},
				{
					"price": 47.7,
					"properties": "191288010:3328925;214524521:28389",
					"properties_name": "191288010:3328925:颜色:粉红色;214524521:28389:鞋子尺寸:40",
					"quantity": "999",
					"sku_id": 274257668
				},
				{
					"price": 47.7,
					"properties": "191288010:3851110;214524521:28389",
					"properties_name": "191288010:3851110:颜色:紫色;214524521:28389:鞋子尺寸:40",
					"quantity": "999",
					"sku_id": 274257676
				},
				{
					"price": 47.7,
					"properties": "191288010:3483425;214524521:28393",
					"properties_name": "191288010:3483425:颜色:灰色;214524521:28393:鞋子尺寸:44",
					"quantity": "999",
					"sku_id": 268870711
				},
				{
					"price": 47.7,
					"properties": "191288010:3331185;214524521:28394",
					"properties_name": "191288010:3331185:颜色:白色;214524521:28394:鞋子尺寸:45",
					"quantity": "999",
					"sku_id": 274257665
				},
				{
					"price": 47.7,
					"properties": "191288010:3327837;214524521:28392",
					"properties_name": "191288010:3327837:颜色:黑色;214524521:28392:鞋子尺寸:43",
					"quantity": "999",
					"sku_id": 274257639
				},
				{
					"price": 47.7,
					"properties": "191288010:3328925;214524521:190000792",
					"properties_name": "191288010:3328925:颜色:粉红色;214524521:190000792:鞋子尺寸:39",
					"quantity": "999",
					"sku_id": 274257667
				},
				{
					"price": 47.7,
					"properties": "191288010:3851110;214524521:28393",
					"properties_name": "191288010:3851110:颜色:紫色;214524521:28393:鞋子尺寸:44",
					"quantity": "999",
					"sku_id": 274257680
				},
				{
					"price": 47.7,
					"properties": "191288010:-2;214524521:28390",
					"properties_name": "191288010:-2:颜色:油橄榄;214524521:28390:鞋子尺寸:41",
					"quantity": "999",
					"sku_id": 274257653
				},
				{
					"price": 47.7,
					"properties": "191288010:3483425;214524521:190000105",
					"properties_name": "191288010:3483425:颜色:灰色;214524521:190000105:鞋子尺寸:36",
					"quantity": "999",
					"sku_id": 11485006216
				},
				{
					"price": 47.7,
					"properties": "191288010:3331185;214524521:28390",
					"properties_name": "191288010:3331185:颜色:白色;214524521:28390:鞋子尺寸:41",
					"quantity": "999",
					"sku_id": 274257661
				},
				{
					"price": 47.7,
					"properties": "191288010:3483425;214524521:28389",
					"properties_name": "191288010:3483425:颜色:灰色;214524521:28389:鞋子尺寸:40",
					"quantity": "999",
					"sku_id": 268870707
				},
				{
					"price": 47.7,
					"properties": "191288010:3327837;214524521:28388",
					"properties_name": "191288010:3327837:颜色:黑色;214524521:28388:鞋子尺寸:38",
					"quantity": "999",
					"sku_id": 11485006214
				},
				{
					"price": 47.7,
					"properties": "191288010:-1;214524521:29542",
					"properties_name": "191288010:-1:颜色:海军;214524521:29542:鞋子尺寸:37",
					"quantity": "999",
					"sku_id": 11485006225
				},
				{
					"price": 47.7,
					"properties": "191288010:-2;214524521:28395",
					"properties_name": "191288010:-2:颜色:油橄榄;214524521:28395:鞋子尺寸:46",
					"quantity": "999",
					"sku_id": 274257658
				},
				{
					"price": 47.7,
					"properties": "191288010:-2;214524521:190000791",
					"properties_name": "191288010:-2:颜色:油橄榄;214524521:190000791:鞋子尺寸:35",
					"quantity": "999",
					"sku_id": 11485006227
				},
				{
					"price": 47.7,
					"properties": "191288010:-1;214524521:190000792",
					"properties_name": "191288010:-1:颜色:海军;214524521:190000792:鞋子尺寸:39",
					"quantity": "999",
					"sku_id": 274257643
				},
				{
					"price": 47.7,
					"properties": "191288010:3327837;214524521:190000792",
					"properties_name": "191288010:3327837:颜色:黑色;214524521:190000792:鞋子尺寸:39",
					"quantity": "999",
					"sku_id": 274257635
				},
				{
					"price": 47.7,
					"properties": "191288010:3483425;214524521:190000791",
					"properties_name": "191288010:3483425:颜色:灰色;214524521:190000791:鞋子尺寸:35",
					"quantity": "999",
					"sku_id": 11485006215
				},
				{
					"price": 47.7,
					"properties": "191288010:-2;214524521:190000105",
					"properties_name": "191288010:-2:颜色:油橄榄;214524521:190000105:鞋子尺寸:36",
					"quantity": "999",
					"sku_id": 11485006228
				},
				{
					"price": 47.7,
					"properties": "191288010:3328925;214524521:28393",
					"properties_name": "191288010:3328925:颜色:粉红色;214524521:28393:鞋子尺寸:44",
					"quantity": "999",
					"sku_id": 274257672
				},
				{
					"price": 47.7,
					"properties": "191288010:-1;214524521:28390",
					"properties_name": "191288010:-1:颜色:海军;214524521:28390:鞋子尺寸:41",
					"quantity": "999",
					"sku_id": 274257645
				},
				{
					"price": 47.7,
					"properties": "191288010:3327837;214524521:29542",
					"properties_name": "191288010:3327837:颜色:黑色;214524521:29542:鞋子尺寸:37",
					"quantity": "999",
					"sku_id": 11485006213
				},
				{
					"price": 47.7,
					"properties": "191288010:3331185;214524521:190000791",
					"properties_name": "191288010:3331185:颜色:白色;214524521:190000791:鞋子尺寸:35",
					"quantity": "999",
					"sku_id": 11485006207
				},
				{
					"price": 47.7,
					"properties": "191288010:-1;214524521:28388",
					"properties_name": "191288010:-1:颜色:海军;214524521:28388:鞋子尺寸:38",
					"quantity": "999",
					"sku_id": 11485006226
				},
				{
					"price": 47.7,
					"properties": "191288010:3483425;214524521:190000792",
					"properties_name": "191288010:3483425:颜色:灰色;214524521:190000792:鞋子尺寸:39",
					"quantity": "999",
					"sku_id": 268870706
				},
				{
					"price": 47.7,
					"properties": "191288010:3331185;214524521:28395",
					"properties_name": "191288010:3331185:颜色:白色;214524521:28395:鞋子尺寸:46",
					"quantity": "999",
					"sku_id": 274257666
				},
				{
					"price": 47.7,
					"properties": "191288010:3483425;214524521:28392",
					"properties_name": "191288010:3483425:颜色:灰色;214524521:28392:鞋子尺寸:43",
					"quantity": "999",
					"sku_id": 268870710
				},
				{
					"price": 47.7,
					"properties": "191288010:3851110;214524521:28394",
					"properties_name": "191288010:3851110:颜色:紫色;214524521:28394:鞋子尺寸:45",
					"quantity": "999",
					"sku_id": 274257681
				},
				{
					"price": 47.7,
					"properties": "191288010:3327837;214524521:28393",
					"properties_name": "191288010:3327837:颜色:黑色;214524521:28393:鞋子尺寸:44",
					"quantity": "999",
					"sku_id": 274257640
				},
				{
					"price": 47.7,
					"properties": "191288010:3331185;214524521:28391",
					"properties_name": "191288010:3331185:颜色:白色;214524521:28391:鞋子尺寸:42",
					"quantity": "999",
					"sku_id": 274257662
				},
				{
					"price": 47.7,
					"properties": "191288010:3851110;214524521:28390",
					"properties_name": "191288010:3851110:颜色:紫色;214524521:28390:鞋子尺寸:41",
					"quantity": "999",
					"sku_id": 274257677
				},
				{
					"price": 47.7,
					"properties": "191288010:3327837;214524521:190000105",
					"properties_name": "191288010:3327837:颜色:黑色;214524521:190000105:鞋子尺寸:36",
					"quantity": "999",
					"sku_id": 11485006212
				},
				{
					"price": 47.7,
					"properties": "191288010:3331185;214524521:190000105",
					"properties_name": "191288010:3331185:颜色:白色;214524521:190000105:鞋子尺寸:36",
					"quantity": "999",
					"sku_id": 11485006208
				},
				{
					"price": 47.7,
					"properties": "191288010:-2;214524521:190000792",
					"properties_name": "191288010:-2:颜色:油橄榄;214524521:190000792:鞋子尺寸:39",
					"quantity": "999",
					"sku_id": 274257651
				},
				{
					"price": 47.7,
					"properties": "191288010:3327837;214524521:190000791",
					"properties_name": "191288010:3327837:颜色:黑色;214524521:190000791:鞋子尺寸:35",
					"quantity": "999",
					"sku_id": 11485006211
				},
				{
					"price": 47.7,
					"properties": "191288010:3851110;214524521:190000791",
					"properties_name": "191288010:3851110:颜色:紫色;214524521:190000791:鞋子尺寸:35",
					"quantity": "999",
					"sku_id": 11485006203
				},
				{
					"price": 47.7,
					"properties": "191288010:3328925;214524521:28390",
					"properties_name": "191288010:3328925:颜色:粉红色;214524521:28390:鞋子尺寸:41",
					"quantity": "999",
					"sku_id": 274257669
				},
				{
					"price": 47.7,
					"properties": "191288010:3327837;214524521:28389",
					"properties_name": "191288010:3327837:颜色:黑色;214524521:28389:鞋子尺寸:40",
					"quantity": "999",
					"sku_id": 274257636
				},
				{
					"price": 47.7,
					"properties": "191288010:-2;214524521:28394",
					"properties_name": "191288010:-2:颜色:油橄榄;214524521:28394:鞋子尺寸:45",
					"quantity": "999",
					"sku_id": 274257657
				},
				{
					"price": 47.7,
					"properties": "191288010:3483425;214524521:28388",
					"properties_name": "191288010:3483425:颜色:灰色;214524521:28388:鞋子尺寸:38",
					"quantity": "999",
					"sku_id": 11485006218
				},
				{
					"price": 47.7,
					"properties": "191288010:-1;214524521:28391",
					"properties_name": "191288010:-1:颜色:海军;214524521:28391:鞋子尺寸:42",
					"quantity": "999",
					"sku_id": 274257646
				},
				{
					"price": 47.7,
					"properties": "191288010:3851110;214524521:190000105",
					"properties_name": "191288010:3851110:颜色:紫色;214524521:190000105:鞋子尺寸:36",
					"quantity": "999",
					"sku_id": 11485006204
				},
				{
					"price": 47.7,
					"properties": "191288010:3328925;214524521:28394",
					"properties_name": "191288010:3328925:颜色:粉红色;214524521:28394:鞋子尺寸:45",
					"quantity": "999",
					"sku_id": 274257673
				}
			]
		},
		"priceRange": [
			[
				2,
				47.7
			],
			[
				1200,
				17.9
			],
			[
				2700,
				16.1
			],
			[
				6300,
				15.6
			]
		],
		"props_list": {
			"191288010:-1": "颜色:海军",
			"191288010:3331185": "颜色:白色",
			"191288010:3851110": "颜色:紫色",
			"191288010:3327837": "颜色:黑色",
			"191288010:3483425": "颜色:灰色",
			"191288010:-2": "颜色:油橄榄",
			"191288010:3328925": "颜色:粉红色",
			"214524521:28393": "鞋子尺寸:44",
			"214524521:28389": "鞋子尺寸:40",
			"214524521:28388": "鞋子尺寸:38",
			"214524521:28395": "鞋子尺寸:46",
			"214524521:28390": "鞋子尺寸:41",
			"214524521:28391": "鞋子尺寸:42",
			"214524521:29542": "鞋子尺寸:37",
			"214524521:28394": "鞋子尺寸:45",
			"214524521:28392": "鞋子尺寸:43",
			"214524521:190000792": "鞋子尺寸:39",
			"214524521:190000791": "鞋子尺寸:35",
			"214524521:190000105": "鞋子尺寸:36"
		},
		"seller_info": {
			"zhuy": "",
			"title": "",
			"nick": "cn1522808546pkux",
			"shop_name": ""
		},
		"error": "",
		"props_img": {
			"191288010:3327837": "https://sc04.alicdn.com/kf/HTB1ZEZYasrrK1Rjy1zeq6xalFXai.jpg",
			"191288010:3328925": "https://sc04.alicdn.com/kf/HTB1unN9azLuK1Rjy0Fhq6xpdFXaw.jpg",
			"191288010:3331185": "https://sc04.alicdn.com/kf/HTB1ZUZYasrrK1Rjy1zeq6xalFXax.jpg",
			"191288010:3483425": "https://sc04.alicdn.com/kf/HTB1bqkTayHrK1Rjy0Flq6AsaFXae.jpg",
			"191288010:3851110": "https://sc04.alicdn.com/kf/HTB1CnsUasfrK1Rjy1Xdq6yemFXag.jpg",
			"191288010:-1": "https://sc04.alicdn.com/kf/HTB1.BsOasvrK1Rjy0Feq6ATmVXaD.jpg",
			"191288010:-2": "https://sc04.alicdn.com/kf/HTB1HpIUaDHuK1RkSndVq6xVwpXal.jpg"
		},
		"currency_code": "USD",
		"language_code": "en",
		"format_check": "ok",
		"property_alias": "191288010:-1:海军;214524521:28393:44;191288010:-1:海军;214524521:28389:40;191288010:3331185:白色;214524521:28388:38;191288010:3851110:紫色;214524521:28395:46;191288010:3327837:黑色;214524521:28390:41;191288010:3483425:灰色;214524521:28391:42;191288010:3483425:灰色;214524521:29542:37;191288010:3851110:紫色;214524521:28391:42;191288010:3327837:黑色;214524521:28394:45;191288010:3331185:白色;214524521:28392:43;191288010:-2:油橄榄;214524521:28393:44;191288010:3851110:紫色;214524521:190000792:39;191288010:3851110:紫色;214524521:29542:37;191288010:3483425:灰色;214524521:28395:46;191288010:3328925:粉红色;214524521:28395:46;191288010:-2:油橄榄;214524521:28389:40;191288010:3328925:粉红色;214524521:28391:42;191288010:-1:海军;214524521:28392:43;191288010:-1:海军;214524521:28394:45;191288010:-2:油橄榄;214524521:29542:37;191288010:3328925:粉红色;214524521:28388:38;191288010:3851110:紫色;214524521:28388:38;191288010:3331185:白色;214524521:28389:40;191288010:3327837:黑色;214524521:28391:42;191288010:3328925:粉红色;214524521:29542:37;191288010:3331185:白色;214524521:28393:44;191288010:3483425:灰色;214524521:28390:41;191288010:3327837:黑色;214524521:28395:46;191288010:3328925:粉红色;214524521:190000791:35;191288010:-2:油橄榄;214524521:28391:42;191288010:3851110:紫色;214524521:28392:43;191288010:-2:油橄榄;214524521:28392:43;191288010:3483425:灰色;214524521:28394:45;191288010:3331185:白色;214524521:29542:37;191288010:-2:油橄榄;214524521:28388:38;191288010:-1:海军;214524521:190000791:35;191288010:3328925:粉红色;214524521:190000105:36;191288010:3328925:粉红色;214524521:28392:43;191288010:-1:海军;214524521:190000105:36;191288010:-1:海军;214524521:28395:46;191288010:3331185:白色;214524521:190000792:39;191288010:3328925:粉红色;214524521:28389:40;191288010:3851110:紫色;214524521:28389:40;191288010:3483425:灰色;214524521:28393:44;191288010:3331185:白色;214524521:28394:45;191288010:3327837:黑色;214524521:28392:43;191288010:3328925:粉红色;214524521:190000792:39;191288010:3851110:紫色;214524521:28393:44;191288010:-2:油橄榄;214524521:28390:41;191288010:3483425:灰色;214524521:190000105:36;191288010:3331185:白色;214524521:28390:41;191288010:3483425:灰色;214524521:28389:40;191288010:3327837:黑色;214524521:28388:38;191288010:-1:海军;214524521:29542:37;191288010:-2:油橄榄;214524521:28395:46;191288010:-2:油橄榄;214524521:190000791:35;191288010:-1:海军;214524521:190000792:39;191288010:3327837:黑色;214524521:190000792:39;191288010:3483425:灰色;214524521:190000791:35;191288010:-2:油橄榄;214524521:190000105:36;191288010:3328925:粉红色;214524521:28393:44;191288010:-1:海军;214524521:28390:41;191288010:3327837:黑色;214524521:29542:37;191288010:3331185:白色;214524521:190000791:35;191288010:-1:海军;214524521:28388:38;191288010:3483425:灰色;214524521:190000792:39;191288010:3331185:白色;214524521:28395:46;191288010:3483425:灰色;214524521:28392:43;191288010:3851110:紫色;214524521:28394:45;191288010:3327837:黑色;214524521:28393:44;191288010:3331185:白色;214524521:28391:42;191288010:3851110:紫色;214524521:28390:41;191288010:3327837:黑色;214524521:190000105:36;191288010:3331185:白色;214524521:190000105:36;191288010:-2:油橄榄;214524521:190000792:39;191288010:3327837:黑色;214524521:190000791:35;191288010:3851110:紫色;214524521:190000791:35;191288010:3328925:粉红色;214524521:28390:41;191288010:3327837:黑色;214524521:28389:40;191288010:-2:油橄榄;214524521:28394:45;191288010:3483425:灰色;214524521:28388:38;191288010:-1:海军;214524521:28391:42;191288010:3851110:紫色;214524521:190000105:36;191288010:3328925:粉红色;214524521:28394:45",
		"sales": 0,
		"desc_img": [
			"//sc01.alicdn.com/kf/HTB1pHumyFmWBuNjSspdq6zugXXak/232931611/HTB1pHumyFmWBuNjSspdq6zugXXak.jpg",
			"//sc01.alicdn.com/kf/HTB1pHumyFmWBuNjSspdq6zugXXak/232931611/HTB1pHumyFmWBuNjSspdq6zugXXak.jpg",
			"//sc01.alicdn.com/kf/HTB1jrTsyQ9WBuNjSspeq6yz5VXaR/232931611/HTB1jrTsyQ9WBuNjSspeq6yz5VXaR.jpg",
			"//sc01.alicdn.com/kf/HTB1jrTsyQ9WBuNjSspeq6yz5VXaR/232931611/HTB1jrTsyQ9WBuNjSspeq6yz5VXaR.jpg",
			"//sc01.alicdn.com/kf/HTB15.ciiHArBKNjSZFLq6A_dVXaA/232931611/HTB15.ciiHArBKNjSZFLq6A_dVXaA.jpg",
			"//sc01.alicdn.com/kf/HTB15.ciiHArBKNjSZFLq6A_dVXaA/232931611/HTB15.ciiHArBKNjSZFLq6A_dVXaA.jpg",
			"//sc01.alicdn.com/kf/HTB1qUMeyTlYBeNjSszcq6zwhFXao/232931611/HTB1qUMeyTlYBeNjSszcq6zwhFXao.jpg",
			"//sc01.alicdn.com/kf/HTB1qUMeyTlYBeNjSszcq6zwhFXao/232931611/HTB1qUMeyTlYBeNjSszcq6zwhFXao.jpg",
			"//sc01.alicdn.com/kf/HTB1TqSjiUOWBKNjSZKzq6xfWFXai/232931611/HTB1TqSjiUOWBKNjSZKzq6xfWFXai.jpg",
			"//sc01.alicdn.com/kf/HTB1TqSjiUOWBKNjSZKzq6xfWFXai/232931611/HTB1TqSjiUOWBKNjSZKzq6xfWFXai.jpg",
			"//sc01.alicdn.com/kf/HTB1qG0qiIIrBKNjSZK9q6ygoVXac/232931611/HTB1qG0qiIIrBKNjSZK9q6ygoVXac.jpg",
			"//sc01.alicdn.com/kf/HTB1qG0qiIIrBKNjSZK9q6ygoVXac/232931611/HTB1qG0qiIIrBKNjSZK9q6ygoVXac.jpg",
			"//sc01.alicdn.com/kf/HTB1iB7VyGmWBuNjy1Xaq6xCbXXa0/232931611/HTB1iB7VyGmWBuNjy1Xaq6xCbXXa0.jpg",
			"//sc01.alicdn.com/kf/HTB1iB7VyGmWBuNjy1Xaq6xCbXXa0/232931611/HTB1iB7VyGmWBuNjy1Xaq6xCbXXa0.jpg"
		],
		"shop_item": [],
		"relate_items": []
	},
	"error": "",
	"secache": "7b6c51b57c7ea5395370ed27581e4f30",
	"secache_time": 1685325242,
	"secache_date": "2023-05-29 09:54:02",
	"translate_status": "ok",
	"translate_time": 0.035,
	"language": {
		"current_lang": "cn",
		"source_lang": "en"
	},
	"reason": "",
	"error_code": "0000",
	"cache": 0,
	"api_info": "today:61 max:10100 all[105=61+12+32];expires:2030-12-31",
	"execution_time": "2.391",
	"server_time": "Beijing/2023-05-29 09:54:02",
	"client_ip": "106.6.37.94",
	"call_args": {
		"num_iid": "60840463360"
	},

 

 


 

Guess you like

Origin blog.csdn.net/Api_k/article/details/130921901