@wix/auto_sdk_stores_products-v-3 1.0.34 → 1.0.36
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/build/cjs/index.typings.d.ts +0 -55
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.types.d.ts +276 -116
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.types.js.map +1 -1
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.universal.d.ts +298 -138
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.universal.js.map +1 -1
- package/build/es/index.typings.d.ts +0 -55
- package/build/es/index.typings.js.map +1 -1
- package/build/es/src/stores-catalog-v3-product-products-v-3.types.d.ts +276 -116
- package/build/es/src/stores-catalog-v3-product-products-v-3.types.js.map +1 -1
- package/build/es/src/stores-catalog-v3-product-products-v-3.universal.d.ts +298 -138
- package/build/es/src/stores-catalog-v3-product-products-v-3.universal.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +0 -55
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.types.d.ts +276 -116
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.types.js.map +1 -1
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.universal.d.ts +298 -138
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.universal.js.map +1 -1
- package/build/internal/es/index.typings.d.ts +0 -55
- package/build/internal/es/index.typings.js.map +1 -1
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.types.d.ts +276 -116
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.types.js.map +1 -1
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.universal.d.ts +298 -138
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.universal.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,56 +1 @@
|
|
|
1
|
-
import { V3SearchProductsResponse, SearchProductsOptions } from './src/stores-catalog-v3-product-products-v-3.universal';
|
|
2
1
|
export * from './src/stores-catalog-v3-product-products-v-3.universal.js';
|
|
3
|
-
/**
|
|
4
|
-
* Retrieves a list of up to 100 products, given the provided filtering, search expression, sorting, and cursor paging.
|
|
5
|
-
* Pass supported values to the `fields` array in the request to include those fields in the response.
|
|
6
|
-
*
|
|
7
|
-
* To learn about working with _Search_ endpoints, see
|
|
8
|
-
* [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language),
|
|
9
|
-
* and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
|
|
10
|
-
*
|
|
11
|
-
* > **Notes:**
|
|
12
|
-
* > + This method does not return `variantsInfo`. To retrieve product variants, use the Get Product method.
|
|
13
|
-
* > + To retrieve a non-visible product (`visible: false`), your app must have the required `SCOPE.STORES.PRODUCT_READ_ADMIN` permission scope.
|
|
14
|
-
* @public
|
|
15
|
-
* @documentationMaturity preview
|
|
16
|
-
* @permissionId WIX_STORES.PRODUCT_READ
|
|
17
|
-
* @permissionId WIX_STORES.PRODUCT_READ_NON_VISIBLE
|
|
18
|
-
* @permissionScope Manage Stores - all permissions
|
|
19
|
-
* @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
|
|
20
|
-
* @permissionScope Manage Stores
|
|
21
|
-
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
22
|
-
* @permissionScope Read products in v3 catalog
|
|
23
|
-
* @permissionScopeId SCOPE.STORES.PRODUCT_READ
|
|
24
|
-
* @permissionScope Read v3 catalog
|
|
25
|
-
* @permissionScopeId SCOPE.STORES.CATALOG_READ
|
|
26
|
-
* @permissionScope Manage Products
|
|
27
|
-
* @permissionScopeId SCOPE.DC-STORES.MANAGE-PRODUCTS
|
|
28
|
-
* @permissionScope Read Stores - all read permissions
|
|
29
|
-
* @permissionScopeId SCOPE.DC-STORES-MEGA.READ-STORES
|
|
30
|
-
* @permissionScope Read Products
|
|
31
|
-
* @permissionScopeId SCOPE.DC-STORES.READ-PRODUCTS
|
|
32
|
-
* @permissionScope Product v3 read admin
|
|
33
|
-
* @permissionScopeId SCOPE.STORES.PRODUCT_READ_ADMIN
|
|
34
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
35
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
36
|
-
* @permissionScope Manage v3 catalog
|
|
37
|
-
* @permissionScopeId SCOPE.STORES.CATALOG_WRITE
|
|
38
|
-
* @permissionScope Manage Orders
|
|
39
|
-
* @permissionScopeId SCOPE.DC-STORES.MANAGE-ORDERS
|
|
40
|
-
* @permissionScope Manage Stores - all permissions
|
|
41
|
-
* @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
|
|
42
|
-
* @permissionScope Manage Stores
|
|
43
|
-
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
44
|
-
* @permissionScope Manage Products
|
|
45
|
-
* @permissionScopeId SCOPE.DC-STORES.MANAGE-PRODUCTS
|
|
46
|
-
* @permissionScope Read Stores - all read permissions
|
|
47
|
-
* @permissionScopeId SCOPE.DC-STORES-MEGA.READ-STORES
|
|
48
|
-
* @permissionScope Read Products
|
|
49
|
-
* @permissionScopeId SCOPE.DC-STORES.READ-PRODUCTS
|
|
50
|
-
* @permissionScope Product v3 read admin
|
|
51
|
-
* @permissionScopeId SCOPE.STORES.PRODUCT_READ_ADMIN
|
|
52
|
-
* @applicableIdentity APP
|
|
53
|
-
* @applicableIdentity VISITOR
|
|
54
|
-
* @fqn wix.stores.catalog.v3.CatalogApi.SearchProducts
|
|
55
|
-
*/
|
|
56
|
-
export declare function searchProducts(options: SearchProductsOptions): Promise<V3SearchProductsResponse>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../index.typings.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../index.typings.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4FAA0E"}
|