@wix/auto_sdk_stores_read-only-variants-v-3 1.0.64 → 1.0.66
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 +2 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +15 -6
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/{stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-BrvK7hib.d.ts → stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-Cd3Qfxts.d.ts} +14 -5
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +15 -6
- package/build/es/meta.mjs.map +1 -1
- package/build/es/{stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-BrvK7hib.d.mts → stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-Cd3Qfxts.d.mts} +14 -5
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +15 -6
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/{stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-BjZVj4Mi.d.ts → stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-MJmcYUBb.d.ts} +14 -5
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +15 -6
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/{stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-BjZVj4Mi.d.mts → stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-MJmcYUBb.d.mts} +14 -5
- package/package.json +2 -2
package/build/es/meta.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { aX as QueryVariantsRequest$1, b0 as QueryVariantsResponse$1, b3 as SearchVariantsRequest$1, a as SearchVariantsResponse$1 } from './stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-
|
|
1
|
+
import { aX as QueryVariantsRequest$1, b0 as QueryVariantsResponse$1, b3 as SearchVariantsRequest$1, a as SearchVariantsResponse$1 } from './stores-catalog-v3-read-only-variant-read-only-variants-v-3.universal-Cd3Qfxts.mjs';
|
|
2
2
|
import '@wix/sdk-types';
|
|
3
3
|
|
|
4
4
|
/**
|
|
@@ -1719,6 +1719,13 @@ interface MigrateProductVariantsRequest {
|
|
|
1719
1719
|
/** Event sequence number for the migration. */
|
|
1720
1720
|
eventSequence?: string | null;
|
|
1721
1721
|
}
|
|
1722
|
+
/**
|
|
1723
|
+
* A product in a Wix Stores catalog.
|
|
1724
|
+
*
|
|
1725
|
+
* Products can be physical goods that require shipping, or digital content that customers download. Each product has at least one variant, which represents a specific purchasable version with its own pricing, SKU, and inventory. Products with options (like size or color) have multiple variants.
|
|
1726
|
+
*
|
|
1727
|
+
* Products can be associated with brands and ribbons, enhanced with info sections and extended fields, and organized into categories.
|
|
1728
|
+
*/
|
|
1722
1729
|
interface Product extends ProductTypedPropertiesOneOf {
|
|
1723
1730
|
/**
|
|
1724
1731
|
* Physical properties.
|
|
@@ -1854,7 +1861,7 @@ interface Product extends ProductTypedPropertiesOneOf {
|
|
|
1854
1861
|
*/
|
|
1855
1862
|
ribbon?: Ribbon;
|
|
1856
1863
|
/**
|
|
1857
|
-
* List of [categories](https://dev.wix.com/docs/api-reference/business-
|
|
1864
|
+
* List of [categories](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/categories/introduction) that directly contain this product.
|
|
1858
1865
|
*
|
|
1859
1866
|
* Updated automatically when a product is added/removed from a category, when an item is moved within a category, or when a category is deleted.
|
|
1860
1867
|
* > **Note:** Returned only when you pass `"DIRECT_CATEGORIES_INFO"` to the `fields` array in Products API requests.
|
|
@@ -1862,13 +1869,13 @@ interface Product extends ProductTypedPropertiesOneOf {
|
|
|
1862
1869
|
*/
|
|
1863
1870
|
directCategoriesInfo?: ProductCategoriesInfo;
|
|
1864
1871
|
/**
|
|
1865
|
-
* List of [categories](https://dev.wix.com/docs/api-reference/business-
|
|
1872
|
+
* List of [categories](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/categories/introduction) that directly contain this product, as well as their parent categories.
|
|
1866
1873
|
* > **Note:** Returned only when you pass `"ALL_CATEGORIES_INFO"` to the `fields` array in Products API requests.
|
|
1867
1874
|
* @readonly
|
|
1868
1875
|
*/
|
|
1869
1876
|
allCategoriesInfo?: ProductCategoriesInfo;
|
|
1870
1877
|
/**
|
|
1871
|
-
* The ID of the product's primary direct [category](https://dev.wix.com/docs/api-reference/business-
|
|
1878
|
+
* The ID of the product's primary direct [category](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/categories/introduction), which defines the product's breadcrumbs path. For example, if the product's main category is "T-Shirts" (which is a subcategory of "Clothing"), the breadcrumbs path will be "Clothing > T-Shirts".
|
|
1872
1879
|
* @format GUID
|
|
1873
1880
|
*/
|
|
1874
1881
|
mainCategoryId?: string | null;
|
|
@@ -1914,7 +1921,7 @@ interface Product extends ProductTypedPropertiesOneOf {
|
|
|
1914
1921
|
*/
|
|
1915
1922
|
currency?: string | null;
|
|
1916
1923
|
/**
|
|
1917
|
-
* Breadcrumbs of the `mainCategoryId`. Used to navigate to parent [categories](https://dev.wix.com/docs/api-reference/business-
|
|
1924
|
+
* Breadcrumbs of the `mainCategoryId`. Used to navigate to parent [categories](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/categories/introduction). Useful for building navigation UI and for SEO purposes.
|
|
1918
1925
|
* > **Note:** Returned only when you pass `"BREADCRUMBS_INFO"` to the `fields` array in Products API requests.
|
|
1919
1926
|
* @readonly
|
|
1920
1927
|
*/
|
|
@@ -4417,7 +4424,7 @@ interface ProductCategory {
|
|
|
4417
4424
|
*/
|
|
4418
4425
|
id?: string;
|
|
4419
4426
|
/**
|
|
4420
|
-
* Index location of the product within the category,
|
|
4427
|
+
* Index location of the product within the category, used for sorting products in a specific category. You can manually arrange up to 100 products per category. For detailed instructions, refer to the [Add and arrange products in a category](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/products-v3/sample-use-cases-and-flows#add-and-arrange-products-in-a-category) sample flow.
|
|
4421
4428
|
* @max 200
|
|
4422
4429
|
*/
|
|
4423
4430
|
index?: number | null;
|
|
@@ -5173,6 +5180,8 @@ interface MessageEnvelope {
|
|
|
5173
5180
|
identity?: IdentificationData;
|
|
5174
5181
|
/** Stringify payload. */
|
|
5175
5182
|
data?: string;
|
|
5183
|
+
/** Details related to the account */
|
|
5184
|
+
accountInfo?: AccountInfo;
|
|
5176
5185
|
}
|
|
5177
5186
|
interface IdentificationData extends IdentificationDataIdOneOf {
|
|
5178
5187
|
/**
|