All APIs
GETGlobal E-commerce
AliExpress Item Detail
Real-time AliExpress product data: multi-currency pricing, SKU combinations, shipping methods per destination country, store ratings and review summaries.
Price
$0.0020 /call
100 free calls to test
Latency
350 ms avg
Measured over 30 days
Uptime
99.9%
Rolling 90-day window
Endpoint
GET {BASE_URL}/aliexpress/item_detail
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| item_id | string | required | AliExpress product ID |
| ship_to | string | optional | Destination country code, e.g. US, BR, ES |
| currency | string | optional | USD, EUR, BRL … (default USD) |
Sample response
{
"success": true,
"data": {
"item_id": "1005006123456789",
"title": "Smart Watch Fitness Tracker",
"price": {
"current": 23.99,
"currency": "USD"
},
"shipping": [
{
"method": "AliExpress Standard",
"cost": 1.99,
"days": "12-20"
}
],
"store": {
"name": "Official Gadget Store",
"positive_rate": 97.6
}
},
"error": null
}Try AliExpress Item Detail for free
100 free calls included with every new account.