Skip to main content

Get Category

GET 

/api/categories/:category

Show a single product category with full detail including children, attribute groups, attributes, parent, and root info.

Required scope: products:read

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Requires Bearer token.

Response includes:

  • products_count — total products assigned to this category and all sub-categories
  • products_ids — first 10 product IDs assigned
  • subcategories_count — count of all subcategories
  • attribute_groups / attributes — linked attribute groups and attributes

Request

Responses

OK

Response Headers
    Content-Type