@wix/auto_sdk_stores_customizations-v-3 1.0.47 → 1.0.49

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.
@@ -41,7 +41,9 @@ interface DeleteCustomizationSignature {
41
41
  /**
42
42
  * Deletes a customization.
43
43
  *
44
- * > **Note:** A customization cannot be deleted if it is assigned to one or more products.
44
+ * > **Notes:**
45
+ * > + **Options** (customizations with `customizationType: PRODUCT_OPTION`) can't be deleted while assigned to any product because they affect product variants and inventory.
46
+ * > + **Modifiers** can be deleted freely. When deleted, they are automatically removed from all products that reference them.
45
47
  * @param - Customization ID.
46
48
  */
47
49
  (customizationId: string): Promise<void & {