@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.
@@ -181,7 +181,7 @@ interface ProductWithInventory extends ProductWithInventoryTypedPropertiesOneOf
181
181
  /**
182
182
  * Custom extended fields for the product object.
183
183
  *
184
- * [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.
184
+ * [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.
185
185
  */
186
186
  extendedFields?: ExtendedFields;
187
187
  }
@@ -2079,6 +2079,7 @@ interface TextNodeStyle {
2079
2079
  interface Media {
2080
2080
  /**
2081
2081
  * Main media (image, video, etc.) associated with this product.
2082
+ * Automatically set to the first item in the media list.
2082
2083
  * @readonly
2083
2084
  */
2084
2085
  main?: ProductMedia;
@@ -2892,7 +2893,10 @@ interface PricePerUnit {
2892
2893
  description?: string | null;
2893
2894
  }
2894
2895
  interface VariantDigitalProperties {
2895
- /** Digital file which will be downloaded by customer after successful purchase. */
2896
+ /**
2897
+ * Digital file which will be downloaded by the buyer after successful purchase.
2898
+ * Each variant can have a different digital file, allowing you to offer different content per variant.
2899
+ */
2896
2900
  digitalFile?: SecuredMedia;
2897
2901
  }
2898
2902
  interface SecuredMedia {
@@ -3253,7 +3257,7 @@ interface SubmitCatalogImportRequest {
3253
3257
  }
3254
3258
  interface SubmitCatalogImportResponse {
3255
3259
  /**
3256
- * 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
3260
+ * 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
3257
3261
  * @format GUID
3258
3262
  */
3259
3263
  jobId?: string;