@wix/auto_sdk_stores_catalog-imports-v-3 1.0.16 → 1.0.17

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.
@@ -192,7 +192,7 @@ interface ProductWithInventory extends ProductWithInventoryTypedPropertiesOneOf
192
192
  /**
193
193
  * Custom extended fields for the product object.
194
194
  *
195
- * [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must be configured in the [app dashboard](https://dev.wix.com/dc3/my-apps/) before they can be accessed with API calls.
195
+ * [Extended fields](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/backend-extensions/schema-plugins/about-schema-plugin-extensions) must be configured in the [app dashboard](https://dev.wix.com/dc3/my-apps/) before they can be accessed with API calls.
196
196
  */
197
197
  extendedFields?: ExtendedFields;
198
198
  }
@@ -2090,6 +2090,7 @@ interface TextNodeStyle {
2090
2090
  interface Media {
2091
2091
  /**
2092
2092
  * Main media (image, video, etc.) associated with this product.
2093
+ * Automatically set to the first item in the media list.
2093
2094
  * @readonly
2094
2095
  */
2095
2096
  main?: ProductMedia;
@@ -2851,7 +2852,10 @@ interface PricePerUnit {
2851
2852
  description?: string | null;
2852
2853
  }
2853
2854
  interface VariantDigitalProperties {
2854
- /** Digital file which will be downloaded by customer after successful purchase. */
2855
+ /**
2856
+ * Digital file which will be downloaded by the buyer after successful purchase.
2857
+ * Each variant can have a different digital file, allowing you to offer different content per variant.
2858
+ */
2855
2859
  digitalFile?: SecuredMedia;
2856
2860
  }
2857
2861
  interface SecuredMedia {
@@ -3219,7 +3223,7 @@ interface SubmitCatalogImportRequest {
3219
3223
  }
3220
3224
  interface SubmitCatalogImportResponse {
3221
3225
  /**
3222
- * Job ID for async operation tracking. Pass to [Get Async Job](https://dev.wix.com/docs/rest/business-management/async-job/get-async-job) or [List Async Job Items](https://dev.wix.com/docs/rest/business-management/async-job/list-async-job-items) to retrieve details and metadata
3226
+ * Job ID for async operation tracking. Pass to [Get Async Job](https://dev.wix.com/docs/api-reference/business-management/async-job/get-async-job) or [List Async Job Items](https://dev.wix.com/docs/api-reference/business-management/async-job/list-async-job-items) to retrieve details and metadata
3223
3227
  * @format GUID
3224
3228
  */
3225
3229
  jobId?: string;