@wix/auto_sdk_stores_customizations-v-3 1.0.49 → 1.0.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1451,7 +1451,7 @@ type CustomizationQuery = {
|
|
|
1451
1451
|
}[];
|
|
1452
1452
|
};
|
|
1453
1453
|
/**
|
|
1454
|
-
* Creates multiple
|
|
1454
|
+
* Creates multiple customizations.
|
|
1455
1455
|
* @param customizations - Customizations to create.
|
|
1456
1456
|
* @public
|
|
1457
1457
|
* @requiredField customizations
|
|
@@ -1524,7 +1524,7 @@ interface SetCustomizationChoicesOptions {
|
|
|
1524
1524
|
/**
|
|
1525
1525
|
* Removes choices from a customization.
|
|
1526
1526
|
*
|
|
1527
|
-
*
|
|
1527
|
+
* > **Note:** A choice can't be removed if it's assigned to one or more product variants. This applies to option choices only; modifier choices can be removed freely.
|
|
1528
1528
|
* @param customizationId - Customization ID.
|
|
1529
1529
|
* @param choiceIds - IDs of choices to remove.
|
|
1530
1530
|
* @public
|