AliExpress

Product Overview

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.

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

Query parameters

tokenstring required

Authentication token for this API service.

itemIdstring required

Numeric AliExpress item ID.

site'GLO' | 'US'

AliExpress marketplace site

AliExpress site: US (default) or GLO (global).

Available Values:

  • GLO: Global site
  • US: United States site

Response

OK

code0 | 100 | 101 | 202 | 300 | 301 | 302 | 303 | 400 | 404 | 500 | 503 | 600 | 601 | 602 required
messagestring nullable required
{"stackTrail":"paths:/api/aliexpress/get-product-detail/v1:get:responses:200:content:application/json:schema:properties:data","oasType":"schema","type":"unknown"}
recordTimestring nullable required
requestIdstring

Changes

Changed in 2 of the 12 revisions of this API.32

  • a57e992ef18331See the full diff
    • ●

      deleted the query request parameter currency

      request-parameter-removed

    • ●

      deleted the query request parameter locale

      request-parameter-removed

    • ●

      deleted the query request parameter region

      request-parameter-removed

    • ○

      added the new optional query request parameter site

      new-optional-request-parameter

    • ○

      endpoint added

      endpoint-added