@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.
@@ -180,7 +180,7 @@ interface ProductWithInventory extends ProductWithInventoryTypedPropertiesOneOf
180
180
  /**
181
181
  * Custom extended fields for the product object.
182
182
  *
183
- * [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.
183
+ * [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.
184
184
  */
185
185
  extendedFields?: ExtendedFields;
186
186
  }
@@ -2078,6 +2078,7 @@ interface TextNodeStyle {
2078
2078
  interface Media {
2079
2079
  /**
2080
2080
  * Main media (image, video, etc.) associated with this product.
2081
+ * Automatically set to the first item in the media list.
2081
2082
  * @readonly
2082
2083
  */
2083
2084
  main?: ProductMedia;
@@ -2839,7 +2840,10 @@ interface PricePerUnit {
2839
2840
  description?: string | null;
2840
2841
  }
2841
2842
  interface VariantDigitalProperties {
2842
- /** Digital file which will be downloaded by customer after successful purchase. */
2843
+ /**
2844
+ * Digital file which will be downloaded by the buyer after successful purchase.
2845
+ * Each variant can have a different digital file, allowing you to offer different content per variant.
2846
+ */
2843
2847
  digitalFile?: SecuredMedia;
2844
2848
  }
2845
2849
  interface SecuredMedia {
@@ -3200,7 +3204,7 @@ interface SubmitCatalogImportRequest {
3200
3204
  }
3201
3205
  interface SubmitCatalogImportResponse {
3202
3206
  /**
3203
- * 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
3207
+ * 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
3204
3208
  * @format GUID
3205
3209
  */
3206
3210
  jobId?: string;