@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.
@@ -1114,6 +1114,7 @@ declare function onCustomizationDeleted(handler: (event: CustomizationDeletedEnv
1114
1114
  interface CustomizationUpdatedEnvelope {
1115
1115
  entity: Customization;
1116
1116
  metadata: EventMetadata;
1117
+ /** @hidden */
1117
1118
  modifiedFields: Record<string, any>;
1118
1119
  }
1119
1120
  /**
@@ -1280,7 +1281,9 @@ interface UpdateCustomizationOptions {
1280
1281
  /**
1281
1282
  * Deletes a customization.
1282
1283
  *
1283
- * > **Note:** A customization cannot be deleted if it is assigned to one or more products.
1284
+ * > **Notes:**
1285
+ * > + **Options** (customizations with `customizationType: PRODUCT_OPTION`) can't be deleted while assigned to any product because they affect product variants and inventory.
1286
+ * > + **Modifiers** can be deleted freely. When deleted, they are automatically removed from all products that reference them.
1284
1287
  * @param customizationId - Customization ID.
1285
1288
  * @public
1286
1289
  * @requiredField customizationId
@@ -1302,11 +1305,11 @@ declare function deleteCustomization(customizationId: string): Promise<void & {
1302
1305
  * - `cursorPaging.limit` is `100`
1303
1306
  *
1304
1307
  * For field support for filters and sorting,
1305
- * see [Customizations: Supported Filters and Sorting](https://dev.wix.com/docs/rest/business-solutions/stores/catalog-v3/customizations-v3/supported-filters-and-sorting).
1308
+ * see [Customizations: Supported Filters and Sorting](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/customizations-v3/supported-filters-and-sorting).
1306
1309
  *
1307
1310
  * To learn about working with _Query_ endpoints, see
1308
- * [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language),
1309
- * and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
1311
+ * [API Query Language](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/data-retrieval/about-the-wix-api-query-language),
1312
+ * and [Sorting and Paging](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/data-retrieval/about-sorting-and-paging).
1310
1313
  * @public
1311
1314
  * @permissionId WIX_STORES.CUSTOMIZATION_READ
1312
1315
  * @applicableIdentity APP