cloneServiceOptionsAndVariants( )


Developer Preview

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

Clones a serviceOptionsAndVariants object. This function can be called, for example, to duplicate a service. The cloned service contains the original service options and variants.

Each option in the cloned service has a newly-generated ID that is copied to all choices of the variants in the clone. The cloned service references the service provided in the request by target_service_id.

Method Declaration
Copy
Method Parameters
cloneFromIdstringRequired

ID of the serviceOptionsAndVariants object to clone.


targetServiceIdstringRequired

ID of the service that will be set for the cloned serviceOptionsAndVariants

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?