Overview
Service categories help organize your services into logical groups, making it easier for customers to browse and find the services they need. Categories can be reordered to control how they appear in your service catalog.Endpoints
Create Service Category
Request Body
Name of the service category
Response
Returns200 OK on success with no body.
Update Service Category
Path Parameters
The ID of the service category to update
Request Body
Updated name for the category
Response
Returns200 OK on success with no body.
Delete Service Category
Path Parameters
The ID of the service category to delete
Response
Returns200 OK on success with no body.
Reorder Service Categories
Reorder multiple categories to control their display sequence.Request Body
Array of category IDs in the desired display order
Response
Returns200 OK on success with no body.
The order of IDs in the array determines the display sequence. The first ID will appear first, the second ID will appear second, and so on.
Common Use Cases
Setting Up Initial Categories
When onboarding a new merchant, create logical category groupings:Reorganizing Category Order
Adjust the category display order based on popularity or seasonality:Integration with Services
Service categories are used when:- Creating or updating services (set the
category_idfield) - Displaying services to customers (services are grouped by category)
- Filtering services in the merchant dashboard
Best Practices
- Use clear, customer-friendly names: Categories should be immediately understandable to customers
- Keep categories broad: Avoid creating too many narrow categories that confuse navigation
- Logical grouping: Group related services together (e.g., all hair-related services in one category)
- Seasonal adjustments: Use reordering to highlight seasonal or promotional service categories
- Consistent naming: Use a consistent naming pattern across all categories