@teemill/product-catalog 1.91.0 → 1.92.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/.openapi-generator/FILES +2 -0
- package/README.md +4 -2
- package/api.ts +24 -1
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +24 -1
- package/dist/api.js +1 -1
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +24 -1
- package/dist/esm/api.js +1 -1
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/docs/CreateProduct.md +2 -0
- package/docs/CreateProductRequest.md +2 -0
- package/docs/Product.md +2 -0
- package/docs/ProductStaticCollectionsInner.md +22 -0
- package/docs/UpdateProductRequest.md +2 -0
- package/docs/UpdateProductsRequestProductsInner.md +2 -0
- package/docs/UpdateProductsRequestProductsInnerCollectionsInner.md +20 -0
- package/index.ts +1 -1
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -80,6 +80,7 @@ docs/ProductApplicationSetsInner.md
|
|
|
80
80
|
docs/ProductBundleItemsInner.md
|
|
81
81
|
docs/ProductCreatorsApi.md
|
|
82
82
|
docs/ProductGfnProduct.md
|
|
83
|
+
docs/ProductStaticCollectionsInner.md
|
|
83
84
|
docs/ProductType.md
|
|
84
85
|
docs/ProductTypeListResponse.md
|
|
85
86
|
docs/ProductTypesApi.md
|
|
@@ -110,6 +111,7 @@ docs/UpdateProductRequestBundleItemsInnerConfigValidOptionsInner.md
|
|
|
110
111
|
docs/UpdateProductRequestIntegrationConnectionsInner.md
|
|
111
112
|
docs/UpdateProductsRequest.md
|
|
112
113
|
docs/UpdateProductsRequestProductsInner.md
|
|
114
|
+
docs/UpdateProductsRequestProductsInnerCollectionsInner.md
|
|
113
115
|
docs/UpdateProductsRequestProductsInnerIntegrationConnectionsInner.md
|
|
114
116
|
docs/UpdateProductsRequestProductsInnerLicense.md
|
|
115
117
|
docs/UpdateProductsRequestProductsInnerSeoMetadata.md
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @teemill/product-catalog@1.
|
|
1
|
+
## @teemill/product-catalog@1.92.0
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install @teemill/product-catalog@1.
|
|
39
|
+
npm install @teemill/product-catalog@1.92.0 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -154,6 +154,7 @@ Class | Method | HTTP request | Description
|
|
|
154
154
|
- [ProductApplicationSetsInner](docs/ProductApplicationSetsInner.md)
|
|
155
155
|
- [ProductBundleItemsInner](docs/ProductBundleItemsInner.md)
|
|
156
156
|
- [ProductGfnProduct](docs/ProductGfnProduct.md)
|
|
157
|
+
- [ProductStaticCollectionsInner](docs/ProductStaticCollectionsInner.md)
|
|
157
158
|
- [ProductType](docs/ProductType.md)
|
|
158
159
|
- [ProductTypeListResponse](docs/ProductTypeListResponse.md)
|
|
159
160
|
- [ProductWarehouseProduct](docs/ProductWarehouseProduct.md)
|
|
@@ -182,6 +183,7 @@ Class | Method | HTTP request | Description
|
|
|
182
183
|
- [UpdateProductRequestIntegrationConnectionsInner](docs/UpdateProductRequestIntegrationConnectionsInner.md)
|
|
183
184
|
- [UpdateProductsRequest](docs/UpdateProductsRequest.md)
|
|
184
185
|
- [UpdateProductsRequestProductsInner](docs/UpdateProductsRequestProductsInner.md)
|
|
186
|
+
- [UpdateProductsRequestProductsInnerCollectionsInner](docs/UpdateProductsRequestProductsInnerCollectionsInner.md)
|
|
185
187
|
- [UpdateProductsRequestProductsInnerIntegrationConnectionsInner](docs/UpdateProductsRequestProductsInnerIntegrationConnectionsInner.md)
|
|
186
188
|
- [UpdateProductsRequestProductsInnerLicense](docs/UpdateProductsRequestProductsInnerLicense.md)
|
|
187
189
|
- [UpdateProductsRequestProductsInnerSeoMetadata](docs/UpdateProductsRequestProductsInnerSeoMetadata.md)
|
package/api.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.92.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -894,6 +894,10 @@ export interface CreateProduct {
|
|
|
894
894
|
* For use with the Shopify integration. Use this to provide a Shopify product ID to link to an existing Shopify product rather than creating a new one.
|
|
895
895
|
*/
|
|
896
896
|
'shopifyId'?: number | null;
|
|
897
|
+
/**
|
|
898
|
+
* An exclusive list of collection IDs to assign to the product. Replaces all existing static collection memberships. Requires the website integration.
|
|
899
|
+
*/
|
|
900
|
+
'collections'?: Array<UpdateProductsRequestProductsInnerCollectionsInner>;
|
|
897
901
|
/**
|
|
898
902
|
* Key/value pairs that can be used to store additional information about the product
|
|
899
903
|
*/
|
|
@@ -1243,6 +1247,10 @@ export interface Product {
|
|
|
1243
1247
|
*/
|
|
1244
1248
|
'isDigital'?: boolean;
|
|
1245
1249
|
'analytics'?: ProductAnalytics;
|
|
1250
|
+
/**
|
|
1251
|
+
* The static (non-dynamic/filter-based) collections this product belongs to.
|
|
1252
|
+
*/
|
|
1253
|
+
'staticCollections'?: Array<ProductStaticCollectionsInner>;
|
|
1246
1254
|
}
|
|
1247
1255
|
export interface ProductAdditionalFilesInner {
|
|
1248
1256
|
/**
|
|
@@ -1401,6 +1409,10 @@ export interface ProductGfnProduct {
|
|
|
1401
1409
|
*/
|
|
1402
1410
|
'metafields'?: Array<MetaField>;
|
|
1403
1411
|
}
|
|
1412
|
+
export interface ProductStaticCollectionsInner {
|
|
1413
|
+
'id'?: string;
|
|
1414
|
+
'title'?: string;
|
|
1415
|
+
}
|
|
1404
1416
|
export interface ProductType {
|
|
1405
1417
|
/**
|
|
1406
1418
|
* Unique object identifier
|
|
@@ -1826,6 +1838,10 @@ export interface UpdateProductRequest {
|
|
|
1826
1838
|
* Whether to show a sale badge on the product
|
|
1827
1839
|
*/
|
|
1828
1840
|
'showSaleBadge'?: boolean;
|
|
1841
|
+
/**
|
|
1842
|
+
* An exclusive list of collection IDs to assign to the product. Replaces all existing static collection memberships. Requires the website integration.
|
|
1843
|
+
*/
|
|
1844
|
+
'collections'?: Array<UpdateProductsRequestProductsInnerCollectionsInner>;
|
|
1829
1845
|
}
|
|
1830
1846
|
export interface UpdateProductRequestBundleItemsInner {
|
|
1831
1847
|
/**
|
|
@@ -1908,8 +1924,15 @@ export interface UpdateProductsRequestProductsInner {
|
|
|
1908
1924
|
* Whether to show a sale badge on the product
|
|
1909
1925
|
*/
|
|
1910
1926
|
'showSaleBadge'?: boolean;
|
|
1927
|
+
/**
|
|
1928
|
+
* An exclusive list of collection IDs to assign to the product. Replaces all existing static collection memberships. Requires the website integration.
|
|
1929
|
+
*/
|
|
1930
|
+
'collections'?: Array<UpdateProductsRequestProductsInnerCollectionsInner>;
|
|
1911
1931
|
'license'?: UpdateProductsRequestProductsInnerLicense;
|
|
1912
1932
|
}
|
|
1933
|
+
export interface UpdateProductsRequestProductsInnerCollectionsInner {
|
|
1934
|
+
'id': string;
|
|
1935
|
+
}
|
|
1913
1936
|
export interface UpdateProductsRequestProductsInnerIntegrationConnectionsInner {
|
|
1914
1937
|
'integrationCode': string;
|
|
1915
1938
|
/**
|
package/base.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.92.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/common.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.92.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/configuration.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Product Catalog
|
|
4
4
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 1.
|
|
6
|
+
* The version of the OpenAPI document: 1.92.0
|
|
7
7
|
*
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.92.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -858,6 +858,10 @@ export interface CreateProduct {
|
|
|
858
858
|
* For use with the Shopify integration. Use this to provide a Shopify product ID to link to an existing Shopify product rather than creating a new one.
|
|
859
859
|
*/
|
|
860
860
|
'shopifyId'?: number | null;
|
|
861
|
+
/**
|
|
862
|
+
* An exclusive list of collection IDs to assign to the product. Replaces all existing static collection memberships. Requires the website integration.
|
|
863
|
+
*/
|
|
864
|
+
'collections'?: Array<UpdateProductsRequestProductsInnerCollectionsInner>;
|
|
861
865
|
/**
|
|
862
866
|
* Key/value pairs that can be used to store additional information about the product
|
|
863
867
|
*/
|
|
@@ -1200,6 +1204,10 @@ export interface Product {
|
|
|
1200
1204
|
*/
|
|
1201
1205
|
'isDigital'?: boolean;
|
|
1202
1206
|
'analytics'?: ProductAnalytics;
|
|
1207
|
+
/**
|
|
1208
|
+
* The static (non-dynamic/filter-based) collections this product belongs to.
|
|
1209
|
+
*/
|
|
1210
|
+
'staticCollections'?: Array<ProductStaticCollectionsInner>;
|
|
1203
1211
|
}
|
|
1204
1212
|
export interface ProductAdditionalFilesInner {
|
|
1205
1213
|
/**
|
|
@@ -1358,6 +1366,10 @@ export interface ProductGfnProduct {
|
|
|
1358
1366
|
*/
|
|
1359
1367
|
'metafields'?: Array<MetaField>;
|
|
1360
1368
|
}
|
|
1369
|
+
export interface ProductStaticCollectionsInner {
|
|
1370
|
+
'id'?: string;
|
|
1371
|
+
'title'?: string;
|
|
1372
|
+
}
|
|
1361
1373
|
export interface ProductType {
|
|
1362
1374
|
/**
|
|
1363
1375
|
* Unique object identifier
|
|
@@ -1767,6 +1779,10 @@ export interface UpdateProductRequest {
|
|
|
1767
1779
|
* Whether to show a sale badge on the product
|
|
1768
1780
|
*/
|
|
1769
1781
|
'showSaleBadge'?: boolean;
|
|
1782
|
+
/**
|
|
1783
|
+
* An exclusive list of collection IDs to assign to the product. Replaces all existing static collection memberships. Requires the website integration.
|
|
1784
|
+
*/
|
|
1785
|
+
'collections'?: Array<UpdateProductsRequestProductsInnerCollectionsInner>;
|
|
1770
1786
|
}
|
|
1771
1787
|
export interface UpdateProductRequestBundleItemsInner {
|
|
1772
1788
|
/**
|
|
@@ -1849,8 +1865,15 @@ export interface UpdateProductsRequestProductsInner {
|
|
|
1849
1865
|
* Whether to show a sale badge on the product
|
|
1850
1866
|
*/
|
|
1851
1867
|
'showSaleBadge'?: boolean;
|
|
1868
|
+
/**
|
|
1869
|
+
* An exclusive list of collection IDs to assign to the product. Replaces all existing static collection memberships. Requires the website integration.
|
|
1870
|
+
*/
|
|
1871
|
+
'collections'?: Array<UpdateProductsRequestProductsInnerCollectionsInner>;
|
|
1852
1872
|
'license'?: UpdateProductsRequestProductsInnerLicense;
|
|
1853
1873
|
}
|
|
1874
|
+
export interface UpdateProductsRequestProductsInnerCollectionsInner {
|
|
1875
|
+
'id': string;
|
|
1876
|
+
}
|
|
1854
1877
|
export interface UpdateProductsRequestProductsInnerIntegrationConnectionsInner {
|
|
1855
1878
|
'integrationCode': string;
|
|
1856
1879
|
/**
|
package/dist/api.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Product Catalog
|
|
6
6
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.92.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/base.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.92.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/base.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Product Catalog
|
|
6
6
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.92.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/common.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.92.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/common.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Product Catalog
|
|
6
6
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.92.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.92.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.92.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.92.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -858,6 +858,10 @@ export interface CreateProduct {
|
|
|
858
858
|
* For use with the Shopify integration. Use this to provide a Shopify product ID to link to an existing Shopify product rather than creating a new one.
|
|
859
859
|
*/
|
|
860
860
|
'shopifyId'?: number | null;
|
|
861
|
+
/**
|
|
862
|
+
* An exclusive list of collection IDs to assign to the product. Replaces all existing static collection memberships. Requires the website integration.
|
|
863
|
+
*/
|
|
864
|
+
'collections'?: Array<UpdateProductsRequestProductsInnerCollectionsInner>;
|
|
861
865
|
/**
|
|
862
866
|
* Key/value pairs that can be used to store additional information about the product
|
|
863
867
|
*/
|
|
@@ -1200,6 +1204,10 @@ export interface Product {
|
|
|
1200
1204
|
*/
|
|
1201
1205
|
'isDigital'?: boolean;
|
|
1202
1206
|
'analytics'?: ProductAnalytics;
|
|
1207
|
+
/**
|
|
1208
|
+
* The static (non-dynamic/filter-based) collections this product belongs to.
|
|
1209
|
+
*/
|
|
1210
|
+
'staticCollections'?: Array<ProductStaticCollectionsInner>;
|
|
1203
1211
|
}
|
|
1204
1212
|
export interface ProductAdditionalFilesInner {
|
|
1205
1213
|
/**
|
|
@@ -1358,6 +1366,10 @@ export interface ProductGfnProduct {
|
|
|
1358
1366
|
*/
|
|
1359
1367
|
'metafields'?: Array<MetaField>;
|
|
1360
1368
|
}
|
|
1369
|
+
export interface ProductStaticCollectionsInner {
|
|
1370
|
+
'id'?: string;
|
|
1371
|
+
'title'?: string;
|
|
1372
|
+
}
|
|
1361
1373
|
export interface ProductType {
|
|
1362
1374
|
/**
|
|
1363
1375
|
* Unique object identifier
|
|
@@ -1767,6 +1779,10 @@ export interface UpdateProductRequest {
|
|
|
1767
1779
|
* Whether to show a sale badge on the product
|
|
1768
1780
|
*/
|
|
1769
1781
|
'showSaleBadge'?: boolean;
|
|
1782
|
+
/**
|
|
1783
|
+
* An exclusive list of collection IDs to assign to the product. Replaces all existing static collection memberships. Requires the website integration.
|
|
1784
|
+
*/
|
|
1785
|
+
'collections'?: Array<UpdateProductsRequestProductsInnerCollectionsInner>;
|
|
1770
1786
|
}
|
|
1771
1787
|
export interface UpdateProductRequestBundleItemsInner {
|
|
1772
1788
|
/**
|
|
@@ -1849,8 +1865,15 @@ export interface UpdateProductsRequestProductsInner {
|
|
|
1849
1865
|
* Whether to show a sale badge on the product
|
|
1850
1866
|
*/
|
|
1851
1867
|
'showSaleBadge'?: boolean;
|
|
1868
|
+
/**
|
|
1869
|
+
* An exclusive list of collection IDs to assign to the product. Replaces all existing static collection memberships. Requires the website integration.
|
|
1870
|
+
*/
|
|
1871
|
+
'collections'?: Array<UpdateProductsRequestProductsInnerCollectionsInner>;
|
|
1852
1872
|
'license'?: UpdateProductsRequestProductsInnerLicense;
|
|
1853
1873
|
}
|
|
1874
|
+
export interface UpdateProductsRequestProductsInnerCollectionsInner {
|
|
1875
|
+
'id': string;
|
|
1876
|
+
}
|
|
1854
1877
|
export interface UpdateProductsRequestProductsInnerIntegrationConnectionsInner {
|
|
1855
1878
|
'integrationCode': string;
|
|
1856
1879
|
/**
|
package/dist/esm/api.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.92.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/base.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.92.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/base.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.92.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/common.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.92.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/common.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.92.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.92.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Product Catalog
|
|
4
4
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 1.
|
|
6
|
+
* The version of the OpenAPI document: 1.92.0
|
|
7
7
|
*
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.92.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.92.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Product Catalog
|
|
3
3
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.92.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Product Catalog
|
|
6
6
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.92.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/docs/CreateProduct.md
CHANGED
|
@@ -23,6 +23,7 @@ Name | Type | Description | Notes
|
|
|
23
23
|
**applicationSets** | **Array<string>** | List of application set UUIDs to associate with this product | [optional] [default to undefined]
|
|
24
24
|
**includeInDataFeeds** | **boolean** | Whether the product should be included in data feeds that can be provided to Google, Meta etc for advertising. | [optional] [default to true]
|
|
25
25
|
**shopifyId** | **number** | For use with the Shopify integration. Use this to provide a Shopify product ID to link to an existing Shopify product rather than creating a new one. | [optional] [default to undefined]
|
|
26
|
+
**collections** | [**Array<UpdateProductsRequestProductsInnerCollectionsInner>**](UpdateProductsRequestProductsInnerCollectionsInner.md) | An exclusive list of collection IDs to assign to the product. Replaces all existing static collection memberships. Requires the website integration. | [optional] [default to undefined]
|
|
26
27
|
**metafields** | [**Array<MetaField>**](MetaField.md) | Key/value pairs that can be used to store additional information about the product | [optional] [default to undefined]
|
|
27
28
|
**personalizationTemplate** | **string** | A JSON object that defines the personalization template for the product. | [optional] [default to undefined]
|
|
28
29
|
**license** | [**UpdateProductsRequestProductsInnerLicense**](UpdateProductsRequestProductsInnerLicense.md) | | [optional] [default to undefined]
|
|
@@ -51,6 +52,7 @@ const instance: CreateProduct = {
|
|
|
51
52
|
applicationSets,
|
|
52
53
|
includeInDataFeeds,
|
|
53
54
|
shopifyId,
|
|
55
|
+
collections,
|
|
54
56
|
metafields,
|
|
55
57
|
personalizationTemplate,
|
|
56
58
|
license,
|
|
@@ -23,6 +23,7 @@ Name | Type | Description | Notes
|
|
|
23
23
|
**applicationSets** | **Array<string>** | List of application set UUIDs to associate with this product | [optional] [default to undefined]
|
|
24
24
|
**includeInDataFeeds** | **boolean** | Whether the product should be included in data feeds that can be provided to Google, Meta etc for advertising. | [optional] [default to true]
|
|
25
25
|
**shopifyId** | **number** | For use with the Shopify integration. Use this to provide a Shopify product ID to link to an existing Shopify product rather than creating a new one. | [optional] [default to undefined]
|
|
26
|
+
**collections** | [**Array<UpdateProductsRequestProductsInnerCollectionsInner>**](UpdateProductsRequestProductsInnerCollectionsInner.md) | An exclusive list of collection IDs to assign to the product. Replaces all existing static collection memberships. Requires the website integration. | [optional] [default to undefined]
|
|
26
27
|
**metafields** | [**Array<MetaField>**](MetaField.md) | Key/value pairs that can be used to store additional information about the product | [optional] [default to undefined]
|
|
27
28
|
**personalizationTemplate** | **string** | A JSON object that defines the personalization template for the product. | [optional] [default to undefined]
|
|
28
29
|
**license** | [**UpdateProductsRequestProductsInnerLicense**](UpdateProductsRequestProductsInnerLicense.md) | | [optional] [default to undefined]
|
|
@@ -56,6 +57,7 @@ const instance: CreateProductRequest = {
|
|
|
56
57
|
applicationSets,
|
|
57
58
|
includeInDataFeeds,
|
|
58
59
|
shopifyId,
|
|
60
|
+
collections,
|
|
59
61
|
metafields,
|
|
60
62
|
personalizationTemplate,
|
|
61
63
|
license,
|
package/docs/Product.md
CHANGED
|
@@ -46,6 +46,7 @@ Name | Type | Description | Notes
|
|
|
46
46
|
**createdBy** | **string** | The user ID of the user who created the product | [optional] [default to undefined]
|
|
47
47
|
**isDigital** | **boolean** | Whether the product is digital | [optional] [default to false]
|
|
48
48
|
**analytics** | [**ProductAnalytics**](ProductAnalytics.md) | | [optional] [default to undefined]
|
|
49
|
+
**staticCollections** | [**Array<ProductStaticCollectionsInner>**](ProductStaticCollectionsInner.md) | The static (non-dynamic/filter-based) collections this product belongs to. | [optional] [default to undefined]
|
|
49
50
|
|
|
50
51
|
## Example
|
|
51
52
|
|
|
@@ -94,6 +95,7 @@ const instance: Product = {
|
|
|
94
95
|
createdBy,
|
|
95
96
|
isDigital,
|
|
96
97
|
analytics,
|
|
98
|
+
staticCollections,
|
|
97
99
|
};
|
|
98
100
|
```
|
|
99
101
|
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# ProductStaticCollectionsInner
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **string** | | [optional] [default to undefined]
|
|
9
|
+
**title** | **string** | | [optional] [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { ProductStaticCollectionsInner } from '@teemill/product-catalog';
|
|
15
|
+
|
|
16
|
+
const instance: ProductStaticCollectionsInner = {
|
|
17
|
+
id,
|
|
18
|
+
title,
|
|
19
|
+
};
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -31,6 +31,7 @@ Name | Type | Description | Notes
|
|
|
31
31
|
**license** | [**UpdateProductsRequestProductsInnerLicense**](UpdateProductsRequestProductsInnerLicense.md) | | [optional] [default to undefined]
|
|
32
32
|
**integrationConnections** | [**Array<UpdateProductRequestIntegrationConnectionsInner>**](UpdateProductRequestIntegrationConnectionsInner.md) | Integration connections for the product | [optional] [default to undefined]
|
|
33
33
|
**showSaleBadge** | **boolean** | Whether to show a sale badge on the product | [optional] [default to true]
|
|
34
|
+
**collections** | [**Array<UpdateProductsRequestProductsInnerCollectionsInner>**](UpdateProductsRequestProductsInnerCollectionsInner.md) | An exclusive list of collection IDs to assign to the product. Replaces all existing static collection memberships. Requires the website integration. | [optional] [default to undefined]
|
|
34
35
|
|
|
35
36
|
## Example
|
|
36
37
|
|
|
@@ -64,6 +65,7 @@ const instance: UpdateProductRequest = {
|
|
|
64
65
|
license,
|
|
65
66
|
integrationConnections,
|
|
66
67
|
showSaleBadge,
|
|
68
|
+
collections,
|
|
67
69
|
};
|
|
68
70
|
```
|
|
69
71
|
|
|
@@ -19,6 +19,7 @@ Name | Type | Description | Notes
|
|
|
19
19
|
**shopifyId** | **number** | For use with the Shopify integration. Use this to provide a Shopify product ID to link to an existing Shopify product rather than creating a new one. | [optional] [default to undefined]
|
|
20
20
|
**integrationConnections** | [**Array<UpdateProductsRequestProductsInnerIntegrationConnectionsInner>**](UpdateProductsRequestProductsInnerIntegrationConnectionsInner.md) | | [optional] [default to undefined]
|
|
21
21
|
**showSaleBadge** | **boolean** | Whether to show a sale badge on the product | [optional] [default to true]
|
|
22
|
+
**collections** | [**Array<UpdateProductsRequestProductsInnerCollectionsInner>**](UpdateProductsRequestProductsInnerCollectionsInner.md) | An exclusive list of collection IDs to assign to the product. Replaces all existing static collection memberships. Requires the website integration. | [optional] [default to undefined]
|
|
22
23
|
**license** | [**UpdateProductsRequestProductsInnerLicense**](UpdateProductsRequestProductsInnerLicense.md) | | [optional] [default to undefined]
|
|
23
24
|
|
|
24
25
|
## Example
|
|
@@ -41,6 +42,7 @@ const instance: UpdateProductsRequestProductsInner = {
|
|
|
41
42
|
shopifyId,
|
|
42
43
|
integrationConnections,
|
|
43
44
|
showSaleBadge,
|
|
45
|
+
collections,
|
|
44
46
|
license,
|
|
45
47
|
};
|
|
46
48
|
```
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# UpdateProductsRequestProductsInnerCollectionsInner
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **string** | | [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { UpdateProductsRequestProductsInnerCollectionsInner } from '@teemill/product-catalog';
|
|
14
|
+
|
|
15
|
+
const instance: UpdateProductsRequestProductsInnerCollectionsInner = {
|
|
16
|
+
id,
|
|
17
|
+
};
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
package/index.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product Catalog
|
|
5
5
|
* Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a product from the GFN Catalog, plus listing information such as title, description and tags.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.92.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|