alibaba.item_get

Response parameters
name type Sample value describe
num_iid
Bigint 60840463360 Commodity ID
title
String Wear gray men's daily urban walking shoes Product title
desc_short
String   Product Description
price
String 47.70 price
nick
String cn1522808546pkux Shopkeeper's nickname
num
String 999  
min_num
String 2  
detail_url
String https://www.alibaba.com/product-detail/Reebaby-Hot-Sell-Group-0-with_60840463360.html Commodity link
pic_url
String //sc01.alicdn.com/kf/HTB1GHVXaPvuK1Rjy0Faq6x2aVXa7.jpg product picture
desc
String    
item_imgs
Mix [{"url": "//sc02.alicdn.com/kf/HTB1ta_basfrK1RjSszcq6xGGFXaA/China-Factory-Outdoor-Driving-Casual-Shoes-Men.jpg"}] Product picture list
props_name
String "191288010:-1: Color: Navy; 191288010:3331185: Color: White; Commodity attribute name
prop_imgs
Mix {"prop_img": ["properties": "191288010:3851110","url": "//sc01.alicdn.com/kf/HTB1CnsUasfrK1Rjy1Xdq6yemFXag.jpg_250x250.jpg"]} Product attribute picture list
props
Mix {"name": "Place of Origin", "value": "China"} Attributes
skus
Mix {sku [[]]} Product specification information list
priceRange
Mix [2,47.7] Price range
props_list
Mix ["191288010:-1": "Color: Navy"] Product attribute list
seller_info
Mix {"nick": "cn1522808546pkux", "title": "Guangzhou Gull Road Trade Co., Ltd.", "zhuy": "https://hotpotato.en.alibaba.com/", "shop_name": "Guangzhou Gull Road Trade Co., Ltd."} seller info
error
String   Error message
props_img
Mix ["191288010:3851110": "//sc01.alicdn.com/kf/HTB1CnsUasfrK1Rjy1Xdq6yemFXag.jpg_250x250.jpg"]  
currency_code
String USD  
language_code
String en  
property_alias
String   Product attribute alias
sales
String   Sales
desc_img
Mix ["//u.alicdn.com/js/5v/esite/img/img-placeholder.png"] Details picture
shop_item
Mix []  
relate_items
Mix []  
<?php

$method = "GET";
$url = "link api ";
$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));
?>
  • 0 Users Found This Useful
Was this answer helpful?