1688.item_get

Parameter description: num_iid:1688 product ID
sales_data:&sales_data=1 to obtain transaction data in the past 30 days
agent:&agent=1 to obtain 1688 distribution agency price data

Response parameters
name Types of Sample value description
item
item[]   Baby details data
num_iid
String 610947572360 Baby ID
title
String Factory direct sales of Xiaomi Youpin Qin2 Pro smart phone student phone elderly phone backup phone Xiaoai classmate 4G Product title
desc_short
String   Product Description
price
Float 799.00 price
total_price
Float 0  
suggestive_price
Float 0  
orginal_price
Float 799.00 Original price
nick
String qin multi-pro technology Seller's nickname
on one
Int 2191  
detail_url
String https://detail.1688.com/offer/610947572360.html Baby link
pic_url
String https://cbu01.alicdn.com/img/ibank/2020/063/830/13235038360_979836901.jpg Baby pictures
brand
String MAY Brand
brandId
Int 8879363 Brand id
rootCatId
Int 0 Top category ID
cid
Int 124264005  
desc
String    
item_imgs
Mix item_imgs[] product picture
item_weight
String    
post_fee
Float 9.00 Postage
express_fee
Float 9.00 EMS fee
ems_fee
Float 9.00 Logistics costs
shipping_to
String Baiyun District, Guangzhou, Guangdong Ship to
video
video[]   Commodity video
sample_id
String    
props_name
String 0:0: body memory: 64GB; 1: 0: color: iron gray; 1: 1: color: porcelain white Commodity attribute name
prop_imgs
prop_imgs[]   Product attribute picture list
property_alias
String 0:0: 64GB; 1: 0: iron gray; 1: 1: porcelain white Attribute alias
props
Mix [{"name": "品牌", "value": "other"}] product details
total_sold
Int 1  
scale
Int    
sellUnit
Int    
skus
skus[]   Product specification information list
seller_id
Int 2206619673102 Seller ID
sales
Int 100 Sales
shop_id
Int 151372205 Store ID
props_list
Mix {"0:0": "Body memory: 64GB"} Commodity attributes
seller_info
seller_info[]   seller info
tmall
Boolean false Whether Tmall
data_from
String 1688app Error message
error
String   Error message
unit
String unit; unit
is_support_mix
Boolean true  
mix_amount
Int 30  
mix_Begin
Int    
mix_number
Int    
sales_data
Date    
location
String Shenzhen City, Guangdong Province Delivery place
props_img
Mix   Property picture
sales_info
Mix    
desc_img
Mix [{"https://cbu01.alicdn.com/img/ibank/2020/560/807/14112708065_979836901.jpg"}] Detailed picture list
shop_item
Mix    
relate_items
Mix    
<?php

//  
$method = "GET" ; 
$url = "https://1688.laonet.online/index.php?route=api_tester/call&api_name=item_get&lang=zh-CN&num_iid=620381040036&key=" ; 
$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));
?>
  • 3 brukere syntes dette svaret var til hjelp
Var dette svaret til hjelp?

Relaterte artikler

1688.item_search_img

Parameter description: imgid: picture address (use Taobao upload_img interface to upload pictures...

1688.upload_img

Request parameter Request parameters: imgcode= Parameter description: imgcode: base64...

1688.cat_get

Request parameter Request parameter: cid=0 Parameter description: cid: product category ID,...

1688.item_search

Request parameter Request parameters: q=Women's...

item_fee- Get product express fee

Request parameters: num_iid=591734471276&area_id=2274&cookie= Parameter description:...