Sign in

Get category

documented

Retrieve a category by ID.

GET /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_DOMAIN}}/rest/{{$store_code}}/V1/categories/{{$categoryId}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"
Get category · Adobe Commerce (Magento) · OpenIntegrations