ConsoleCatalog
Sign in
Yoox logo

Yoox

yoox.comFashion Beautyno auth

Designer fashion marketplace - categories, listings, product details, pricing, and promotions.

Category Menu

ASYNCREADNo auth

Returns a department's category menu with section links and designer shortcuts.

ParametersFormJSON

Department code for the menu tree (e.g. men, women, kids)

cost: 1 credit · 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": "act_yoox_com_category_menu",
    "params": {
      "department": "men"
    }
  }'