This article shares a possible use cases you could support, as well as a sample
flow that could support it. This can be a helpful jumping off point as you plan
your implementation.
You can create a new category and connect an existing service to it.
To create a category:
- Call Create Category
(SDK | REST).
Specify a descriptive category name, since it's displayed to customers.
Save the category ID.
- Call Update Service
(SDK | REST),
specifying the category ID in
service.category.id
.
- Optional: If you want to adjust the order in which categories are displayed,
call Update Category
(SDK | REST)
for all categories you want to rearrange. Specify the desired
sortOrder
.