Home Kit Orders
Add Panels
Add catalog panels to a home kit order
PATCH
Add one or more catalog panels to an existing home kit order. This endpoint is idempotent — already-attached panels are kept. You can call it multiple times to build up the panel selection.
Requires
home_kit_orders_manage scope.Request
Path parameters
string
required
Unique identifier (UUID) of the home kit order to add panels to.
Body parameters
string[]
required
Array of panel UUIDs to add to the home kit order. Must contain at least one item.
Response
On success, the API returns200 OK confirming the panels have been added.
boolean
true when the panels have been successfully added to the home kit order.