@sp-api-sdk/orders-api-2026-01-01 0.0.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +105 -0
- package/dist/cjs/api-model/api/orders-api.js +266 -0
- package/dist/cjs/api-model/api.js +30 -0
- package/dist/cjs/api-model/base.js +52 -0
- package/dist/cjs/api-model/common.js +122 -0
- package/dist/cjs/api-model/configuration.js +98 -0
- package/dist/cjs/api-model/index.js +32 -0
- package/dist/cjs/api-model/models/address-extended-fields.js +15 -0
- package/dist/cjs/api-model/models/alias.js +15 -0
- package/dist/cjs/api-model/models/associated-order.js +15 -0
- package/dist/cjs/api-model/models/business-hour.js +25 -0
- package/dist/cjs/api-model/models/buyer.js +15 -0
- package/dist/cjs/api-model/models/constraint-type.js +22 -0
- package/dist/cjs/api-model/models/customer-address.js +15 -0
- package/dist/cjs/api-model/models/date-time-range.js +15 -0
- package/dist/cjs/api-model/models/delivery-preference.js +15 -0
- package/dist/cjs/api-model/models/error-list.js +15 -0
- package/dist/cjs/api-model/models/exception-date.js +20 -0
- package/dist/cjs/api-model/models/fulfillment-status.js +28 -0
- package/dist/cjs/api-model/models/get-order-response.js +15 -0
- package/dist/cjs/api-model/models/gift-option.js +15 -0
- package/dist/cjs/api-model/models/hour-minute.js +15 -0
- package/dist/cjs/api-model/models/index.js +70 -0
- package/dist/cjs/api-model/models/item-cancellation-request.js +15 -0
- package/dist/cjs/api-model/models/item-cancellation.js +15 -0
- package/dist/cjs/api-model/models/item-condition.js +15 -0
- package/dist/cjs/api-model/models/item-customization.js +15 -0
- package/dist/cjs/api-model/models/item-expense.js +15 -0
- package/dist/cjs/api-model/models/item-fulfillment.js +15 -0
- package/dist/cjs/api-model/models/item-international-shipping.js +15 -0
- package/dist/cjs/api-model/models/item-packing.js +15 -0
- package/dist/cjs/api-model/models/item-picking.js +15 -0
- package/dist/cjs/api-model/models/item-points-cost.js +15 -0
- package/dist/cjs/api-model/models/item-price.js +15 -0
- package/dist/cjs/api-model/models/item-proceeds-breakdown.js +15 -0
- package/dist/cjs/api-model/models/item-proceeds-detailed-breakdown.js +15 -0
- package/dist/cjs/api-model/models/item-proceeds.js +15 -0
- package/dist/cjs/api-model/models/item-product.js +15 -0
- package/dist/cjs/api-model/models/item-promotion-breakdown.js +15 -0
- package/dist/cjs/api-model/models/item-promotion.js +15 -0
- package/dist/cjs/api-model/models/item-shipping-constraints.js +15 -0
- package/dist/cjs/api-model/models/item-shipping.js +15 -0
- package/dist/cjs/api-model/models/item-substitution-option.js +15 -0
- package/dist/cjs/api-model/models/item-substitution-preference.js +21 -0
- package/dist/cjs/api-model/models/measurement.js +42 -0
- package/dist/cjs/api-model/models/merchant-address.js +15 -0
- package/dist/cjs/api-model/models/model-error.js +15 -0
- package/dist/cjs/api-model/models/money.js +15 -0
- package/dist/cjs/api-model/models/order-fulfillment.js +15 -0
- package/dist/cjs/api-model/models/order-item.js +15 -0
- package/dist/cjs/api-model/models/order-package.js +15 -0
- package/dist/cjs/api-model/models/order-proceeds.js +15 -0
- package/dist/cjs/api-model/models/order.js +15 -0
- package/dist/cjs/api-model/models/package-item.js +15 -0
- package/dist/cjs/api-model/models/package-status.js +24 -0
- package/dist/cjs/api-model/models/pagination.js +15 -0
- package/dist/cjs/api-model/models/points-granted.js +15 -0
- package/dist/cjs/api-model/models/preferred-delivery-time.js +15 -0
- package/dist/cjs/api-model/models/recipient.js +15 -0
- package/dist/cjs/api-model/models/sales-channel.js +15 -0
- package/dist/cjs/api-model/models/search-orders-response.js +15 -0
- package/dist/cjs/api-model/models/time-window.js +15 -0
- package/dist/cjs/client.js +13 -0
- package/dist/cjs/index.js +19 -0
- package/dist/es/api-model/api/orders-api.js +256 -0
- package/dist/es/api-model/api.js +14 -0
- package/dist/es/api-model/base.js +44 -0
- package/dist/es/api-model/common.js +109 -0
- package/dist/es/api-model/configuration.js +94 -0
- package/dist/es/api-model/index.js +16 -0
- package/dist/es/api-model/models/address-extended-fields.js +14 -0
- package/dist/es/api-model/models/alias.js +14 -0
- package/dist/es/api-model/models/associated-order.js +14 -0
- package/dist/es/api-model/models/business-hour.js +22 -0
- package/dist/es/api-model/models/buyer.js +14 -0
- package/dist/es/api-model/models/constraint-type.js +19 -0
- package/dist/es/api-model/models/customer-address.js +14 -0
- package/dist/es/api-model/models/date-time-range.js +14 -0
- package/dist/es/api-model/models/delivery-preference.js +14 -0
- package/dist/es/api-model/models/error-list.js +14 -0
- package/dist/es/api-model/models/exception-date.js +17 -0
- package/dist/es/api-model/models/fulfillment-status.js +25 -0
- package/dist/es/api-model/models/get-order-response.js +14 -0
- package/dist/es/api-model/models/gift-option.js +14 -0
- package/dist/es/api-model/models/hour-minute.js +14 -0
- package/dist/es/api-model/models/index.js +54 -0
- package/dist/es/api-model/models/item-cancellation-request.js +14 -0
- package/dist/es/api-model/models/item-cancellation.js +14 -0
- package/dist/es/api-model/models/item-condition.js +14 -0
- package/dist/es/api-model/models/item-customization.js +14 -0
- package/dist/es/api-model/models/item-expense.js +14 -0
- package/dist/es/api-model/models/item-fulfillment.js +14 -0
- package/dist/es/api-model/models/item-international-shipping.js +14 -0
- package/dist/es/api-model/models/item-packing.js +14 -0
- package/dist/es/api-model/models/item-picking.js +14 -0
- package/dist/es/api-model/models/item-points-cost.js +14 -0
- package/dist/es/api-model/models/item-price.js +14 -0
- package/dist/es/api-model/models/item-proceeds-breakdown.js +14 -0
- package/dist/es/api-model/models/item-proceeds-detailed-breakdown.js +14 -0
- package/dist/es/api-model/models/item-proceeds.js +14 -0
- package/dist/es/api-model/models/item-product.js +14 -0
- package/dist/es/api-model/models/item-promotion-breakdown.js +14 -0
- package/dist/es/api-model/models/item-promotion.js +14 -0
- package/dist/es/api-model/models/item-shipping-constraints.js +14 -0
- package/dist/es/api-model/models/item-shipping.js +14 -0
- package/dist/es/api-model/models/item-substitution-option.js +14 -0
- package/dist/es/api-model/models/item-substitution-preference.js +18 -0
- package/dist/es/api-model/models/measurement.js +39 -0
- package/dist/es/api-model/models/merchant-address.js +14 -0
- package/dist/es/api-model/models/model-error.js +14 -0
- package/dist/es/api-model/models/money.js +14 -0
- package/dist/es/api-model/models/order-fulfillment.js +14 -0
- package/dist/es/api-model/models/order-item.js +14 -0
- package/dist/es/api-model/models/order-package.js +14 -0
- package/dist/es/api-model/models/order-proceeds.js +14 -0
- package/dist/es/api-model/models/order.js +14 -0
- package/dist/es/api-model/models/package-item.js +14 -0
- package/dist/es/api-model/models/package-status.js +21 -0
- package/dist/es/api-model/models/pagination.js +14 -0
- package/dist/es/api-model/models/points-granted.js +14 -0
- package/dist/es/api-model/models/preferred-delivery-time.js +14 -0
- package/dist/es/api-model/models/recipient.js +14 -0
- package/dist/es/api-model/models/sales-channel.js +14 -0
- package/dist/es/api-model/models/search-orders-response.js +14 -0
- package/dist/es/api-model/models/time-window.js +14 -0
- package/dist/es/client.js +9 -0
- package/dist/es/index.js +3 -0
- package/dist/types/api-model/api/orders-api.d.ts +208 -0
- package/dist/types/api-model/api.d.ts +12 -0
- package/dist/types/api-model/base.d.ts +42 -0
- package/dist/types/api-model/common.d.ts +34 -0
- package/dist/types/api-model/configuration.d.ts +98 -0
- package/dist/types/api-model/index.d.ts +14 -0
- package/dist/types/api-model/models/address-extended-fields.d.ts +32 -0
- package/dist/types/api-model/models/alias.d.ts +24 -0
- package/dist/types/api-model/models/associated-order.d.ts +24 -0
- package/dist/types/api-model/models/business-hour.d.ts +35 -0
- package/dist/types/api-model/models/buyer.d.ts +32 -0
- package/dist/types/api-model/models/constraint-type.d.ts +18 -0
- package/dist/types/api-model/models/customer-address.d.ts +70 -0
- package/dist/types/api-model/models/date-time-range.d.ts +24 -0
- package/dist/types/api-model/models/delivery-preference.d.ts +30 -0
- package/dist/types/api-model/models/error-list.d.ts +20 -0
- package/dist/types/api-model/models/exception-date.d.ts +34 -0
- package/dist/types/api-model/models/fulfillment-status.d.ts +24 -0
- package/dist/types/api-model/models/get-order-response.d.ts +18 -0
- package/dist/types/api-model/models/gift-option.d.ts +24 -0
- package/dist/types/api-model/models/hour-minute.d.ts +24 -0
- package/dist/types/api-model/models/index.d.ts +54 -0
- package/dist/types/api-model/models/item-cancellation-request.d.ts +24 -0
- package/dist/types/api-model/models/item-cancellation.d.ts +18 -0
- package/dist/types/api-model/models/item-condition.d.ts +28 -0
- package/dist/types/api-model/models/item-customization.d.ts +20 -0
- package/dist/types/api-model/models/item-expense.d.ts +18 -0
- package/dist/types/api-model/models/item-fulfillment.d.ts +30 -0
- package/dist/types/api-model/models/item-international-shipping.d.ts +20 -0
- package/dist/types/api-model/models/item-packing.d.ts +18 -0
- package/dist/types/api-model/models/item-picking.d.ts +18 -0
- package/dist/types/api-model/models/item-points-cost.d.ts +18 -0
- package/dist/types/api-model/models/item-price.d.ts +22 -0
- package/dist/types/api-model/models/item-proceeds-breakdown.d.ts +27 -0
- package/dist/types/api-model/models/item-proceeds-detailed-breakdown.d.ts +22 -0
- package/dist/types/api-model/models/item-proceeds.d.ts +23 -0
- package/dist/types/api-model/models/item-product.d.ts +38 -0
- package/dist/types/api-model/models/item-promotion-breakdown.d.ts +20 -0
- package/dist/types/api-model/models/item-promotion.d.ts +21 -0
- package/dist/types/api-model/models/item-shipping-constraints.d.ts +22 -0
- package/dist/types/api-model/models/item-shipping.d.ts +22 -0
- package/dist/types/api-model/models/item-substitution-option.d.ts +34 -0
- package/dist/types/api-model/models/item-substitution-preference.d.ts +31 -0
- package/dist/types/api-model/models/measurement.d.ts +51 -0
- package/dist/types/api-model/models/merchant-address.d.ts +56 -0
- package/dist/types/api-model/models/model-error.d.ts +28 -0
- package/dist/types/api-model/models/money.d.ts +24 -0
- package/dist/types/api-model/models/order-fulfillment.d.ts +29 -0
- package/dist/types/api-model/models/order-item.d.ts +42 -0
- package/dist/types/api-model/models/order-package.d.ts +49 -0
- package/dist/types/api-model/models/order-proceeds.d.ts +18 -0
- package/dist/types/api-model/models/order.d.ts +62 -0
- package/dist/types/api-model/models/package-item.d.ts +28 -0
- package/dist/types/api-model/models/package-status.d.ts +33 -0
- package/dist/types/api-model/models/pagination.d.ts +20 -0
- package/dist/types/api-model/models/points-granted.d.ts +22 -0
- package/dist/types/api-model/models/preferred-delivery-time.d.ts +26 -0
- package/dist/types/api-model/models/recipient.d.ts +20 -0
- package/dist/types/api-model/models/sales-channel.d.ts +28 -0
- package/dist/types/api-model/models/search-orders-response.d.ts +31 -0
- package/dist/types/api-model/models/time-window.d.ts +19 -0
- package/dist/types/client.d.ts +6 -0
- package/dist/types/index.d.ts +3 -0
- package/package.json +32 -3
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/**
|
|
4
|
+
* The Selling Partner API for Orders
|
|
5
|
+
* The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2026-01-01
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.Configuration = void 0;
|
|
16
|
+
class Configuration {
|
|
17
|
+
/**
|
|
18
|
+
* parameter for apiKey security
|
|
19
|
+
* @param name security name
|
|
20
|
+
*/
|
|
21
|
+
apiKey;
|
|
22
|
+
/**
|
|
23
|
+
* parameter for basic security
|
|
24
|
+
*/
|
|
25
|
+
username;
|
|
26
|
+
/**
|
|
27
|
+
* parameter for basic security
|
|
28
|
+
*/
|
|
29
|
+
password;
|
|
30
|
+
/**
|
|
31
|
+
* parameter for oauth2 security
|
|
32
|
+
* @param name security name
|
|
33
|
+
* @param scopes oauth2 scope
|
|
34
|
+
*/
|
|
35
|
+
accessToken;
|
|
36
|
+
/**
|
|
37
|
+
* parameter for aws4 signature security
|
|
38
|
+
* @param {Object} AWS4Signature - AWS4 Signature security
|
|
39
|
+
* @param {string} options.region - aws region
|
|
40
|
+
* @param {string} options.service - name of the service.
|
|
41
|
+
* @param {string} credentials.accessKeyId - aws access key id
|
|
42
|
+
* @param {string} credentials.secretAccessKey - aws access key
|
|
43
|
+
* @param {string} credentials.sessionToken - aws session token
|
|
44
|
+
* @memberof Configuration
|
|
45
|
+
*/
|
|
46
|
+
awsv4;
|
|
47
|
+
/**
|
|
48
|
+
* override base path
|
|
49
|
+
*/
|
|
50
|
+
basePath;
|
|
51
|
+
/**
|
|
52
|
+
* override server index
|
|
53
|
+
*/
|
|
54
|
+
serverIndex;
|
|
55
|
+
/**
|
|
56
|
+
* base options for axios calls
|
|
57
|
+
*/
|
|
58
|
+
baseOptions;
|
|
59
|
+
/**
|
|
60
|
+
* The FormData constructor that will be used to create multipart form data
|
|
61
|
+
* requests. You can inject this here so that execution environments that
|
|
62
|
+
* do not support the FormData class can still run the generated client.
|
|
63
|
+
*
|
|
64
|
+
* @type {new () => FormData}
|
|
65
|
+
*/
|
|
66
|
+
formDataCtor;
|
|
67
|
+
constructor(param = {}) {
|
|
68
|
+
this.apiKey = param.apiKey;
|
|
69
|
+
this.username = param.username;
|
|
70
|
+
this.password = param.password;
|
|
71
|
+
this.accessToken = param.accessToken;
|
|
72
|
+
this.awsv4 = param.awsv4;
|
|
73
|
+
this.basePath = param.basePath;
|
|
74
|
+
this.serverIndex = param.serverIndex;
|
|
75
|
+
this.baseOptions = {
|
|
76
|
+
...param.baseOptions,
|
|
77
|
+
headers: {
|
|
78
|
+
...param.baseOptions?.headers,
|
|
79
|
+
},
|
|
80
|
+
};
|
|
81
|
+
this.formDataCtor = param.formDataCtor;
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* Check if the given MIME is a JSON MIME.
|
|
85
|
+
* JSON MIME examples:
|
|
86
|
+
* application/json
|
|
87
|
+
* application/json; charset=UTF8
|
|
88
|
+
* APPLICATION/JSON
|
|
89
|
+
* application/vnd.company+json
|
|
90
|
+
* @param mime - MIME (Multipurpose Internet Mail Extensions)
|
|
91
|
+
* @return True if the given MIME is JSON, false otherwise.
|
|
92
|
+
*/
|
|
93
|
+
isJsonMime(mime) {
|
|
94
|
+
const jsonMime = new RegExp('^(application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(;.*)?$', 'i');
|
|
95
|
+
return mime !== null && (jsonMime.test(mime) || mime.toLowerCase() === 'application/json-patch+json');
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
exports.Configuration = Configuration;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Orders
|
|
6
|
+
* The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2026-01-01
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
18
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
19
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
20
|
+
}
|
|
21
|
+
Object.defineProperty(o, k2, desc);
|
|
22
|
+
}) : (function(o, m, k, k2) {
|
|
23
|
+
if (k2 === undefined) k2 = k;
|
|
24
|
+
o[k2] = m[k];
|
|
25
|
+
}));
|
|
26
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
27
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
28
|
+
};
|
|
29
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
+
__exportStar(require("./api"), exports);
|
|
31
|
+
__exportStar(require("./configuration"), exports);
|
|
32
|
+
__exportStar(require("./models"), exports);
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Orders
|
|
6
|
+
* The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2026-01-01
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Orders
|
|
6
|
+
* The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2026-01-01
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Orders
|
|
6
|
+
* The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2026-01-01
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Orders
|
|
6
|
+
* The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2026-01-01
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.BusinessHourDayOfWeekEnum = void 0;
|
|
17
|
+
exports.BusinessHourDayOfWeekEnum = {
|
|
18
|
+
Sun: 'SUN',
|
|
19
|
+
Mon: 'MON',
|
|
20
|
+
Tue: 'TUE',
|
|
21
|
+
Wed: 'WED',
|
|
22
|
+
Thu: 'THU',
|
|
23
|
+
Fri: 'FRI',
|
|
24
|
+
Sat: 'SAT'
|
|
25
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Orders
|
|
6
|
+
* The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2026-01-01
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Orders
|
|
6
|
+
* The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2026-01-01
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.ConstraintType = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* Classification of the enforcement level required for shipping and delivery constraints.
|
|
19
|
+
*/
|
|
20
|
+
exports.ConstraintType = {
|
|
21
|
+
Mandatory: 'MANDATORY'
|
|
22
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Orders
|
|
6
|
+
* The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2026-01-01
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Orders
|
|
6
|
+
* The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2026-01-01
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Orders
|
|
6
|
+
* The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2026-01-01
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Orders
|
|
6
|
+
* The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2026-01-01
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Orders
|
|
6
|
+
* The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2026-01-01
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.ExceptionDateExceptionDateTypeEnum = void 0;
|
|
17
|
+
exports.ExceptionDateExceptionDateTypeEnum = {
|
|
18
|
+
Closed: 'CLOSED',
|
|
19
|
+
Open: 'OPEN'
|
|
20
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Orders
|
|
6
|
+
* The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2026-01-01
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.FulfillmentStatus = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* The current fulfillment status of an order, indicating where the order is in the fulfillment process from placement to handover to carrier.
|
|
19
|
+
*/
|
|
20
|
+
exports.FulfillmentStatus = {
|
|
21
|
+
PendingAvailability: 'PENDING_AVAILABILITY',
|
|
22
|
+
Pending: 'PENDING',
|
|
23
|
+
Unshipped: 'UNSHIPPED',
|
|
24
|
+
PartiallyShipped: 'PARTIALLY_SHIPPED',
|
|
25
|
+
Shipped: 'SHIPPED',
|
|
26
|
+
Cancelled: 'CANCELLED',
|
|
27
|
+
Unfulfillable: 'UNFULFILLABLE'
|
|
28
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Orders
|
|
6
|
+
* The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2026-01-01
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Orders
|
|
6
|
+
* The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2026-01-01
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Orders
|
|
6
|
+
* The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2026-01-01
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./address-extended-fields"), exports);
|
|
18
|
+
__exportStar(require("./alias"), exports);
|
|
19
|
+
__exportStar(require("./associated-order"), exports);
|
|
20
|
+
__exportStar(require("./business-hour"), exports);
|
|
21
|
+
__exportStar(require("./buyer"), exports);
|
|
22
|
+
__exportStar(require("./constraint-type"), exports);
|
|
23
|
+
__exportStar(require("./customer-address"), exports);
|
|
24
|
+
__exportStar(require("./date-time-range"), exports);
|
|
25
|
+
__exportStar(require("./delivery-preference"), exports);
|
|
26
|
+
__exportStar(require("./error-list"), exports);
|
|
27
|
+
__exportStar(require("./exception-date"), exports);
|
|
28
|
+
__exportStar(require("./fulfillment-status"), exports);
|
|
29
|
+
__exportStar(require("./get-order-response"), exports);
|
|
30
|
+
__exportStar(require("./gift-option"), exports);
|
|
31
|
+
__exportStar(require("./hour-minute"), exports);
|
|
32
|
+
__exportStar(require("./item-cancellation"), exports);
|
|
33
|
+
__exportStar(require("./item-cancellation-request"), exports);
|
|
34
|
+
__exportStar(require("./item-condition"), exports);
|
|
35
|
+
__exportStar(require("./item-customization"), exports);
|
|
36
|
+
__exportStar(require("./item-expense"), exports);
|
|
37
|
+
__exportStar(require("./item-fulfillment"), exports);
|
|
38
|
+
__exportStar(require("./item-international-shipping"), exports);
|
|
39
|
+
__exportStar(require("./item-packing"), exports);
|
|
40
|
+
__exportStar(require("./item-picking"), exports);
|
|
41
|
+
__exportStar(require("./item-points-cost"), exports);
|
|
42
|
+
__exportStar(require("./item-price"), exports);
|
|
43
|
+
__exportStar(require("./item-proceeds"), exports);
|
|
44
|
+
__exportStar(require("./item-proceeds-breakdown"), exports);
|
|
45
|
+
__exportStar(require("./item-proceeds-detailed-breakdown"), exports);
|
|
46
|
+
__exportStar(require("./item-product"), exports);
|
|
47
|
+
__exportStar(require("./item-promotion"), exports);
|
|
48
|
+
__exportStar(require("./item-promotion-breakdown"), exports);
|
|
49
|
+
__exportStar(require("./item-shipping"), exports);
|
|
50
|
+
__exportStar(require("./item-shipping-constraints"), exports);
|
|
51
|
+
__exportStar(require("./item-substitution-option"), exports);
|
|
52
|
+
__exportStar(require("./item-substitution-preference"), exports);
|
|
53
|
+
__exportStar(require("./measurement"), exports);
|
|
54
|
+
__exportStar(require("./merchant-address"), exports);
|
|
55
|
+
__exportStar(require("./model-error"), exports);
|
|
56
|
+
__exportStar(require("./money"), exports);
|
|
57
|
+
__exportStar(require("./order"), exports);
|
|
58
|
+
__exportStar(require("./order-fulfillment"), exports);
|
|
59
|
+
__exportStar(require("./order-item"), exports);
|
|
60
|
+
__exportStar(require("./order-package"), exports);
|
|
61
|
+
__exportStar(require("./order-proceeds"), exports);
|
|
62
|
+
__exportStar(require("./package-item"), exports);
|
|
63
|
+
__exportStar(require("./package-status"), exports);
|
|
64
|
+
__exportStar(require("./pagination"), exports);
|
|
65
|
+
__exportStar(require("./points-granted"), exports);
|
|
66
|
+
__exportStar(require("./preferred-delivery-time"), exports);
|
|
67
|
+
__exportStar(require("./recipient"), exports);
|
|
68
|
+
__exportStar(require("./sales-channel"), exports);
|
|
69
|
+
__exportStar(require("./search-orders-response"), exports);
|
|
70
|
+
__exportStar(require("./time-window"), exports);
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Orders
|
|
6
|
+
* The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2026-01-01
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Orders
|
|
6
|
+
* The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2026-01-01
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Orders
|
|
6
|
+
* The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2026-01-01
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Orders
|
|
6
|
+
* The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2026-01-01
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Orders
|
|
6
|
+
* The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2026-01-01
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Orders
|
|
6
|
+
* The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2026-01-01
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Orders
|
|
6
|
+
* The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2026-01-01
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Orders
|
|
6
|
+
* The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2026-01-01
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Orders
|
|
6
|
+
* The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2026-01-01
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|