@wix/auto_sdk_stores_customizations-v-3 1.0.71 → 1.0.73

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.
@@ -151,6 +151,7 @@ interface ChoicesSettings {
151
151
  choices?: Choice[];
152
152
  /**
153
153
  * Strategy for sorting choices in storefront filter panels. Use [Update Customization](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/customizations-v3/update-customization) to change this value.
154
+ * `sortOrder` is set to `MANUAL` when calling [Reorder Customization Choices](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/customizations-v3/reorder-customization-choices).
154
155
  *
155
156
  * Default: `DEFAULT`
156
157
  * @internal
@@ -1887,6 +1888,7 @@ interface UpdateCustomizationChoicesOptions {
1887
1888
  }
1888
1889
  /**
1889
1890
  * Reorders a customization's choices. The new order is persisted and reflected in the customization's choices list.
1891
+ * Calling this endpoint sets `choicesSettings.sortOrder` to `MANUAL`.
1890
1892
  *
1891
1893
  * To control how choices are sorted in storefront filter panels, use [Update Customization](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/customizations-v3/update-customization) to set the `choicesSettings.sortOrder` field.
1892
1894
  * @param customizationId - Customization ID.