This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Creates a customization.
function createCustomization(
customization: Customization,
): Promise<Customization>;
Customization to create.
import { customizationsV3 } from "@wix/stores";
async function createCustomization(customization) {
const response = await customizationsV3.createCustomization(customization);
}
There are 3 errors with this status code.
There are 3 errors with this status code.
This method may also return standard errors. Learn more about standard Wix errors.