Sign in

Update category

documented

Update a category.

PUT /rest/{store_code}/V1/categories/{categoryId}Catalogno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$magento_host}}/rest/{{$store_code}}/V1/categories/{{$categoryId}}" \
  -X PUT \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"category": {"name": "{{$name}}", "is_active": {{$is_active}}, "parent_id": {{$parent_id}}, "include_in_menu": {{$include_in_menu}}}}'
Update category · Adobe Commerce (Magento) · OpenIntegrations