@sp-api-sdk/easy-ship-api-2022-03-23 4.3.12 → 5.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.
Files changed (116) hide show
  1. package/README.md +7 -8
  2. package/dist/index.cjs +715 -0
  3. package/dist/index.cjs.map +1 -0
  4. package/dist/index.d.cts +877 -0
  5. package/dist/index.d.ts +877 -0
  6. package/dist/index.js +680 -0
  7. package/dist/index.js.map +1 -0
  8. package/package.json +26 -12
  9. package/dist/cjs/api-model/api/easy-ship-api.js +0 -361
  10. package/dist/cjs/api-model/api.js +0 -30
  11. package/dist/cjs/api-model/base.js +0 -52
  12. package/dist/cjs/api-model/common.js +0 -123
  13. package/dist/cjs/api-model/configuration.js +0 -98
  14. package/dist/cjs/api-model/index.js +0 -32
  15. package/dist/cjs/api-model/models/code.js +0 -32
  16. package/dist/cjs/api-model/models/create-scheduled-package-request.js +0 -15
  17. package/dist/cjs/api-model/models/create-scheduled-packages-request.js +0 -15
  18. package/dist/cjs/api-model/models/create-scheduled-packages-response.js +0 -15
  19. package/dist/cjs/api-model/models/dimensions.js +0 -15
  20. package/dist/cjs/api-model/models/error-list.js +0 -15
  21. package/dist/cjs/api-model/models/handover-method.js +0 -23
  22. package/dist/cjs/api-model/models/index.js +0 -43
  23. package/dist/cjs/api-model/models/invoice-data.js +0 -15
  24. package/dist/cjs/api-model/models/item.js +0 -15
  25. package/dist/cjs/api-model/models/label-format.js +0 -23
  26. package/dist/cjs/api-model/models/list-handover-slots-request.js +0 -15
  27. package/dist/cjs/api-model/models/list-handover-slots-response.js +0 -15
  28. package/dist/cjs/api-model/models/model-error.js +0 -15
  29. package/dist/cjs/api-model/models/order-schedule-details.js +0 -15
  30. package/dist/cjs/api-model/models/package-details.js +0 -15
  31. package/dist/cjs/api-model/models/package-status.js +0 -33
  32. package/dist/cjs/api-model/models/package.js +0 -15
  33. package/dist/cjs/api-model/models/packages.js +0 -15
  34. package/dist/cjs/api-model/models/rejected-order.js +0 -15
  35. package/dist/cjs/api-model/models/scheduled-package-id.js +0 -15
  36. package/dist/cjs/api-model/models/time-slot.js +0 -15
  37. package/dist/cjs/api-model/models/tracking-details.js +0 -15
  38. package/dist/cjs/api-model/models/unit-of-length.js +0 -22
  39. package/dist/cjs/api-model/models/unit-of-weight.js +0 -23
  40. package/dist/cjs/api-model/models/update-package-details.js +0 -15
  41. package/dist/cjs/api-model/models/update-scheduled-packages-request.js +0 -15
  42. package/dist/cjs/api-model/models/weight.js +0 -15
  43. package/dist/cjs/client.js +0 -49
  44. package/dist/cjs/index.js +0 -19
  45. package/dist/es/api-model/api/easy-ship-api.js +0 -351
  46. package/dist/es/api-model/api.js +0 -14
  47. package/dist/es/api-model/base.js +0 -44
  48. package/dist/es/api-model/common.js +0 -110
  49. package/dist/es/api-model/configuration.js +0 -94
  50. package/dist/es/api-model/index.js +0 -16
  51. package/dist/es/api-model/models/code.js +0 -29
  52. package/dist/es/api-model/models/create-scheduled-package-request.js +0 -14
  53. package/dist/es/api-model/models/create-scheduled-packages-request.js +0 -14
  54. package/dist/es/api-model/models/create-scheduled-packages-response.js +0 -14
  55. package/dist/es/api-model/models/dimensions.js +0 -14
  56. package/dist/es/api-model/models/error-list.js +0 -14
  57. package/dist/es/api-model/models/handover-method.js +0 -20
  58. package/dist/es/api-model/models/index.js +0 -27
  59. package/dist/es/api-model/models/invoice-data.js +0 -14
  60. package/dist/es/api-model/models/item.js +0 -14
  61. package/dist/es/api-model/models/label-format.js +0 -20
  62. package/dist/es/api-model/models/list-handover-slots-request.js +0 -14
  63. package/dist/es/api-model/models/list-handover-slots-response.js +0 -14
  64. package/dist/es/api-model/models/model-error.js +0 -14
  65. package/dist/es/api-model/models/order-schedule-details.js +0 -14
  66. package/dist/es/api-model/models/package-details.js +0 -14
  67. package/dist/es/api-model/models/package-status.js +0 -30
  68. package/dist/es/api-model/models/package.js +0 -14
  69. package/dist/es/api-model/models/packages.js +0 -14
  70. package/dist/es/api-model/models/rejected-order.js +0 -14
  71. package/dist/es/api-model/models/scheduled-package-id.js +0 -14
  72. package/dist/es/api-model/models/time-slot.js +0 -14
  73. package/dist/es/api-model/models/tracking-details.js +0 -14
  74. package/dist/es/api-model/models/unit-of-length.js +0 -19
  75. package/dist/es/api-model/models/unit-of-weight.js +0 -20
  76. package/dist/es/api-model/models/update-package-details.js +0 -14
  77. package/dist/es/api-model/models/update-scheduled-packages-request.js +0 -14
  78. package/dist/es/api-model/models/weight.js +0 -14
  79. package/dist/es/client.js +0 -45
  80. package/dist/es/index.js +0 -3
  81. package/dist/types/api-model/api/easy-ship-api.d.ts +0 -234
  82. package/dist/types/api-model/api.d.ts +0 -12
  83. package/dist/types/api-model/base.d.ts +0 -42
  84. package/dist/types/api-model/common.d.ts +0 -34
  85. package/dist/types/api-model/configuration.d.ts +0 -98
  86. package/dist/types/api-model/index.d.ts +0 -14
  87. package/dist/types/api-model/models/code.d.ts +0 -28
  88. package/dist/types/api-model/models/create-scheduled-package-request.d.ts +0 -26
  89. package/dist/types/api-model/models/create-scheduled-packages-request.d.ts +0 -27
  90. package/dist/types/api-model/models/create-scheduled-packages-response.d.ts +0 -30
  91. package/dist/types/api-model/models/dimensions.d.ts +0 -34
  92. package/dist/types/api-model/models/error-list.d.ts +0 -20
  93. package/dist/types/api-model/models/handover-method.d.ts +0 -19
  94. package/dist/types/api-model/models/index.d.ts +0 -27
  95. package/dist/types/api-model/models/invoice-data.d.ts +0 -24
  96. package/dist/types/api-model/models/item.d.ts +0 -24
  97. package/dist/types/api-model/models/label-format.d.ts +0 -19
  98. package/dist/types/api-model/models/list-handover-slots-request.d.ts +0 -28
  99. package/dist/types/api-model/models/list-handover-slots-response.d.ts +0 -25
  100. package/dist/types/api-model/models/model-error.d.ts +0 -28
  101. package/dist/types/api-model/models/order-schedule-details.d.ts +0 -22
  102. package/dist/types/api-model/models/package-details.d.ts +0 -27
  103. package/dist/types/api-model/models/package-status.d.ts +0 -29
  104. package/dist/types/api-model/models/package.d.ts +0 -39
  105. package/dist/types/api-model/models/packages.d.ts +0 -21
  106. package/dist/types/api-model/models/rejected-order.d.ts +0 -21
  107. package/dist/types/api-model/models/scheduled-package-id.d.ts +0 -24
  108. package/dist/types/api-model/models/time-slot.d.ts +0 -30
  109. package/dist/types/api-model/models/tracking-details.d.ts +0 -20
  110. package/dist/types/api-model/models/unit-of-length.d.ts +0 -18
  111. package/dist/types/api-model/models/unit-of-weight.d.ts +0 -19
  112. package/dist/types/api-model/models/update-package-details.d.ts +0 -20
  113. package/dist/types/api-model/models/update-scheduled-packages-request.d.ts +0 -25
  114. package/dist/types/api-model/models/weight.d.ts +0 -22
  115. package/dist/types/client.d.ts +0 -6
  116. package/dist/types/index.d.ts +0 -3
@@ -0,0 +1,877 @@
1
+ import { ClientConfiguration, RateLimit } from "@sp-api-sdk/common";
2
+ import { AxiosInstance, AxiosPromise, RawAxiosRequestConfig } from "axios";
3
+ //#region src/api-model/configuration.d.ts
4
+ /**
5
+ * Selling Partner API for Easy Ship
6
+ * Use the Selling Partner API for Easy Ship to build applications for sellers to manage and ship Amazon Easy Ship orders. With this API, you can get available time slots, schedule and reschedule Easy Ship orders, and print shipping labels, invoices, and warranties. To review the differences in Easy Ship operations by marketplace, refer to [Marketplace support](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support).
7
+ *
8
+ * The version of the OpenAPI document: 2022-03-23
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
+ interface AWSv4Configuration {
16
+ options?: {
17
+ region?: string;
18
+ service?: string;
19
+ };
20
+ credentials?: {
21
+ accessKeyId?: string;
22
+ secretAccessKey?: string;
23
+ sessionToken?: string;
24
+ };
25
+ }
26
+ interface ConfigurationParameters {
27
+ apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
28
+ username?: string;
29
+ password?: string;
30
+ accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
31
+ awsv4?: AWSv4Configuration;
32
+ basePath?: string;
33
+ serverIndex?: number;
34
+ baseOptions?: any;
35
+ formDataCtor?: new () => any;
36
+ }
37
+ declare class Configuration {
38
+ /**
39
+ * parameter for apiKey security
40
+ * @param name security name
41
+ */
42
+ apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
43
+ /**
44
+ * parameter for basic security
45
+ */
46
+ username?: string;
47
+ /**
48
+ * parameter for basic security
49
+ */
50
+ password?: string;
51
+ /**
52
+ * parameter for oauth2 security
53
+ * @param name security name
54
+ * @param scopes oauth2 scope
55
+ */
56
+ accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
57
+ /**
58
+ * parameter for aws4 signature security
59
+ * @param {Object} AWS4Signature - AWS4 Signature security
60
+ * @param {string} options.region - aws region
61
+ * @param {string} options.service - name of the service.
62
+ * @param {string} credentials.accessKeyId - aws access key id
63
+ * @param {string} credentials.secretAccessKey - aws access key
64
+ * @param {string} credentials.sessionToken - aws session token
65
+ * @memberof Configuration
66
+ */
67
+ awsv4?: AWSv4Configuration;
68
+ /**
69
+ * override base path
70
+ */
71
+ basePath?: string;
72
+ /**
73
+ * override server index
74
+ */
75
+ serverIndex?: number;
76
+ /**
77
+ * base options for axios calls
78
+ */
79
+ baseOptions?: any;
80
+ /**
81
+ * The FormData constructor that will be used to create multipart form data
82
+ * requests. You can inject this here so that execution environments that
83
+ * do not support the FormData class can still run the generated client.
84
+ *
85
+ * @type {new () => FormData}
86
+ */
87
+ formDataCtor?: new () => any;
88
+ constructor(param?: ConfigurationParameters);
89
+ /**
90
+ * Check if the given MIME is a JSON MIME.
91
+ * JSON MIME examples:
92
+ * application/json
93
+ * application/json; charset=UTF8
94
+ * APPLICATION/JSON
95
+ * application/vnd.company+json
96
+ * @param mime - MIME (Multipurpose Internet Mail Extensions)
97
+ * @return True if the given MIME is JSON, false otherwise.
98
+ */
99
+ isJsonMime(mime: string): boolean;
100
+ }
101
+ //#endregion
102
+ //#region src/api-model/base.d.ts
103
+ interface RequestArgs {
104
+ url: string;
105
+ options: RawAxiosRequestConfig;
106
+ }
107
+ declare class BaseAPI {
108
+ protected basePath: string;
109
+ protected axios: AxiosInstance;
110
+ protected configuration: Configuration | undefined;
111
+ constructor(configuration?: Configuration, basePath?: string, axios?: AxiosInstance);
112
+ }
113
+ //#endregion
114
+ //#region src/api-model/models/code.d.ts
115
+ /**
116
+ * Selling Partner API for Easy Ship
117
+ * Use the Selling Partner API for Easy Ship to build applications for sellers to manage and ship Amazon Easy Ship orders. With this API, you can get available time slots, schedule and reschedule Easy Ship orders, and print shipping labels, invoices, and warranties. To review the differences in Easy Ship operations by marketplace, refer to [Marketplace support](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support).
118
+ *
119
+ * The version of the OpenAPI document: 2022-03-23
120
+ *
121
+ *
122
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
123
+ * https://openapi-generator.tech
124
+ * Do not edit the class manually.
125
+ */
126
+ /**
127
+ * An error code that identifies the type of error that occurred. The error codes listed below are specific to the Easy Ship section.
128
+ */
129
+ declare const Code: {
130
+ readonly InvalidInput: "InvalidInput";
131
+ readonly InvalidTimeSlotId: "InvalidTimeSlotId";
132
+ readonly ScheduledPackageAlreadyExists: "ScheduledPackageAlreadyExists";
133
+ readonly ScheduleWindowExpired: "ScheduleWindowExpired";
134
+ readonly RetryableAfterGettingNewSlots: "RetryableAfterGettingNewSlots";
135
+ readonly TimeSlotNotAvailable: "TimeSlotNotAvailable";
136
+ readonly ResourceNotFound: "ResourceNotFound";
137
+ readonly InvalidOrderState: "InvalidOrderState";
138
+ readonly RegionNotSupported: "RegionNotSupported";
139
+ readonly OrderNotEligibleForRescheduling: "OrderNotEligibleForRescheduling";
140
+ readonly InternalServerError: "InternalServerError";
141
+ };
142
+ type Code = typeof Code[keyof typeof Code];
143
+ //#endregion
144
+ //#region src/api-model/models/item.d.ts
145
+ /**
146
+ * Selling Partner API for Easy Ship
147
+ * Use the Selling Partner API for Easy Ship to build applications for sellers to manage and ship Amazon Easy Ship orders. With this API, you can get available time slots, schedule and reschedule Easy Ship orders, and print shipping labels, invoices, and warranties. To review the differences in Easy Ship operations by marketplace, refer to [Marketplace support](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support).
148
+ *
149
+ * The version of the OpenAPI document: 2022-03-23
150
+ *
151
+ *
152
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
153
+ * https://openapi-generator.tech
154
+ * Do not edit the class manually.
155
+ */
156
+ /**
157
+ * Item identifier and serial number information.
158
+ */
159
+ interface Item {
160
+ /**
161
+ * The Amazon-defined order item identifier.
162
+ */
163
+ 'orderItemId'?: string;
164
+ /**
165
+ * A list of serial numbers for the items associated with the `OrderItemId` value.
166
+ */
167
+ 'orderItemSerialNumbers'?: Array<string>;
168
+ }
169
+ //#endregion
170
+ //#region src/api-model/models/handover-method.d.ts
171
+ /**
172
+ * Selling Partner API for Easy Ship
173
+ * Use the Selling Partner API for Easy Ship to build applications for sellers to manage and ship Amazon Easy Ship orders. With this API, you can get available time slots, schedule and reschedule Easy Ship orders, and print shipping labels, invoices, and warranties. To review the differences in Easy Ship operations by marketplace, refer to [Marketplace support](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support).
174
+ *
175
+ * The version of the OpenAPI document: 2022-03-23
176
+ *
177
+ *
178
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
179
+ * https://openapi-generator.tech
180
+ * Do not edit the class manually.
181
+ */
182
+ /**
183
+ * Identifies the method by which a seller will hand a package over to Amazon Logistics.
184
+ */
185
+ declare const HandoverMethod: {
186
+ readonly Pickup: "PICKUP";
187
+ readonly Dropoff: "DROPOFF";
188
+ };
189
+ type HandoverMethod = typeof HandoverMethod[keyof typeof HandoverMethod];
190
+ //#endregion
191
+ //#region src/api-model/models/time-slot.d.ts
192
+ /**
193
+ * A time window to hand over an Easy Ship package to Amazon Logistics.
194
+ */
195
+ interface TimeSlot {
196
+ /**
197
+ * A string of up to 255 characters.
198
+ */
199
+ 'slotId': string;
200
+ /**
201
+ * A datetime value in ISO 8601 format.
202
+ */
203
+ 'startTime'?: string;
204
+ /**
205
+ * A datetime value in ISO 8601 format.
206
+ */
207
+ 'endTime'?: string;
208
+ 'handoverMethod'?: HandoverMethod;
209
+ }
210
+ //#endregion
211
+ //#region src/api-model/models/package-details.d.ts
212
+ /**
213
+ * Package details. Includes `packageItems`, `packageTimeSlot`, and `packageIdentifier`.
214
+ */
215
+ interface PackageDetails {
216
+ /**
217
+ * A list of items contained in the package.
218
+ */
219
+ 'packageItems'?: Array<Item>;
220
+ 'packageTimeSlot': TimeSlot;
221
+ /**
222
+ * Optional seller-created identifier that is printed on the shipping label to help the seller identify the package.
223
+ */
224
+ 'packageIdentifier'?: string;
225
+ }
226
+ //#endregion
227
+ //#region src/api-model/models/create-scheduled-package-request.d.ts
228
+ /**
229
+ * The request schema for the `createScheduledPackage` operation.
230
+ */
231
+ interface CreateScheduledPackageRequest {
232
+ /**
233
+ * An Amazon-defined order identifier. Identifies the order that the seller wants to deliver using Amazon Easy Ship.
234
+ */
235
+ 'amazonOrderId': string;
236
+ /**
237
+ * A string of up to 255 characters.
238
+ */
239
+ 'marketplaceId': string;
240
+ 'packageDetails': PackageDetails;
241
+ }
242
+ //#endregion
243
+ //#region src/api-model/models/label-format.d.ts
244
+ /**
245
+ * Selling Partner API for Easy Ship
246
+ * Use the Selling Partner API for Easy Ship to build applications for sellers to manage and ship Amazon Easy Ship orders. With this API, you can get available time slots, schedule and reschedule Easy Ship orders, and print shipping labels, invoices, and warranties. To review the differences in Easy Ship operations by marketplace, refer to [Marketplace support](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support).
247
+ *
248
+ * The version of the OpenAPI document: 2022-03-23
249
+ *
250
+ *
251
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
252
+ * https://openapi-generator.tech
253
+ * Do not edit the class manually.
254
+ */
255
+ /**
256
+ * The file format in which the shipping label will be created.
257
+ */
258
+ declare const LabelFormat: {
259
+ readonly Pdf: "PDF";
260
+ readonly Zpl: "ZPL";
261
+ };
262
+ type LabelFormat = typeof LabelFormat[keyof typeof LabelFormat];
263
+ //#endregion
264
+ //#region src/api-model/models/order-schedule-details.d.ts
265
+ /**
266
+ * This object allows users to specify an order to be scheduled. Only the amazonOrderId is required.
267
+ */
268
+ interface OrderScheduleDetails {
269
+ /**
270
+ * An Amazon-defined order identifier. Identifies the order that the seller wants to deliver using Amazon Easy Ship.
271
+ */
272
+ 'amazonOrderId': string;
273
+ 'packageDetails'?: PackageDetails;
274
+ }
275
+ //#endregion
276
+ //#region src/api-model/models/create-scheduled-packages-request.d.ts
277
+ /**
278
+ * The request body for the POST /easyShip/2022-03-23/packages/bulk API.
279
+ */
280
+ interface CreateScheduledPackagesRequest {
281
+ /**
282
+ * A string of up to 255 characters.
283
+ */
284
+ 'marketplaceId': string;
285
+ /**
286
+ * An array allowing users to specify orders to be scheduled.
287
+ */
288
+ 'orderScheduleDetailsList': Array<OrderScheduleDetails>;
289
+ 'labelFormat': LabelFormat;
290
+ }
291
+ //#endregion
292
+ //#region src/api-model/models/unit-of-length.d.ts
293
+ /**
294
+ * Selling Partner API for Easy Ship
295
+ * Use the Selling Partner API for Easy Ship to build applications for sellers to manage and ship Amazon Easy Ship orders. With this API, you can get available time slots, schedule and reschedule Easy Ship orders, and print shipping labels, invoices, and warranties. To review the differences in Easy Ship operations by marketplace, refer to [Marketplace support](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support).
296
+ *
297
+ * The version of the OpenAPI document: 2022-03-23
298
+ *
299
+ *
300
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
301
+ * https://openapi-generator.tech
302
+ * Do not edit the class manually.
303
+ */
304
+ /**
305
+ * The unit of measurement used to measure the length.
306
+ */
307
+ declare const UnitOfLength: {
308
+ readonly Cm: "cm";
309
+ };
310
+ type UnitOfLength = typeof UnitOfLength[keyof typeof UnitOfLength];
311
+ //#endregion
312
+ //#region src/api-model/models/dimensions.d.ts
313
+ /**
314
+ * The dimensions of the scheduled package.
315
+ */
316
+ interface Dimensions {
317
+ /**
318
+ * The numerical value of the specified dimension.
319
+ */
320
+ 'length'?: number;
321
+ /**
322
+ * The numerical value of the specified dimension.
323
+ */
324
+ 'width'?: number;
325
+ /**
326
+ * The numerical value of the specified dimension.
327
+ */
328
+ 'height'?: number;
329
+ 'unit'?: UnitOfLength;
330
+ /**
331
+ * A string of up to 255 characters.
332
+ */
333
+ 'identifier'?: string;
334
+ }
335
+ //#endregion
336
+ //#region src/api-model/models/invoice-data.d.ts
337
+ /**
338
+ * Selling Partner API for Easy Ship
339
+ * Use the Selling Partner API for Easy Ship to build applications for sellers to manage and ship Amazon Easy Ship orders. With this API, you can get available time slots, schedule and reschedule Easy Ship orders, and print shipping labels, invoices, and warranties. To review the differences in Easy Ship operations by marketplace, refer to [Marketplace support](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support).
340
+ *
341
+ * The version of the OpenAPI document: 2022-03-23
342
+ *
343
+ *
344
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
345
+ * https://openapi-generator.tech
346
+ * Do not edit the class manually.
347
+ */
348
+ /**
349
+ * Invoice number and date.
350
+ */
351
+ interface InvoiceData {
352
+ /**
353
+ * A string of up to 255 characters.
354
+ */
355
+ 'invoiceNumber': string;
356
+ /**
357
+ * A datetime value in ISO 8601 format.
358
+ */
359
+ 'invoiceDate'?: string;
360
+ }
361
+ //#endregion
362
+ //#region src/api-model/models/package-status.d.ts
363
+ /**
364
+ * Selling Partner API for Easy Ship
365
+ * Use the Selling Partner API for Easy Ship to build applications for sellers to manage and ship Amazon Easy Ship orders. With this API, you can get available time slots, schedule and reschedule Easy Ship orders, and print shipping labels, invoices, and warranties. To review the differences in Easy Ship operations by marketplace, refer to [Marketplace support](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support).
366
+ *
367
+ * The version of the OpenAPI document: 2022-03-23
368
+ *
369
+ *
370
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
371
+ * https://openapi-generator.tech
372
+ * Do not edit the class manually.
373
+ */
374
+ /**
375
+ * The status of the package.
376
+ */
377
+ declare const PackageStatus: {
378
+ readonly ReadyForPickup: "ReadyForPickup";
379
+ readonly PickedUp: "PickedUp";
380
+ readonly AtOriginFc: "AtOriginFC";
381
+ readonly AtDestinationFc: "AtDestinationFC";
382
+ readonly Delivered: "Delivered";
383
+ readonly Rejected: "Rejected";
384
+ readonly Undeliverable: "Undeliverable";
385
+ readonly ReturnedToSeller: "ReturnedToSeller";
386
+ readonly LostInTransit: "LostInTransit";
387
+ readonly LabelCanceled: "LabelCanceled";
388
+ readonly DamagedInTransit: "DamagedInTransit";
389
+ readonly OutForDelivery: "OutForDelivery";
390
+ };
391
+ type PackageStatus = typeof PackageStatus[keyof typeof PackageStatus];
392
+ //#endregion
393
+ //#region src/api-model/models/scheduled-package-id.d.ts
394
+ /**
395
+ * Selling Partner API for Easy Ship
396
+ * Use the Selling Partner API for Easy Ship to build applications for sellers to manage and ship Amazon Easy Ship orders. With this API, you can get available time slots, schedule and reschedule Easy Ship orders, and print shipping labels, invoices, and warranties. To review the differences in Easy Ship operations by marketplace, refer to [Marketplace support](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support).
397
+ *
398
+ * The version of the OpenAPI document: 2022-03-23
399
+ *
400
+ *
401
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
402
+ * https://openapi-generator.tech
403
+ * Do not edit the class manually.
404
+ */
405
+ /**
406
+ * Identifies the scheduled package to be updated.
407
+ */
408
+ interface ScheduledPackageId {
409
+ /**
410
+ * An Amazon-defined order identifier. Identifies the order that the seller wants to deliver using Amazon Easy Ship.
411
+ */
412
+ 'amazonOrderId': string;
413
+ /**
414
+ * An Amazon-defined identifier for the scheduled package.
415
+ */
416
+ 'packageId'?: string;
417
+ }
418
+ //#endregion
419
+ //#region src/api-model/models/tracking-details.d.ts
420
+ /**
421
+ * Selling Partner API for Easy Ship
422
+ * Use the Selling Partner API for Easy Ship to build applications for sellers to manage and ship Amazon Easy Ship orders. With this API, you can get available time slots, schedule and reschedule Easy Ship orders, and print shipping labels, invoices, and warranties. To review the differences in Easy Ship operations by marketplace, refer to [Marketplace support](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support).
423
+ *
424
+ * The version of the OpenAPI document: 2022-03-23
425
+ *
426
+ *
427
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
428
+ * https://openapi-generator.tech
429
+ * Do not edit the class manually.
430
+ */
431
+ /**
432
+ * Representation of tracking metadata.
433
+ */
434
+ interface TrackingDetails {
435
+ /**
436
+ * A string of up to 255 characters.
437
+ */
438
+ 'trackingId'?: string;
439
+ }
440
+ //#endregion
441
+ //#region src/api-model/models/unit-of-weight.d.ts
442
+ /**
443
+ * Selling Partner API for Easy Ship
444
+ * Use the Selling Partner API for Easy Ship to build applications for sellers to manage and ship Amazon Easy Ship orders. With this API, you can get available time slots, schedule and reschedule Easy Ship orders, and print shipping labels, invoices, and warranties. To review the differences in Easy Ship operations by marketplace, refer to [Marketplace support](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support).
445
+ *
446
+ * The version of the OpenAPI document: 2022-03-23
447
+ *
448
+ *
449
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
450
+ * https://openapi-generator.tech
451
+ * Do not edit the class manually.
452
+ */
453
+ /**
454
+ * The unit of measurement used to measure the weight.
455
+ */
456
+ declare const UnitOfWeight: {
457
+ readonly Grams: "grams";
458
+ readonly G: "g";
459
+ };
460
+ type UnitOfWeight = typeof UnitOfWeight[keyof typeof UnitOfWeight];
461
+ //#endregion
462
+ //#region src/api-model/models/weight.d.ts
463
+ /**
464
+ * The weight of the scheduled package
465
+ */
466
+ interface Weight {
467
+ /**
468
+ * The weight of the package.
469
+ */
470
+ 'value'?: number;
471
+ 'unit'?: UnitOfWeight;
472
+ }
473
+ //#endregion
474
+ //#region src/api-model/models/package.d.ts
475
+ /**
476
+ * This object contains all the details of the scheduled Easy Ship package.
477
+ */
478
+ interface Package {
479
+ 'scheduledPackageId': ScheduledPackageId;
480
+ 'packageDimensions': Dimensions;
481
+ 'packageWeight': Weight;
482
+ /**
483
+ * A list of items contained in the package.
484
+ */
485
+ 'packageItems'?: Array<Item>;
486
+ 'packageTimeSlot': TimeSlot;
487
+ /**
488
+ * Optional seller-created identifier that is printed on the shipping label to help the seller identify the package.
489
+ */
490
+ 'packageIdentifier'?: string;
491
+ 'invoice'?: InvoiceData;
492
+ 'packageStatus'?: PackageStatus;
493
+ 'trackingDetails'?: TrackingDetails;
494
+ }
495
+ //#endregion
496
+ //#region src/api-model/models/rejected-order.d.ts
497
+ /**
498
+ * Selling Partner API for Easy Ship
499
+ * Use the Selling Partner API for Easy Ship to build applications for sellers to manage and ship Amazon Easy Ship orders. With this API, you can get available time slots, schedule and reschedule Easy Ship orders, and print shipping labels, invoices, and warranties. To review the differences in Easy Ship operations by marketplace, refer to [Marketplace support](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support).
500
+ *
501
+ * The version of the OpenAPI document: 2022-03-23
502
+ *
503
+ *
504
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
505
+ * https://openapi-generator.tech
506
+ * Do not edit the class manually.
507
+ */
508
+ /**
509
+ * A order which we couldn\'t schedule on your behalf. It contains its id, and information on the error.
510
+ */
511
+ interface RejectedOrder {
512
+ /**
513
+ * An Amazon-defined order identifier. Identifies the order that the seller wants to deliver using Amazon Easy Ship.
514
+ */
515
+ 'amazonOrderId': string;
516
+ 'error'?: Error;
517
+ }
518
+ //#endregion
519
+ //#region src/api-model/models/create-scheduled-packages-response.d.ts
520
+ /**
521
+ * The response schema for the bulk scheduling API. It returns by the bulk scheduling API containing an array of the scheduled packtages, an optional list of orders we couldn\'t schedule with the reason, and a pre-signed URL for a ZIP file containing the associated shipping labels plus the documents enabled for your marketplace.
522
+ */
523
+ interface CreateScheduledPackagesResponse {
524
+ /**
525
+ * A list of packages. Refer to the `Package` object.
526
+ */
527
+ 'scheduledPackages'?: Array<Package>;
528
+ /**
529
+ * A list of orders we couldn\'t scheduled on your behalf. Each element contains the reason and details on the error.
530
+ */
531
+ 'rejectedOrders'?: Array<RejectedOrder>;
532
+ /**
533
+ * A pre-signed URL for the zip document containing the shipping labels and the documents enabled for your marketplace.
534
+ */
535
+ 'printableDocumentsUrl'?: string;
536
+ }
537
+ //#endregion
538
+ //#region src/api-model/models/error-list.d.ts
539
+ /**
540
+ * Selling Partner API for Easy Ship
541
+ * Use the Selling Partner API for Easy Ship to build applications for sellers to manage and ship Amazon Easy Ship orders. With this API, you can get available time slots, schedule and reschedule Easy Ship orders, and print shipping labels, invoices, and warranties. To review the differences in Easy Ship operations by marketplace, refer to [Marketplace support](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support).
542
+ *
543
+ * The version of the OpenAPI document: 2022-03-23
544
+ *
545
+ *
546
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
547
+ * https://openapi-generator.tech
548
+ * Do not edit the class manually.
549
+ */
550
+ /**
551
+ * A list of error responses returned when a request is unsuccessful.
552
+ */
553
+ interface ErrorList {
554
+ /**
555
+ * A list of error responses returned when a request is unsuccessful.
556
+ */
557
+ 'errors': Array<Error>;
558
+ }
559
+ //#endregion
560
+ //#region src/api-model/models/list-handover-slots-request.d.ts
561
+ /**
562
+ * The request schema for the `listHandoverSlots` operation.
563
+ */
564
+ interface ListHandoverSlotsRequest {
565
+ /**
566
+ * A string of up to 255 characters.
567
+ */
568
+ 'marketplaceId': string;
569
+ /**
570
+ * An Amazon-defined order identifier. Identifies the order that the seller wants to deliver using Amazon Easy Ship.
571
+ */
572
+ 'amazonOrderId': string;
573
+ 'packageDimensions': Dimensions;
574
+ 'packageWeight': Weight;
575
+ }
576
+ //#endregion
577
+ //#region src/api-model/models/list-handover-slots-response.d.ts
578
+ /**
579
+ * The response schema for the `listHandoverSlots` operation.
580
+ */
581
+ interface ListHandoverSlotsResponse {
582
+ /**
583
+ * An Amazon-defined order identifier. Identifies the order that the seller wants to deliver using Amazon Easy Ship.
584
+ */
585
+ 'amazonOrderId': string;
586
+ /**
587
+ * A list of time slots.
588
+ */
589
+ 'timeSlots': Array<TimeSlot>;
590
+ }
591
+ //#endregion
592
+ //#region src/api-model/models/model-error.d.ts
593
+ /**
594
+ * Selling Partner API for Easy Ship
595
+ * Use the Selling Partner API for Easy Ship to build applications for sellers to manage and ship Amazon Easy Ship orders. With this API, you can get available time slots, schedule and reschedule Easy Ship orders, and print shipping labels, invoices, and warranties. To review the differences in Easy Ship operations by marketplace, refer to [Marketplace support](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support).
596
+ *
597
+ * The version of the OpenAPI document: 2022-03-23
598
+ *
599
+ *
600
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
601
+ * https://openapi-generator.tech
602
+ * Do not edit the class manually.
603
+ */
604
+ /**
605
+ * Error response returned when the request is unsuccessful.
606
+ */
607
+ interface ModelError {
608
+ /**
609
+ * An error code that identifies the type of error that occurred.
610
+ */
611
+ 'code': string;
612
+ /**
613
+ * A message that describes the error condition.
614
+ */
615
+ 'message': string;
616
+ /**
617
+ * Additional details that can help the caller understand or fix the issue.
618
+ */
619
+ 'details'?: string;
620
+ }
621
+ //#endregion
622
+ //#region src/api-model/models/packages.d.ts
623
+ /**
624
+ * A list of packages.
625
+ */
626
+ interface Packages {
627
+ /**
628
+ * A list of packages.
629
+ */
630
+ 'packages': Array<Package>;
631
+ }
632
+ //#endregion
633
+ //#region src/api-model/models/update-package-details.d.ts
634
+ /**
635
+ * Request to update the time slot of a package.
636
+ */
637
+ interface UpdatePackageDetails {
638
+ 'scheduledPackageId': ScheduledPackageId;
639
+ 'packageTimeSlot': TimeSlot;
640
+ }
641
+ //#endregion
642
+ //#region src/api-model/models/update-scheduled-packages-request.d.ts
643
+ /**
644
+ * The request schema for the `updateScheduledPackages` operation.
645
+ */
646
+ interface UpdateScheduledPackagesRequest {
647
+ /**
648
+ * A string of up to 255 characters.
649
+ */
650
+ 'marketplaceId': string;
651
+ /**
652
+ * A list of package update details.
653
+ */
654
+ 'updatePackageDetailsList': Array<UpdatePackageDetails>;
655
+ }
656
+ //#endregion
657
+ //#region src/api-model/api/easy-ship-api.d.ts
658
+ /**
659
+ * EasyShipApi - axios parameter creator
660
+ */
661
+ declare const EasyShipApiAxiosParamCreator: (configuration?: Configuration) => {
662
+ /**
663
+ * Schedules an Easy Ship order and returns the scheduled package information. This operation does the following: * Specifies the time slot and handover method for the order to be scheduled for delivery. * Updates the Easy Ship order status. * Generates a shipping label and an invoice. Calling `createScheduledPackage` also generates a warranty document if you specify a `SerialNumber` value. To get these documents, see [How to get invoice, shipping label, and warranty documents](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide). * Shows the status of Easy Ship orders when you call the `getOrders` operation of the Selling Partner API for Orders and examine the `EasyShipShipmentStatus` property in the response body. See the **Shipping Label**, **Invoice**, and **Warranty** columns in the [Marketplace Support Table](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support-table) to see which documents are supported in each marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
664
+ * @param {CreateScheduledPackageRequest} createScheduledPackageRequest The request schema for the &#x60;createScheduledPackage&#x60; operation.
665
+ * @param {*} [options] Override http request option.
666
+ * @throws {RequiredError}
667
+ */
668
+ createScheduledPackage: (createScheduledPackageRequest: CreateScheduledPackageRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
669
+ /**
670
+ * This operation automatically schedules a time slot for all the `amazonOrderId`s given as input, generating the associated shipping labels, along with other compliance documents according to the marketplace (refer to the [marketplace document support table](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support-table)). Developers calling this operation may optionally assign a `packageDetails` object, allowing them to input a preferred time slot for each order in ther request. In this case, Amazon will try to schedule the respective packages using their optional settings. On the other hand, *i.e.*, if the time slot is not provided, Amazon will then pick the earliest time slot possible. Regarding the shipping label\'s file format, external developers are able to choose between PDF or ZPL, and Amazon will create the label accordingly. This operation returns an array composed of the scheduled packages, and a short-lived URL pointing to a zip file containing the generated shipping labels and the other documents enabled for your marketplace. If at least an order couldn\'t be scheduled, then Amazon adds the `rejectedOrders` list into the response, which contains an entry for each order we couldn\'t process. Each entry is composed of an error message describing the reason of the failure, so that sellers can take action. The table below displays the supported request and burst maximum rates: **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
671
+ * @param {CreateScheduledPackagesRequest} createScheduledPackagesRequest The request schema for the &#x60;createScheduledPackageBulk&#x60; operation.
672
+ * @param {*} [options] Override http request option.
673
+ * @throws {RequiredError}
674
+ */
675
+ createScheduledPackageBulk: (createScheduledPackagesRequest: CreateScheduledPackagesRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
676
+ /**
677
+ * Returns information about a package, including dimensions, weight, time slot information for handover, invoice and item information, and status. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
678
+ * @param {string} amazonOrderId An Amazon-defined order identifier. Identifies the order that the seller wants to deliver using Amazon Easy Ship.
679
+ * @param {string} marketplaceId An identifier for the marketplace in which the seller is selling.
680
+ * @param {*} [options] Override http request option.
681
+ * @throws {RequiredError}
682
+ */
683
+ getScheduledPackage: (amazonOrderId: string, marketplaceId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
684
+ /**
685
+ * Returns time slots available for Easy Ship orders to be scheduled based on the package weight and dimensions that the seller specifies. This operation is available for scheduled and unscheduled orders based on marketplace support. See **Get Time Slots** in the [Marketplace Support Table](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support-table). This operation can return time slots that have either pickup or drop-off handover methods - see **Supported Handover Methods** in the [Marketplace Support Table](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support-table). **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
686
+ * @param {ListHandoverSlotsRequest} [listHandoverSlotsRequest] The request schema for the &#x60;listHandoverSlots&#x60; operation.
687
+ * @param {*} [options] Override http request option.
688
+ * @throws {RequiredError}
689
+ */
690
+ listHandoverSlots: (listHandoverSlotsRequest?: ListHandoverSlotsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
691
+ /**
692
+ * Updates the time slot for handing over the package indicated by the specified `scheduledPackageId`. You can get the new `slotId` value for the time slot by calling the `listHandoverSlots` operation before making another `patch` call. See the **Update Package** column in the [Marketplace Support Table](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support-table) to see which marketplaces this operation is supported in. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
693
+ * @param {UpdateScheduledPackagesRequest} [updateScheduledPackagesRequest] The request schema for the &#x60;updateScheduledPackages&#x60; operation.
694
+ * @param {*} [options] Override http request option.
695
+ * @throws {RequiredError}
696
+ */
697
+ updateScheduledPackages: (updateScheduledPackagesRequest?: UpdateScheduledPackagesRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
698
+ };
699
+ /**
700
+ * EasyShipApi - functional programming interface
701
+ */
702
+ declare const EasyShipApiFp: (configuration?: Configuration) => {
703
+ /**
704
+ * Schedules an Easy Ship order and returns the scheduled package information. This operation does the following: * Specifies the time slot and handover method for the order to be scheduled for delivery. * Updates the Easy Ship order status. * Generates a shipping label and an invoice. Calling `createScheduledPackage` also generates a warranty document if you specify a `SerialNumber` value. To get these documents, see [How to get invoice, shipping label, and warranty documents](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide). * Shows the status of Easy Ship orders when you call the `getOrders` operation of the Selling Partner API for Orders and examine the `EasyShipShipmentStatus` property in the response body. See the **Shipping Label**, **Invoice**, and **Warranty** columns in the [Marketplace Support Table](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support-table) to see which documents are supported in each marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
705
+ * @param {CreateScheduledPackageRequest} createScheduledPackageRequest The request schema for the &#x60;createScheduledPackage&#x60; operation.
706
+ * @param {*} [options] Override http request option.
707
+ * @throws {RequiredError}
708
+ */
709
+ createScheduledPackage(createScheduledPackageRequest: CreateScheduledPackageRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Package>>;
710
+ /**
711
+ * This operation automatically schedules a time slot for all the `amazonOrderId`s given as input, generating the associated shipping labels, along with other compliance documents according to the marketplace (refer to the [marketplace document support table](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support-table)). Developers calling this operation may optionally assign a `packageDetails` object, allowing them to input a preferred time slot for each order in ther request. In this case, Amazon will try to schedule the respective packages using their optional settings. On the other hand, *i.e.*, if the time slot is not provided, Amazon will then pick the earliest time slot possible. Regarding the shipping label\'s file format, external developers are able to choose between PDF or ZPL, and Amazon will create the label accordingly. This operation returns an array composed of the scheduled packages, and a short-lived URL pointing to a zip file containing the generated shipping labels and the other documents enabled for your marketplace. If at least an order couldn\'t be scheduled, then Amazon adds the `rejectedOrders` list into the response, which contains an entry for each order we couldn\'t process. Each entry is composed of an error message describing the reason of the failure, so that sellers can take action. The table below displays the supported request and burst maximum rates: **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
712
+ * @param {CreateScheduledPackagesRequest} createScheduledPackagesRequest The request schema for the &#x60;createScheduledPackageBulk&#x60; operation.
713
+ * @param {*} [options] Override http request option.
714
+ * @throws {RequiredError}
715
+ */
716
+ createScheduledPackageBulk(createScheduledPackagesRequest: CreateScheduledPackagesRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateScheduledPackagesResponse>>;
717
+ /**
718
+ * Returns information about a package, including dimensions, weight, time slot information for handover, invoice and item information, and status. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
719
+ * @param {string} amazonOrderId An Amazon-defined order identifier. Identifies the order that the seller wants to deliver using Amazon Easy Ship.
720
+ * @param {string} marketplaceId An identifier for the marketplace in which the seller is selling.
721
+ * @param {*} [options] Override http request option.
722
+ * @throws {RequiredError}
723
+ */
724
+ getScheduledPackage(amazonOrderId: string, marketplaceId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Package>>;
725
+ /**
726
+ * Returns time slots available for Easy Ship orders to be scheduled based on the package weight and dimensions that the seller specifies. This operation is available for scheduled and unscheduled orders based on marketplace support. See **Get Time Slots** in the [Marketplace Support Table](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support-table). This operation can return time slots that have either pickup or drop-off handover methods - see **Supported Handover Methods** in the [Marketplace Support Table](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support-table). **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
727
+ * @param {ListHandoverSlotsRequest} [listHandoverSlotsRequest] The request schema for the &#x60;listHandoverSlots&#x60; operation.
728
+ * @param {*} [options] Override http request option.
729
+ * @throws {RequiredError}
730
+ */
731
+ listHandoverSlots(listHandoverSlotsRequest?: ListHandoverSlotsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListHandoverSlotsResponse>>;
732
+ /**
733
+ * Updates the time slot for handing over the package indicated by the specified `scheduledPackageId`. You can get the new `slotId` value for the time slot by calling the `listHandoverSlots` operation before making another `patch` call. See the **Update Package** column in the [Marketplace Support Table](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support-table) to see which marketplaces this operation is supported in. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
734
+ * @param {UpdateScheduledPackagesRequest} [updateScheduledPackagesRequest] The request schema for the &#x60;updateScheduledPackages&#x60; operation.
735
+ * @param {*} [options] Override http request option.
736
+ * @throws {RequiredError}
737
+ */
738
+ updateScheduledPackages(updateScheduledPackagesRequest?: UpdateScheduledPackagesRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Packages>>;
739
+ };
740
+ /**
741
+ * EasyShipApi - factory interface
742
+ */
743
+ declare const EasyShipApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
744
+ /**
745
+ * Schedules an Easy Ship order and returns the scheduled package information. This operation does the following: * Specifies the time slot and handover method for the order to be scheduled for delivery. * Updates the Easy Ship order status. * Generates a shipping label and an invoice. Calling `createScheduledPackage` also generates a warranty document if you specify a `SerialNumber` value. To get these documents, see [How to get invoice, shipping label, and warranty documents](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide). * Shows the status of Easy Ship orders when you call the `getOrders` operation of the Selling Partner API for Orders and examine the `EasyShipShipmentStatus` property in the response body. See the **Shipping Label**, **Invoice**, and **Warranty** columns in the [Marketplace Support Table](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support-table) to see which documents are supported in each marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
746
+ * @param {EasyShipApiCreateScheduledPackageRequest} requestParameters Request parameters.
747
+ * @param {*} [options] Override http request option.
748
+ * @throws {RequiredError}
749
+ */
750
+ createScheduledPackage(requestParameters: EasyShipApiCreateScheduledPackageRequest, options?: RawAxiosRequestConfig): AxiosPromise<Package>;
751
+ /**
752
+ * This operation automatically schedules a time slot for all the `amazonOrderId`s given as input, generating the associated shipping labels, along with other compliance documents according to the marketplace (refer to the [marketplace document support table](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support-table)). Developers calling this operation may optionally assign a `packageDetails` object, allowing them to input a preferred time slot for each order in ther request. In this case, Amazon will try to schedule the respective packages using their optional settings. On the other hand, *i.e.*, if the time slot is not provided, Amazon will then pick the earliest time slot possible. Regarding the shipping label\'s file format, external developers are able to choose between PDF or ZPL, and Amazon will create the label accordingly. This operation returns an array composed of the scheduled packages, and a short-lived URL pointing to a zip file containing the generated shipping labels and the other documents enabled for your marketplace. If at least an order couldn\'t be scheduled, then Amazon adds the `rejectedOrders` list into the response, which contains an entry for each order we couldn\'t process. Each entry is composed of an error message describing the reason of the failure, so that sellers can take action. The table below displays the supported request and burst maximum rates: **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
753
+ * @param {EasyShipApiCreateScheduledPackageBulkRequest} requestParameters Request parameters.
754
+ * @param {*} [options] Override http request option.
755
+ * @throws {RequiredError}
756
+ */
757
+ createScheduledPackageBulk(requestParameters: EasyShipApiCreateScheduledPackageBulkRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateScheduledPackagesResponse>;
758
+ /**
759
+ * Returns information about a package, including dimensions, weight, time slot information for handover, invoice and item information, and status. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
760
+ * @param {EasyShipApiGetScheduledPackageRequest} requestParameters Request parameters.
761
+ * @param {*} [options] Override http request option.
762
+ * @throws {RequiredError}
763
+ */
764
+ getScheduledPackage(requestParameters: EasyShipApiGetScheduledPackageRequest, options?: RawAxiosRequestConfig): AxiosPromise<Package>;
765
+ /**
766
+ * Returns time slots available for Easy Ship orders to be scheduled based on the package weight and dimensions that the seller specifies. This operation is available for scheduled and unscheduled orders based on marketplace support. See **Get Time Slots** in the [Marketplace Support Table](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support-table). This operation can return time slots that have either pickup or drop-off handover methods - see **Supported Handover Methods** in the [Marketplace Support Table](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support-table). **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
767
+ * @param {EasyShipApiListHandoverSlotsRequest} requestParameters Request parameters.
768
+ * @param {*} [options] Override http request option.
769
+ * @throws {RequiredError}
770
+ */
771
+ listHandoverSlots(requestParameters?: EasyShipApiListHandoverSlotsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ListHandoverSlotsResponse>;
772
+ /**
773
+ * Updates the time slot for handing over the package indicated by the specified `scheduledPackageId`. You can get the new `slotId` value for the time slot by calling the `listHandoverSlots` operation before making another `patch` call. See the **Update Package** column in the [Marketplace Support Table](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support-table) to see which marketplaces this operation is supported in. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
774
+ * @param {EasyShipApiUpdateScheduledPackagesRequest} requestParameters Request parameters.
775
+ * @param {*} [options] Override http request option.
776
+ * @throws {RequiredError}
777
+ */
778
+ updateScheduledPackages(requestParameters?: EasyShipApiUpdateScheduledPackagesRequest, options?: RawAxiosRequestConfig): AxiosPromise<Packages>;
779
+ };
780
+ /**
781
+ * Request parameters for createScheduledPackage operation in EasyShipApi.
782
+ */
783
+ interface EasyShipApiCreateScheduledPackageRequest {
784
+ /**
785
+ * The request schema for the &#x60;createScheduledPackage&#x60; operation.
786
+ */
787
+ readonly createScheduledPackageRequest: CreateScheduledPackageRequest;
788
+ }
789
+ /**
790
+ * Request parameters for createScheduledPackageBulk operation in EasyShipApi.
791
+ */
792
+ interface EasyShipApiCreateScheduledPackageBulkRequest {
793
+ /**
794
+ * The request schema for the &#x60;createScheduledPackageBulk&#x60; operation.
795
+ */
796
+ readonly createScheduledPackagesRequest: CreateScheduledPackagesRequest;
797
+ }
798
+ /**
799
+ * Request parameters for getScheduledPackage operation in EasyShipApi.
800
+ */
801
+ interface EasyShipApiGetScheduledPackageRequest {
802
+ /**
803
+ * An Amazon-defined order identifier. Identifies the order that the seller wants to deliver using Amazon Easy Ship.
804
+ */
805
+ readonly amazonOrderId: string;
806
+ /**
807
+ * An identifier for the marketplace in which the seller is selling.
808
+ */
809
+ readonly marketplaceId: string;
810
+ }
811
+ /**
812
+ * Request parameters for listHandoverSlots operation in EasyShipApi.
813
+ */
814
+ interface EasyShipApiListHandoverSlotsRequest {
815
+ /**
816
+ * The request schema for the &#x60;listHandoverSlots&#x60; operation.
817
+ */
818
+ readonly listHandoverSlotsRequest?: ListHandoverSlotsRequest;
819
+ }
820
+ /**
821
+ * Request parameters for updateScheduledPackages operation in EasyShipApi.
822
+ */
823
+ interface EasyShipApiUpdateScheduledPackagesRequest {
824
+ /**
825
+ * The request schema for the &#x60;updateScheduledPackages&#x60; operation.
826
+ */
827
+ readonly updateScheduledPackagesRequest?: UpdateScheduledPackagesRequest;
828
+ }
829
+ /**
830
+ * EasyShipApi - object-oriented interface
831
+ */
832
+ declare class EasyShipApi extends BaseAPI {
833
+ /**
834
+ * Schedules an Easy Ship order and returns the scheduled package information. This operation does the following: * Specifies the time slot and handover method for the order to be scheduled for delivery. * Updates the Easy Ship order status. * Generates a shipping label and an invoice. Calling `createScheduledPackage` also generates a warranty document if you specify a `SerialNumber` value. To get these documents, see [How to get invoice, shipping label, and warranty documents](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide). * Shows the status of Easy Ship orders when you call the `getOrders` operation of the Selling Partner API for Orders and examine the `EasyShipShipmentStatus` property in the response body. See the **Shipping Label**, **Invoice**, and **Warranty** columns in the [Marketplace Support Table](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support-table) to see which documents are supported in each marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
835
+ * @param {EasyShipApiCreateScheduledPackageRequest} requestParameters Request parameters.
836
+ * @param {*} [options] Override http request option.
837
+ * @throws {RequiredError}
838
+ */
839
+ createScheduledPackage(requestParameters: EasyShipApiCreateScheduledPackageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Package, any, {}>>;
840
+ /**
841
+ * This operation automatically schedules a time slot for all the `amazonOrderId`s given as input, generating the associated shipping labels, along with other compliance documents according to the marketplace (refer to the [marketplace document support table](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support-table)). Developers calling this operation may optionally assign a `packageDetails` object, allowing them to input a preferred time slot for each order in ther request. In this case, Amazon will try to schedule the respective packages using their optional settings. On the other hand, *i.e.*, if the time slot is not provided, Amazon will then pick the earliest time slot possible. Regarding the shipping label\'s file format, external developers are able to choose between PDF or ZPL, and Amazon will create the label accordingly. This operation returns an array composed of the scheduled packages, and a short-lived URL pointing to a zip file containing the generated shipping labels and the other documents enabled for your marketplace. If at least an order couldn\'t be scheduled, then Amazon adds the `rejectedOrders` list into the response, which contains an entry for each order we couldn\'t process. Each entry is composed of an error message describing the reason of the failure, so that sellers can take action. The table below displays the supported request and burst maximum rates: **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
842
+ * @param {EasyShipApiCreateScheduledPackageBulkRequest} requestParameters Request parameters.
843
+ * @param {*} [options] Override http request option.
844
+ * @throws {RequiredError}
845
+ */
846
+ createScheduledPackageBulk(requestParameters: EasyShipApiCreateScheduledPackageBulkRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateScheduledPackagesResponse, any, {}>>;
847
+ /**
848
+ * Returns information about a package, including dimensions, weight, time slot information for handover, invoice and item information, and status. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
849
+ * @param {EasyShipApiGetScheduledPackageRequest} requestParameters Request parameters.
850
+ * @param {*} [options] Override http request option.
851
+ * @throws {RequiredError}
852
+ */
853
+ getScheduledPackage(requestParameters: EasyShipApiGetScheduledPackageRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Package, any, {}>>;
854
+ /**
855
+ * Returns time slots available for Easy Ship orders to be scheduled based on the package weight and dimensions that the seller specifies. This operation is available for scheduled and unscheduled orders based on marketplace support. See **Get Time Slots** in the [Marketplace Support Table](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support-table). This operation can return time slots that have either pickup or drop-off handover methods - see **Supported Handover Methods** in the [Marketplace Support Table](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support-table). **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
856
+ * @param {EasyShipApiListHandoverSlotsRequest} requestParameters Request parameters.
857
+ * @param {*} [options] Override http request option.
858
+ * @throws {RequiredError}
859
+ */
860
+ listHandoverSlots(requestParameters?: EasyShipApiListHandoverSlotsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListHandoverSlotsResponse, any, {}>>;
861
+ /**
862
+ * Updates the time slot for handing over the package indicated by the specified `scheduledPackageId`. You can get the new `slotId` value for the time slot by calling the `listHandoverSlots` operation before making another `patch` call. See the **Update Package** column in the [Marketplace Support Table](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support-table) to see which marketplaces this operation is supported in. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
863
+ * @param {EasyShipApiUpdateScheduledPackagesRequest} requestParameters Request parameters.
864
+ * @param {*} [options] Override http request option.
865
+ * @throws {RequiredError}
866
+ */
867
+ updateScheduledPackages(requestParameters?: EasyShipApiUpdateScheduledPackagesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Packages, any, {}>>;
868
+ }
869
+ //#endregion
870
+ //#region src/client.d.ts
871
+ declare const clientRateLimits: RateLimit[];
872
+ declare class EasyShipApiClient extends EasyShipApi {
873
+ constructor(configuration: ClientConfiguration);
874
+ }
875
+ //#endregion
876
+ export { Code, CreateScheduledPackageRequest, CreateScheduledPackagesRequest, CreateScheduledPackagesResponse, Dimensions, EasyShipApi, EasyShipApiAxiosParamCreator, EasyShipApiClient, EasyShipApiCreateScheduledPackageBulkRequest, EasyShipApiCreateScheduledPackageRequest, EasyShipApiFactory, EasyShipApiFp, EasyShipApiGetScheduledPackageRequest, EasyShipApiListHandoverSlotsRequest, EasyShipApiUpdateScheduledPackagesRequest, ErrorList, HandoverMethod, InvoiceData, Item, LabelFormat, ListHandoverSlotsRequest, ListHandoverSlotsResponse, ModelError, OrderScheduleDetails, Package, PackageDetails, PackageStatus, Packages, RejectedOrder, ScheduledPackageId, TimeSlot, TrackingDetails, UnitOfLength, UnitOfWeight, UpdatePackageDetails, UpdateScheduledPackagesRequest, Weight, clientRateLimits };
877
+ //# sourceMappingURL=index.d.ts.map