ConsoleCatalog
Sign in
Noon logo

Noon

https://www.noon.com/Shoppingno auth

Middle East e-commerce marketplace across UAE, Saudi Arabia, Egypt, and Qatar.

Categories

ASYNCREADNo auth

Returns the Noon category taxonomy tree with paths usable in category listing.

ParametersFormJSON

Root category path e.g. 'beauty', 'fashion', 'home-kitchen', 'sports'. Determines which subtree is returned

Marketplace locale: uae-en, uae-ar, saudi-en, saudi-ar, egypt-en, qatar-en

Max depth to traverse (1=only root's direct children, 0=unlimited)

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "noon_categories",
    "params": {
      "root": "beauty",
      "locale": "uae-en",
      "max_depth": "3"
    }
  }'