@wix/stores 1.0.317 → 1.0.318

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/stores",
3
- "version": "1.0.317",
3
+ "version": "1.0.318",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -29,7 +29,7 @@
29
29
  "@wix/stores_inventory": "1.0.68",
30
30
  "@wix/stores_inventory-items-v-3": "1.0.37",
31
31
  "@wix/stores_products": "1.0.93",
32
- "@wix/stores_products-v-3": "1.0.82",
32
+ "@wix/stores_products-v-3": "1.0.83",
33
33
  "@wix/stores_ribbons-v-3": "1.0.26",
34
34
  "@wix/stores_stores-locations-v-3": "1.0.32",
35
35
  "@wix/stores_subscription-options": "1.0.50",
@@ -58,5 +58,5 @@
58
58
  "fqdn": ""
59
59
  }
60
60
  },
61
- "falconPackageHash": "7ea49d204527ef31e94edf61abfb92eb6912ce3f88ea6e9c24d3db9e"
61
+ "falconPackageHash": "15db661dc7465e84a3b0f15367c10c49488436f2c131e842fd43dfe6"
62
62
  }
@@ -17312,12 +17312,13 @@ interface SearchProductsSignature {
17312
17312
  * Retrieves a list of up to 100 products, given the provided filtering, search expression, sorting, and cursor paging.
17313
17313
  * Pass supported values to the `fields` array in the request to include those fields in the response.
17314
17314
  *
17315
- *
17316
17315
  * To learn about working with _Search_ endpoints, see
17317
17316
  * [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language),
17318
17317
  * and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
17319
17318
  *
17320
- * > **Note:** To retrieve a non-visible product (`visible: false`), your app must have the required `SCOPE.STORES.PRODUCT_READ_ADMIN` permission scope.
17319
+ * > **Notes:**
17320
+ * + This method does not return `variantsInfo`. To retrieve product variants, use the Get Product method.
17321
+ * + To retrieve a non-visible product (`visible: false`), your app must have the required `SCOPE.STORES.PRODUCT_READ_ADMIN` permission scope.
17321
17322
  */
17322
17323
  (options?: SearchProductsOptions | undefined): Promise<V3SearchProductsResponse & V3SearchProductsResponseNonNullableFields>;
17323
17324
  }
@@ -17327,12 +17328,13 @@ interface QueryProductsSignature {
17327
17328
  * Retrieves a list of up to 100 products, given the provided filtering, sorting, and cursor paging.
17328
17329
  * Pass supported values to the `fields` array in the request to include those fields in the response.
17329
17330
  *
17330
- *
17331
17331
  * To learn about working with _Query_ endpoints, see
17332
17332
  * [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language),
17333
17333
  * and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
17334
17334
  *
17335
- * > **Note:** To retrieve a non-visible product (`visible: false`), your app must have the required `SCOPE.STORES.PRODUCT_READ_ADMIN` permission scope.
17335
+ * > **Notes:**
17336
+ * + This method does not return `variantsInfo`. To retrieve product variants, use the Get Product method.
17337
+ * + To retrieve a non-visible product (`visible: false`), your app must have the required `SCOPE.STORES.PRODUCT_READ_ADMIN` permission scope.
17336
17338
  */
17337
17339
  (options?: QueryProductsOptions | undefined): ProductsQueryBuilder;
17338
17340
  }
@@ -17312,12 +17312,13 @@ interface SearchProductsSignature {
17312
17312
  * Retrieves a list of up to 100 products, given the provided filtering, search expression, sorting, and cursor paging.
17313
17313
  * Pass supported values to the `fields` array in the request to include those fields in the response.
17314
17314
  *
17315
- *
17316
17315
  * To learn about working with _Search_ endpoints, see
17317
17316
  * [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language),
17318
17317
  * and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
17319
17318
  *
17320
- * > **Note:** To retrieve a non-visible product (`visible: false`), your app must have the required `SCOPE.STORES.PRODUCT_READ_ADMIN` permission scope.
17319
+ * > **Notes:**
17320
+ * + This method does not return `variantsInfo`. To retrieve product variants, use the Get Product method.
17321
+ * + To retrieve a non-visible product (`visible: false`), your app must have the required `SCOPE.STORES.PRODUCT_READ_ADMIN` permission scope.
17321
17322
  */
17322
17323
  (options?: SearchProductsOptions | undefined): Promise<V3SearchProductsResponse & V3SearchProductsResponseNonNullableFields>;
17323
17324
  }
@@ -17327,12 +17328,13 @@ interface QueryProductsSignature {
17327
17328
  * Retrieves a list of up to 100 products, given the provided filtering, sorting, and cursor paging.
17328
17329
  * Pass supported values to the `fields` array in the request to include those fields in the response.
17329
17330
  *
17330
- *
17331
17331
  * To learn about working with _Query_ endpoints, see
17332
17332
  * [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language),
17333
17333
  * and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
17334
17334
  *
17335
- * > **Note:** To retrieve a non-visible product (`visible: false`), your app must have the required `SCOPE.STORES.PRODUCT_READ_ADMIN` permission scope.
17335
+ * > **Notes:**
17336
+ * + This method does not return `variantsInfo`. To retrieve product variants, use the Get Product method.
17337
+ * + To retrieve a non-visible product (`visible: false`), your app must have the required `SCOPE.STORES.PRODUCT_READ_ADMIN` permission scope.
17336
17338
  */
17337
17339
  (options?: QueryProductsOptions | undefined): ProductsQueryBuilder;
17338
17340
  }