/aliexpress/products

POST /api/aliexpress/products

Price: 5 credits

Get a single AliExpress product by id or product URL. Returns title, images, sale and original price, rating, review count, sold summary, available quantity, category ids, description URL, the seller store (name, country, opening date, positive feedback rate and count, seller level and score, service ratings), the shipping option for the requested locale (price, provider, delivery window), every SKU variant with its readable properties, price, stock, availability and image, and the full specification list.

How to use it

Fetch one AliExpress product by its numeric id (or a product page URL). Returns id, product_url, product_title, image+images, price/price_text, original_price, currency, rating, review_count, sold_text, available_quantity, category_ids, description_url, nested store (with level, score, positive_rate/positive_count and metrics), shipping, skus (with readable properties and is_available) and specifications. Prices, shipping and availability follow the requested locale and currency. store.id is locale-specific — the same shop answers a different id per language, so match shops across languages on store.seller_id, which is stable.

Parameters

Request body

Response

Errors

Response headers