Sample Use Cases and Flows

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.

Create a category and connect a service

You can create a new category and connect an existing service to it.

To create a category:

  1. Call Create Category (SDK | REST). Specify a descriptive category name, since it's displayed to customers. Save the category ID.
  2. Call Update Service (SDK | REST), specifying the category ID in service.category.id.
  3. 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.
Did this help?