Get Aliexpress Product
get_aliexpress_productFetch a single AliExpress product's full record: price, rating, specs, stock, shipping, and images. Returns complete data or a partial fallback with reasons when anti-bot limits access.
Instructions
Retrieve the record of one AliExpress product.
Use after search_aliexpress surfaces something worth a closer look.
How complete the answer is depends on which source could serve it, so check
the source and partial fields before describing it to the user:
source: "mtop",partial: false— the full record: title, selected-variant price plus per-variant pricing, star rating and review count, orders sold, stock, the store (name, positive rating, country), shipping (origin, ship-to, delivery estimate), the SKU option axes (e.g. colour / size), specifications and all product images.source: "ssr+search",partial: true— AliExpress is currently gating its detail API behind an anti-bot challenge, so the record is composed from the product page and search results: title, images, url, price, rating and orders. Every field that could not be obtained is named inunavailable. Occasionally even price/rating cannot be recovered;price_noteexplains why andsearch_statusdistinguishes the two causes —blocked(AliExpress is rate-limiting right now, so it is worth retrying later) fromnot_found(the listing genuinely did not turn up in search). Say which one it was rather than just "no price available".
Prices are in the configured currency (EUR by default). A field listed in
unavailable is unknown, not absent from the listing — do not tell the
user a product has no variants, no reviews or no shipping options on that
basis; say that detail could not be retrieved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product | Yes | AliExpress product id (a numeric string such as '1005009258005772') or a full product URL like 'https://www.aliexpress.com/item/1005009258005772.html'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||