---
title: "Product Overview"
method: GET
path: "/api/aliexpress/get-product-detail/v1"
tags: ["AliExpress"]
---

# Product Overview

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

Retrieves an AliExpress product overview by item ID for the United States or global site. Use it to inspect a known listing for catalog review or search snippets.

## Query parameters

- `token` string, required
- `itemId` string, required
- `site` 'GLO' | 'US' — AliExpress marketplace site

## 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-24** `a57e992ef183` — 3 warning, 1 info
  - deleted the `query` request parameter `currency`
  - deleted the `query` request parameter `locale`
  - deleted the `query` request parameter `region`
  - added the new optional `query` request parameter `site`
- **2026-09-05** `1165c001e930` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/justoneapi/apis/openapi-definition/changes/api/aliexpress/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/db6715953221?raw)
