---
title: "Full Product Details"
method: GET
path: "/api/temu/get-product-detail/v1"
tags: ["Temu"]
---

# Full Product Details

`GET /api/temu/get-product-detail/v1`

Retrieves full Temu product details by product ID for a selected site, with an option to include SKU data. Use it for product research and catalog analysis.

## Query parameters

- `token` string, required
- `goodsId` string, required
- `site` 'US' | 'EU' | 'UK' | 'CA' | 'AU' — Temu site
- `slug` string
- `productUrl` string
- `includeSkus` string

## 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-16** `11fffe23bdec` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/justoneapi/apis/openapi-definition/changes/api/temu/get-product-detail/v1/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/a57e992ef183?raw)
