Taobao & Tmall APIs - Product Details (V9)
Retrieves product detail data for Taobao/Tmall items, including basic metadata (title, item ID, category), media assets (images), shop information, item status, and pricing.
Typical use cases:
- Building product catalogs and enriching item content (e.g., images)
- E-commerce analytics and competitor tracking
- General product lookup and verification
Highlights
- Some items are not supported; in that case the response business code is 202 and retrying will not help.
- After-coupon (coupon-discounted) price is not guaranteed: some items may miss it or return an imprecise value.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
token | query | string | Yes | Access token for this API service. |
itemId | query | string | Yes | AUnique product identifier on Taobao/Tmall (item ID). |
Code Samples
💡 Environment Note
Default samples use https://api.justoneapi.com (prod-global). For users in Mainland China, it is recommended to replace it with http://47.117.133.51:30015 (prod-cn) for better performance. See Environment Guide.
bash
# Tip: For Mainland China, replace https://api.justoneapi.com with http://47.117.133.51:30015
curl -X GET "https://api.justoneapi.com/api/taobao/get-item-detail/v9?token=YOUR_API_KEY&itemId=VALUE"text
I want to use the "Product Details (V9)" API from Just One API.
API Endpoint: https://api.justoneapi.com/api/taobao/get-item-detail/v9
HTTP Method: GET
Authentication: Append "?token=YOUR_API_KEY" to the URL.
OpenAPI Definition: https://docs.justoneapi.com/openapi/taobao-tmall-apis/product-details-v9-en.json
Parameters:
- token (query): Access token for this API service. (Required)
- itemId (query): AUnique product identifier on Taobao/Tmall (item ID). (Required)
Return format: JSON
Response Handling & Error Codes:
1. Business results should be determined by the "code" field in the response body (code 0 means success).
2. Timeout Recommendation: Set request timeout to at least 60 seconds.
3. Business Code Reference:
- 0: Success
- 100: Invalid or Inactive Token
- 301: Collection Failed. Please Retry.
- 302: Rate Limit Exceeded
- 303: Daily Quota Exceeded
- 400: Invalid Parameters
- 500: Internal Server Error
- 600: Permission Denied
- 601: Insufficient Balance
Please help me write a script in my preferred programming language to call this API and handle the response.python
# Tip: For Mainland China, replace https://api.justoneapi.com with http://47.117.133.51:30015
import requests
url = "https://api.justoneapi.com/api/taobao/get-item-detail/v9?token=YOUR_API_KEY&itemId=VALUE"
response = requests.get(url)
print(response.json())js
// Tip: For Mainland China, replace https://api.justoneapi.com with http://47.117.133.51:30015
const response = await fetch("https://api.justoneapi.com/api/taobao/get-item-detail/v9?token=YOUR_API_KEY&itemId=VALUE", {
method: "GET"
});
const data = await response.json();
console.log(data);java
// Tip: For Mainland China, replace https://api.justoneapi.com with http://47.117.133.51:30015
import java.net.URI;
import java.net.http.HttpClient;
import java.net.http.HttpRequest;
import java.net.http.HttpResponse;
public class Main {
public static void main(String[] args) throws Exception {
HttpClient client = HttpClient.newHttpClient();
HttpRequest request = HttpRequest.newBuilder()
.uri(URI.create("https://api.justoneapi.com/api/taobao/get-item-detail/v9?token=YOUR_API_KEY&itemId=VALUE"))
.method("GET", HttpRequest.BodyPublishers.noBody())
.build();
HttpResponse<String> response = client.send(request, HttpResponse.BodyHandlers.ofString());
System.out.println(response.body());
}
}go
// Tip: For Mainland China, replace https://api.justoneapi.com with http://47.117.133.51:30015
package main
import (
"fmt"
"io"
"net/http"
)
func main() {
client := &http.Client{}
url := "https://api.justoneapi.com/api/taobao/get-item-detail/v9?token=YOUR_API_KEY&itemId=VALUE"
req, _ := http.NewRequest("GET", url, nil)
resp, _ := client.Do(req)
defer resp.Body.Close()
body, _ := io.ReadAll(resp.Body)
fmt.Println(string(body))
}php
// Tip: For Mainland China, replace https://api.justoneapi.com with http://47.117.133.51:30015
<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "https://api.justoneapi.com/api/taobao/get-item-detail/v9?token=YOUR_API_KEY&itemId=VALUE");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "GET");
$response = curl_exec($ch);
curl_close($ch);
echo $response;Responses
json
{
"code": 0,
"data": {
"itemId": "620210933491",
"title": "16寸笔记本电脑包适用拯救者Y9000P 简约风格双肩电脑揹包",
"nick": "Structure数码自营店",
"num": "100+",
"price": "59.90-94.90",
"categoryId": "50012582",
"location": "北京",
"shopId": "114078282",
"desc": "<div style=\"width: 750.0px;height: auto;overflow: hidden;\"><div style=\"width: 750.0px;height: auto;overflow: hidden;\"><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i3/1782885107/O1CN019c6O5N1nb3Z78W855_!!1782885107.png\"><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i1/1782885107/O1CN01BSmM3W1nb3fnP2NfB_!!1782885107.jpg\"><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i3/1782885107/O1CN01RhnNXh1nb3QlipSk1_!!1782885107.jpg\"><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i2/1782885107/O1CN01l9o7Ig1nb3JuC0QCz_!!1782885107.jpg\"><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i2/1782885107/O1CN01T0sWy01nb3JsayZRe_!!1782885107.jpg\"><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i2/1782885107/O1CN01BoNO8d1nb3JzNce01_!!1782885107.jpg\"><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i1/1782885107/O1CN01fFcazY1nb3Js8xjf0_!!1782885107.jpg\"><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i1/1782885107/O1CN01r9Hi7m1nb3JxANYFS_!!1782885107.jpg\"><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i4/1782885107/O1CN01lCQXme1nb3Js8xGaL_!!1782885107.jpg\"><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i2/1782885107/O1CN01QfA49r1nb3JmRgGfB_!!1782885107.jpg\"><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i1/1782885107/O1CN01tMeAKp1nb3Jub84oc_!!1782885107.jpg\"><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i3/1782885107/O1CN01HNDB1g1nb3Jzhp6fO_!!1782885107.jpg\"><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i1/1782885107/O1CN01R4g9un1nb3JzhqusH_!!1782885107.jpg\"><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i4/1782885107/O1CN01uoaRqe1nb3Jv5gHPu_!!1782885107.jpg\"><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i4/1782885107/O1CN01cRC59m1nb3JsayVHq_!!1782885107.jpg\"><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i3/1782885107/O1CN01qgpq9x1nb3JvEKDLh_!!1782885107.jpg\"><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i4/1782885107/O1CN01Wja3GC1nb3JzhpqNE_!!1782885107.jpg\"><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i4/1782885107/O1CN01y2hJK71nb3Jr9xqgo_!!1782885107.jpg\"><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i1/1782885107/O1CN0134Xs2z1nb3Jwq77xB_!!1782885107.jpg\"><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i4/1782885107/O1CN01hIHdmG1nb3JxyLfgY_!!1782885107.jpg\"><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i4/1782885107/O1CN018lXaBn1nb3JzNgKkc_!!1782885107.jpg\"><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i3/1782885107/O1CN01ZsvOdi1nb3Js8xjfO_!!1782885107.jpg\"><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i2/1782885107/O1CN01N1BY5s1nb3JsaxUx5_!!1782885107.jpg\"><img style=\"display: block;width: 100.0%;\" src=\"//img.alicdn.com/imgextra/i1/1782885107/O1CN016CG15w1nb3VQpl2bV_!!1782885107.jpg\"></div></div>",
"videoUrl": "https://cloud.video.taobao.com/play/u/1782885107/p/2/e/6/t/1/283662117088.mp4?appKey=38829",
"totalCount": "1000+",
"allItemCount": "5",
"shopName": "Structure数码自营店",
"newItemCount": "1",
"userId": "1782885107",
"sellerType": "C",
"item_imgs": [
"https://img.alicdn.com/imgextra/i1/1782885107/O1CN01q7NO8S1nb3JfVpcQP_!!1782885107.jpg",
"https://img.alicdn.com/imgextra/i3/1782885107/O1CN01dGuVsE1nb3Jq7SkkG_!!1782885107.jpg",
"https://img.alicdn.com/imgextra/i1/1782885107/O1CN01kqmAbB1nb3JeYxi9Y_!!1782885107.jpg",
"https://img.alicdn.com/imgextra/i3/1782885107/O1CN01u1MNC01nb3JrmRIAq_!!1782885107.jpg",
"https://img.alicdn.com/imgextra/i2/1782885107/O1CN01EJ4q0C1nb3Jj9YlRS_!!1782885107.jpg"
],
"skus": [
{
"quantity": "0",
"price": "9490",
"id": "21433:21373;1627207:8589160358",
"orign_price": 39990,
"skuId": 4553346542936
},
{
"quantity": "0",
"price": "9490",
"id": "21433:21373;1627207:23023534497",
"orign_price": 39990,
"skuId": 4553346542937
},
{
"quantity": "0",
"price": "9490",
"id": "21433:21373;1627207:8619020416",
"orign_price": 39990,
"skuId": 4553346542938
},
{
"quantity": "200",
"price": "9490",
"id": "21433:21373;1627207:8850085755",
"orign_price": 39990,
"skuId": 4556854559028
},
{
"quantity": "200",
"price": "9490",
"id": "21433:21373;1627207:8850085757",
"orign_price": 39990,
"skuId": 4556854559031
},
{
"quantity": "200",
"price": "9490",
"id": "21433:21373;1627207:8850085759",
"orign_price": 39990,
"skuId": 4556854559034
},
{
"quantity": "200",
"price": "9490",
"id": "21433:21373;1627207:17229206981",
"orign_price": 39990,
"skuId": 4556854559037
},
{
"quantity": "200",
"price": "9490",
"id": "21433:21373;1627207:17229206982",
"orign_price": 39990,
"skuId": 4556854559040
},
{
"quantity": "200",
"price": "9490",
"id": "21433:21373;1627207:16432173769",
"orign_price": 39990,
"skuId": 4556854559043
},
{
"quantity": "0",
"price": "9490",
"id": "21433:21373;1627207:8633276843",
"orign_price": 39990,
"skuId": 4566126646849
},
{
"quantity": "200",
"price": "9490",
"id": "21433:21373;1627207:27835797781",
"orign_price": 39990,
"skuId": 4711093883812
},
{
"quantity": "200",
"price": "9490",
"id": "21433:21373;1627207:23029168452",
"orign_price": 39990,
"skuId": 4922485608344
},
{
"quantity": "200",
"price": "9490",
"id": "21433:21373;1627207:23029168451",
"orign_price": 39990,
"skuId": 4922485608345
},
{
"quantity": "200",
"price": "9490",
"id": "21433:21373;1627207:23029090964",
"orign_price": 39990,
"skuId": 4922485608346
},
{
"quantity": "200",
"price": "9490",
"id": "21433:21373;1627207:24812942322",
"orign_price": 39990,
"skuId": 5008907144953
},
{
"quantity": "200",
"price": "9490",
"id": "21433:21373;1627207:24812942323",
"orign_price": 39990,
"skuId": 5008907144954
},
{
"quantity": "0",
"price": "9490",
"id": "21433:21373;1627207:23023534496",
"orign_price": 39990,
"skuId": 5095300330629
},
{
"quantity": "200",
"price": "9490",
"id": "21433:12563493;1627207:16432173769",
"orign_price": 39990,
"skuId": 5118732576553
},
{
"quantity": "200",
"price": "9490",
"id": "21433:12563493;1627207:17229206981",
"orign_price": 39990,
"skuId": 5118732576554
},
{
"quantity": "200",
"price": "9490",
"id": "21433:12563493;1627207:17229206982",
"orign_price": 39990,
"skuId": 5118732576555
},
{
"quantity": "0",
"price": "9490",
"id": "21433:12563493;1627207:23023534496",
"orign_price": 39990,
"skuId": 5118732576556
},
{
"quantity": "0",
"price": "9490",
"id": "21433:12563493;1627207:23023534497",
"orign_price": 39990,
"skuId": 5118732576557
},
{
"quantity": "200",
"price": "9490",
"id": "21433:12563493;1627207:23029090964",
"orign_price": 39990,
"skuId": 5118732576558
},
{
"quantity": "200",
"price": "9490",
"id": "21433:12563493;1627207:23029168451",
"orign_price": 39990,
"skuId": 5118732576559
},
{
"quantity": "200",
"price": "9490",
"id": "21433:12563493;1627207:23029168452",
"orign_price": 39990,
"skuId": 5118732576560
},
{
"quantity": "200",
"price": "9490",
"id": "21433:12563493;1627207:24812942322",
"orign_price": 39990,
"skuId": 5118732576561
},
{
"quantity": "200",
"price": "9490",
"id": "21433:12563493;1627207:24812942323",
"orign_price": 39990,
"skuId": 5118732576562
},
{
"quantity": "200",
"price": "9490",
"id": "21433:12563493;1627207:27835797781",
"orign_price": 39990,
"skuId": 5118732576563
},
{
"quantity": "200",
"price": "9490",
"id": "21433:12563493;1627207:27835797782",
"orign_price": 39990,
"skuId": 5118732576564
},
{
"quantity": "0",
"price": "9490",
"id": "21433:12563493;1627207:8589160358",
"orign_price": 39990,
"skuId": 5118732576565
},
{
"quantity": "0",
"price": "9490",
"id": "21433:12563493;1627207:8619020416",
"orign_price": 39990,
"skuId": 5118732576566
},
{
"quantity": "0",
"price": "9490",
"id": "21433:12563493;1627207:8633276843",
"orign_price": 39990,
"skuId": 5118732576567
},
{
"quantity": "200",
"price": "9490",
"id": "21433:12563493;1627207:8850085755",
"orign_price": 39990,
"skuId": 5118732576568
},
{
"quantity": "200",
"price": "9490",
"id": "21433:12563493;1627207:8850085757",
"orign_price": 39990,
"skuId": 5118732576569
},
{
"quantity": "200",
"price": "9490",
"id": "21433:12563493;1627207:8850085759",
"orign_price": 39990,
"skuId": 5118732576570
},
{
"quantity": "200",
"price": "9490",
"id": "21433:27579886;1627207:16432173769",
"orign_price": 39990,
"skuId": 5118732576571
},
{
"quantity": "200",
"price": "9490",
"id": "21433:27579886;1627207:17229206981",
"orign_price": 39990,
"skuId": 5118732576572
},
{
"quantity": "200",
"price": "9490",
"id": "21433:27579886;1627207:17229206982",
"orign_price": 39990,
"skuId": 5118732576573
},
{
"quantity": "0",
"price": "9490",
"id": "21433:27579886;1627207:23023534496",
"orign_price": 39990,
"skuId": 5118732576574
},
{
"quantity": "0",
"price": "9490",
"id": "21433:27579886;1627207:23023534497",
"orign_price": 39990,
"skuId": 5118732576575
},
{
"quantity": "200",
"price": "9490",
"id": "21433:27579886;1627207:23029090964",
"orign_price": 39990,
"skuId": 5118732576576
},
{
"quantity": "200",
"price": "9490",
"id": "21433:27579886;1627207:23029168451",
"orign_price": 39990,
"skuId": 5118732576577
},
{
"quantity": "200",
"price": "9490",
"id": "21433:27579886;1627207:23029168452",
"orign_price": 39990,
"skuId": 5118732576578
},
{
"quantity": "200",
"price": "9490",
"id": "21433:27579886;1627207:24812942322",
"orign_price": 39990,
"skuId": 5118732576579
},
{
"quantity": "200",
"price": "9490",
"id": "21433:27579886;1627207:24812942323",
"orign_price": 39990,
"skuId": 5118732576580
},
{
"quantity": "200",
"price": "9490",
"id": "21433:27579886;1627207:27835797781",
"orign_price": 39990,
"skuId": 5118732576581
},
{
"quantity": "200",
"price": "9490",
"id": "21433:27579886;1627207:27835797782",
"orign_price": 39990,
"skuId": 5118732576582
},
{
"quantity": "0",
"price": "9490",
"id": "21433:27579886;1627207:8589160358",
"orign_price": 39990,
"skuId": 5118732576583
},
{
"quantity": "0",
"price": "9490",
"id": "21433:27579886;1627207:8619020416",
"orign_price": 39990,
"skuId": 5118732576584
},
{
"quantity": "0",
"price": "9490",
"id": "21433:27579886;1627207:8633276843",
"orign_price": 39990,
"skuId": 5118732576585
},
{
"quantity": "200",
"price": "9490",
"id": "21433:27579886;1627207:8850085755",
"orign_price": 39990,
"skuId": 5118732576586
},
{
"quantity": "200",
"price": "9490",
"id": "21433:27579886;1627207:8850085757",
"orign_price": 39990,
"skuId": 5118732576587
},
{
"quantity": "200",
"price": "9490",
"id": "21433:27579886;1627207:8850085759",
"orign_price": 39990,
"skuId": 5118732576588
},
{
"quantity": "200",
"price": "9490",
"id": "21433:12563493;1627207:30516862767",
"orign_price": 39990,
"skuId": 5265461184530
},
{
"quantity": "200",
"price": "9490",
"id": "21433:12563493;1627207:30516862768",
"orign_price": 39990,
"skuId": 5265461184531
},
{
"quantity": "200",
"price": "9490",
"id": "21433:21373;1627207:30516862767",
"orign_price": 39990,
"skuId": 5265461184532
},
{
"quantity": "200",
"price": "9490",
"id": "21433:21373;1627207:30516862768",
"orign_price": 39990,
"skuId": 5265461184533
},
{
"quantity": "200",
"price": "9490",
"id": "21433:27579886;1627207:30516862767",
"orign_price": 39990,
"skuId": 5265461184534
},
{
"quantity": "200",
"price": "9490",
"id": "21433:27579886;1627207:30516862768",
"orign_price": 39990,
"skuId": 5265461184535
},
{
"quantity": "200",
"price": "9490",
"id": "21433:21373;1627207:27835797782",
"orign_price": 39990,
"skuId": 5288359466201
}
],
"attribute": [
{
"value": "其他家",
"key": "品牌"
},
{
"value": "8001233",
"key": "型号"
},
{
"value": "简约",
"key": "风格"
},
{
"value": "双肩",
"key": "款式"
},
{
"value": "涤纶",
"key": "材质"
},
{
"value": "14寸,15.6寸,17.3寸",
"key": "尺寸"
},
{
"value": "【各版本区别说明】,深空灰—四大隔层【标准版】,深空灰—四大隔层【升级版】,深空灰-四大隔层【旗舰版,星光灰—四大隔层【标准版】,星光灰—四大隔层【升级版】,星光灰-四大隔层【旗舰版,曜石黑—四大隔层【标准版】,曜石黑—四大隔层【升级版】,曜石黑-四大隔层【旗舰版,米白色—四大隔层【标准版】,米白色—四大隔层【升级版】,米白色—四大隔层【旗舰版】,香芋紫—四大隔层【标准版上新颜色】,香芋紫—四大隔层【升级版上新颜色】,香芋紫—四大隔层【旗舰版上新颜色】,————— 本商品包含以下服务,【质保一年 质量问题直接换新】,【送运费险 免费试用 想退就退】,【急速发货 当天付款 当天发货】",
"key": "颜色分类"
}
],
"specs": {
"尺寸": {
"21433:21373": [
"14寸",
""
],
"21433:12563493": [
"15.6寸",
""
],
"21433:27579886": [
"17.3寸",
""
]
},
"颜色分类": {
"1627207:23023534496": [
"【各版本区别说明】",
"http://img.alicdn.com/imgextra/i2/1782885107/O1CN01vikO281nb3VQpnrXS_!!1782885107.png"
],
"1627207:8850085755": [
"深空灰—四大隔层【标准版】",
"http://img.alicdn.com/imgextra/i2/1782885107/O1CN01A3PXgv1nb3KvgweUE_!!1782885107.jpg"
],
"1627207:17229206981": [
"深空灰—四大隔层【升级版】",
"http://img.alicdn.com/imgextra/i3/1782885107/O1CN01VijZ6c1nb3JfyOd2U_!!1782885107.jpg"
],
"1627207:23029090964": [
"深空灰-四大隔层【旗舰版 -全新升级】",
"http://img.alicdn.com/imgextra/i3/1782885107/O1CN01EDt8AM1nb3VIv7x9C_!!1782885107.jpg"
],
"1627207:8850085757": [
"星光灰—四大隔层【标准版】",
"http://img.alicdn.com/imgextra/i1/1782885107/O1CN01Ywnmsy1nb3KyYM23h_!!1782885107.jpg"
],
"1627207:17229206982": [
"星光灰—四大隔层【升级版】",
"http://img.alicdn.com/imgextra/i4/1782885107/O1CN014LK3dM1nb3JfYMaAg_!!1782885107.jpg"
],
"1627207:23029168451": [
"星光灰-四大隔层【旗舰版 -全新升级】",
"http://img.alicdn.com/imgextra/i3/1782885107/O1CN01x3BgiT1nb3VHYRhjP_!!1782885107.jpg"
],
"1627207:8850085759": [
"曜石黑—四大隔层【标准版】",
"http://img.alicdn.com/imgextra/i2/1782885107/O1CN01IW4amF1nb3L1Zkvte_!!1782885107.jpg"
],
"1627207:16432173769": [
"曜石黑—四大隔层【升级版】",
"http://img.alicdn.com/imgextra/i3/1782885107/O1CN01Wi6t4C1nb3JfYOOQ4_!!1782885107.jpg"
],
"1627207:23029168452": [
"曜石黑-四大隔层【旗舰版 -全新升级】",
"http://img.alicdn.com/imgextra/i2/1782885107/O1CN019DlXWd1nb3VM0DMo5_!!1782885107.jpg"
],
"1627207:24812942322": [
"米白色—四大隔层【标准版】",
"http://img.alicdn.com/imgextra/i2/1782885107/O1CN01SChQ341nb3Xysx5ey_!!1782885107.jpg"
],
"1627207:24812942323": [
"米白色—四大隔层【升级版】",
"http://img.alicdn.com/imgextra/i1/1782885107/O1CN01igB6Lq1nb3XysiWZ3_!!1782885107.jpg"
],
"1627207:30516862767": [
"米白色—四大隔层【旗舰版】",
"http://img.alicdn.com/imgextra/i4/1782885107/O1CN01DngG4Q1nb3dBaLLrH_!!1782885107.jpg"
],
"1627207:27835797781": [
"香芋紫—四大隔层【标准版上新颜色】",
"http://img.alicdn.com/imgextra/i3/1782885107/O1CN015f6oyc1nb3M0VU2oy_!!1782885107.jpg"
],
"1627207:27835797782": [
"香芋紫—四大隔层【升级版上新颜色】",
"http://img.alicdn.com/imgextra/i2/1782885107/O1CN01lHM9TF1nb3akFeUxx_!!1782885107.png"
],
"1627207:30516862768": [
"香芋紫—四大隔层【旗舰版上新颜色】",
"http://img.alicdn.com/imgextra/i1/1782885107/O1CN014OQoDm1nb3dEYBzC2_!!1782885107.jpg"
],
"1627207:8633276843": [
"————— 本商品包含以下服务 —————",
""
],
"1627207:23023534497": [
"【质保一年 质量问题直接换新】",
"http://img.alicdn.com/imgextra/i4/1782885107/O1CN018Nri8o1nb3JUUcXAO_!!1782885107.jpg"
],
"1627207:8589160358": [
"【送运费险 免费试用 想退就退】",
"http://img.alicdn.com/imgextra/i3/1782885107/O1CN01f69ftB1nb3JVTQCRQ_!!1782885107.jpg"
],
"1627207:8619020416": [
"【急速发货 当天付款 当天发货】",
"http://img.alicdn.com/imgextra/i3/1782885107/O1CN010DfHuQ1nb3JLFA01N_!!1782885107.jpg"
]
}
},
"props": [
{
"pname": "尺寸",
"pid": "21433",
"values": [
{
"sku_url": "",
"vname": "14寸",
"vid": "21373"
},
{
"sku_url": "",
"vname": "15.6寸",
"vid": "12563493"
},
{
"sku_url": "",
"vname": "17.3寸",
"vid": "27579886"
}
]
},
{
"pname": "颜色分类",
"pid": "1627207",
"values": [
{
"sku_url": "http://img.alicdn.com/imgextra/i2/1782885107/O1CN01vikO281nb3VQpnrXS_!!1782885107.png",
"vname": "【各版本区别说明】",
"vid": "23023534496"
},
{
"sku_url": "http://img.alicdn.com/imgextra/i2/1782885107/O1CN01A3PXgv1nb3KvgweUE_!!1782885107.jpg",
"vname": "深空灰—四大隔层【标准版】",
"vid": "8850085755"
},
{
"sku_url": "http://img.alicdn.com/imgextra/i3/1782885107/O1CN01VijZ6c1nb3JfyOd2U_!!1782885107.jpg",
"vname": "深空灰—四大隔层【升级版】",
"vid": "17229206981"
},
{
"sku_url": "http://img.alicdn.com/imgextra/i3/1782885107/O1CN01EDt8AM1nb3VIv7x9C_!!1782885107.jpg",
"vname": "深空灰-四大隔层【旗舰版 -全新升级】",
"vid": "23029090964"
},
{
"sku_url": "http://img.alicdn.com/imgextra/i1/1782885107/O1CN01Ywnmsy1nb3KyYM23h_!!1782885107.jpg",
"vname": "星光灰—四大隔层【标准版】",
"vid": "8850085757"
},
{
"sku_url": "http://img.alicdn.com/imgextra/i4/1782885107/O1CN014LK3dM1nb3JfYMaAg_!!1782885107.jpg",
"vname": "星光灰—四大隔层【升级版】",
"vid": "17229206982"
},
{
"sku_url": "http://img.alicdn.com/imgextra/i3/1782885107/O1CN01x3BgiT1nb3VHYRhjP_!!1782885107.jpg",
"vname": "星光灰-四大隔层【旗舰版 -全新升级】",
"vid": "23029168451"
},
{
"sku_url": "http://img.alicdn.com/imgextra/i2/1782885107/O1CN01IW4amF1nb3L1Zkvte_!!1782885107.jpg",
"vname": "曜石黑—四大隔层【标准版】",
"vid": "8850085759"
},
{
"sku_url": "http://img.alicdn.com/imgextra/i3/1782885107/O1CN01Wi6t4C1nb3JfYOOQ4_!!1782885107.jpg",
"vname": "曜石黑—四大隔层【升级版】",
"vid": "16432173769"
},
{
"sku_url": "http://img.alicdn.com/imgextra/i2/1782885107/O1CN019DlXWd1nb3VM0DMo5_!!1782885107.jpg",
"vname": "曜石黑-四大隔层【旗舰版 -全新升级】",
"vid": "23029168452"
},
{
"sku_url": "http://img.alicdn.com/imgextra/i2/1782885107/O1CN01SChQ341nb3Xysx5ey_!!1782885107.jpg",
"vname": "米白色—四大隔层【标准版】",
"vid": "24812942322"
},
{
"sku_url": "http://img.alicdn.com/imgextra/i1/1782885107/O1CN01igB6Lq1nb3XysiWZ3_!!1782885107.jpg",
"vname": "米白色—四大隔层【升级版】",
"vid": "24812942323"
},
{
"sku_url": "http://img.alicdn.com/imgextra/i4/1782885107/O1CN01DngG4Q1nb3dBaLLrH_!!1782885107.jpg",
"vname": "米白色—四大隔层【旗舰版】",
"vid": "30516862767"
},
{
"sku_url": "http://img.alicdn.com/imgextra/i3/1782885107/O1CN015f6oyc1nb3M0VU2oy_!!1782885107.jpg",
"vname": "香芋紫—四大隔层【标准版上新颜色】",
"vid": "27835797781"
},
{
"sku_url": "http://img.alicdn.com/imgextra/i2/1782885107/O1CN01lHM9TF1nb3akFeUxx_!!1782885107.png",
"vname": "香芋紫—四大隔层【升级版上新颜色】",
"vid": "27835797782"
},
{
"sku_url": "http://img.alicdn.com/imgextra/i1/1782885107/O1CN014OQoDm1nb3dEYBzC2_!!1782885107.jpg",
"vname": "香芋紫—四大隔层【旗舰版上新颜色】",
"vid": "30516862768"
},
{
"sku_url": "",
"vname": "————— 本商品包含以下服务 —————",
"vid": "8633276843"
},
{
"sku_url": "http://img.alicdn.com/imgextra/i4/1782885107/O1CN018Nri8o1nb3JUUcXAO_!!1782885107.jpg",
"vname": "【质保一年 质量问题直接换新】",
"vid": "23023534497"
},
{
"sku_url": "http://img.alicdn.com/imgextra/i3/1782885107/O1CN01f69ftB1nb3JVTQCRQ_!!1782885107.jpg",
"vname": "【送运费险 免费试用 想退就退】",
"vid": "8589160358"
},
{
"sku_url": "http://img.alicdn.com/imgextra/i3/1782885107/O1CN010DfHuQ1nb3JLFA01N_!!1782885107.jpg",
"vname": "【急速发货 当天付款 当天发货】",
"vid": "8619020416"
}
]
}
],
"mainItemInfo": {
"afterCouponAmountPrice": "59.9",
"hasSubsidy": "false",
"itemId": "620210933491",
"itemName": "笔记本电脑包16寸14男女适用苹果联想华为背包双肩包拯救者y9000p",
"pic": "//img.alicdn.com/bao/uploaded/i1/1782885107/O1CN01q7NO8S1nb3JfVpcQP_!!1782885107.jpg",
"pretaobaoAmt": "0.60",
"promotionModel": {
"promotiontaobaoModel": {
"pretaobaoAmt": "0.60",
"pretaobaoAmtDisplay": "¥0.60",
"pretaobaoRate": "1.00",
"pretaobaoRateDisplay": "1.00%"
},
"promotionPriceModel": {
"promotionPrice": "59.90",
"promotionPriceDescDisplay": "折后价",
"promotionPriceDisplay": "¥59.90",
"zkPrice": "59.90",
"zkPriceDisplay": "¥59.90"
},
"promotionTagModel": [
{
"tagDisplay": "包邮",
"tagType": "POST_FREE",
"tagTypeDisplay": "POST_FREE"
}
],
"selectedCoupon": "false"
},
"scm": "taobao.0.0.taobao_markting-page_0",
"tk": "1",
"taobaoPromotionModel": {
"finalPromotionInfo": {
"finalPromotionPrice": "59.9"
}
},
"url": "https://detail.tmall.com/?e=m%3D2%26s%3DKwwdZpuY9nFw4vFB6t2Z2ueEDrYVVa64juWlisr3dOdyINtkUhsv0GAQKhULGBtLNnGHDv9u8g4Um%2F7ndoAa1X8bwa%2FrvGmia2RI18yzDp%2Bdm859obdri3zXYP%2BgPImnUyNpxLfgKr0jWpzpm6nEC2nFn6x4rTe8r4xtRTCErO%2BRFdNA1mUd5uP7LezyDpCBcsj0Hcw5AbLTHQOdbWoEwQfSrspENoTkymTD2e7Bu6rHrk0gRj84%2F6DS%2FKMH6nbVPaXg%2FKwnH88%3D&pvid=25422bdd-1f14-4f91-9bff-8ed43a0a7d12&app_pvid=59590_11.80.236.195_1498_1773064789933&ptl=floorId%3A83726%3BoriginalFloorId%3A83726%3Bpvid%3A25422bdd-1f14-4f91-9bff-8ed43a0a7d12%3Bapp_pvid%3A59590_11.80.236.195_1498_1773064789933&xId=2bpv7SiDEYYw1M5RGRUEC3hBKfdPcPKm2M6d3Dyb4B5hmuIkg1E23s0631qRfAY95lfkDB8Ml3wr1kuJLva2QJxqUNjQQ6s7SgNiizTmG758&taobao_lens=lensId%3AAPP%401773064789%400b50ecc3_3441_19cd2e59fbb_2109%40027UdeT7Wv3fkpoMg6eepja0%40eyJmbG9vcklkIjo4MzcyNn0ie%3Bscm%3Ataobao.0.0.taobao_markting-page_0&scm=taobao.0.0.taobao_markting-page_0"
}
}
}💡 Note: For list data, the example shows only 1-2 items for simplicity. The actual count depends on the API response.
