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 multiple customizations.
function bulkAddCustomizationChoices(
customizationsChoices: Array<CustomizationChoices>,
options: BulkAddCustomizationChoicesOptions,
): Promise<BulkAddCustomizationChoicesResponse>;
List of customization IDs and choices.
import { customizationsV3 } from "@wix/stores";
async function bulkAddCustomizationChoices(customizationsChoices, options) {
const response = await customizationsV3.bulkAddCustomizationChoices(
customizationsChoices,
options,
);
}
There are 3 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.