---
title: "Product Details"
method: GET
path: "/api/taobao/get-item-detail/v6"
tags: ["Taobao and Tmall"]
---

# Product Details

`GET /api/taobao/get-item-detail/v6`

Retrieves Taobao or Tmall product details by item ID through the recommended V6 endpoint, including approximate sales, shipping fees, free-shipping status, and coupon-adjusted prices for some products. Use it for product research and ecommerce monitoring.

## Query parameters

- `token` string, required
- `itemId` string, required

## Response `200`

OK

- object
  - `code` 0 | 100 | 101 | 202 | 300 | 301 | 302 | 303 | 400 | 404 | 500 | 503 | 600 | 601 | 602, required
  - `message` string, nullable, required
  - `data` unknown, required
  - `recordTime` string, nullable, required
  - `requestId` string

## Other responses

- `400` — Invalid request parameters or body
- `401` — Invalid or inactive access token
- `403` — Permission denied
- `429` — Request rate or daily quota limit exceeded
- `500` — Internal server error
- `503` — Service temporarily unavailable

## Changes

- **2026-09-04** `b3090d88935d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/justoneapi/apis/openapi-definition/changes/api/taobao/get-item-detail/v6/get.md)

---

[API](https://skmtc.dev/justoneapi/apis/openapi-definition.md) · [All operations](https://skmtc.dev/justoneapi/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc.dev/justoneapi/apis/openapi-definition/revisions/1165c001e930?raw)
