@teemill/orders 1.25.0 → 1.27.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/orders@1.25.0
1
+ ## @teemill/orders@1.27.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/orders@1.25.0 --save
39
+ npm install @teemill/orders@1.27.0 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -57,7 +57,11 @@ Class | Method | HTTP request | Description
57
57
  *OrdersApi* | [**downloadInvoice**](docs/OrdersApi.md#downloadinvoice) | **GET** /v1/orders/{orderId}/invoice | Download order invoice
58
58
  *OrdersApi* | [**exportOrders**](docs/OrdersApi.md#exportorders) | **GET** /v1/orders/export | Export orders
59
59
  *OrdersApi* | [**getOrder**](docs/OrdersApi.md#getorder) | **GET** /v1/orders/{orderId} | Get order
60
+ *OrdersApi* | [**getOrderImport**](docs/OrdersApi.md#getorderimport) | **GET** /v1/orders/imports/{importId} | Get order import
60
61
  *OrdersApi* | [**getOrders**](docs/OrdersApi.md#getorders) | **GET** /v1/orders | List orders
62
+ *OrdersApi* | [**importOrders**](docs/OrdersApi.md#importorders) | **POST** /v1/orders/imports | Import orders
63
+ *OrdersApi* | [**listOrderImportGroups**](docs/OrdersApi.md#listorderimportgroups) | **GET** /v1/orders/imports/{importId}/groups | List order import groups
64
+ *OrdersApi* | [**listOrderImports**](docs/OrdersApi.md#listorderimports) | **GET** /v1/orders/imports | List order imports
61
65
  *OrdersApi* | [**retryPlatformPayment**](docs/OrdersApi.md#retryplatformpayment) | **POST** /v1/orders/{orderId}/retryPlatformPayment | Retry
62
66
 
63
67
 
@@ -84,14 +88,24 @@ Class | Method | HTTP request | Description
84
88
  - [Fulfillment](docs/Fulfillment.md)
85
89
  - [FulfillmentItem](docs/FulfillmentItem.md)
86
90
  - [Image](docs/Image.md)
91
+ - [ImportOrders202Response](docs/ImportOrders202Response.md)
87
92
  - [Option](docs/Option.md)
88
93
  - [Order](docs/Order.md)
94
+ - [OrderImport](docs/OrderImport.md)
95
+ - [OrderImportCounts](docs/OrderImportCounts.md)
96
+ - [OrderImportError](docs/OrderImportError.md)
97
+ - [OrderImportErrorCode](docs/OrderImportErrorCode.md)
98
+ - [OrderImportGroup](docs/OrderImportGroup.md)
99
+ - [OrderImportGroupStatus](docs/OrderImportGroupStatus.md)
100
+ - [OrderImportGroupsResponse](docs/OrderImportGroupsResponse.md)
101
+ - [OrderImportStatus](docs/OrderImportStatus.md)
102
+ - [OrderImportsResponse](docs/OrderImportsResponse.md)
89
103
  - [OrderItem](docs/OrderItem.md)
104
+ - [OrderPaymentMethod](docs/OrderPaymentMethod.md)
90
105
  - [OrderTracking](docs/OrderTracking.md)
91
106
  - [OrdersResponse](docs/OrdersResponse.md)
92
107
  - [Origin](docs/Origin.md)
93
108
  - [PaymentAttempt](docs/PaymentAttempt.md)
94
- - [PaymentMethod](docs/PaymentMethod.md)
95
109
  - [Price](docs/Price.md)
96
110
  - [ProductUnavailableError](docs/ProductUnavailableError.md)
97
111
  - [RecipientCost](docs/RecipientCost.md)