listAddOnGroupsByServiceId( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Retrieves add-on groups for a service with enriched add-on details.

Add-on details are returned based on their display order.

If you specify groupIds, only those groups are returned. By default, all groups associated with the service are returned.

Permissions
Read Bookings - Public Data
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
serviceIdstringRequired

ID of the service to retrieve add-on groups for.


optionsListAddOnGroupsByServiceIdOptions
Returns
Return Type:Promise<ListAddOnGroupsByServiceIdResponse>
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?