Categories
AliExpress categories — accepted parameters and what comes back.
이 페이지는 아직 번역되지 않아 영어로 표시됩니다. 코드 예제는 모든 언어에서 동일합니다.
GET|POST /v1/aliexpress/categoriesPrice $0.001 per call. List price; the rate steps down above 1,000 calls a day.
| Parameter | Type | Required | Notes |
|---|---|---|---|
categoryId | string | Parent category id. Omit for the top-level categories. |
curl "https://gateway.apinoa.com/v1/aliexpress/categories" -H "x-api-key: YOUR_API_KEY"One call returns the entire taxonomy -- 564 categories with their parents -- so both the roots and any category's children come back from a single call. There are no paging or locale parameters: every other shared parameter 400s by name rather than being accepted and ignored.