cloneServiceOptionsAndVariants( )


Clones a serviceOptionsAndVariants object and connects it to a service.

The call fails if the service already has a connected serviceOptionsAndVariants object.

The cloned serviceOptionsAndVariants object gets a new, unique option ID. The option ID of the existing serviceOptionsAndVariants object isn't reused.

For example, you may call this method after cloning a service.

Authentication

This method may require higher-level permissions than the caller has, based on their identity and roles and permissions. In these cases, you can ensure the method is called with the required level of authorization by using one of the following:

Permissions
Manage Bookings Services and Settings
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
cloneFromIdstringRequired

ID of the serviceOptionsAndVariants object to clone.


targetServiceIdstringRequired

ID of the service to which the cloned serviceOptionsAndVariants are connected.

Returns
Return Type:Promise<CloneServiceOptionsAndVariantsResponse>
Errors

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

Did this help?