@wix/auto_sdk_stores_products-v-3 1.0.0
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.d.ts +1 -0
- package/build/cjs/index.js +18 -0
- package/build/cjs/index.js.map +1 -0
- package/build/cjs/index.typings.d.ts +1 -0
- package/build/cjs/index.typings.js +18 -0
- package/build/cjs/index.typings.js.map +1 -0
- package/build/cjs/meta.d.ts +1 -0
- package/build/cjs/meta.js +18 -0
- package/build/cjs/meta.js.map +1 -0
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.context.d.ts +40 -0
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.context.js +127 -0
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.context.js.map +1 -0
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.http.d.ts +200 -0
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.http.js +5527 -0
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.http.js.map +1 -0
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.meta.d.ts +50 -0
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.meta.js +522 -0
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.meta.js.map +1 -0
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.public.d.ts +332 -0
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.public.js +690 -0
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.public.js.map +1 -0
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.types.d.ts +6737 -0
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.types.js +886 -0
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.types.js.map +1 -0
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.universal.d.ts +8300 -0
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.universal.js +3404 -0
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.universal.js.map +1 -0
- package/build/es/index.d.ts +1 -0
- package/build/es/index.js +2 -0
- package/build/es/index.js.map +1 -0
- package/build/es/index.typings.d.ts +1 -0
- package/build/es/index.typings.js +2 -0
- package/build/es/index.typings.js.map +1 -0
- package/build/es/meta.d.ts +1 -0
- package/build/es/meta.js +2 -0
- package/build/es/meta.js.map +1 -0
- package/build/es/package.json +3 -0
- package/build/es/src/stores-catalog-v3-product-products-v-3.context.d.ts +40 -0
- package/build/es/src/stores-catalog-v3-product-products-v-3.context.js +40 -0
- package/build/es/src/stores-catalog-v3-product-products-v-3.context.js.map +1 -0
- package/build/es/src/stores-catalog-v3-product-products-v-3.http.d.ts +200 -0
- package/build/es/src/stores-catalog-v3-product-products-v-3.http.js +5498 -0
- package/build/es/src/stores-catalog-v3-product-products-v-3.http.js.map +1 -0
- package/build/es/src/stores-catalog-v3-product-products-v-3.meta.d.ts +50 -0
- package/build/es/src/stores-catalog-v3-product-products-v-3.meta.js +470 -0
- package/build/es/src/stores-catalog-v3-product-products-v-3.meta.js.map +1 -0
- package/build/es/src/stores-catalog-v3-product-products-v-3.public.d.ts +332 -0
- package/build/es/src/stores-catalog-v3-product-products-v-3.public.js +577 -0
- package/build/es/src/stores-catalog-v3-product-products-v-3.public.js.map +1 -0
- package/build/es/src/stores-catalog-v3-product-products-v-3.types.d.ts +6737 -0
- package/build/es/src/stores-catalog-v3-product-products-v-3.types.js +882 -0
- package/build/es/src/stores-catalog-v3-product-products-v-3.types.js.map +1 -0
- package/build/es/src/stores-catalog-v3-product-products-v-3.universal.d.ts +8300 -0
- package/build/es/src/stores-catalog-v3-product-products-v-3.universal.js +3350 -0
- package/build/es/src/stores-catalog-v3-product-products-v-3.universal.js.map +1 -0
- package/build/internal/cjs/index.d.ts +1 -0
- package/build/internal/cjs/index.js +18 -0
- package/build/internal/cjs/index.js.map +1 -0
- package/build/internal/cjs/index.typings.d.ts +1 -0
- package/build/internal/cjs/index.typings.js +18 -0
- package/build/internal/cjs/index.typings.js.map +1 -0
- package/build/internal/cjs/meta.d.ts +1 -0
- package/build/internal/cjs/meta.js +18 -0
- package/build/internal/cjs/meta.js.map +1 -0
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.context.d.ts +40 -0
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.context.js +127 -0
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.context.js.map +1 -0
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.http.d.ts +200 -0
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.http.js +5527 -0
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.http.js.map +1 -0
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.meta.d.ts +50 -0
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.meta.js +522 -0
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.meta.js.map +1 -0
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.public.d.ts +332 -0
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.public.js +690 -0
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.public.js.map +1 -0
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.types.d.ts +6737 -0
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.types.js +886 -0
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.types.js.map +1 -0
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.universal.d.ts +8320 -0
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.universal.js +3404 -0
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.universal.js.map +1 -0
- package/build/internal/es/index.d.ts +1 -0
- package/build/internal/es/index.js +2 -0
- package/build/internal/es/index.js.map +1 -0
- package/build/internal/es/index.typings.d.ts +1 -0
- package/build/internal/es/index.typings.js +2 -0
- package/build/internal/es/index.typings.js.map +1 -0
- package/build/internal/es/meta.d.ts +1 -0
- package/build/internal/es/meta.js +2 -0
- package/build/internal/es/meta.js.map +1 -0
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.context.d.ts +40 -0
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.context.js +40 -0
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.context.js.map +1 -0
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.http.d.ts +200 -0
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.http.js +5498 -0
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.http.js.map +1 -0
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.meta.d.ts +50 -0
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.meta.js +470 -0
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.meta.js.map +1 -0
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.public.d.ts +332 -0
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.public.js +577 -0
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.public.js.map +1 -0
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.types.d.ts +6737 -0
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.types.js +882 -0
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.types.js.map +1 -0
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.universal.d.ts +8320 -0
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.universal.js +3350 -0
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.universal.js.map +1 -0
- package/meta/package.json +3 -0
- package/package.json +52 -0
|
@@ -0,0 +1,332 @@
|
|
|
1
|
+
import { EventDefinition, HttpClient } from '@wix/sdk-types';
|
|
2
|
+
import { BulkAddInfoSectionsToProductsByFilterOptions, BulkAddInfoSectionsToProductsOptions, BulkAddProductsToCategoriesByFilterOptions, BulkAddProductsToCategoriesByFilterResponse, BulkAddProductsToCategoriesByFilterResponseNonNullableFields, BulkAdjustProductVariantsByFilterOptions, BulkCreateProductsOptions, BulkCreateProductsResponse, BulkCreateProductsResponseNonNullableFields, BulkCreateProductsWithInventoryOptions, BulkCreateProductsWithInventoryResponse, BulkCreateProductsWithInventoryResponseNonNullableFields, BulkDeleteProductsByFilterOptions, BulkRemoveInfoSectionsFromProductsByFilterOptions, BulkRemoveInfoSectionsFromProductsOptions, BulkRemoveProductsFromCategoriesByFilterOptions, BulkRemoveProductsFromCategoriesByFilterResponse, BulkRemoveProductsFromCategoriesByFilterResponseNonNullableFields, BulkUpdateProductVariantsByFilterOptions, BulkUpdateProductVariantsByFilterResponse, BulkUpdateProductVariantsByFilterResponseNonNullableFields, BulkUpdateProductsByFilterOptions, BulkUpdateProductsOptions, BulkUpdateProductsResponse, BulkUpdateProductsResponseNonNullableFields, BulkUpdateProductsWithInventoryOptions, BulkUpdateProductsWithInventoryResponse, BulkUpdateProductsWithInventoryResponseNonNullableFields, CountProductsOptions, CreateProductOptions, CreateProductWithInventoryOptions, CreateProductWithInventoryResponse, CreateProductWithInventoryResponseNonNullableFields, GetProductBySlugOptions, GetProductOptions, MaskedProductWithInventory, ProductCreatedEnvelope, ProductDeletedEnvelope, ProductUpdatedEnvelope, ProductWithInventory, ProductsQueryBuilder, QueryProductsOptions, SearchProductsOptions, UpdateExtendedFieldsOptions, UpdateProduct, UpdateProductOptions, UpdateProductWithInventoryOptions, UpdateProductWithInventoryProduct, UpdateProductWithInventoryResponse, UpdateProductWithInventoryResponseNonNullableFields, V3BulkAddInfoSectionsToProductsByFilterResponse, V3BulkAddInfoSectionsToProductsByFilterResponseNonNullableFields, V3BulkAddInfoSectionsToProductsResponse, V3BulkAddInfoSectionsToProductsResponseNonNullableFields, V3BulkAdjustProductVariantsByFilterResponse, V3BulkAdjustProductVariantsByFilterResponseNonNullableFields, V3BulkDeleteProductsByFilterResponse, V3BulkDeleteProductsByFilterResponseNonNullableFields, V3BulkDeleteProductsResponse, V3BulkDeleteProductsResponseNonNullableFields, V3BulkRemoveInfoSectionsFromProductsByFilterResponse, V3BulkRemoveInfoSectionsFromProductsByFilterResponseNonNullableFields, V3BulkRemoveInfoSectionsFromProductsResponse, V3BulkRemoveInfoSectionsFromProductsResponseNonNullableFields, V3BulkUpdateProductsByFilterResponse, V3BulkUpdateProductsByFilterResponseNonNullableFields, V3CountProductsResponse, V3CountProductsResponseNonNullableFields, V3GetProductBySlugResponse, V3GetProductBySlugResponseNonNullableFields, V3MaskedProduct, V3Product, V3ProductIdWithRevision, V3ProductNonNullableFields, V3SearchProductsResponse, V3SearchProductsResponseNonNullableFields, V3UpdateExtendedFieldsResponse, V3UpdateExtendedFieldsResponseNonNullableFields } from './stores-catalog-v3-product-products-v-3.universal.js';
|
|
3
|
+
export declare const __metadata: {
|
|
4
|
+
PACKAGE_NAME: string;
|
|
5
|
+
};
|
|
6
|
+
export declare function createProduct(httpClient: HttpClient): CreateProductSignature;
|
|
7
|
+
interface CreateProductSignature {
|
|
8
|
+
/**
|
|
9
|
+
* Creates a new product.
|
|
10
|
+
*
|
|
11
|
+
* This endpoint also allows to add a ribbon, brand, info sections, options, and modifiers.
|
|
12
|
+
* @param - Product to create.
|
|
13
|
+
*
|
|
14
|
+
* At least 1 variant must be provided and each variant must have relevant item in `choices` field for every item in `options`.
|
|
15
|
+
* If `options` is empty one default variant must be provided with empty `choices` list.
|
|
16
|
+
* @returns Created product.
|
|
17
|
+
*/
|
|
18
|
+
(product: V3Product, options?: CreateProductOptions | undefined): Promise<V3Product & V3ProductNonNullableFields>;
|
|
19
|
+
}
|
|
20
|
+
export declare function createProductWithInventory(httpClient: HttpClient): CreateProductWithInventorySignature;
|
|
21
|
+
interface CreateProductWithInventorySignature {
|
|
22
|
+
/**
|
|
23
|
+
* Creates a new product, and can create the product's inventory in the variants' default locations.
|
|
24
|
+
*
|
|
25
|
+
* This endpoint also allows to add a ribbon, brand, info sections, options, and modifiers.
|
|
26
|
+
* @param - Product to create with inventory.
|
|
27
|
+
*
|
|
28
|
+
* At least one variant must be provided and each variant must have relevant item in `choices` field for every item in `options`.
|
|
29
|
+
* If `options` is empty one default variant must be provided with empty `choices` list.
|
|
30
|
+
*/
|
|
31
|
+
(product: ProductWithInventory, options?: CreateProductWithInventoryOptions | undefined): Promise<CreateProductWithInventoryResponse & CreateProductWithInventoryResponseNonNullableFields>;
|
|
32
|
+
}
|
|
33
|
+
export declare function updateProduct(httpClient: HttpClient): UpdateProductSignature;
|
|
34
|
+
interface UpdateProductSignature {
|
|
35
|
+
/**
|
|
36
|
+
* Updates a product.
|
|
37
|
+
*
|
|
38
|
+
* Each time the product is updated, `revision` increments by 1.
|
|
39
|
+
* The current `revision` must be passed when updating the product.
|
|
40
|
+
* This ensures you're working with the latest product and prevents unintended overwrites.
|
|
41
|
+
*
|
|
42
|
+
* >**Notes:**
|
|
43
|
+
* > + If `variantsInfo.variants` are passed, they will replace all existing variants.
|
|
44
|
+
* > + To update existing `variantsInfo.variants`, make sure to provide `variantsInfo.variants.id`. If no ID is passed, the variant will be created with a new ID.
|
|
45
|
+
* @param - Product ID.
|
|
46
|
+
* @returns Updated product.
|
|
47
|
+
*/
|
|
48
|
+
(_id: string | null, product: UpdateProduct, options?: UpdateProductOptions | undefined): Promise<V3Product & V3ProductNonNullableFields>;
|
|
49
|
+
}
|
|
50
|
+
export declare function updateProductWithInventory(httpClient: HttpClient): UpdateProductWithInventorySignature;
|
|
51
|
+
interface UpdateProductWithInventorySignature {
|
|
52
|
+
/**
|
|
53
|
+
* Updates a new product, and can update the product's inventory.
|
|
54
|
+
*
|
|
55
|
+
* Each time the product is updated, `revision` increments by 1.
|
|
56
|
+
* The current `revision` must be passed when updating the product.
|
|
57
|
+
* This ensures you're working with the latest product and prevents unintended overwrites.
|
|
58
|
+
*
|
|
59
|
+
* >**Notes:**
|
|
60
|
+
* > + Passing `variantsInfo.variants` will replace all existing variants.
|
|
61
|
+
* > + To update existing `variantsInfo.variants`, pass `variantsInfo.variants.id`. If no ID is passed, the variant will be created with a new ID.
|
|
62
|
+
* @param - Product ID.
|
|
63
|
+
*/
|
|
64
|
+
(_id: string | null, product: UpdateProductWithInventoryProduct, options?: UpdateProductWithInventoryOptions | undefined): Promise<UpdateProductWithInventoryResponse & UpdateProductWithInventoryResponseNonNullableFields>;
|
|
65
|
+
}
|
|
66
|
+
export declare function bulkCreateProducts(httpClient: HttpClient): BulkCreateProductsSignature;
|
|
67
|
+
interface BulkCreateProductsSignature {
|
|
68
|
+
/**
|
|
69
|
+
* Creates up to 100 products.
|
|
70
|
+
*
|
|
71
|
+
* >**Note:**
|
|
72
|
+
* > The following limits apply to the total number of creatable entities in a single request.
|
|
73
|
+
* > For example, you can create 10 products with up to 10 options for each product (10 x 10 = 100), or one product with 100 options.
|
|
74
|
+
* > Alternatively, you can create 100 products with up to 10 variants in each (100 x 10 = 1000), or one product with 1000 variants.
|
|
75
|
+
* > + `options`: 100
|
|
76
|
+
* > + `modifiers`: 100
|
|
77
|
+
* > + `infoSections`: 100
|
|
78
|
+
* > + `variantsInfo.variants`: 1000
|
|
79
|
+
* @param - List of products to create.
|
|
80
|
+
*/
|
|
81
|
+
(products: V3Product[], options?: BulkCreateProductsOptions | undefined): Promise<BulkCreateProductsResponse & BulkCreateProductsResponseNonNullableFields>;
|
|
82
|
+
}
|
|
83
|
+
export declare function bulkCreateProductsWithInventory(httpClient: HttpClient): BulkCreateProductsWithInventorySignature;
|
|
84
|
+
interface BulkCreateProductsWithInventorySignature {
|
|
85
|
+
/**
|
|
86
|
+
* Creates up to 100 products, and can create the products' inventories in the variants' default locations.
|
|
87
|
+
*
|
|
88
|
+
* >**Note:**
|
|
89
|
+
* > The following limits apply to the total number of creatable entities in a single request.
|
|
90
|
+
* > For example, you can create 10 products with up to 10 options for each product (10 x 10 = 100), or one product with 100 options.
|
|
91
|
+
* > Alternatively, you can create 100 products with up to 10 variants in each (100 x 10 = 1000), or one product with 1000 variants.
|
|
92
|
+
* > + `options`: 100
|
|
93
|
+
* > + `modifiers`: 100
|
|
94
|
+
* > + `infoSections`: 100
|
|
95
|
+
* > + `variantsInfo.variants`: 1000
|
|
96
|
+
* @param - List of products to create with inventory.
|
|
97
|
+
*/
|
|
98
|
+
(products: ProductWithInventory[], options?: BulkCreateProductsWithInventoryOptions | undefined): Promise<BulkCreateProductsWithInventoryResponse & BulkCreateProductsWithInventoryResponseNonNullableFields>;
|
|
99
|
+
}
|
|
100
|
+
export declare function bulkUpdateProducts(httpClient: HttpClient): BulkUpdateProductsSignature;
|
|
101
|
+
interface BulkUpdateProductsSignature {
|
|
102
|
+
/**
|
|
103
|
+
* Updates up to 100 products.
|
|
104
|
+
*
|
|
105
|
+
* >**Note:**
|
|
106
|
+
* > The following limits apply to the total number of updatable entities in a single request.
|
|
107
|
+
* > For example, you can update 10 products with up to 10 options for each product (10 x 10 = 100), or one product with 100 options.
|
|
108
|
+
* > Alternatively, you can update 100 products with up to 10 variants in each (100 x 10 = 1000), or one product with 1000 variants.
|
|
109
|
+
* > + `options`: 100
|
|
110
|
+
* > + `modifiers`: 100
|
|
111
|
+
* > + `infoSections`: 100
|
|
112
|
+
* > + `variantsInfo.variants`: 1000
|
|
113
|
+
* @param - List of products to update.
|
|
114
|
+
*/
|
|
115
|
+
(products: V3MaskedProduct[], options?: BulkUpdateProductsOptions | undefined): Promise<BulkUpdateProductsResponse & BulkUpdateProductsResponseNonNullableFields>;
|
|
116
|
+
}
|
|
117
|
+
export declare function bulkUpdateProductsWithInventory(httpClient: HttpClient): BulkUpdateProductsWithInventorySignature;
|
|
118
|
+
interface BulkUpdateProductsWithInventorySignature {
|
|
119
|
+
/**
|
|
120
|
+
* Updates up to 100 products, and can update the products' inventories in the variants' default locations.
|
|
121
|
+
*
|
|
122
|
+
* >**Note:**
|
|
123
|
+
* > The following limits apply to the total number of updatable entities in a single request.
|
|
124
|
+
* > For example, you can update 10 products with up to 10 options for each product (10 x 10 = 100), or one product with 100 options.
|
|
125
|
+
* > Alternatively, you can update 100 products with up to 10 variants in each (100 x 10 = 1000), or one product with 1000 variants.
|
|
126
|
+
* > + `options`: 100
|
|
127
|
+
* > + `modifiers`: 100
|
|
128
|
+
* > + `infoSections`: 100
|
|
129
|
+
* > + `variantsInfo.variants`: 1000
|
|
130
|
+
* @param - List of products to update.
|
|
131
|
+
*/
|
|
132
|
+
(products: MaskedProductWithInventory[], options?: BulkUpdateProductsWithInventoryOptions | undefined): Promise<BulkUpdateProductsWithInventoryResponse & BulkUpdateProductsWithInventoryResponseNonNullableFields>;
|
|
133
|
+
}
|
|
134
|
+
export declare function bulkUpdateProductsByFilter(httpClient: HttpClient): BulkUpdateProductsByFilterSignature;
|
|
135
|
+
interface BulkUpdateProductsByFilterSignature {
|
|
136
|
+
/**
|
|
137
|
+
* Updates multiple products, given the provided filter.
|
|
138
|
+
*
|
|
139
|
+
* To update `infoSections`, `brand` or `ribbon` fields, you must also pass their existing `id`.
|
|
140
|
+
*
|
|
141
|
+
* > **Note:**
|
|
142
|
+
* > The following fields cannot be updated with this endpoint:
|
|
143
|
+
* > + `slug`
|
|
144
|
+
* > + `options`
|
|
145
|
+
* > + `modifiers`
|
|
146
|
+
* > + `variantsInfo`
|
|
147
|
+
* >
|
|
148
|
+
* > To update these fields, use [Bulk Update Products](https://dev.wix.com/docs/rest/business-solutions/stores/catalog-v3/products-v3/bulk-update-products).
|
|
149
|
+
*/
|
|
150
|
+
(options?: BulkUpdateProductsByFilterOptions | undefined): Promise<V3BulkUpdateProductsByFilterResponse & V3BulkUpdateProductsByFilterResponseNonNullableFields>;
|
|
151
|
+
}
|
|
152
|
+
export declare function updateExtendedFields(httpClient: HttpClient): UpdateExtendedFieldsSignature;
|
|
153
|
+
interface UpdateExtendedFieldsSignature {
|
|
154
|
+
/**
|
|
155
|
+
* Updates a product's extended fields.
|
|
156
|
+
*
|
|
157
|
+
* [Extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields) must first be configured in the app dashboard.
|
|
158
|
+
* @param - Product ID.
|
|
159
|
+
* @param - App namespace.
|
|
160
|
+
*/
|
|
161
|
+
(productId: string, namespace: string, options?: UpdateExtendedFieldsOptions | undefined): Promise<V3UpdateExtendedFieldsResponse & V3UpdateExtendedFieldsResponseNonNullableFields>;
|
|
162
|
+
}
|
|
163
|
+
export declare function deleteProduct(httpClient: HttpClient): DeleteProductSignature;
|
|
164
|
+
interface DeleteProductSignature {
|
|
165
|
+
/**
|
|
166
|
+
* Deletes a product and all its variants.
|
|
167
|
+
* @param - Product ID.
|
|
168
|
+
*/
|
|
169
|
+
(productId: string): Promise<void>;
|
|
170
|
+
}
|
|
171
|
+
export declare function bulkDeleteProducts(httpClient: HttpClient): BulkDeleteProductsSignature;
|
|
172
|
+
interface BulkDeleteProductsSignature {
|
|
173
|
+
/**
|
|
174
|
+
* Deletes multiple products.
|
|
175
|
+
* @param - IDs of products to delete.
|
|
176
|
+
*/
|
|
177
|
+
(productIds: string[]): Promise<V3BulkDeleteProductsResponse & V3BulkDeleteProductsResponseNonNullableFields>;
|
|
178
|
+
}
|
|
179
|
+
export declare function bulkDeleteProductsByFilter(httpClient: HttpClient): BulkDeleteProductsByFilterSignature;
|
|
180
|
+
interface BulkDeleteProductsByFilterSignature {
|
|
181
|
+
/**
|
|
182
|
+
* Delete multiple products, given the provided filter.
|
|
183
|
+
* @param - Filter object.
|
|
184
|
+
*/
|
|
185
|
+
(filter: Record<string, any> | null, options?: BulkDeleteProductsByFilterOptions | undefined): Promise<V3BulkDeleteProductsByFilterResponse & V3BulkDeleteProductsByFilterResponseNonNullableFields>;
|
|
186
|
+
}
|
|
187
|
+
export declare function getProduct(httpClient: HttpClient): GetProductSignature;
|
|
188
|
+
interface GetProductSignature {
|
|
189
|
+
/**
|
|
190
|
+
* Retrieves a product.
|
|
191
|
+
*
|
|
192
|
+
* > **Note:**
|
|
193
|
+
* > To retrieve a non-visible product (`visible: false`), your app must have the required `SCOPE.STORES.PRODUCT_READ_ADMIN` permission scope.
|
|
194
|
+
* @param - Product ID.
|
|
195
|
+
* @returns Product.
|
|
196
|
+
*/
|
|
197
|
+
(productId: string, options?: GetProductOptions | undefined): Promise<V3Product & V3ProductNonNullableFields>;
|
|
198
|
+
}
|
|
199
|
+
export declare function getProductBySlug(httpClient: HttpClient): GetProductBySlugSignature;
|
|
200
|
+
interface GetProductBySlugSignature {
|
|
201
|
+
/**
|
|
202
|
+
* Retrieves a product by slug.
|
|
203
|
+
*
|
|
204
|
+
* > **Note:**
|
|
205
|
+
* > To retrieve a non-visible product (`visible: false`), your app must have the required `SCOPE.STORES.PRODUCT_READ_ADMIN` permission scope.
|
|
206
|
+
* @param - Product slug.
|
|
207
|
+
*/
|
|
208
|
+
(slug: string, options?: GetProductBySlugOptions | undefined): Promise<V3GetProductBySlugResponse & V3GetProductBySlugResponseNonNullableFields>;
|
|
209
|
+
}
|
|
210
|
+
export declare function searchProducts(httpClient: HttpClient): SearchProductsSignature;
|
|
211
|
+
interface SearchProductsSignature {
|
|
212
|
+
/**
|
|
213
|
+
* Retrieves a list of up to 100 products, given the provided filtering, search expression, sorting, and cursor paging.
|
|
214
|
+
* Pass supported values to the `fields` array in the request to include those fields in the response.
|
|
215
|
+
*
|
|
216
|
+
* To learn about working with _Search_ endpoints, see
|
|
217
|
+
* [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language),
|
|
218
|
+
* and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
|
|
219
|
+
*
|
|
220
|
+
* > **Notes:**
|
|
221
|
+
* > + This method does not return `variantsInfo`. To retrieve product variants, use the Get Product method.
|
|
222
|
+
* > + To retrieve a non-visible product (`visible: false`), your app must have the required `SCOPE.STORES.PRODUCT_READ_ADMIN` permission scope.
|
|
223
|
+
*/
|
|
224
|
+
(options?: SearchProductsOptions | undefined): Promise<V3SearchProductsResponse & V3SearchProductsResponseNonNullableFields>;
|
|
225
|
+
}
|
|
226
|
+
export declare function queryProducts(httpClient: HttpClient): QueryProductsSignature;
|
|
227
|
+
interface QueryProductsSignature {
|
|
228
|
+
/**
|
|
229
|
+
* Retrieves a list of up to 100 products, given the provided filtering, sorting, and cursor paging.
|
|
230
|
+
* Pass supported values to the `fields` array in the request to include those fields in the response.
|
|
231
|
+
*
|
|
232
|
+
* To learn about working with _Query_ endpoints, see
|
|
233
|
+
* [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language),
|
|
234
|
+
* and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
|
|
235
|
+
*
|
|
236
|
+
* > **Notes:**
|
|
237
|
+
* > + This method does not return `variantsInfo`. To retrieve product variants, use the Get Product method.
|
|
238
|
+
* > + To retrieve a non-visible product (`visible: false`), your app must have the required `SCOPE.STORES.PRODUCT_READ_ADMIN` permission scope.
|
|
239
|
+
*/
|
|
240
|
+
(options?: QueryProductsOptions | undefined): ProductsQueryBuilder;
|
|
241
|
+
}
|
|
242
|
+
export declare function countProducts(httpClient: HttpClient): CountProductsSignature;
|
|
243
|
+
interface CountProductsSignature {
|
|
244
|
+
/**
|
|
245
|
+
* Counts the number of products that match the provided filtering.
|
|
246
|
+
*/
|
|
247
|
+
(options?: CountProductsOptions | undefined): Promise<V3CountProductsResponse & V3CountProductsResponseNonNullableFields>;
|
|
248
|
+
}
|
|
249
|
+
export declare function bulkUpdateProductVariantsByFilter(httpClient: HttpClient): BulkUpdateProductVariantsByFilterSignature;
|
|
250
|
+
interface BulkUpdateProductVariantsByFilterSignature {
|
|
251
|
+
/**
|
|
252
|
+
* Updates a variant of multiple products, given the provided filter and search expression.
|
|
253
|
+
*
|
|
254
|
+
*
|
|
255
|
+
* Only the following variant fields can be updated:
|
|
256
|
+
* + `visible`
|
|
257
|
+
* + `price`
|
|
258
|
+
* + `revenueDetails.cost`
|
|
259
|
+
* + `physicalOptions`
|
|
260
|
+
* @param - Filter object.
|
|
261
|
+
*/
|
|
262
|
+
(filter: Record<string, any> | null, options?: BulkUpdateProductVariantsByFilterOptions | undefined): Promise<BulkUpdateProductVariantsByFilterResponse & BulkUpdateProductVariantsByFilterResponseNonNullableFields>;
|
|
263
|
+
}
|
|
264
|
+
export declare function bulkAdjustProductVariantsByFilter(httpClient: HttpClient): BulkAdjustProductVariantsByFilterSignature;
|
|
265
|
+
interface BulkAdjustProductVariantsByFilterSignature {
|
|
266
|
+
/**
|
|
267
|
+
* Adjusts the price and cost of multiple variants, given the provided filter and search expression.
|
|
268
|
+
*
|
|
269
|
+
*
|
|
270
|
+
* Only the following variant fields can be increased/decreased by amount or percentage:
|
|
271
|
+
* + `basePrice`
|
|
272
|
+
* + `salePrice`
|
|
273
|
+
* + `cost`
|
|
274
|
+
* + `salePriceFromBasePrice`
|
|
275
|
+
* @param - Filter object.
|
|
276
|
+
*/
|
|
277
|
+
(filter: Record<string, any> | null, options?: BulkAdjustProductVariantsByFilterOptions | undefined): Promise<V3BulkAdjustProductVariantsByFilterResponse & V3BulkAdjustProductVariantsByFilterResponseNonNullableFields>;
|
|
278
|
+
}
|
|
279
|
+
export declare function bulkAddInfoSectionsToProductsByFilter(httpClient: HttpClient): BulkAddInfoSectionsToProductsByFilterSignature;
|
|
280
|
+
interface BulkAddInfoSectionsToProductsByFilterSignature {
|
|
281
|
+
/**
|
|
282
|
+
* Adds info sections to multiple products, given the provided filter and search expression.
|
|
283
|
+
* @param - Filter object.
|
|
284
|
+
*/
|
|
285
|
+
(filter: Record<string, any> | null, options?: BulkAddInfoSectionsToProductsByFilterOptions | undefined): Promise<V3BulkAddInfoSectionsToProductsByFilterResponse & V3BulkAddInfoSectionsToProductsByFilterResponseNonNullableFields>;
|
|
286
|
+
}
|
|
287
|
+
export declare function bulkAddInfoSectionsToProducts(httpClient: HttpClient): BulkAddInfoSectionsToProductsSignature;
|
|
288
|
+
interface BulkAddInfoSectionsToProductsSignature {
|
|
289
|
+
/**
|
|
290
|
+
* Adds info sections to multiple products.
|
|
291
|
+
* @param - List of product IDs and revisions.
|
|
292
|
+
*/
|
|
293
|
+
(products: V3ProductIdWithRevision[], options?: BulkAddInfoSectionsToProductsOptions | undefined): Promise<V3BulkAddInfoSectionsToProductsResponse & V3BulkAddInfoSectionsToProductsResponseNonNullableFields>;
|
|
294
|
+
}
|
|
295
|
+
export declare function bulkRemoveInfoSectionsFromProductsByFilter(httpClient: HttpClient): BulkRemoveInfoSectionsFromProductsByFilterSignature;
|
|
296
|
+
interface BulkRemoveInfoSectionsFromProductsByFilterSignature {
|
|
297
|
+
/**
|
|
298
|
+
* Removes info sections from multiple products, given the provided filter and search expression.
|
|
299
|
+
* @param - Filter object.
|
|
300
|
+
*/
|
|
301
|
+
(filter: Record<string, any> | null, options?: BulkRemoveInfoSectionsFromProductsByFilterOptions | undefined): Promise<V3BulkRemoveInfoSectionsFromProductsByFilterResponse & V3BulkRemoveInfoSectionsFromProductsByFilterResponseNonNullableFields>;
|
|
302
|
+
}
|
|
303
|
+
export declare function bulkRemoveInfoSectionsFromProducts(httpClient: HttpClient): BulkRemoveInfoSectionsFromProductsSignature;
|
|
304
|
+
interface BulkRemoveInfoSectionsFromProductsSignature {
|
|
305
|
+
/**
|
|
306
|
+
* Removes info sections from multiple products.
|
|
307
|
+
* @param - List of product IDs and revisions.
|
|
308
|
+
*/
|
|
309
|
+
(products: V3ProductIdWithRevision[], options?: BulkRemoveInfoSectionsFromProductsOptions | undefined): Promise<V3BulkRemoveInfoSectionsFromProductsResponse & V3BulkRemoveInfoSectionsFromProductsResponseNonNullableFields>;
|
|
310
|
+
}
|
|
311
|
+
export declare function bulkAddProductsToCategoriesByFilter(httpClient: HttpClient): BulkAddProductsToCategoriesByFilterSignature;
|
|
312
|
+
interface BulkAddProductsToCategoriesByFilterSignature {
|
|
313
|
+
/**
|
|
314
|
+
* Adds multiple products, given the provided filter and search expression, to up to 5 categories.
|
|
315
|
+
*
|
|
316
|
+
* Learn more about the [Categories API](https://dev.wix.com/docs/rest/business-management/categories/introduction).
|
|
317
|
+
*/
|
|
318
|
+
(options?: BulkAddProductsToCategoriesByFilterOptions | undefined): Promise<BulkAddProductsToCategoriesByFilterResponse & BulkAddProductsToCategoriesByFilterResponseNonNullableFields>;
|
|
319
|
+
}
|
|
320
|
+
export declare function bulkRemoveProductsFromCategoriesByFilter(httpClient: HttpClient): BulkRemoveProductsFromCategoriesByFilterSignature;
|
|
321
|
+
interface BulkRemoveProductsFromCategoriesByFilterSignature {
|
|
322
|
+
/**
|
|
323
|
+
* Removes multiple products, given the provided filter and search expression, from up to 5 categories.
|
|
324
|
+
*
|
|
325
|
+
* Learn more about the [Categories API](https://dev.wix.com/docs/rest/business-management/categories/introduction).
|
|
326
|
+
*/
|
|
327
|
+
(options?: BulkRemoveProductsFromCategoriesByFilterOptions | undefined): Promise<BulkRemoveProductsFromCategoriesByFilterResponse & BulkRemoveProductsFromCategoriesByFilterResponseNonNullableFields>;
|
|
328
|
+
}
|
|
329
|
+
export declare const onProductCreated: EventDefinition<ProductCreatedEnvelope, "wix.stores.catalog.v3.product_created">;
|
|
330
|
+
export declare const onProductDeleted: EventDefinition<ProductDeletedEnvelope, "wix.stores.catalog.v3.product_deleted">;
|
|
331
|
+
export declare const onProductUpdated: EventDefinition<ProductUpdatedEnvelope, "wix.stores.catalog.v3.product_updated">;
|
|
332
|
+
export { ActionEvent, AdjustValue, AdjustValueAdjustValueOneOf, Aggregation, AggregationData, AggregationDataAggregationResults, AggregationDataAggregationResultsResultOneOf, AggregationDataAggregationResultsScalarResult, AggregationDateHistogramAggregation, AggregationDateHistogramAggregationInterval, AggregationKindOneOf, AggregationNestedAggregation, AggregationNestedAggregationNestedAggregationItem, AggregationNestedAggregationNestedAggregationItemKindOneOf, AggregationNestedAggregationNestedAggregationType, AggregationRangeAggregation, AggregationRangeAggregationRangeBucket, AggregationResults, AggregationResultsDateHistogramResults, AggregationResultsGroupByValueResults, AggregationResultsNestedAggregationResults, AggregationResultsNestedAggregationResultsResultOneOf, AggregationResultsNestedResults, AggregationResultsRangeResults, AggregationResultsResultOneOf, AggregationResultsScalarResult, AggregationResultsValueResults, AggregationScalarAggregation, AggregationType, AggregationValueAggregation, AggregationValueAggregationIncludeMissingValuesOptions, AggregationValueAggregationMissingValues, AggregationValueAggregationOptionsOneOf, AggregationValueAggregationSortDirection, AggregationValueAggregationSortType, Alignment, AnchorData, App, AppEmbedData, AppEmbedDataAppDataOneOf, AppType, ApplicationError, AudioData, AvailabilityStatus, Background, BackgroundBackgroundOneOf, BackgroundType, BaseEventMetadata, BlockquoteData, BookingData, Border, BorderColors, Brand, BreadCrumb, BreadcrumbsInfo, BulkActionMetadata, BulkAddInfoSectionsToProductsByFilterOptions, BulkAddInfoSectionsToProductsByFilterRequest, BulkAddInfoSectionsToProductsByFilterResponse, BulkAddInfoSectionsToProductsOptions, BulkAddInfoSectionsToProductsRequest, BulkAddInfoSectionsToProductsResponse, BulkAddProductsToCategoriesByFilterOptions, BulkAddProductsToCategoriesByFilterRequest, BulkAddProductsToCategoriesByFilterResponse, BulkAddProductsToCategoriesByFilterResponseNonNullableFields, BulkAdjustProductVariantsByFilterOptions, BulkAdjustProductVariantsByFilterRequest, BulkAdjustProductVariantsByFilterRequestRoundingStrategy, BulkAdjustProductVariantsByFilterResponse, BulkCreateProductsOptions, BulkCreateProductsRequest, BulkCreateProductsResponse, BulkCreateProductsResponseNonNullableFields, BulkCreateProductsWithInventoryOptions, BulkCreateProductsWithInventoryRequest, BulkCreateProductsWithInventoryResponse, BulkCreateProductsWithInventoryResponseNonNullableFields, BulkDeleteProductsByFilterOptions, BulkDeleteProductsByFilterRequest, BulkDeleteProductsByFilterResponse, BulkDeleteProductsRequest, BulkDeleteProductsResponse, BulkDeleteProductsResponseBulkProductResult, BulkInventoryItemAction, BulkInventoryItemResult, BulkInventoryItemResults, BulkProductResult, BulkProductResults, BulkRemoveInfoSectionsFromProductsByFilterOptions, BulkRemoveInfoSectionsFromProductsByFilterRequest, BulkRemoveInfoSectionsFromProductsByFilterResponse, BulkRemoveInfoSectionsFromProductsOptions, BulkRemoveInfoSectionsFromProductsRequest, BulkRemoveInfoSectionsFromProductsResponse, BulkRemoveProductsFromCategoriesByFilterOptions, BulkRemoveProductsFromCategoriesByFilterRequest, BulkRemoveProductsFromCategoriesByFilterResponse, BulkRemoveProductsFromCategoriesByFilterResponseNonNullableFields, BulkUpdateProductVariantsByFilterOptions, BulkUpdateProductVariantsByFilterRequest, BulkUpdateProductVariantsByFilterResponse, BulkUpdateProductVariantsByFilterResponseNonNullableFields, BulkUpdateProductsByFilterOptions, BulkUpdateProductsByFilterRequest, BulkUpdateProductsByFilterResponse, BulkUpdateProductsOptions, BulkUpdateProductsRequest, BulkUpdateProductsResponse, BulkUpdateProductsResponseNonNullableFields, BulkUpdateProductsWithInventoryOptions, BulkUpdateProductsWithInventoryRequest, BulkUpdateProductsWithInventoryResponse, BulkUpdateProductsWithInventoryResponseNonNullableFields, BulkUpdateVariantsByFilterRequest, BulkUpdateVariantsByFilterResponse, BulletedListData, ButtonData, CaptionData, CatalogV3BulkProductResult, CatalogV3OptionChoiceIds, CatalogV3OptionChoiceNames, CellStyle, ChoiceType, ChoicesSettings, CodeBlockData, CollapsibleListData, ColorData, Colors, CommonAggregation, CommonAggregationData, CommonAggregationDateHistogramAggregation, CommonAggregationKindOneOf, CommonAggregationNestedAggregation, CommonAggregationRangeAggregation, CommonAggregationScalarAggregation, CommonAggregationType, CommonAggregationValueAggregation, CommonAggregationValueAggregationOptionsOneOf, CommonBulkActionMetadata, CommonCursorPaging, CommonCursorPagingMetadata, CommonCursorQuery, CommonCursorQueryPagingMethodOneOf, CommonCursorSearch, CommonCursorSearchPagingMethodOneOf, CommonCursors, CommonItemMetadata, CommonScalarType, CommonSearchDetails, CommonSearchDetailsMode, CommonSortOrder, CommonSorting, CommonVideoResolution, ConnectedModifier, ConnectedModifierChoice, ConnectedModifierChoiceValueOneOf, ConnectedModifierModifierSettingsOneOf, ConnectedOption, ConnectedOptionChoice, ConnectedOptionChoiceValueOneOf, ConnectedOptionOptionSettingsOneOf, CountProductsOptions, CountProductsRequest, CountProductsResponse, CreateProductOptions, CreateProductRequest, CreateProductResponse, CreateProductResponseNonNullableFields, CreateProductWithInventoryOptions, CreateProductWithInventoryRequest, CreateProductWithInventoryResponse, CreateProductWithInventoryResponseNonNullableFields, Crop, CursorPaging, CursorPagingMetadata, CursorQuery, CursorQueryPagingMethodOneOf, CursorSearch, CursorSearchPagingMethodOneOf, Cursors, DateHistogramAggregation, DateHistogramAggregationInterval, DateHistogramResult, DateHistogramResults, DateHistogramResultsDateHistogramResult, Decoration, DecorationDataOneOf, DecorationType, DeleteByFilterOperation, DeleteByIdsOperation, DeleteProductRequest, DeleteProductResponse, DeprecatedSearchProductsWithOffsetRequest, DeprecatedSearchProductsWithOffsetResponse, Design, Dimensions, Direction, DiscountType, DividerData, DoNotCallBulkCreateProductsRequest, DoNotCallBulkCreateProductsResponse, DoNotCallBulkUpdateProductsRequest, DoNotCallBulkUpdateProductsResponse, DoNotCallCreateProductRequest, DoNotCallCreateProductResponse, DoNotCallUpdateProductRequest, DoNotCallUpdateProductResponse, DocumentImage, DocumentPayload, DocumentStyle, DocumentUpdateOperation, DomainEvent, DomainEventBodyOneOf, DuplicateMediaIdAssignedToProduct, EmbedData, Empty, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, Enum, EventData, EventMetadata, EventuallyConsistentQueryProductsRequest, EventuallyConsistentQueryProductsResponse, ExtendedFields, File, FileData, FileSource, FileSourceDataOneOf, FileType, FixedMonetaryAmount, FontSizeData, FontType, FreeTextSettings, FulfillerDeleted, GIF, GIFData, GIFType, GalleryData, GalleryOptions, GetProductBySlugOptions, GetProductBySlugRequest, GetProductBySlugResponse, GetProductOptions, GetProductRequest, GetProductResponse, Gradient, GroupByAggregation, GroupByAggregationKindOneOf, GroupByValueResults, GroupByValueResultsNestedValueAggregationResult, HTMLData, HTMLDataDataOneOf, HeadingData, Height, IdentificationData, IdentificationDataIdOneOf, Image, ImageData, IncludeMissingValuesOptions, IndexDocument, InfoSection, InitialExpandedItems, Interval, InvalidDigitalFileIds, InvalidateCache, InvalidateCacheGetByOneOf, Inventory, InventoryAvailabilityStatus, InventoryItem, InventoryItemComposite, InventoryItemCompositeTrackingMethodOneOf, InventoryItemTrackingMethodOneOf, InventoryStatus, Item, ItemDataOneOf, ItemMetadata, ItemStyle, Keyword, Layout, LayoutCellData, LayoutType, LineStyle, Link, LinkData, LinkDataOneOf, LinkPreviewData, ListValue, MapData, MapSettings, MapType, MaskedProduct, MaskedProductWithInventory, MeasurementUnit, Media, MediaItemsInfo, MediaType, MentionData, MessageEnvelope, Metadata, MinVariantPriceInfo, MissingValues, Mode, ModifierChoicesSettings, ModifierRenderType, MultipleColors, NestedAggregation, NestedAggregationItem, NestedAggregationItemKindOneOf, NestedAggregationNestedAggregationItem, NestedAggregationNestedAggregationItemKindOneOf, NestedAggregationNestedAggregationType, NestedAggregationResults, NestedAggregationResultsResultOneOf, NestedAggregationType, NestedResultValue, NestedResultValueResultOneOf, NestedResults, NestedResultsNestedResultValue, NestedResultsNestedResultValueResultOneOf, NestedResultsRangeResult, NestedResultsResults, NestedResultsScalarResult, NestedResultsValueResult, NestedValueAggregationResult, Node, NodeDataOneOf, NodeStyle, NodeType, NullValue, Oembed, Option, OptionChoice, OptionChoiceIds, OptionChoiceNames, OptionChoiceReferences, OptionDesign, OptionLayout, OrderedListData, Orientation, PDFSettings, Page, PagingMetadata, ParagraphData, Permissions, PhysicalProperties, PlatformOffsetSearch, PlatformOffsetSearchPagingMethodOneOf, PlatformPaging, PlaybackOptions, PluginContainerData, PluginContainerDataAlignment, PluginContainerDataWidth, PluginContainerDataWidthDataOneOf, Poll, PollData, PollDataLayout, PollDesign, PollLayout, PollLayoutDirection, PollLayoutType, PollSettings, PreorderInfo, PreorderStatus, PriceInfo, PricePerUnit, PricePerUnitRange, PricePerUnitRangePricePerUnit, PricePerUnitSettings, PriceRange, Product, ProductCategoriesInfo, ProductCategory, ProductCategoryIdsInfo, ProductCreatedEnvelope, ProductDeletedEnvelope, ProductFields, ProductIdWithRevision, ProductMedia, ProductMediaMediaOneOf, ProductMediaMediaType, ProductMediaSetByOneOf, ProductOptionRenderType, ProductPreorderAvailability, ProductType, ProductUpdatedEnvelope, ProductVariantIds, ProductVariants, ProductWithInventory, ProductWithInventoryTypedPropertiesOneOf, ProductsQueryBuilder, ProductsQueryResult, QueryProductsOptions, QueryProductsRequest, QueryProductsResponse, QueryVariantsRequest, QueryVariantsResponse, RangeAggregation, RangeAggregationRangeBucket, RangeAggregationResult, RangeBucket, RangeResult, RangeResults, RangeResultsRangeAggregationResult, ReadOnlyVariant, ReadOnlyVariantTypedPropertiesOneOf, Rel, RequestedFields, RestoreInfo, Results, RetrieveVariantsRequest, RetrieveVariantsResponse, RevenueDetails, Ribbon, RichContent, RoundingStrategy, ScalarAggregation, ScalarResult, ScalarType, SearchDetails, SearchDetailsMode, SearchIndexingNotification, SearchProductsOptions, SearchProductsRequest, SearchProductsResponse, SearchRelated, SearchRelatedDetails, SearchRelatedProductsRequest, SearchRelatedProductsResponse, SecuredMedia, SecuredMediaFileType, SeoSchema, Settings, SingleEntityOpsRequestedFields, SortDirection, SortOrder, SortType, Sorting, Source, Spoiler, SpoilerData, State, Styles, Subscription, SubscriptionCyclesOneOf, SubscriptionDetails, SubscriptionDiscount, SubscriptionDiscountDiscountOneOf, SubscriptionFrequency, SubscriptionPrice, SubscriptionPricePerUnit, SubscriptionPricesInfo, TableCellData, TableData, Tag, Target, TextAlignment, TextData, TextNodeStyle, TextStyle, Thumbnail, Thumbnails, ThumbnailsAlignment, Type, URI, UnsignedAdjustValue, UnsignedAdjustValueAdjustValueOneOf, UnsupportedFieldMasks, UpdateByFilterOperation, UpdateDocumentsEvent, UpdateDocumentsEventOperationOneOf, UpdateExistingOperation, UpdateExtendedFieldsOptions, UpdateExtendedFieldsRequest, UpdateExtendedFieldsResponse, UpdateProduct, UpdateProductOptions, UpdateProductRequest, UpdateProductResponse, UpdateProductResponseNonNullableFields, UpdateProductWithInventoryOptions, UpdateProductWithInventoryProduct, UpdateProductWithInventoryRequest, UpdateProductWithInventoryResponse, UpdateProductWithInventoryResponseNonNullableFields, UpstreamWixCommonSortOrder, UpstreamWixCommonSorting, V1Media, V3AdjustValue, V3AdjustValueAdjustValueOneOf, V3BulkAddInfoSectionsToProductsByFilterRequest, V3BulkAddInfoSectionsToProductsByFilterResponse, V3BulkAddInfoSectionsToProductsByFilterResponseNonNullableFields, V3BulkAddInfoSectionsToProductsRequest, V3BulkAddInfoSectionsToProductsResponse, V3BulkAddInfoSectionsToProductsResponseNonNullableFields, V3BulkAdjustProductVariantsByFilterRequest, V3BulkAdjustProductVariantsByFilterResponse, V3BulkAdjustProductVariantsByFilterResponseNonNullableFields, V3BulkDeleteProductsByFilterRequest, V3BulkDeleteProductsByFilterResponse, V3BulkDeleteProductsByFilterResponseNonNullableFields, V3BulkDeleteProductsRequest, V3BulkDeleteProductsResponse, V3BulkDeleteProductsResponseNonNullableFields, V3BulkProductResult, V3BulkRemoveInfoSectionsFromProductsByFilterRequest, V3BulkRemoveInfoSectionsFromProductsByFilterResponse, V3BulkRemoveInfoSectionsFromProductsByFilterResponseNonNullableFields, V3BulkRemoveInfoSectionsFromProductsRequest, V3BulkRemoveInfoSectionsFromProductsResponse, V3BulkRemoveInfoSectionsFromProductsResponseNonNullableFields, V3BulkUpdateProductsByFilterRequest, V3BulkUpdateProductsByFilterResponse, V3BulkUpdateProductsByFilterResponseNonNullableFields, V3CountProductsRequest, V3CountProductsResponse, V3CountProductsResponseNonNullableFields, V3DeleteProductRequest, V3DeleteProductResponse, V3FixedMonetaryAmount, V3GetProductBySlugRequest, V3GetProductBySlugResponse, V3GetProductBySlugResponseNonNullableFields, V3GetProductRequest, V3GetProductResponse, V3GetProductResponseNonNullableFields, V3InventoryStatus, V3MaskedProduct, V3OptionChoice, V3OptionChoiceIds, V3OptionChoiceNames, V3PriceInfo, V3PricePerUnit, V3PricePerUnitSettings, V3Product, V3ProductCategoryIdsInfo, V3ProductIdWithRevision, V3ProductMedia, V3ProductMediaMediaOneOf, V3ProductMediaSetByOneOf, V3ProductNonNullableFields, V3ProductType, V3ProductTypedPropertiesOneOf, V3QueryProductsRequest, V3QueryProductsResponse, V3QueryProductsResponseNonNullableFields, V3RevenueDetails, V3SearchProductsRequest, V3SearchProductsResponse, V3SearchProductsResponseNonNullableFields, V3SecuredMedia, V3SubscriptionPrice, V3SubscriptionPricePerUnit, V3SubscriptionPricesInfo, V3Thumbnail, V3UnsignedAdjustValue, V3UnsignedAdjustValueAdjustValueOneOf, V3UpdateExtendedFieldsRequest, V3UpdateExtendedFieldsResponse, V3UpdateExtendedFieldsResponseNonNullableFields, V3VariantDigitalProperties, V3VariantPhysicalProperties, V3VariantsInfo, ValueAggregation, ValueAggregationIncludeMissingValuesOptions, ValueAggregationMissingValues, ValueAggregationOptionsOneOf, ValueAggregationResult, ValueAggregationSortDirection, ValueAggregationSortType, ValueResult, ValueResults, ValueResultsValueAggregationResult, Variant, VariantDigitalProperties, VariantNotAlignedWithProduct, VariantPhysicalProperties, VariantSummary, VariantTypedPropertiesOneOf, VariantWithInventory, VariantWithInventoryTypedPropertiesOneOf, VariantsCursorPaging, VariantsInfo, VariantsNotAlignedWithProduct, VariantsOpsRequestedFields, VariantsRemoved, VerticalAlignment, Video, VideoData, VideoResolution, ViewMode, ViewRole, VoteRole, WebhookIdentityType, WeightMeasurementUnitInfo, WeightRange, WeightUnit, Width, WidthType, WixCommonAggregation, WixCommonAggregationKindOneOf, WixCommonAggregationType, WixCommonCursorPaging, WixCommonCursorPagingMetadata, WixCommonCursorQuery, WixCommonCursorQueryPagingMethodOneOf, WixCommonCursors, WixCommonItemMetadata, WixCommonScalarType, WixCommonSearchDetails, WixCommonSortOrder, WixCommonSorting, } from './stores-catalog-v3-product-products-v-3.universal.js';
|