AliExpress
Retrieve product listings from AliExpress marketplace
al
AliExpress is the global cross-border e-commerce platform by Alibaba Group, widely used in Russia and the CIS for product sourcing and dropshipping. Its API provides access to product listings, pricing, and promotional data.
With the AliExpress integration in AACFlow, you can:
- Get products: Search and retrieve product listings with pricing and details
This integration is useful for price monitoring, product catalog synchronization, and dropshipping automation workflows.
Usage Instructions
Integrate AliExpress into the workflow. Requires AliExpress API credentials (App Key and App Secret) from the AliExpress Affiliate / DS Center developer portal.
Tools
aliexpress_get_products
Get product listings from AliExpress
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
appKey | string | Yes | AliExpress App Key |
appSecret | string | Yes | AliExpress App Secret |
keywords | string | No | Search keywords |
categoryId | string | No | Category ID filter |
minPrice | number | No | Minimum price filter |
maxPrice | number | No | Maximum price filter |
limit | number | No | Maximum results to return |
Output
| Parameter | Type | Description |
|---|---|---|
products | array | Array of product objects |
total | number | Total results count |
success | boolean | Whether the request succeeded |
Links
- Official API: https://developers.aliexpress.com/
- AACFlow block source: apps/aacflow/blocks/blocks/aliexpress.ts

