@teemill/product-catalog 1.79.0 → 1.81.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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @teemill/product-catalog@1.79.0
1
+ ## @teemill/product-catalog@1.81.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.79.0 --save
39
+ npm install @teemill/product-catalog@1.81.0 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -172,6 +172,7 @@ Class | Method | HTTP request | Description
172
172
  - [Variant](docs/Variant.md)
173
173
  - [VariantIntegrationConnectionsInner](docs/VariantIntegrationConnectionsInner.md)
174
174
  - [VariantProduct](docs/VariantProduct.md)
175
+ - [VariantWarehouseVariant](docs/VariantWarehouseVariant.md)
175
176
  - [VariantWholesaleCost](docs/VariantWholesaleCost.md)
176
177
  - [VariantsResponse](docs/VariantsResponse.md)
177
178
  - [Video](docs/Video.md)
package/api.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Product Catalog API
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 warehouse product, plus listing information such as title, description and tags.
6
6
  *
7
- * The version of the OpenAPI document: 1.79.0
7
+ * The version of the OpenAPI document: 1.81.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1795,6 +1795,7 @@ export interface Variant {
1795
1795
  'metafields'?: Array<MetaField>;
1796
1796
  'integrationConnections'?: Array<VariantIntegrationConnectionsInner>;
1797
1797
  'wholesaleCost'?: VariantWholesaleCost;
1798
+ 'warehouseVariant'?: VariantWarehouseVariant;
1798
1799
  }
1799
1800
  export interface VariantIntegrationConnectionsInner {
1800
1801
  'integrationCode': string;
@@ -1813,6 +1814,16 @@ export interface VariantProduct {
1813
1814
  */
1814
1815
  'ref'?: string;
1815
1816
  }
1817
+ export interface VariantWarehouseVariant {
1818
+ /**
1819
+ * Unique object identifier
1820
+ */
1821
+ 'id'?: string;
1822
+ /**
1823
+ * Reference to the variant in the Global Fulfillment Network (GFN) catalog.
1824
+ */
1825
+ 'gfnVariantRef'?: string;
1826
+ }
1816
1827
  export interface VariantWholesaleCost {
1817
1828
  'item': RequiredPrice;
1818
1829
  /**
package/base.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Product Catalog API
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 warehouse product, plus listing information such as title, description and tags.
6
6
  *
7
- * The version of the OpenAPI document: 1.79.0
7
+ * The version of the OpenAPI document: 1.81.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 API
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 warehouse product, plus listing information such as title, description and tags.
6
6
  *
7
- * The version of the OpenAPI document: 1.79.0
7
+ * The version of the OpenAPI document: 1.81.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 API
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 warehouse product, plus listing information such as title, description and tags.
5
5
  *
6
- * The version of the OpenAPI document: 1.79.0
6
+ * The version of the OpenAPI document: 1.81.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 API
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 warehouse product, plus listing information such as title, description and tags.
4
4
  *
5
- * The version of the OpenAPI document: 1.79.0
5
+ * The version of the OpenAPI document: 1.81.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1736,6 +1736,7 @@ export interface Variant {
1736
1736
  'metafields'?: Array<MetaField>;
1737
1737
  'integrationConnections'?: Array<VariantIntegrationConnectionsInner>;
1738
1738
  'wholesaleCost'?: VariantWholesaleCost;
1739
+ 'warehouseVariant'?: VariantWarehouseVariant;
1739
1740
  }
1740
1741
  export interface VariantIntegrationConnectionsInner {
1741
1742
  'integrationCode': string;
@@ -1754,6 +1755,16 @@ export interface VariantProduct {
1754
1755
  */
1755
1756
  'ref'?: string;
1756
1757
  }
1758
+ export interface VariantWarehouseVariant {
1759
+ /**
1760
+ * Unique object identifier
1761
+ */
1762
+ 'id'?: string;
1763
+ /**
1764
+ * Reference to the variant in the Global Fulfillment Network (GFN) catalog.
1765
+ */
1766
+ 'gfnVariantRef'?: string;
1767
+ }
1757
1768
  export interface VariantWholesaleCost {
1758
1769
  'item': RequiredPrice;
1759
1770
  /**
package/dist/api.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * Product Catalog API
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 warehouse product, plus listing information such as title, description and tags.
7
7
  *
8
- * The version of the OpenAPI document: 1.79.0
8
+ * The version of the OpenAPI document: 1.81.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 API
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 warehouse product, plus listing information such as title, description and tags.
4
4
  *
5
- * The version of the OpenAPI document: 1.79.0
5
+ * The version of the OpenAPI document: 1.81.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 API
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 warehouse product, plus listing information such as title, description and tags.
7
7
  *
8
- * The version of the OpenAPI document: 1.79.0
8
+ * The version of the OpenAPI document: 1.81.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 API
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 warehouse product, plus listing information such as title, description and tags.
4
4
  *
5
- * The version of the OpenAPI document: 1.79.0
5
+ * The version of the OpenAPI document: 1.81.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 API
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 warehouse product, plus listing information such as title, description and tags.
7
7
  *
8
- * The version of the OpenAPI document: 1.79.0
8
+ * The version of the OpenAPI document: 1.81.0
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Product Catalog API
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 warehouse product, plus listing information such as title, description and tags.
4
4
  *
5
- * The version of the OpenAPI document: 1.79.0
5
+ * The version of the OpenAPI document: 1.81.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Product Catalog API
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 warehouse product, plus listing information such as title, description and tags.
6
6
  *
7
- * The version of the OpenAPI document: 1.79.0
7
+ * The version of the OpenAPI document: 1.81.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 API
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 warehouse product, plus listing information such as title, description and tags.
4
4
  *
5
- * The version of the OpenAPI document: 1.79.0
5
+ * The version of the OpenAPI document: 1.81.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1736,6 +1736,7 @@ export interface Variant {
1736
1736
  'metafields'?: Array<MetaField>;
1737
1737
  'integrationConnections'?: Array<VariantIntegrationConnectionsInner>;
1738
1738
  'wholesaleCost'?: VariantWholesaleCost;
1739
+ 'warehouseVariant'?: VariantWarehouseVariant;
1739
1740
  }
1740
1741
  export interface VariantIntegrationConnectionsInner {
1741
1742
  'integrationCode': string;
@@ -1754,6 +1755,16 @@ export interface VariantProduct {
1754
1755
  */
1755
1756
  'ref'?: string;
1756
1757
  }
1758
+ export interface VariantWarehouseVariant {
1759
+ /**
1760
+ * Unique object identifier
1761
+ */
1762
+ 'id'?: string;
1763
+ /**
1764
+ * Reference to the variant in the Global Fulfillment Network (GFN) catalog.
1765
+ */
1766
+ 'gfnVariantRef'?: string;
1767
+ }
1757
1768
  export interface VariantWholesaleCost {
1758
1769
  'item': RequiredPrice;
1759
1770
  /**
package/dist/esm/api.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Product Catalog API
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 warehouse product, plus listing information such as title, description and tags.
6
6
  *
7
- * The version of the OpenAPI document: 1.79.0
7
+ * The version of the OpenAPI document: 1.81.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 API
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 warehouse product, plus listing information such as title, description and tags.
4
4
  *
5
- * The version of the OpenAPI document: 1.79.0
5
+ * The version of the OpenAPI document: 1.81.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 API
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 warehouse product, plus listing information such as title, description and tags.
6
6
  *
7
- * The version of the OpenAPI document: 1.79.0
7
+ * The version of the OpenAPI document: 1.81.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 API
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 warehouse product, plus listing information such as title, description and tags.
4
4
  *
5
- * The version of the OpenAPI document: 1.79.0
5
+ * The version of the OpenAPI document: 1.81.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Product Catalog API
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 warehouse product, plus listing information such as title, description and tags.
6
6
  *
7
- * The version of the OpenAPI document: 1.79.0
7
+ * The version of the OpenAPI document: 1.81.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 API
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 warehouse product, plus listing information such as title, description and tags.
4
4
  *
5
- * The version of the OpenAPI document: 1.79.0
5
+ * The version of the OpenAPI document: 1.81.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 API
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 warehouse product, plus listing information such as title, description and tags.
5
5
  *
6
- * The version of the OpenAPI document: 1.79.0
6
+ * The version of the OpenAPI document: 1.81.0
7
7
  *
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Product Catalog API
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 warehouse product, plus listing information such as title, description and tags.
4
4
  *
5
- * The version of the OpenAPI document: 1.79.0
5
+ * The version of the OpenAPI document: 1.81.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 API
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 warehouse product, plus listing information such as title, description and tags.
6
6
  *
7
- * The version of the OpenAPI document: 1.79.0
7
+ * The version of the OpenAPI document: 1.81.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 API
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 warehouse product, plus listing information such as title, description and tags.
4
4
  *
5
- * The version of the OpenAPI document: 1.79.0
5
+ * The version of the OpenAPI document: 1.81.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 API
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 warehouse product, plus listing information such as title, description and tags.
7
7
  *
8
- * The version of the OpenAPI document: 1.79.0
8
+ * The version of the OpenAPI document: 1.81.0
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -307,6 +307,7 @@ const { status, data } = await apiInstance.exportProducts(
307
307
  |**400** | Failed validation. | - |
308
308
  |**401** | Not authorised to access this resource. | - |
309
309
  |**403** | Refuse to authorize. | - |
310
+ |**409** | Conflict | - |
310
311
  |**500** | Unknown server error. | - |
311
312
 
312
313
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
package/docs/Variant.md CHANGED
@@ -26,6 +26,7 @@ Name | Type | Description | Notes
26
26
  **metafields** | [**Array&lt;MetaField&gt;**](MetaField.md) | Key/value pairs that can be used to store additional information about the variant | [optional] [default to undefined]
27
27
  **integrationConnections** | [**Array&lt;VariantIntegrationConnectionsInner&gt;**](VariantIntegrationConnectionsInner.md) | | [optional] [default to undefined]
28
28
  **wholesaleCost** | [**VariantWholesaleCost**](VariantWholesaleCost.md) | | [optional] [default to undefined]
29
+ **warehouseVariant** | [**VariantWarehouseVariant**](VariantWarehouseVariant.md) | | [optional] [default to undefined]
29
30
 
30
31
  ## Example
31
32
 
@@ -54,6 +55,7 @@ const instance: Variant = {
54
55
  metafields,
55
56
  integrationConnections,
56
57
  wholesaleCost,
58
+ warehouseVariant,
57
59
  };
58
60
  ```
59
61
 
@@ -0,0 +1,22 @@
1
+ # VariantWarehouseVariant
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | Unique object identifier | [optional] [default to undefined]
9
+ **gfnVariantRef** | **string** | Reference to the variant in the Global Fulfillment Network (GFN) catalog. | [optional] [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { VariantWarehouseVariant } from '@teemill/product-catalog';
15
+
16
+ const instance: VariantWarehouseVariant = {
17
+ id,
18
+ gfnVariantRef,
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)
package/index.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Product Catalog API
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 warehouse product, plus listing information such as title, description and tags.
6
6
  *
7
- * The version of the OpenAPI document: 1.79.0
7
+ * The version of the OpenAPI document: 1.81.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teemill/product-catalog",
3
- "version": "1.79.0",
3
+ "version": "1.81.0",
4
4
  "description": "OpenAPI client for @teemill/product-catalog",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {