@teemill/orders 1.30.4 → 1.31.1
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 +2 -2
- package/api.ts +17 -8
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +17 -8
- package/dist/api.js +11 -6
- 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 +17 -8
- package/dist/esm/api.js +11 -6
- 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/OrderImportErrorCode.md +11 -1
- package/docs/OrdersApi.md +4 -4
- package/docs/OrdersListMetaFilters.md +2 -0
- package/index.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @teemill/orders@1.
|
|
1
|
+
## @teemill/orders@1.31.1
|
|
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.
|
|
39
|
+
npm install @teemill/orders@1.31.1 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Orders
|
|
5
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.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.31.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -574,13 +574,18 @@ export interface OrderImportError {
|
|
|
574
574
|
|
|
575
575
|
|
|
576
576
|
/**
|
|
577
|
-
* Machine-readable error code identifying the type of import failure: - `VARIANT_NOT_FOUND` — The SKU does not match any variant in the project\'s catalog - `MISSING_SKU` — A required SKU field was empty or missing - `SHIPPING_METHOD_UNAVAILABLE` — No shipping methods are available for the fulfillment - `TRANSIENT_SYSTEM_ERROR` — A temporary system issue occurred; the import may succeed on retry - `IMPORT_FAILED` — A general import failure that does not match a more specific code
|
|
577
|
+
* Machine-readable error code identifying the type of import failure: - `VARIANT_NOT_FOUND` — The SKU does not match any variant in the project\'s catalog - `MISSING_SKU` — A required SKU field was empty or missing - `PRODUCT_UNAVAILABLE` — A product variant cannot be fulfilled by the factory - `STOCK_UNAVAILABLE` — Insufficient stock is available for the requested quantity - `SHIPPING_METHOD_UNAVAILABLE` — No shipping methods are available for the fulfillment - `SHIPPING_COUNTRY_REQUIRED` — The shipping country field was missing - `SHIPPING_COUNTRY_INVALID` — The shipping country code is invalid or unsupported - `CUSTOMS_EORI_INVALID` — The EORI number format is invalid - `TRANSIENT_SYSTEM_ERROR` — A temporary system issue occurred; the import may succeed on retry - `IMPORT_FAILED` — A general import failure that does not match a more specific code
|
|
578
578
|
*/
|
|
579
579
|
|
|
580
580
|
export const OrderImportErrorCode = {
|
|
581
581
|
VariantNotFound: 'VARIANT_NOT_FOUND',
|
|
582
582
|
MissingSku: 'MISSING_SKU',
|
|
583
|
+
ProductUnavailable: 'PRODUCT_UNAVAILABLE',
|
|
584
|
+
StockUnavailable: 'STOCK_UNAVAILABLE',
|
|
583
585
|
ShippingMethodUnavailable: 'SHIPPING_METHOD_UNAVAILABLE',
|
|
586
|
+
ShippingCountryRequired: 'SHIPPING_COUNTRY_REQUIRED',
|
|
587
|
+
ShippingCountryInvalid: 'SHIPPING_COUNTRY_INVALID',
|
|
588
|
+
CustomsEoriInvalid: 'CUSTOMS_EORI_INVALID',
|
|
584
589
|
TransientSystemError: 'TRANSIENT_SYSTEM_ERROR',
|
|
585
590
|
ImportFailed: 'IMPORT_FAILED',
|
|
586
591
|
} as const;
|
|
@@ -765,6 +770,10 @@ export interface OrdersListMetaFilters {
|
|
|
765
770
|
* When present, always lists `yes` and `no` — the only valid values for `vatRegistered:yes` and `vatRegistered:no` search tags. Omitted for projects where VAT registration filtering is not available.
|
|
766
771
|
*/
|
|
767
772
|
'vatRegistered'?: Array<VatRegisteredFilterOption>;
|
|
773
|
+
/**
|
|
774
|
+
* Source codes present on this project\'s orders (for example `shopify`, `etsy`). Use as `sources:<code>` search tags; only values listed here are valid for the current project. Omitted when the project has no orders with an source.
|
|
775
|
+
*/
|
|
776
|
+
'sources'?: Array<string>;
|
|
768
777
|
}
|
|
769
778
|
export interface OrdersResponse {
|
|
770
779
|
'orders': Array<Order>;
|
|
@@ -1263,7 +1272,7 @@ export const OrdersApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
1263
1272
|
* @param {string} project The project identifier to scope the request to.
|
|
1264
1273
|
* @param {string} start Start of the date range to filter by when orders were placed.
|
|
1265
1274
|
* @param {string} [end] End of date range filter. Which date field this applies to is controlled by the `dateFilterType` parameter.
|
|
1266
|
-
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid Combine both: `status:paid vatRegistered:yes smith@example.com`
|
|
1275
|
+
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid * `sources:<code>` — filter by order source (allowed values in `meta.filters.sources`) Combine both: `status:paid vatRegistered:yes sources:shopify smith@example.com`
|
|
1267
1276
|
* @param {ExportOrdersDateFilterTypeEnum} [dateFilterType] Specifies the type of date range filter to apply. Determines which date field the `start` and `end` fields should query.
|
|
1268
1277
|
* @param {*} [options] Override http request option.
|
|
1269
1278
|
* @throws {RequiredError}
|
|
@@ -1435,7 +1444,7 @@ export const OrdersApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
1435
1444
|
* @param {string} [fields] Specifies which fields to return, separated by commas
|
|
1436
1445
|
* @param {number} [pageToken] Page reference token
|
|
1437
1446
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
1438
|
-
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid Combine both: `status:paid vatRegistered:yes smith@example.com`
|
|
1447
|
+
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid * `sources:<code>` — filter by order source (allowed values in `meta.filters.sources`) Combine both: `status:paid vatRegistered:yes sources:shopify smith@example.com`
|
|
1439
1448
|
* @param {Array<string>} [ids] Filter to specific order IDs. Only orders matching these IDs will be returned.
|
|
1440
1449
|
* @param {Array<Status>} [statuses] Filter by order status. Only orders matching one of the given statuses will be returned.
|
|
1441
1450
|
* @param {string} [start] Start of date range filter. Which date field this applies to is controlled by the `dateFilterType` parameter.
|
|
@@ -1815,7 +1824,7 @@ export const OrdersApiFp = function(configuration?: Configuration) {
|
|
|
1815
1824
|
* @param {string} project The project identifier to scope the request to.
|
|
1816
1825
|
* @param {string} start Start of the date range to filter by when orders were placed.
|
|
1817
1826
|
* @param {string} [end] End of date range filter. Which date field this applies to is controlled by the `dateFilterType` parameter.
|
|
1818
|
-
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid Combine both: `status:paid vatRegistered:yes smith@example.com`
|
|
1827
|
+
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid * `sources:<code>` — filter by order source (allowed values in `meta.filters.sources`) Combine both: `status:paid vatRegistered:yes sources:shopify smith@example.com`
|
|
1819
1828
|
* @param {ExportOrdersDateFilterTypeEnum} [dateFilterType] Specifies the type of date range filter to apply. Determines which date field the `start` and `end` fields should query.
|
|
1820
1829
|
* @param {*} [options] Override http request option.
|
|
1821
1830
|
* @throws {RequiredError}
|
|
@@ -1862,7 +1871,7 @@ export const OrdersApiFp = function(configuration?: Configuration) {
|
|
|
1862
1871
|
* @param {string} [fields] Specifies which fields to return, separated by commas
|
|
1863
1872
|
* @param {number} [pageToken] Page reference token
|
|
1864
1873
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
1865
|
-
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid Combine both: `status:paid vatRegistered:yes smith@example.com`
|
|
1874
|
+
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid * `sources:<code>` — filter by order source (allowed values in `meta.filters.sources`) Combine both: `status:paid vatRegistered:yes sources:shopify smith@example.com`
|
|
1866
1875
|
* @param {Array<string>} [ids] Filter to specific order IDs. Only orders matching these IDs will be returned.
|
|
1867
1876
|
* @param {Array<Status>} [statuses] Filter by order status. Only orders matching one of the given statuses will be returned.
|
|
1868
1877
|
* @param {string} [start] Start of date range filter. Which date field this applies to is controlled by the `dateFilterType` parameter.
|
|
@@ -2169,7 +2178,7 @@ export interface OrdersApiExportOrdersRequest {
|
|
|
2169
2178
|
readonly end?: string
|
|
2170
2179
|
|
|
2171
2180
|
/**
|
|
2172
|
-
* Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid Combine both: `status:paid vatRegistered:yes smith@example.com`
|
|
2181
|
+
* Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid * `sources:<code>` — filter by order source (allowed values in `meta.filters.sources`) Combine both: `status:paid vatRegistered:yes sources:shopify smith@example.com`
|
|
2173
2182
|
*/
|
|
2174
2183
|
readonly search?: string
|
|
2175
2184
|
|
|
@@ -2239,7 +2248,7 @@ export interface OrdersApiGetOrdersRequest {
|
|
|
2239
2248
|
readonly pageSize?: number
|
|
2240
2249
|
|
|
2241
2250
|
/**
|
|
2242
|
-
* Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid Combine both: `status:paid vatRegistered:yes smith@example.com`
|
|
2251
|
+
* Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid * `sources:<code>` — filter by order source (allowed values in `meta.filters.sources`) Combine both: `status:paid vatRegistered:yes sources:shopify smith@example.com`
|
|
2243
2252
|
*/
|
|
2244
2253
|
readonly search?: string
|
|
2245
2254
|
|
package/base.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Orders
|
|
5
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.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.31.1
|
|
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
|
* Orders
|
|
5
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.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.31.1
|
|
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
|
* Orders
|
|
4
4
|
* 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.
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 1.
|
|
6
|
+
* The version of the OpenAPI document: 1.31.1
|
|
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
|
* Orders
|
|
3
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.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.31.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -548,12 +548,17 @@ export interface OrderImportError {
|
|
|
548
548
|
'referenceCode'?: string | null;
|
|
549
549
|
}
|
|
550
550
|
/**
|
|
551
|
-
* Machine-readable error code identifying the type of import failure: - `VARIANT_NOT_FOUND` — The SKU does not match any variant in the project\'s catalog - `MISSING_SKU` — A required SKU field was empty or missing - `SHIPPING_METHOD_UNAVAILABLE` — No shipping methods are available for the fulfillment - `TRANSIENT_SYSTEM_ERROR` — A temporary system issue occurred; the import may succeed on retry - `IMPORT_FAILED` — A general import failure that does not match a more specific code
|
|
551
|
+
* Machine-readable error code identifying the type of import failure: - `VARIANT_NOT_FOUND` — The SKU does not match any variant in the project\'s catalog - `MISSING_SKU` — A required SKU field was empty or missing - `PRODUCT_UNAVAILABLE` — A product variant cannot be fulfilled by the factory - `STOCK_UNAVAILABLE` — Insufficient stock is available for the requested quantity - `SHIPPING_METHOD_UNAVAILABLE` — No shipping methods are available for the fulfillment - `SHIPPING_COUNTRY_REQUIRED` — The shipping country field was missing - `SHIPPING_COUNTRY_INVALID` — The shipping country code is invalid or unsupported - `CUSTOMS_EORI_INVALID` — The EORI number format is invalid - `TRANSIENT_SYSTEM_ERROR` — A temporary system issue occurred; the import may succeed on retry - `IMPORT_FAILED` — A general import failure that does not match a more specific code
|
|
552
552
|
*/
|
|
553
553
|
export declare const OrderImportErrorCode: {
|
|
554
554
|
readonly VariantNotFound: "VARIANT_NOT_FOUND";
|
|
555
555
|
readonly MissingSku: "MISSING_SKU";
|
|
556
|
+
readonly ProductUnavailable: "PRODUCT_UNAVAILABLE";
|
|
557
|
+
readonly StockUnavailable: "STOCK_UNAVAILABLE";
|
|
556
558
|
readonly ShippingMethodUnavailable: "SHIPPING_METHOD_UNAVAILABLE";
|
|
559
|
+
readonly ShippingCountryRequired: "SHIPPING_COUNTRY_REQUIRED";
|
|
560
|
+
readonly ShippingCountryInvalid: "SHIPPING_COUNTRY_INVALID";
|
|
561
|
+
readonly CustomsEoriInvalid: "CUSTOMS_EORI_INVALID";
|
|
557
562
|
readonly TransientSystemError: "TRANSIENT_SYSTEM_ERROR";
|
|
558
563
|
readonly ImportFailed: "IMPORT_FAILED";
|
|
559
564
|
};
|
|
@@ -725,6 +730,10 @@ export interface OrdersListMetaFilters {
|
|
|
725
730
|
* When present, always lists `yes` and `no` — the only valid values for `vatRegistered:yes` and `vatRegistered:no` search tags. Omitted for projects where VAT registration filtering is not available.
|
|
726
731
|
*/
|
|
727
732
|
'vatRegistered'?: Array<VatRegisteredFilterOption>;
|
|
733
|
+
/**
|
|
734
|
+
* Source codes present on this project\'s orders (for example `shopify`, `etsy`). Use as `sources:<code>` search tags; only values listed here are valid for the current project. Omitted when the project has no orders with an source.
|
|
735
|
+
*/
|
|
736
|
+
'sources'?: Array<string>;
|
|
728
737
|
}
|
|
729
738
|
export interface OrdersResponse {
|
|
730
739
|
'orders': Array<Order>;
|
|
@@ -1030,7 +1039,7 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
1030
1039
|
* @param {string} project The project identifier to scope the request to.
|
|
1031
1040
|
* @param {string} start Start of the date range to filter by when orders were placed.
|
|
1032
1041
|
* @param {string} [end] End of date range filter. Which date field this applies to is controlled by the `dateFilterType` parameter.
|
|
1033
|
-
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid Combine both: `status:paid vatRegistered:yes smith@example.com`
|
|
1042
|
+
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid * `sources:<code>` — filter by order source (allowed values in `meta.filters.sources`) Combine both: `status:paid vatRegistered:yes sources:shopify smith@example.com`
|
|
1034
1043
|
* @param {ExportOrdersDateFilterTypeEnum} [dateFilterType] Specifies the type of date range filter to apply. Determines which date field the `start` and `end` fields should query.
|
|
1035
1044
|
* @param {*} [options] Override http request option.
|
|
1036
1045
|
* @throws {RequiredError}
|
|
@@ -1062,7 +1071,7 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
1062
1071
|
* @param {string} [fields] Specifies which fields to return, separated by commas
|
|
1063
1072
|
* @param {number} [pageToken] Page reference token
|
|
1064
1073
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
1065
|
-
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid Combine both: `status:paid vatRegistered:yes smith@example.com`
|
|
1074
|
+
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid * `sources:<code>` — filter by order source (allowed values in `meta.filters.sources`) Combine both: `status:paid vatRegistered:yes sources:shopify smith@example.com`
|
|
1066
1075
|
* @param {Array<string>} [ids] Filter to specific order IDs. Only orders matching these IDs will be returned.
|
|
1067
1076
|
* @param {Array<Status>} [statuses] Filter by order status. Only orders matching one of the given statuses will be returned.
|
|
1068
1077
|
* @param {string} [start] Start of date range filter. Which date field this applies to is controlled by the `dateFilterType` parameter.
|
|
@@ -1163,7 +1172,7 @@ export declare const OrdersApiFp: (configuration?: Configuration) => {
|
|
|
1163
1172
|
* @param {string} project The project identifier to scope the request to.
|
|
1164
1173
|
* @param {string} start Start of the date range to filter by when orders were placed.
|
|
1165
1174
|
* @param {string} [end] End of date range filter. Which date field this applies to is controlled by the `dateFilterType` parameter.
|
|
1166
|
-
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid Combine both: `status:paid vatRegistered:yes smith@example.com`
|
|
1175
|
+
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid * `sources:<code>` — filter by order source (allowed values in `meta.filters.sources`) Combine both: `status:paid vatRegistered:yes sources:shopify smith@example.com`
|
|
1167
1176
|
* @param {ExportOrdersDateFilterTypeEnum} [dateFilterType] Specifies the type of date range filter to apply. Determines which date field the `start` and `end` fields should query.
|
|
1168
1177
|
* @param {*} [options] Override http request option.
|
|
1169
1178
|
* @throws {RequiredError}
|
|
@@ -1195,7 +1204,7 @@ export declare const OrdersApiFp: (configuration?: Configuration) => {
|
|
|
1195
1204
|
* @param {string} [fields] Specifies which fields to return, separated by commas
|
|
1196
1205
|
* @param {number} [pageToken] Page reference token
|
|
1197
1206
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
1198
|
-
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid Combine both: `status:paid vatRegistered:yes smith@example.com`
|
|
1207
|
+
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid * `sources:<code>` — filter by order source (allowed values in `meta.filters.sources`) Combine both: `status:paid vatRegistered:yes sources:shopify smith@example.com`
|
|
1199
1208
|
* @param {Array<string>} [ids] Filter to specific order IDs. Only orders matching these IDs will be returned.
|
|
1200
1209
|
* @param {Array<Status>} [statuses] Filter by order status. Only orders matching one of the given statuses will be returned.
|
|
1201
1210
|
* @param {string} [start] Start of date range filter. Which date field this applies to is controlled by the `dateFilterType` parameter.
|
|
@@ -1432,7 +1441,7 @@ export interface OrdersApiExportOrdersRequest {
|
|
|
1432
1441
|
*/
|
|
1433
1442
|
readonly end?: string;
|
|
1434
1443
|
/**
|
|
1435
|
-
* Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid Combine both: `status:paid vatRegistered:yes smith@example.com`
|
|
1444
|
+
* Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid * `sources:<code>` — filter by order source (allowed values in `meta.filters.sources`) Combine both: `status:paid vatRegistered:yes sources:shopify smith@example.com`
|
|
1436
1445
|
*/
|
|
1437
1446
|
readonly search?: string;
|
|
1438
1447
|
/**
|
|
@@ -1491,7 +1500,7 @@ export interface OrdersApiGetOrdersRequest {
|
|
|
1491
1500
|
*/
|
|
1492
1501
|
readonly pageSize?: number;
|
|
1493
1502
|
/**
|
|
1494
|
-
* Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid Combine both: `status:paid vatRegistered:yes smith@example.com`
|
|
1503
|
+
* Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid * `sources:<code>` — filter by order source (allowed values in `meta.filters.sources`) Combine both: `status:paid vatRegistered:yes sources:shopify smith@example.com`
|
|
1495
1504
|
*/
|
|
1496
1505
|
readonly search?: string;
|
|
1497
1506
|
/**
|
package/dist/api.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Orders
|
|
6
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.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.31.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -50,12 +50,17 @@ exports.FulfillmentFrozenReasonsEnum = {
|
|
|
50
50
|
Fraud: 'fraud',
|
|
51
51
|
};
|
|
52
52
|
/**
|
|
53
|
-
* Machine-readable error code identifying the type of import failure: - `VARIANT_NOT_FOUND` — The SKU does not match any variant in the project\'s catalog - `MISSING_SKU` — A required SKU field was empty or missing - `SHIPPING_METHOD_UNAVAILABLE` — No shipping methods are available for the fulfillment - `TRANSIENT_SYSTEM_ERROR` — A temporary system issue occurred; the import may succeed on retry - `IMPORT_FAILED` — A general import failure that does not match a more specific code
|
|
53
|
+
* Machine-readable error code identifying the type of import failure: - `VARIANT_NOT_FOUND` — The SKU does not match any variant in the project\'s catalog - `MISSING_SKU` — A required SKU field was empty or missing - `PRODUCT_UNAVAILABLE` — A product variant cannot be fulfilled by the factory - `STOCK_UNAVAILABLE` — Insufficient stock is available for the requested quantity - `SHIPPING_METHOD_UNAVAILABLE` — No shipping methods are available for the fulfillment - `SHIPPING_COUNTRY_REQUIRED` — The shipping country field was missing - `SHIPPING_COUNTRY_INVALID` — The shipping country code is invalid or unsupported - `CUSTOMS_EORI_INVALID` — The EORI number format is invalid - `TRANSIENT_SYSTEM_ERROR` — A temporary system issue occurred; the import may succeed on retry - `IMPORT_FAILED` — A general import failure that does not match a more specific code
|
|
54
54
|
*/
|
|
55
55
|
exports.OrderImportErrorCode = {
|
|
56
56
|
VariantNotFound: 'VARIANT_NOT_FOUND',
|
|
57
57
|
MissingSku: 'MISSING_SKU',
|
|
58
|
+
ProductUnavailable: 'PRODUCT_UNAVAILABLE',
|
|
59
|
+
StockUnavailable: 'STOCK_UNAVAILABLE',
|
|
58
60
|
ShippingMethodUnavailable: 'SHIPPING_METHOD_UNAVAILABLE',
|
|
61
|
+
ShippingCountryRequired: 'SHIPPING_COUNTRY_REQUIRED',
|
|
62
|
+
ShippingCountryInvalid: 'SHIPPING_COUNTRY_INVALID',
|
|
63
|
+
CustomsEoriInvalid: 'CUSTOMS_EORI_INVALID',
|
|
59
64
|
TransientSystemError: 'TRANSIENT_SYSTEM_ERROR',
|
|
60
65
|
ImportFailed: 'IMPORT_FAILED',
|
|
61
66
|
};
|
|
@@ -312,7 +317,7 @@ const OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
312
317
|
* @param {string} project The project identifier to scope the request to.
|
|
313
318
|
* @param {string} start Start of the date range to filter by when orders were placed.
|
|
314
319
|
* @param {string} [end] End of date range filter. Which date field this applies to is controlled by the `dateFilterType` parameter.
|
|
315
|
-
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid Combine both: `status:paid vatRegistered:yes smith@example.com`
|
|
320
|
+
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid * `sources:<code>` — filter by order source (allowed values in `meta.filters.sources`) Combine both: `status:paid vatRegistered:yes sources:shopify smith@example.com`
|
|
316
321
|
* @param {ExportOrdersDateFilterTypeEnum} [dateFilterType] Specifies the type of date range filter to apply. Determines which date field the `start` and `end` fields should query.
|
|
317
322
|
* @param {*} [options] Override http request option.
|
|
318
323
|
* @throws {RequiredError}
|
|
@@ -458,7 +463,7 @@ const OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
458
463
|
* @param {string} [fields] Specifies which fields to return, separated by commas
|
|
459
464
|
* @param {number} [pageToken] Page reference token
|
|
460
465
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
461
|
-
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid Combine both: `status:paid vatRegistered:yes smith@example.com`
|
|
466
|
+
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid * `sources:<code>` — filter by order source (allowed values in `meta.filters.sources`) Combine both: `status:paid vatRegistered:yes sources:shopify smith@example.com`
|
|
462
467
|
* @param {Array<string>} [ids] Filter to specific order IDs. Only orders matching these IDs will be returned.
|
|
463
468
|
* @param {Array<Status>} [statuses] Filter by order status. Only orders matching one of the given statuses will be returned.
|
|
464
469
|
* @param {string} [start] Start of date range filter. Which date field this applies to is controlled by the `dateFilterType` parameter.
|
|
@@ -800,7 +805,7 @@ const OrdersApiFp = function (configuration) {
|
|
|
800
805
|
* @param {string} project The project identifier to scope the request to.
|
|
801
806
|
* @param {string} start Start of the date range to filter by when orders were placed.
|
|
802
807
|
* @param {string} [end] End of date range filter. Which date field this applies to is controlled by the `dateFilterType` parameter.
|
|
803
|
-
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid Combine both: `status:paid vatRegistered:yes smith@example.com`
|
|
808
|
+
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid * `sources:<code>` — filter by order source (allowed values in `meta.filters.sources`) Combine both: `status:paid vatRegistered:yes sources:shopify smith@example.com`
|
|
804
809
|
* @param {ExportOrdersDateFilterTypeEnum} [dateFilterType] Specifies the type of date range filter to apply. Determines which date field the `start` and `end` fields should query.
|
|
805
810
|
* @param {*} [options] Override http request option.
|
|
806
811
|
* @throws {RequiredError}
|
|
@@ -856,7 +861,7 @@ const OrdersApiFp = function (configuration) {
|
|
|
856
861
|
* @param {string} [fields] Specifies which fields to return, separated by commas
|
|
857
862
|
* @param {number} [pageToken] Page reference token
|
|
858
863
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
859
|
-
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid Combine both: `status:paid vatRegistered:yes smith@example.com`
|
|
864
|
+
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid * `sources:<code>` — filter by order source (allowed values in `meta.filters.sources`) Combine both: `status:paid vatRegistered:yes sources:shopify smith@example.com`
|
|
860
865
|
* @param {Array<string>} [ids] Filter to specific order IDs. Only orders matching these IDs will be returned.
|
|
861
866
|
* @param {Array<Status>} [statuses] Filter by order status. Only orders matching one of the given statuses will be returned.
|
|
862
867
|
* @param {string} [start] Start of date range filter. Which date field this applies to is controlled by the `dateFilterType` parameter.
|
package/dist/base.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Orders
|
|
3
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.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.31.1
|
|
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
|
* Orders
|
|
6
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.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.31.1
|
|
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
|
* Orders
|
|
3
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.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.31.1
|
|
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
|
* Orders
|
|
6
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.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.31.1
|
|
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
|
* Orders
|
|
3
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.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.31.1
|
|
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
|
* Orders
|
|
5
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.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.31.1
|
|
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
|
* Orders
|
|
3
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.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.31.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -548,12 +548,17 @@ export interface OrderImportError {
|
|
|
548
548
|
'referenceCode'?: string | null;
|
|
549
549
|
}
|
|
550
550
|
/**
|
|
551
|
-
* Machine-readable error code identifying the type of import failure: - `VARIANT_NOT_FOUND` — The SKU does not match any variant in the project\'s catalog - `MISSING_SKU` — A required SKU field was empty or missing - `SHIPPING_METHOD_UNAVAILABLE` — No shipping methods are available for the fulfillment - `TRANSIENT_SYSTEM_ERROR` — A temporary system issue occurred; the import may succeed on retry - `IMPORT_FAILED` — A general import failure that does not match a more specific code
|
|
551
|
+
* Machine-readable error code identifying the type of import failure: - `VARIANT_NOT_FOUND` — The SKU does not match any variant in the project\'s catalog - `MISSING_SKU` — A required SKU field was empty or missing - `PRODUCT_UNAVAILABLE` — A product variant cannot be fulfilled by the factory - `STOCK_UNAVAILABLE` — Insufficient stock is available for the requested quantity - `SHIPPING_METHOD_UNAVAILABLE` — No shipping methods are available for the fulfillment - `SHIPPING_COUNTRY_REQUIRED` — The shipping country field was missing - `SHIPPING_COUNTRY_INVALID` — The shipping country code is invalid or unsupported - `CUSTOMS_EORI_INVALID` — The EORI number format is invalid - `TRANSIENT_SYSTEM_ERROR` — A temporary system issue occurred; the import may succeed on retry - `IMPORT_FAILED` — A general import failure that does not match a more specific code
|
|
552
552
|
*/
|
|
553
553
|
export declare const OrderImportErrorCode: {
|
|
554
554
|
readonly VariantNotFound: "VARIANT_NOT_FOUND";
|
|
555
555
|
readonly MissingSku: "MISSING_SKU";
|
|
556
|
+
readonly ProductUnavailable: "PRODUCT_UNAVAILABLE";
|
|
557
|
+
readonly StockUnavailable: "STOCK_UNAVAILABLE";
|
|
556
558
|
readonly ShippingMethodUnavailable: "SHIPPING_METHOD_UNAVAILABLE";
|
|
559
|
+
readonly ShippingCountryRequired: "SHIPPING_COUNTRY_REQUIRED";
|
|
560
|
+
readonly ShippingCountryInvalid: "SHIPPING_COUNTRY_INVALID";
|
|
561
|
+
readonly CustomsEoriInvalid: "CUSTOMS_EORI_INVALID";
|
|
557
562
|
readonly TransientSystemError: "TRANSIENT_SYSTEM_ERROR";
|
|
558
563
|
readonly ImportFailed: "IMPORT_FAILED";
|
|
559
564
|
};
|
|
@@ -725,6 +730,10 @@ export interface OrdersListMetaFilters {
|
|
|
725
730
|
* When present, always lists `yes` and `no` — the only valid values for `vatRegistered:yes` and `vatRegistered:no` search tags. Omitted for projects where VAT registration filtering is not available.
|
|
726
731
|
*/
|
|
727
732
|
'vatRegistered'?: Array<VatRegisteredFilterOption>;
|
|
733
|
+
/**
|
|
734
|
+
* Source codes present on this project\'s orders (for example `shopify`, `etsy`). Use as `sources:<code>` search tags; only values listed here are valid for the current project. Omitted when the project has no orders with an source.
|
|
735
|
+
*/
|
|
736
|
+
'sources'?: Array<string>;
|
|
728
737
|
}
|
|
729
738
|
export interface OrdersResponse {
|
|
730
739
|
'orders': Array<Order>;
|
|
@@ -1030,7 +1039,7 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
1030
1039
|
* @param {string} project The project identifier to scope the request to.
|
|
1031
1040
|
* @param {string} start Start of the date range to filter by when orders were placed.
|
|
1032
1041
|
* @param {string} [end] End of date range filter. Which date field this applies to is controlled by the `dateFilterType` parameter.
|
|
1033
|
-
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid Combine both: `status:paid vatRegistered:yes smith@example.com`
|
|
1042
|
+
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid * `sources:<code>` — filter by order source (allowed values in `meta.filters.sources`) Combine both: `status:paid vatRegistered:yes sources:shopify smith@example.com`
|
|
1034
1043
|
* @param {ExportOrdersDateFilterTypeEnum} [dateFilterType] Specifies the type of date range filter to apply. Determines which date field the `start` and `end` fields should query.
|
|
1035
1044
|
* @param {*} [options] Override http request option.
|
|
1036
1045
|
* @throws {RequiredError}
|
|
@@ -1062,7 +1071,7 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
1062
1071
|
* @param {string} [fields] Specifies which fields to return, separated by commas
|
|
1063
1072
|
* @param {number} [pageToken] Page reference token
|
|
1064
1073
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
1065
|
-
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid Combine both: `status:paid vatRegistered:yes smith@example.com`
|
|
1074
|
+
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid * `sources:<code>` — filter by order source (allowed values in `meta.filters.sources`) Combine both: `status:paid vatRegistered:yes sources:shopify smith@example.com`
|
|
1066
1075
|
* @param {Array<string>} [ids] Filter to specific order IDs. Only orders matching these IDs will be returned.
|
|
1067
1076
|
* @param {Array<Status>} [statuses] Filter by order status. Only orders matching one of the given statuses will be returned.
|
|
1068
1077
|
* @param {string} [start] Start of date range filter. Which date field this applies to is controlled by the `dateFilterType` parameter.
|
|
@@ -1163,7 +1172,7 @@ export declare const OrdersApiFp: (configuration?: Configuration) => {
|
|
|
1163
1172
|
* @param {string} project The project identifier to scope the request to.
|
|
1164
1173
|
* @param {string} start Start of the date range to filter by when orders were placed.
|
|
1165
1174
|
* @param {string} [end] End of date range filter. Which date field this applies to is controlled by the `dateFilterType` parameter.
|
|
1166
|
-
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid Combine both: `status:paid vatRegistered:yes smith@example.com`
|
|
1175
|
+
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid * `sources:<code>` — filter by order source (allowed values in `meta.filters.sources`) Combine both: `status:paid vatRegistered:yes sources:shopify smith@example.com`
|
|
1167
1176
|
* @param {ExportOrdersDateFilterTypeEnum} [dateFilterType] Specifies the type of date range filter to apply. Determines which date field the `start` and `end` fields should query.
|
|
1168
1177
|
* @param {*} [options] Override http request option.
|
|
1169
1178
|
* @throws {RequiredError}
|
|
@@ -1195,7 +1204,7 @@ export declare const OrdersApiFp: (configuration?: Configuration) => {
|
|
|
1195
1204
|
* @param {string} [fields] Specifies which fields to return, separated by commas
|
|
1196
1205
|
* @param {number} [pageToken] Page reference token
|
|
1197
1206
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
1198
|
-
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid Combine both: `status:paid vatRegistered:yes smith@example.com`
|
|
1207
|
+
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid * `sources:<code>` — filter by order source (allowed values in `meta.filters.sources`) Combine both: `status:paid vatRegistered:yes sources:shopify smith@example.com`
|
|
1199
1208
|
* @param {Array<string>} [ids] Filter to specific order IDs. Only orders matching these IDs will be returned.
|
|
1200
1209
|
* @param {Array<Status>} [statuses] Filter by order status. Only orders matching one of the given statuses will be returned.
|
|
1201
1210
|
* @param {string} [start] Start of date range filter. Which date field this applies to is controlled by the `dateFilterType` parameter.
|
|
@@ -1432,7 +1441,7 @@ export interface OrdersApiExportOrdersRequest {
|
|
|
1432
1441
|
*/
|
|
1433
1442
|
readonly end?: string;
|
|
1434
1443
|
/**
|
|
1435
|
-
* Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid Combine both: `status:paid vatRegistered:yes smith@example.com`
|
|
1444
|
+
* Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid * `sources:<code>` — filter by order source (allowed values in `meta.filters.sources`) Combine both: `status:paid vatRegistered:yes sources:shopify smith@example.com`
|
|
1436
1445
|
*/
|
|
1437
1446
|
readonly search?: string;
|
|
1438
1447
|
/**
|
|
@@ -1491,7 +1500,7 @@ export interface OrdersApiGetOrdersRequest {
|
|
|
1491
1500
|
*/
|
|
1492
1501
|
readonly pageSize?: number;
|
|
1493
1502
|
/**
|
|
1494
|
-
* Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid Combine both: `status:paid vatRegistered:yes smith@example.com`
|
|
1503
|
+
* Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid * `sources:<code>` — filter by order source (allowed values in `meta.filters.sources`) Combine both: `status:paid vatRegistered:yes sources:shopify smith@example.com`
|
|
1495
1504
|
*/
|
|
1496
1505
|
readonly search?: string;
|
|
1497
1506
|
/**
|
package/dist/esm/api.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Orders
|
|
5
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.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.31.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -47,12 +47,17 @@ export const FulfillmentFrozenReasonsEnum = {
|
|
|
47
47
|
Fraud: 'fraud',
|
|
48
48
|
};
|
|
49
49
|
/**
|
|
50
|
-
* Machine-readable error code identifying the type of import failure: - `VARIANT_NOT_FOUND` — The SKU does not match any variant in the project\'s catalog - `MISSING_SKU` — A required SKU field was empty or missing - `SHIPPING_METHOD_UNAVAILABLE` — No shipping methods are available for the fulfillment - `TRANSIENT_SYSTEM_ERROR` — A temporary system issue occurred; the import may succeed on retry - `IMPORT_FAILED` — A general import failure that does not match a more specific code
|
|
50
|
+
* Machine-readable error code identifying the type of import failure: - `VARIANT_NOT_FOUND` — The SKU does not match any variant in the project\'s catalog - `MISSING_SKU` — A required SKU field was empty or missing - `PRODUCT_UNAVAILABLE` — A product variant cannot be fulfilled by the factory - `STOCK_UNAVAILABLE` — Insufficient stock is available for the requested quantity - `SHIPPING_METHOD_UNAVAILABLE` — No shipping methods are available for the fulfillment - `SHIPPING_COUNTRY_REQUIRED` — The shipping country field was missing - `SHIPPING_COUNTRY_INVALID` — The shipping country code is invalid or unsupported - `CUSTOMS_EORI_INVALID` — The EORI number format is invalid - `TRANSIENT_SYSTEM_ERROR` — A temporary system issue occurred; the import may succeed on retry - `IMPORT_FAILED` — A general import failure that does not match a more specific code
|
|
51
51
|
*/
|
|
52
52
|
export const OrderImportErrorCode = {
|
|
53
53
|
VariantNotFound: 'VARIANT_NOT_FOUND',
|
|
54
54
|
MissingSku: 'MISSING_SKU',
|
|
55
|
+
ProductUnavailable: 'PRODUCT_UNAVAILABLE',
|
|
56
|
+
StockUnavailable: 'STOCK_UNAVAILABLE',
|
|
55
57
|
ShippingMethodUnavailable: 'SHIPPING_METHOD_UNAVAILABLE',
|
|
58
|
+
ShippingCountryRequired: 'SHIPPING_COUNTRY_REQUIRED',
|
|
59
|
+
ShippingCountryInvalid: 'SHIPPING_COUNTRY_INVALID',
|
|
60
|
+
CustomsEoriInvalid: 'CUSTOMS_EORI_INVALID',
|
|
56
61
|
TransientSystemError: 'TRANSIENT_SYSTEM_ERROR',
|
|
57
62
|
ImportFailed: 'IMPORT_FAILED',
|
|
58
63
|
};
|
|
@@ -309,7 +314,7 @@ export const OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
309
314
|
* @param {string} project The project identifier to scope the request to.
|
|
310
315
|
* @param {string} start Start of the date range to filter by when orders were placed.
|
|
311
316
|
* @param {string} [end] End of date range filter. Which date field this applies to is controlled by the `dateFilterType` parameter.
|
|
312
|
-
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid Combine both: `status:paid vatRegistered:yes smith@example.com`
|
|
317
|
+
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid * `sources:<code>` — filter by order source (allowed values in `meta.filters.sources`) Combine both: `status:paid vatRegistered:yes sources:shopify smith@example.com`
|
|
313
318
|
* @param {ExportOrdersDateFilterTypeEnum} [dateFilterType] Specifies the type of date range filter to apply. Determines which date field the `start` and `end` fields should query.
|
|
314
319
|
* @param {*} [options] Override http request option.
|
|
315
320
|
* @throws {RequiredError}
|
|
@@ -455,7 +460,7 @@ export const OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
455
460
|
* @param {string} [fields] Specifies which fields to return, separated by commas
|
|
456
461
|
* @param {number} [pageToken] Page reference token
|
|
457
462
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
458
|
-
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid Combine both: `status:paid vatRegistered:yes smith@example.com`
|
|
463
|
+
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid * `sources:<code>` — filter by order source (allowed values in `meta.filters.sources`) Combine both: `status:paid vatRegistered:yes sources:shopify smith@example.com`
|
|
459
464
|
* @param {Array<string>} [ids] Filter to specific order IDs. Only orders matching these IDs will be returned.
|
|
460
465
|
* @param {Array<Status>} [statuses] Filter by order status. Only orders matching one of the given statuses will be returned.
|
|
461
466
|
* @param {string} [start] Start of date range filter. Which date field this applies to is controlled by the `dateFilterType` parameter.
|
|
@@ -796,7 +801,7 @@ export const OrdersApiFp = function (configuration) {
|
|
|
796
801
|
* @param {string} project The project identifier to scope the request to.
|
|
797
802
|
* @param {string} start Start of the date range to filter by when orders were placed.
|
|
798
803
|
* @param {string} [end] End of date range filter. Which date field this applies to is controlled by the `dateFilterType` parameter.
|
|
799
|
-
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid Combine both: `status:paid vatRegistered:yes smith@example.com`
|
|
804
|
+
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid * `sources:<code>` — filter by order source (allowed values in `meta.filters.sources`) Combine both: `status:paid vatRegistered:yes sources:shopify smith@example.com`
|
|
800
805
|
* @param {ExportOrdersDateFilterTypeEnum} [dateFilterType] Specifies the type of date range filter to apply. Determines which date field the `start` and `end` fields should query.
|
|
801
806
|
* @param {*} [options] Override http request option.
|
|
802
807
|
* @throws {RequiredError}
|
|
@@ -852,7 +857,7 @@ export const OrdersApiFp = function (configuration) {
|
|
|
852
857
|
* @param {string} [fields] Specifies which fields to return, separated by commas
|
|
853
858
|
* @param {number} [pageToken] Page reference token
|
|
854
859
|
* @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
|
|
855
|
-
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid Combine both: `status:paid vatRegistered:yes smith@example.com`
|
|
860
|
+
* @param {string} [search] Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid * `sources:<code>` — filter by order source (allowed values in `meta.filters.sources`) Combine both: `status:paid vatRegistered:yes sources:shopify smith@example.com`
|
|
856
861
|
* @param {Array<string>} [ids] Filter to specific order IDs. Only orders matching these IDs will be returned.
|
|
857
862
|
* @param {Array<Status>} [statuses] Filter by order status. Only orders matching one of the given statuses will be returned.
|
|
858
863
|
* @param {string} [start] Start of date range filter. Which date field this applies to is controlled by the `dateFilterType` parameter.
|
package/dist/esm/base.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Orders
|
|
3
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.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.31.1
|
|
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
|
* Orders
|
|
5
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.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.31.1
|
|
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
|
* Orders
|
|
3
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.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.31.1
|
|
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
|
* Orders
|
|
5
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.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.31.1
|
|
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
|
* Orders
|
|
3
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.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.31.1
|
|
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
|
* Orders
|
|
4
4
|
* 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.
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 1.
|
|
6
|
+
* The version of the OpenAPI document: 1.31.1
|
|
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
|
* Orders
|
|
3
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.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.31.1
|
|
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
|
* Orders
|
|
5
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.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.31.1
|
|
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
|
* Orders
|
|
3
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.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.31.1
|
|
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
|
* Orders
|
|
6
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.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.31.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# OrderImportErrorCode
|
|
2
2
|
|
|
3
|
-
Machine-readable error code identifying the type of import failure: - `VARIANT_NOT_FOUND` — The SKU does not match any variant in the project\'s catalog - `MISSING_SKU` — A required SKU field was empty or missing - `SHIPPING_METHOD_UNAVAILABLE` — No shipping methods are available for the fulfillment - `TRANSIENT_SYSTEM_ERROR` — A temporary system issue occurred; the import may succeed on retry - `IMPORT_FAILED` — A general import failure that does not match a more specific code
|
|
3
|
+
Machine-readable error code identifying the type of import failure: - `VARIANT_NOT_FOUND` — The SKU does not match any variant in the project\'s catalog - `MISSING_SKU` — A required SKU field was empty or missing - `PRODUCT_UNAVAILABLE` — A product variant cannot be fulfilled by the factory - `STOCK_UNAVAILABLE` — Insufficient stock is available for the requested quantity - `SHIPPING_METHOD_UNAVAILABLE` — No shipping methods are available for the fulfillment - `SHIPPING_COUNTRY_REQUIRED` — The shipping country field was missing - `SHIPPING_COUNTRY_INVALID` — The shipping country code is invalid or unsupported - `CUSTOMS_EORI_INVALID` — The EORI number format is invalid - `TRANSIENT_SYSTEM_ERROR` — A temporary system issue occurred; the import may succeed on retry - `IMPORT_FAILED` — A general import failure that does not match a more specific code
|
|
4
4
|
|
|
5
5
|
## Enum
|
|
6
6
|
|
|
@@ -8,8 +8,18 @@ Machine-readable error code identifying the type of import failure: - `VARIANT_N
|
|
|
8
8
|
|
|
9
9
|
* `MissingSku` (value: `'MISSING_SKU'`)
|
|
10
10
|
|
|
11
|
+
* `ProductUnavailable` (value: `'PRODUCT_UNAVAILABLE'`)
|
|
12
|
+
|
|
13
|
+
* `StockUnavailable` (value: `'STOCK_UNAVAILABLE'`)
|
|
14
|
+
|
|
11
15
|
* `ShippingMethodUnavailable` (value: `'SHIPPING_METHOD_UNAVAILABLE'`)
|
|
12
16
|
|
|
17
|
+
* `ShippingCountryRequired` (value: `'SHIPPING_COUNTRY_REQUIRED'`)
|
|
18
|
+
|
|
19
|
+
* `ShippingCountryInvalid` (value: `'SHIPPING_COUNTRY_INVALID'`)
|
|
20
|
+
|
|
21
|
+
* `CustomsEoriInvalid` (value: `'CUSTOMS_EORI_INVALID'`)
|
|
22
|
+
|
|
13
23
|
* `TransientSystemError` (value: `'TRANSIENT_SYSTEM_ERROR'`)
|
|
14
24
|
|
|
15
25
|
* `ImportFailed` (value: `'IMPORT_FAILED'`)
|
package/docs/OrdersApi.md
CHANGED
|
@@ -285,7 +285,7 @@ const apiInstance = new OrdersApi(configuration);
|
|
|
285
285
|
let project: string; //The project identifier to scope the request to. (default to undefined)
|
|
286
286
|
let start: string; //Start of the date range to filter by when orders were placed. (default to undefined)
|
|
287
287
|
let end: string; //End of date range filter. Which date field this applies to is controlled by the `dateFilterType` parameter. (optional) (default to undefined)
|
|
288
|
-
let search: string; //Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid Combine both: `status:paid vatRegistered:yes smith@example.com` (optional) (default to undefined)
|
|
288
|
+
let search: string; //Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid * `sources:<code>` — filter by order source (allowed values in `meta.filters.sources`) Combine both: `status:paid vatRegistered:yes sources:shopify smith@example.com` (optional) (default to undefined)
|
|
289
289
|
let dateFilterType: 'createdAt' | 'updatedAt' | 'paidAt' | 'statusChangedAt' | 'completedAt' | 'refundedAt' | 'quoteAt'; //Specifies the type of date range filter to apply. Determines which date field the `start` and `end` fields should query. (optional) (default to 'createdAt')
|
|
290
290
|
|
|
291
291
|
const { status, data } = await apiInstance.exportOrders(
|
|
@@ -304,7 +304,7 @@ const { status, data } = await apiInstance.exportOrders(
|
|
|
304
304
|
| **project** | [**string**] | The project identifier to scope the request to. | defaults to undefined|
|
|
305
305
|
| **start** | [**string**] | Start of the date range to filter by when orders were placed. | defaults to undefined|
|
|
306
306
|
| **end** | [**string**] | End of date range filter. Which date field this applies to is controlled by the `dateFilterType` parameter. | (optional) defaults to undefined|
|
|
307
|
-
| **search** | [**string**] | Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid Combine both: `status:paid vatRegistered:yes smith@example.com` | (optional) defaults to undefined|
|
|
307
|
+
| **search** | [**string**] | Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid * `sources:<code>` — filter by order source (allowed values in `meta.filters.sources`) Combine both: `status:paid vatRegistered:yes sources:shopify smith@example.com` | (optional) defaults to undefined|
|
|
308
308
|
| **dateFilterType** | [**'createdAt' | 'updatedAt' | 'paidAt' | 'statusChangedAt' | 'completedAt' | 'refundedAt' | 'quoteAt'**]**Array<'createdAt' | 'updatedAt' | 'paidAt' | 'statusChangedAt' | 'completedAt' | 'refundedAt' | 'quoteAt'>** | Specifies the type of date range filter to apply. Determines which date field the `start` and `end` fields should query. | (optional) defaults to 'createdAt'|
|
|
309
309
|
|
|
310
310
|
|
|
@@ -476,7 +476,7 @@ let project: string; //The project identifier to scope the request to. (default
|
|
|
476
476
|
let fields: string; //Specifies which fields to return, separated by commas (optional) (default to undefined)
|
|
477
477
|
let pageToken: number; //Page reference token (optional) (default to 1)
|
|
478
478
|
let pageSize: number; //Max page size. This is the maximum page size that will be returned, but it might be smaller. (optional) (default to 100)
|
|
479
|
-
let search: string; //Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid Combine both: `status:paid vatRegistered:yes smith@example.com` (optional) (default to undefined)
|
|
479
|
+
let search: string; //Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid * `sources:<code>` — filter by order source (allowed values in `meta.filters.sources`) Combine both: `status:paid vatRegistered:yes sources:shopify smith@example.com` (optional) (default to undefined)
|
|
480
480
|
let ids: Array<string>; //Filter to specific order IDs. Only orders matching these IDs will be returned. (optional) (default to undefined)
|
|
481
481
|
let statuses: Array<Status>; //Filter by order status. Only orders matching one of the given statuses will be returned. (optional) (default to undefined)
|
|
482
482
|
let start: string; //Start of date range filter. Which date field this applies to is controlled by the `dateFilterType` parameter. (optional) (default to undefined)
|
|
@@ -505,7 +505,7 @@ const { status, data } = await apiInstance.getOrders(
|
|
|
505
505
|
| **fields** | [**string**] | Specifies which fields to return, separated by commas | (optional) defaults to undefined|
|
|
506
506
|
| **pageToken** | [**number**] | Page reference token | (optional) defaults to 1|
|
|
507
507
|
| **pageSize** | [**number**] | Max page size. This is the maximum page size that will be returned, but it might be smaller. | (optional) defaults to 100|
|
|
508
|
-
| **search** | [**string**] | Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid Combine both: `status:paid vatRegistered:yes smith@example.com` | (optional) defaults to undefined|
|
|
508
|
+
| **search** | [**string**] | Search expression for listing orders. Supports free text and structured filter tags in the same string. **Free text** — words without a `key:value` shape match order reference, customer name, and email. **Filter tags** — use `key:value` tokens (space-separated). Available filters and allowed values are returned on each list response in `meta.filters`; only keys present there are valid for your project. * `status:<code>` — filter by order status (allowed values in `meta.filters.status`) * `vatRegistered:<yes|no>` — filter by whether a billing VAT number was provided; only `vatRegistered:yes` and `vatRegistered:no` are valid * `sources:<code>` — filter by order source (allowed values in `meta.filters.sources`) Combine both: `status:paid vatRegistered:yes sources:shopify smith@example.com` | (optional) defaults to undefined|
|
|
509
509
|
| **ids** | **Array<string>** | Filter to specific order IDs. Only orders matching these IDs will be returned. | (optional) defaults to undefined|
|
|
510
510
|
| **statuses** | **Array<Status>** | Filter by order status. Only orders matching one of the given statuses will be returned. | (optional) defaults to undefined|
|
|
511
511
|
| **start** | [**string**] | Start of date range filter. Which date field this applies to is controlled by the `dateFilterType` parameter. | (optional) defaults to undefined|
|
|
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
|
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
9
|
**status** | [**Array<Status>**](Status.md) | Project-specific subset of the `Status` enum. Use as `status:<code>` search tags; only values listed here are valid for the current project. | [optional] [default to undefined]
|
|
10
10
|
**vatRegistered** | [**Array<VatRegisteredFilterOption>**](VatRegisteredFilterOption.md) | When present, always lists `yes` and `no` — the only valid values for `vatRegistered:yes` and `vatRegistered:no` search tags. Omitted for projects where VAT registration filtering is not available. | [optional] [default to undefined]
|
|
11
|
+
**sources** | **Array<string>** | Source codes present on this project\'s orders (for example `shopify`, `etsy`). Use as `sources:<code>` search tags; only values listed here are valid for the current project. Omitted when the project has no orders with an source. | [optional] [default to undefined]
|
|
11
12
|
|
|
12
13
|
## Example
|
|
13
14
|
|
|
@@ -17,6 +18,7 @@ import { OrdersListMetaFilters } from '@teemill/orders';
|
|
|
17
18
|
const instance: OrdersListMetaFilters = {
|
|
18
19
|
status,
|
|
19
20
|
vatRegistered,
|
|
21
|
+
sources,
|
|
20
22
|
};
|
|
21
23
|
```
|
|
22
24
|
|
package/index.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Orders
|
|
5
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.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.31.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|