This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Adds choices to a customization.
function addCustomizationChoices(
customizationId: string,
choices: Array<Choice>,
options: AddCustomizationChoicesOptions,
): Promise<AddCustomizationChoicesResponse>;
Customization ID.
Choices to add.
import { customizationsV3 } from "@wix/stores";
async function addCustomizationChoices(customizationId, choices, options) {
const response = await customizationsV3.addCustomizationChoices(
customizationId,
choices,
options,
);
}
There are 4 errors with this status code.
There is 1 error with this status code.
This method may also return standard errors. Learn more about standard Wix errors.