@teemill/orders 1.5.0 → 1.5.2

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.
Files changed (69) hide show
  1. package/.openapi-generator/VERSION +1 -1
  2. package/README.md +5 -4
  3. package/dist/apis/OrdersApi.d.ts +10 -25
  4. package/dist/apis/OrdersApi.js +10 -82
  5. package/dist/models/Address.d.ts +2 -2
  6. package/dist/models/Address.js +2 -2
  7. package/dist/models/ApiError.d.ts +2 -2
  8. package/dist/models/ApiError.js +2 -2
  9. package/dist/models/ConfirmOrderFulfillment.d.ts +2 -2
  10. package/dist/models/ConfirmOrderFulfillment.js +2 -2
  11. package/dist/models/ConfirmOrderRequest.d.ts +2 -2
  12. package/dist/models/ConfirmOrderRequest.js +2 -2
  13. package/dist/models/ConfirmOrderValidationError.d.ts +2 -2
  14. package/dist/models/ConfirmOrderValidationError.js +2 -2
  15. package/dist/models/ContactInformation.d.ts +2 -2
  16. package/dist/models/ContactInformation.js +2 -2
  17. package/dist/models/DeliveryEstimates.d.ts +2 -2
  18. package/dist/models/DeliveryEstimates.js +2 -2
  19. package/dist/models/ExportOrders202Response.d.ts +2 -2
  20. package/dist/models/ExportOrders202Response.js +2 -2
  21. package/dist/models/Fulfillment.d.ts +2 -2
  22. package/dist/models/Fulfillment.js +2 -2
  23. package/dist/models/FulfillmentItem.d.ts +2 -2
  24. package/dist/models/FulfillmentItem.js +2 -2
  25. package/dist/models/Order.d.ts +2 -2
  26. package/dist/models/Order.js +2 -2
  27. package/dist/models/OrderItem.d.ts +2 -2
  28. package/dist/models/OrderItem.js +2 -2
  29. package/dist/models/OrderItemTaxPrice.d.ts +2 -2
  30. package/dist/models/OrderItemTaxPrice.js +2 -2
  31. package/dist/models/OrderTracking.d.ts +2 -2
  32. package/dist/models/OrderTracking.js +2 -2
  33. package/dist/models/OrdersResponse.d.ts +2 -2
  34. package/dist/models/OrdersResponse.js +2 -2
  35. package/dist/models/Origin.d.ts +2 -2
  36. package/dist/models/Origin.js +2 -2
  37. package/dist/models/Price.d.ts +2 -2
  38. package/dist/models/Price.js +2 -2
  39. package/dist/models/ShippingMethod.d.ts +2 -2
  40. package/dist/models/ShippingMethod.js +2 -2
  41. package/dist/models/Status.d.ts +2 -2
  42. package/dist/models/Status.js +2 -2
  43. package/dist/models/StatusHistoryItem.d.ts +2 -2
  44. package/dist/models/StatusHistoryItem.js +2 -2
  45. package/dist/runtime.d.ts +2 -2
  46. package/dist/runtime.js +2 -2
  47. package/package.json +1 -1
  48. package/src/apis/OrdersApi.ts +10 -87
  49. package/src/models/Address.ts +2 -2
  50. package/src/models/ApiError.ts +2 -2
  51. package/src/models/ConfirmOrderFulfillment.ts +2 -2
  52. package/src/models/ConfirmOrderRequest.ts +2 -2
  53. package/src/models/ConfirmOrderValidationError.ts +2 -2
  54. package/src/models/ContactInformation.ts +2 -2
  55. package/src/models/DeliveryEstimates.ts +2 -2
  56. package/src/models/ExportOrders202Response.ts +2 -2
  57. package/src/models/Fulfillment.ts +2 -2
  58. package/src/models/FulfillmentItem.ts +2 -2
  59. package/src/models/Order.ts +2 -2
  60. package/src/models/OrderItem.ts +2 -2
  61. package/src/models/OrderItemTaxPrice.ts +2 -2
  62. package/src/models/OrderTracking.ts +2 -2
  63. package/src/models/OrdersResponse.ts +2 -2
  64. package/src/models/Origin.ts +2 -2
  65. package/src/models/Price.ts +2 -2
  66. package/src/models/ShippingMethod.ts +2 -2
  67. package/src/models/Status.ts +2 -2
  68. package/src/models/StatusHistoryItem.ts +2 -2
  69. package/src/runtime.ts +2 -2
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Orders API
6
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
+ * Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
7
7
  *
8
- * The version of the OpenAPI document: 1.5.0
8
+ * The version of the OpenAPI document: 1.5.2
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Orders API
3
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
4
4
  *
5
- * The version of the OpenAPI document: 1.5.0
5
+ * The version of the OpenAPI document: 1.5.2
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Orders API
6
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
+ * Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
7
7
  *
8
- * The version of the OpenAPI document: 1.5.0
8
+ * The version of the OpenAPI document: 1.5.2
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Orders API
3
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
4
4
  *
5
- * The version of the OpenAPI document: 1.5.0
5
+ * The version of the OpenAPI document: 1.5.2
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Orders API
6
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
+ * Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
7
7
  *
8
- * The version of the OpenAPI document: 1.5.0
8
+ * The version of the OpenAPI document: 1.5.2
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Orders API
3
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
4
4
  *
5
- * The version of the OpenAPI document: 1.5.0
5
+ * The version of the OpenAPI document: 1.5.2
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Orders API
6
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
+ * Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
7
7
  *
8
- * The version of the OpenAPI document: 1.5.0
8
+ * The version of the OpenAPI document: 1.5.2
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Orders API
3
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
4
4
  *
5
- * The version of the OpenAPI document: 1.5.0
5
+ * The version of the OpenAPI document: 1.5.2
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Orders API
6
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
+ * Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
7
7
  *
8
- * The version of the OpenAPI document: 1.5.0
8
+ * The version of the OpenAPI document: 1.5.2
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Orders API
3
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
4
4
  *
5
- * The version of the OpenAPI document: 1.5.0
5
+ * The version of the OpenAPI document: 1.5.2
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Orders API
6
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
+ * Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
7
7
  *
8
- * The version of the OpenAPI document: 1.5.0
8
+ * The version of the OpenAPI document: 1.5.2
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Orders API
3
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
4
4
  *
5
- * The version of the OpenAPI document: 1.5.0
5
+ * The version of the OpenAPI document: 1.5.2
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Orders API
6
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
+ * Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
7
7
  *
8
- * The version of the OpenAPI document: 1.5.0
8
+ * The version of the OpenAPI document: 1.5.2
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/runtime.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Orders API
3
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
3
+ * Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
4
4
  *
5
- * The version of the OpenAPI document: 1.5.0
5
+ * The version of the OpenAPI document: 1.5.2
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/runtime.js CHANGED
@@ -3,9 +3,9 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Orders API
6
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
+ * Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
7
7
  *
8
- * The version of the OpenAPI document: 1.5.0
8
+ * The version of the OpenAPI document: 1.5.2
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * 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/orders",
3
- "version": "1.5.0",
3
+ "version": "1.5.2",
4
4
  "description": "OpenAPI client for @teemill/orders",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
6
6
  *
7
- * The version of the OpenAPI document: 1.5.0
7
+ * The version of the OpenAPI document: 1.5.2
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -18,7 +18,6 @@ import type {
18
18
  ApiError,
19
19
  ConfirmOrderRequest,
20
20
  ConfirmOrderValidationError,
21
- ExportOrders202Response,
22
21
  Order,
23
22
  OrdersResponse,
24
23
  Status,
@@ -30,8 +29,6 @@ import {
30
29
  ConfirmOrderRequestToJSON,
31
30
  ConfirmOrderValidationErrorFromJSON,
32
31
  ConfirmOrderValidationErrorToJSON,
33
- ExportOrders202ResponseFromJSON,
34
- ExportOrders202ResponseToJSON,
35
32
  OrderFromJSON,
36
33
  OrderToJSON,
37
34
  OrdersResponseFromJSON,
@@ -53,12 +50,6 @@ export interface CreateOrderRequest {
53
50
  fields?: string;
54
51
  }
55
52
 
56
- export interface ExportOrdersRequest {
57
- project: string;
58
- start: Date;
59
- end?: Date;
60
- }
61
-
62
53
  export interface GetOrderRequest {
63
54
  project: string;
64
55
  orderId: string;
@@ -83,7 +74,7 @@ export interface GetOrdersRequest {
83
74
  export class OrdersApi extends runtime.BaseAPI {
84
75
 
85
76
  /**
86
- * Confirms and order, and submits it as ready to take payment and begin processing.
77
+ * Confirms an order, and submits it as ready to take payment and begin processing.
87
78
  * Confirm order
88
79
  */
89
80
  async confirmOrderRaw(requestParameters: ConfirmOrderOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Order>> {
@@ -134,7 +125,7 @@ export class OrdersApi extends runtime.BaseAPI {
134
125
  }
135
126
 
136
127
  /**
137
- * Confirms and order, and submits it as ready to take payment and begin processing.
128
+ * Confirms an order, and submits it as ready to take payment and begin processing.
138
129
  * Confirm order
139
130
  */
140
131
  async confirmOrder(
@@ -154,7 +145,7 @@ export class OrdersApi extends runtime.BaseAPI {
154
145
  }
155
146
 
156
147
  /**
157
- * Creates a new order for the provided variants.
148
+ * Creates a new order for the provided variants. You can fetch details and references to the given project\'s variants from the Product Catalog API.
158
149
  * Create order
159
150
  */
160
151
  async createOrderRaw(requestParameters: CreateOrderRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Order>> {
@@ -201,7 +192,7 @@ export class OrdersApi extends runtime.BaseAPI {
201
192
  }
202
193
 
203
194
  /**
204
- * Creates a new order for the provided variants.
195
+ * Creates a new order for the provided variants. You can fetch details and references to the given project\'s variants from the Product Catalog API.
205
196
  * Create order
206
197
  */
207
198
  async createOrder(
@@ -221,75 +212,7 @@ export class OrdersApi extends runtime.BaseAPI {
221
212
  }
222
213
 
223
214
  /**
224
- * Export orders as a CSV file
225
- * Export orders
226
- */
227
- async exportOrdersRaw(requestParameters: ExportOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Blob>> {
228
- if (requestParameters.project === null || requestParameters.project === undefined) {
229
- throw new runtime.RequiredError('project','Required parameter requestParameters.project was null or undefined when calling exportOrders.');
230
- }
231
-
232
- if (requestParameters.start === null || requestParameters.start === undefined) {
233
- throw new runtime.RequiredError('start','Required parameter requestParameters.start was null or undefined when calling exportOrders.');
234
- }
235
-
236
- const queryParameters: any = {};
237
-
238
- if (requestParameters.project !== undefined) {
239
- queryParameters['project'] = requestParameters.project;
240
- }
241
-
242
- if (requestParameters.start !== undefined) {
243
- queryParameters['start'] = (requestParameters.start as any).toISOString();
244
- }
245
-
246
- if (requestParameters.end !== undefined) {
247
- queryParameters['end'] = (requestParameters.end as any).toISOString();
248
- }
249
-
250
- const headerParameters: runtime.HTTPHeaders = {};
251
-
252
- if (this.configuration && this.configuration.accessToken) {
253
- // oauth required
254
- headerParameters["Authorization"] = await this.configuration.accessToken("session-oauth", []);
255
- }
256
-
257
- if (this.configuration && this.configuration.apiKey) {
258
- headerParameters["Authorization"] = this.configuration.apiKey("Authorization"); // api-key authentication
259
- }
260
-
261
- const response = await this.request({
262
- path: `/v1/orders/export`,
263
- method: 'GET',
264
- headers: headerParameters,
265
- query: queryParameters,
266
- }, initOverrides);
267
-
268
- return new runtime.BlobApiResponse(response);
269
- }
270
-
271
- /**
272
- * Export orders as a CSV file
273
- * Export orders
274
- */
275
- async exportOrders(
276
- project: string, start: Date,
277
- optionalParameters: runtime.OptionalOnly<ExportOrdersRequest> = {},
278
- initOverrides?: RequestInit | runtime.InitOverrideFunction
279
- ): Promise<Blob> {
280
- const response = await this.exportOrdersRaw(
281
- {
282
- project: project,start: start,
283
- ...optionalParameters,
284
- },
285
- initOverrides
286
- );
287
-
288
- return await response.value();
289
- }
290
-
291
- /**
292
- * Get an order
215
+ * Get an order by a given ID.
293
216
  * Get order
294
217
  */
295
218
  async getOrderRaw(requestParameters: GetOrderRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Order>> {
@@ -333,7 +256,7 @@ export class OrdersApi extends runtime.BaseAPI {
333
256
  }
334
257
 
335
258
  /**
336
- * Get an order
259
+ * Get an order by a given ID.
337
260
  * Get order
338
261
  */
339
262
  async getOrder(
@@ -353,7 +276,7 @@ export class OrdersApi extends runtime.BaseAPI {
353
276
  }
354
277
 
355
278
  /**
356
- * Lists all orders available paginated into chunks
279
+ * Lists all orders placed on this project, paginated into configurable chunks.
357
280
  * List orders
358
281
  */
359
282
  async getOrdersRaw(requestParameters: GetOrdersRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<OrdersResponse>> {
@@ -421,7 +344,7 @@ export class OrdersApi extends runtime.BaseAPI {
421
344
  }
422
345
 
423
346
  /**
424
- * Lists all orders available paginated into chunks
347
+ * Lists all orders placed on this project, paginated into configurable chunks.
425
348
  * List orders
426
349
  */
427
350
  async getOrders(
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
6
6
  *
7
- * The version of the OpenAPI document: 1.5.0
7
+ * The version of the OpenAPI document: 1.5.2
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
6
6
  *
7
- * The version of the OpenAPI document: 1.5.0
7
+ * The version of the OpenAPI document: 1.5.2
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
6
6
  *
7
- * The version of the OpenAPI document: 1.5.0
7
+ * The version of the OpenAPI document: 1.5.2
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
6
6
  *
7
- * The version of the OpenAPI document: 1.5.0
7
+ * The version of the OpenAPI document: 1.5.2
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
6
6
  *
7
- * The version of the OpenAPI document: 1.5.0
7
+ * The version of the OpenAPI document: 1.5.2
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
6
6
  *
7
- * The version of the OpenAPI document: 1.5.0
7
+ * The version of the OpenAPI document: 1.5.2
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
6
6
  *
7
- * The version of the OpenAPI document: 1.5.0
7
+ * The version of the OpenAPI document: 1.5.2
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
6
6
  *
7
- * The version of the OpenAPI document: 1.5.0
7
+ * The version of the OpenAPI document: 1.5.2
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
6
6
  *
7
- * The version of the OpenAPI document: 1.5.0
7
+ * The version of the OpenAPI document: 1.5.2
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
6
6
  *
7
- * The version of the OpenAPI document: 1.5.0
7
+ * The version of the OpenAPI document: 1.5.2
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
6
6
  *
7
- * The version of the OpenAPI document: 1.5.0
7
+ * The version of the OpenAPI document: 1.5.2
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
6
6
  *
7
- * The version of the OpenAPI document: 1.5.0
7
+ * The version of the OpenAPI document: 1.5.2
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
6
6
  *
7
- * The version of the OpenAPI document: 1.5.0
7
+ * The version of the OpenAPI document: 1.5.2
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
6
6
  *
7
- * The version of the OpenAPI document: 1.5.0
7
+ * The version of the OpenAPI document: 1.5.2
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
6
6
  *
7
- * The version of the OpenAPI document: 1.5.0
7
+ * The version of the OpenAPI document: 1.5.2
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
6
6
  *
7
- * The version of the OpenAPI document: 1.5.0
7
+ * The version of the OpenAPI document: 1.5.2
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
6
6
  *
7
- * The version of the OpenAPI document: 1.5.0
7
+ * The version of the OpenAPI document: 1.5.2
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Orders API
5
- * Manage Teemill Orders For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Use this API to create and retrieve updates for print-on-demand orders. Use it to request fulfillment for variants of products attached to the given project. You can fetch details and references to these products and variants from the Product Catalog API. For full documentation on functionality and account auth settings go to [teemill.com](https://teemill.com/api-docs/orders)
6
6
  *
7
- * The version of the OpenAPI document: 1.5.0
7
+ * The version of the OpenAPI document: 1.5.2
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).