速卖通API获得aliexpress商品详情,按关键词搜索,分类详情等数据

item_get-获得商品详情

公共参数

名称 类型 必须 描述
key String 调用key(必须以GET方式拼接在URL中)注册Key和secret接口测试
secret String 调用密钥
api_name String API接口名称(包括在请求地址中)[item_search,item_get,item_search_shop等]
cache String [yes,no]默认yes,将调用缓存的数据,速度比较快
result_type String [json,jsonu,xml,serialize,var_export]返回数据格式,默认为json,jsonu输出的内容中文可以直接阅读
lang String [cn,en,ru]翻译语言,默认cn简体中文
version String API版本

请求参数

请求参数:num_iid=4000926586732

参数说明:num_iid:aliexpress商品ID

响应参数

Version: Date:

名称 类型 必须 示例值 描述

num_iid

Bigint 0 32667038134 商品ID

title

String 0 女装T恤短袖吸湿快速干燥健身T恤女装上衣 商品标题

desc_short

String 0 商品简介

price

String 0 4.35-4.68 价格

total_price

Int 0 0

suggestive_price

Int 0 0

orginal_price

String 0 6.21-6.68 原价

nick

String 0 SILVERCELL SILVERCELL Store 买卖方昵称

num

Int 0 1799 可购买商品数量

min_num

Int 0 0

detail_url

String 0 https://www.aliexpress.com/item//32667038134.html 商品链接

pic_url

String 0 https://ae01.alicdn.com/kf/HTB12r_yabEF6uJjSZFOq6xUvVXa1/Women-T-Shirt-Short-Sleeves-Hygroscopic-Quick-Drying-Fitness-T-shirt-Women-Top-Clothes.jpg 商品图片

brand

String 0 品牌名称

brandId

Bigint 0 品牌ID

rootCatId

Bigint 0 100003109 顶级分类ID

cid

Bigint 0

crumbs

Mix 0 {"100003109": "女性着装", "100003127": "T恤", "200000785": "上衣和T恤"} 导航菜单

created_time

Date 0 创建时间

modified_time

Date 0 修改时间

delist_time

Date 0 删除时间

desc

String 0

desc_img

Mix 0 [] 商品描述图片

item_imgs

Mix 0 [{"url": "https://ae01.alicdn.com/kf/HTB12r_yabEF6uJjSZFOq6xUvVXa1/Women-T-Shirt-Short-Sleeves-Hygroscopic-Quick-Drying-Fitness-T-shirt-Women-Top-Clothes.jpg"}] 商品图片

item_weight

Float 0 0.25 包装重量

item_size

String 0 22|18|20 包装尺寸

location

String 0 发货地

post_fee

Float 0 6.00 物流费用

express_fee

Float 0 6.00 快递费用

ems_fee

Float 0 6.00 EMS费用

shipping_to

String 0 发货至

has_discount

Boolean 0 是否有折扣

video

Mix 0 [] 商品视频

is_virtual

Boolean 0

sample_id

Bigint 0 商品风格标识ID

is_promotion

Boolean 0

props_name

String 0 14:193:Color:Black;5:361385:Size:L 商品属性名

prop_imgs

Mix 0 {"prop_img": [{"properties": "14:193", "url": "https://ae01.alicdn.com/kf/HTB1Q9GWJVXXXXXoXXXXq6xXFXXXp/Women-T-Shirt-Short-Sleeves-Hygroscopic-Quick-Drying-Fitness-T-shirt-Women-Top-Clothes.jpg"}]} 商品属性图片列表

property_alias

String 0 14:193:Black;5:361385:L 商品属性别名

props

Mix 0 [{ "name": "上衣类型","value": "T恤" }] 商品详情

total_sold

Int 0 110 总销量

skus

Mix 0 {"sku": [{"price": "4.61", "orginal_price": "6.58", "properties": "14:193;5:361385", "properties_name": "Color:Black::;Size:L::", "quantity": 100, "sku_id": "14:193;5:361385"}] 商品规格信息

seller_id

Bigint 0 卖家ID

sales

Int 0 销量

shop_id

Bigint 0 店铺ID

props_list

Mix 0 {"Color:Black": ":","Size:L": ":"} 商品属性

seller_info

Mix 0 { "nick": "", "city": " China ", "level": "", "rate": "", "score": "", "delivery_score": "", "item_score": "", "shop_type": "", "user_num_id": "", "sid": "206074139", "title": "I", "zhuy": "//www.aliexpress.com/store/933191", "menu": []} 卖家信息

tmall

Boolean 0 false 是否天猫

error

String 0 错误信息

warning

String 0 警告信息

url_log

Mix 0

score

Float 0 4.8 商品评分

votes

Int 0 49 评分人数

stuff_status

String 0

shopinfo

Mix 0 {"shop_name": ""} 店铺信息

promo_type

String 0

shop_item

Mix 0 []

relate_items

Mix 0 []

packaging

Mix 0 [{ "name": "Package Size","value": "22cm x 18cm x 20cm (8.66in x 7.09in x 7.87in)"}] 包装信息

current_lang

String 0 en

currency_code

String 0 USD

props_img

Mix 0 {"14:193": "https://ae01.alicdn.com/kf/HTB1Q9GWJVXXXXXoXXXXq6xXFXXXp/Women-T-Shirt-Short-Sleeves-Hygroscopic-Quick-Drying-Fitness-T-shirt-Women-Top-Clothes.jpg"} 属性图片

请求示例Curl PHP PHPsdk JAVA C# Python

-- 请求示例 url 默认请求参数已经URL编码处理
curl -i "https://api-gw.onebound.cn/aliexpress/item_get/?key=<您自己的apiKey>&secret=<您自己的apiSecret>&num_iid=4000926586732"
Request address:
https://api-gw.onebound.cn/aliexpress/item_get/?key=t&
&num_iid=4000926586732&cache=no&&lang=zh-CN&secret=
---------------------------------------
Result Object:
---------------------------------------
{
	"item": {
		"num_iid": "4000926586732",
		"title": "Outdoor Breathable Comfort Slip On Plus Size Open Shoes Casual Men Sandals Summer Shoes Sandal Mens Pvc Sandalias Nanlx4 - Men's Sandals - AliExpress",
		"desc_short": "",
		"price": "11.96",
		"total_price": 0,
		"suggestive_price": 0,
		"orginal_price": "25.99",
		"nick": "lvits Store",
		"num": 178940,
		"min_num": 0,
		"detail_url": "https://www.aliexpress.com/item/4000926586732.html",
		"pic_url": "https://ae01.alicdn.com/kf/Hb2ea8dc1d28742b980d6a91a7b0dd2f4r/Outdoor-Breathable-Comfort-Slip-on-Plus-Size-Open-Shoes-Casual-Men-Sandals-Summer-Shoes-Sandal-Mens.jpg",
		"brand": "",
		"brandId": "",
		"rootCatId": 200132143,
		"cid": 200132143,
		"crumbs": [],
		"created_time": "",
		"modified_time": "",
		"delist_time": "",
		"desc": "
\r\n
\r\n
\r\n

Note: There will be 3-5mm errors in size as measured by hand. Checking the size table carefully

before you buy it. If you are still not sure which size, Just be free to contact us.



Tips :PLease choose size according your feet long (Heel to Toe),

For example:if your feet length (Heel to Toe)is 23cm,you can choose US size 36.

\r\n
\r\n
\r\n
\r\n

Tips

\r\n

Color difference might be caused by different monitors,lights and other factors.Please understand.

Notice

Usually,order comes without shoes box,only a pair of shoes.But if you need a box,please contact us to increase price.The shoes box values US$5.

\r\n

Payment

Currently,you can pay using Visa,MasterCard,Western Union,Qiwi and bank transfer.

\r\n

Feedback

1.If you are satisfied with your order, please leave us all 5 stars including Item as Described.

Communication and Shipping Speed.

2.if you think we can do better,please contact with our Customer Service first.We will give you a satisfing answer.

\r\n\n", "desc_img": [ "//ae01.alicdn.com/kf/Hd0345fd2a600431aa08e525835913408U.jpg", "//ae01.alicdn.com/kf/H1db073ad78554fe5ae4b2e185fc93bfcm.jpg", "//ae01.alicdn.com/kf/H52c651dae6224571ae10adc666209a87x.png", "//ae01.alicdn.com/kf/H369505c20b344ebfad78989757cc734fR.jpg", "//ae01.alicdn.com/kf/Hbac3d24b6bb048638d13e4ddd56da3bf5.jpg", "//ae01.alicdn.com/kf/H5885c3d3f1c1491f860a4ba46198279fE.jpg", "//ae01.alicdn.com/kf/H0451ea7bd0e84a92857a42046b4b1067B.jpg", "//ae01.alicdn.com/kf/H046ad52702f048fdbb5cc8fea8eb1154o.jpg", "//ae01.alicdn.com/kf/Hc56aec82c86449b5b06d63bdccab6a80v.jpg", "//ae01.alicdn.com/kf/H5303c1ec8dc740ec950c5bfbfeaf2bf9T.jpg", "//ae01.alicdn.com/kf/H562d92141b8941b9b7f833ab546504dfQ.jpg", "//ae01.alicdn.com/kf/H2cc6f06a87c641729fc0a7cd4def7f2er.jpg", "//ae01.alicdn.com/kf/H3e49391586d442a98938f379d7bbc819C.jpg", "//ae01.alicdn.com/kf/Hfb6d149b68b04436b9aac008247c6976t.jpg", "//ae01.alicdn.com/kf/H464b3e09d35547cc9146191492c73f64A.jpg", "//ae01.alicdn.com/kf/H8374e13c6b574ddebb2ba54fd35f396eY.jpg", "//ae01.alicdn.com/kf/H800379e0a9044ea3b9be5113d6ff537fu.jpg", "//ae01.alicdn.com/kf/H380d2ed0dbd447f585075927f9627bfft.jpg", "//ae01.alicdn.com/kf/H6a7cecd66a09410daf428a37a2e0d1b2a.jpg", "//ae01.alicdn.com/kf/Hb9df3dac53804026a6054463a189b29bX.jpg", "//ae01.alicdn.com/kf/Ha4e0cc1a1b41440283113e8be893484ab.jpg", "//ae01.alicdn.com/kf/H520d5e5e2b9b46dcbe5d825793450012n.jpg", "//ae01.alicdn.com/kf/H7cef447217d944668485532cfdf11c06E.jpg", "//ae01.alicdn.com/kf/Ha4cc78189fec466cbb8dbdc52eef182dj.jpg", "//ae01.alicdn.com/kf/Hd68f8ff2972a4d718d4b57b1c7894b4am.jpg", "//ae01.alicdn.com/kf/H1b849f4b823244e3a92d5ad8817a788e2.jpg", "//ae01.alicdn.com/kf/H5f20555373fc4a4087dfb79a185372d6U.jpg", "//ae01.alicdn.com/kf/H817e0d2acd8341608621f1322a2935fcB.jpg", "//ae01.alicdn.com/kf/H2e0a893d2f8e402ea66d81880f48a2867.jpg", "//ae01.alicdn.com/kf/Hfd2b171fcd1d4bb3bf8cb837d8cbad89Y.jpg" ], "item_imgs": [ { "url": "https://ae01.alicdn.com/kf/Hb2ea8dc1d28742b980d6a91a7b0dd2f4r/Outdoor-Breathable-Comfort-Slip-on-Plus-Size-Open-Shoes-Casual-Men-Sandals-Summer-Shoes-Sandal-Mens.jpg" }, { "url": "https://ae01.alicdn.com/kf/H98ffcf349d21491a9d477a21b5f31d75s/Outdoor-Breathable-Comfort-Slip-on-Plus-Size-Open-Shoes-Casual-Men-Sandals-Summer-Shoes-Sandal-Mens.jpg" }, { "url": "https://ae01.alicdn.com/kf/Hffdcad9f8e4d4463a20f837030a51721E/Outdoor-Breathable-Comfort-Slip-on-Plus-Size-Open-Shoes-Casual-Men-Sandals-Summer-Shoes-Sandal-Mens.jpg" }, { "url": "https://ae01.alicdn.com/kf/Ha3a93a04a8f4454eb2142803300ff38el/Outdoor-Breathable-Comfort-Slip-on-Plus-Size-Open-Shoes-Casual-Men-Sandals-Summer-Shoes-Sandal-Mens.jpg" }, { "url": "https://ae01.alicdn.com/kf/H71e73abee8e64db88d9e0f70e0c5ffe8q/Outdoor-Breathable-Comfort-Slip-on-Plus-Size-Open-Shoes-Casual-Men-Sandals-Summer-Shoes-Sandal-Mens.jpg" }, { "url": "https://ae01.alicdn.com/kf/H94f55e43a0f447a1a850b67ffd6b073dj/Outdoor-Breathable-Comfort-Slip-on-Plus-Size-Open-Shoes-Casual-Men-Sandals-Summer-Shoes-Sandal-Mens.jpg" } ], "item_weight": null, "item_size": null, "location": "", "post_fee": "", "express_fee": "", "ems_fee": "", "shipping_to": "", "has_discount": "", "video": [], "is_virtual": "", "sample_id": "", "is_promotion": "", "props_name": "14:771:Color:1;14:193:Color:2;14:173:Color:3;200000124:200000364:Shoe Size:39;200000124:100013888:Shoe Size:40;200000124:100010483:Shoe Size:41;200000124:200000337:Shoe Size:42;200000124:200000338:Shoe Size:43;200000124:100010487:Shoe Size:44", "prop_imgs": { "prop_img": [ { "properties": "14:771", "url": "https://ae01.alicdn.com/kf/H85be4589a8424536baa46c3935da3998h/Outdoor-Breathable-Comfort-Slip-on-Plus-Size-Open-Shoes-Casual-Men-Sandals-Summer-Shoes-Sandal-Mens.jpg" }, { "properties": "14:193", "url": "https://ae01.alicdn.com/kf/H00701196df1e408a98cbc0b478ce4043w/Outdoor-Breathable-Comfort-Slip-on-Plus-Size-Open-Shoes-Casual-Men-Sandals-Summer-Shoes-Sandal-Mens.jpg" }, { "properties": "14:173", "url": "https://ae01.alicdn.com/kf/H67fc5e29dfb04f7c9032f30059e2329em/Outdoor-Breathable-Comfort-Slip-on-Plus-Size-Open-Shoes-Casual-Men-Sandals-Summer-Shoes-Sandal-Mens.jpg" } ] }, "property_alias": "14:771:1;14:193:2;14:173:3;200000124:200000364:39;200000124:100013888:40;200000124:100010483:41;200000124:200000337:42;200000124:200000338:43;200000124:100010487:44", "props": [ { "name": "品牌名称", "value": "CINESSD", "name_id": null, "value_id": null }, { "name": "鞋面材质", "value": "网眼(空气网)", "name_id": null, "value_id": null }, { "name": "凉鞋类", "value": "EVA注射鞋", "name_id": null, "value_id": null }, { "name": "衬里材料", "value": "网", "name_id": null, "value_id": null }, { "name": "时尚", "value": "时尚", "name_id": null, "value_id": null }, { "name": "上衣类型", "value": "凉鞋", "name_id": null, "value_id": null }, { "name": "鞋底材质", "value": "PVC", "name_id": null, "value_id": null }, { "name": "封闭式", "value": "Hook&Loop", "name_id": null, "value_id": null }, { "name": "鞋跟高度", "value": "平底鞋(≤1cm)", "name_id": null, "value_id": null }, { "name": "底材料", "value": "EVA", "name_id": null, "value_id": null }, { "name": "飞度", "value": "符合标准尺码,请选择您的正常尺码", "name_id": null, "value_id": null }, { "name": "场合", "value": "休闲", "name_id": null, "value_id": null }, { "name": "型号", "value": "NANLX8", "name_id": null, "value_id": null }, { "name": "时尚元素", "value": "浅", "name_id": null, "value_id": null }, { "name": "图案类型", "value": "实心", "name_id": null, "value_id": null }, { "name": "部门名称", "value": "成人", "name_id": null, "value_id": null } ], "total_sold": "", "skus": { "sku": [ { "price": 13.8, "orginal_price": "29.99", "properties": "14:771;200000124:100010487", "properties_name": "14:771:彩色:1;200000124:100010487:鞋码:44", "quantity": 9970, "sku_id": 10000011258536462 }, { "price": 13.8, "orginal_price": "29.99", "properties": "14:771;200000124:200000337", "properties_name": "14:771:彩色:1;200000124:200000337:鞋码:42", "quantity": 9970, "sku_id": 10000011258536460 }, { "price": 13.8, "orginal_price": "29.99", "properties": "14:771;200000124:200000338", "properties_name": "14:771:彩色:1;200000124:200000338:鞋码:43", "quantity": 9967, "sku_id": 10000011258536460 }, { "price": 13.8, "orginal_price": "29.99", "properties": "14:771;200000124:100013888", "properties_name": "14:771:彩色:1;200000124:100013888:鞋码:40", "quantity": 9984, "sku_id": 10000011258536458 }, { "price": 13.8, "orginal_price": "29.99", "properties": "14:771;200000124:100010483", "properties_name": "14:771:彩色:1;200000124:100010483:鞋码:41", "quantity": 9973, "sku_id": 10000011258536460 }, { "price": 11.96, "orginal_price": "25.99", "properties": "14:771;200000124:200000364", "properties_name": "14:771:彩色:1;200000124:200000364:鞋码:39", "quantity": 9974, "sku_id": 10000011258536456 }, { "price": 13.8, "orginal_price": "29.99", "properties": "14:173;200000124:200000364", "properties_name": "14:173:彩色:3;200000124:200000364:鞋码:39", "quantity": 9948, "sku_id": 10000011258536472 }, { "price": 13.8, "orginal_price": "29.99", "properties": "14:193;200000124:200000338", "properties_name": "14:193:彩色:2;200000124:200000338:鞋码:43", "quantity": 9943, "sku_id": 10000011258536468 }, { "price": 13.8, "orginal_price": "29.99", "properties": "14:193;200000124:100010487", "properties_name": "14:193:彩色:2;200000124:100010487:鞋码:44", "quantity": 9946, "sku_id": 10000011258536468 }, { "price": 13.8, "orginal_price": "29.99", "properties": "14:193;200000124:100010483", "properties_name": "14:193:彩色:2;200000124:100010483:鞋码:41", "quantity": 9961, "sku_id": 10000011258536466 }, { "price": 13.8, "orginal_price": "29.99", "properties": "14:193;200000124:200000337", "properties_name": "14:193:彩色:2;200000124:200000337:鞋码:42", "quantity": 9947, "sku_id": 10000011258536468 }, { "price": 13.8, "orginal_price": "29.99", "properties": "14:193;200000124:200000364", "properties_name": "14:193:彩色:2;200000124:200000364:鞋码:39", "quantity": 9986, "sku_id": 10000011258536464 }, { "price": 13.8, "orginal_price": "29.99", "properties": "14:193;200000124:100013888", "properties_name": "14:193:彩色:2;200000124:100013888:鞋码:40", "quantity": 9975, "sku_id": 10000011258536464 }, { "price": 13.8, "orginal_price": "29.99", "properties": "14:173;200000124:100010487", "properties_name": "14:173:彩色:3;200000124:100010487:鞋码:44", "quantity": 9871, "sku_id": 10000011258536476 }, { "price": 13.8, "orginal_price": "29.99", "properties": "14:173;200000124:200000337", "properties_name": "14:173:彩色:3;200000124:200000337:鞋码:42", "quantity": 9848, "sku_id": 10000011258536474 }, { "price": 13.8, "orginal_price": "29.99", "properties": "14:173;200000124:200000338", "properties_name": "14:173:彩色:3;200000124:200000338:鞋码:43", "quantity": 9853, "sku_id": 10000011258536476 }, { "price": 13.8, "orginal_price": "29.99", "properties": "14:173;200000124:100013888", "properties_name": "14:173:彩色:3;200000124:100013888:鞋码:40", "quantity": 9932, "sku_id": 10000011258536472 }, { "price": 13.8, "orginal_price": "29.99", "properties": "14:173;200000124:100010483", "properties_name": "14:173:彩色:3;200000124:100010483:鞋码:41", "quantity": 9892, "sku_id": 10000011258536472 } ] }, "seller_id": "", "sales": 219, "shop_id": "", "props_list": { "14:771": "彩色:1", "200000124:100010487": "鞋码:44", "200000124:200000337": "鞋码:42", "200000124:200000338": "鞋码:43", "200000124:100013888": "鞋码:40", "200000124:100010483": "鞋码:41", "200000124:200000364": "鞋码:39", "14:173": "彩色:3", "14:193": "彩色:2" }, "seller_info": { "nick": "lvits Store", "city": "China", "level": "", "rate": "91.7%", "score": 0, "delivery_score": 0, "item_score": 0, "shop_type": "", "user_num_id": 248271972, "sid": 5778098, "title": "lvits Store", "zhuy": "//www.aliexpress.com/store/5778098", "menu": [] }, "tmall": "", "error": "", "warning": "", "url_log": "", "score": "", "votes": "", "stuff_status": "", "shopinfo": { "shop_name": "" }, "promo_type": "", "shop_item": [], "relate_items": [], "packaging": [], "current_lang": "en", "currency_code": "USD", "props_img": { "14:771": "https://ae01.alicdn.com/kf/H85be4589a8424536baa46c3935da3998h/Outdoor-Breathable-Comfort-Slip-on-Plus-Size-Open-Shoes-Casual-Men-Sandals-Summer-Shoes-Sandal-Mens.jpg", "14:193": "https://ae01.alicdn.com/kf/H00701196df1e408a98cbc0b478ce4043w/Outdoor-Breathable-Comfort-Slip-on-Plus-Size-Open-Shoes-Casual-Men-Sandals-Summer-Shoes-Sandal-Mens.jpg", "14:173": "https://ae01.alicdn.com/kf/H67fc5e29dfb04f7c9032f30059e2329em/Outdoor-Breathable-Comfort-Slip-on-Plus-Size-Open-Shoes-Casual-Men-Sandals-Summer-Shoes-Sandal-Mens.jpg" }, "format_check": "ok" }, "error": "", "secache": "3e4d6e3163ea405fffe5690ad6b8de24", "secache_time": 1665638346, "secache_date": "2022-10-13 13:19:06", "reason": "", "error_code": "0000", "cache": 0, "api_info": "today:109 max:10000 all[663=109+68+486];expires:2030-12-31", "execution_time": "7.704", "server_time": "Beijing/2022-10-13 13:19:06", "client_ip": "106.6.34.98", "call_args": { "num_iid": "4000926586732" }, "api_type": "aliexpress", "translate_language": "zh-CN", "translate_engine": "google_cn", "server_memory": "3.37MB", "request_id": "gw-1.63479fc2670f6", "last_id": "1280253215" }

你可能感兴趣的:(API,速卖通API,javascript,java,API,速卖通API)