GET /categories
List all active categories for the store, ordered by sort index.Authentication
None required.Example Request
Response
Success (200)
GET /categories/
Get a single category by slug, including product count from child categories.Authentication
None required.Path Parameters
Example Request
Response
Success (200)
The
products_count includes products from both the parent category and all its active child categories.Error Responses
GET /categories//products
Get products within a category. Includes products from child categories of the specified parent.Authentication
None required.Path Parameters
Query Parameters
Example Request
Response
Success (200)
Products use the sameProductResource structure as GET /products. See List Products for the full response schema.

