@sp-api-sdk/orders-api-v0 4.1.2 → 5.0.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.
@@ -24,10 +24,10 @@ import type { GetOrdersResponse } from '../models';
24
24
  import type { UpdateShipmentStatusRequest } from '../models';
25
25
  import type { UpdateVerificationStatusRequest } from '../models';
26
26
  /**
27
- * OrdersV0Api - axios parameter creator
27
+ * OrdersApi - axios parameter creator
28
28
  * @export
29
29
  */
30
- export declare const OrdersV0ApiAxiosParamCreator: (configuration?: Configuration) => {
30
+ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration) => {
31
31
  /**
32
32
  * Updates the shipment confirmation status for a specified order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
33
33
  * @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
@@ -126,10 +126,10 @@ export declare const OrdersV0ApiAxiosParamCreator: (configuration?: Configuratio
126
126
  updateVerificationStatus: (orderId: string, payload: UpdateVerificationStatusRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
127
127
  };
128
128
  /**
129
- * OrdersV0Api - functional programming interface
129
+ * OrdersApi - functional programming interface
130
130
  * @export
131
131
  */
132
- export declare const OrdersV0ApiFp: (configuration?: Configuration) => {
132
+ export declare const OrdersApiFp: (configuration?: Configuration) => {
133
133
  /**
134
134
  * Updates the shipment confirmation status for a specified order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
135
135
  * @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
@@ -228,452 +228,452 @@ export declare const OrdersV0ApiFp: (configuration?: Configuration) => {
228
228
  updateVerificationStatus(orderId: string, payload: UpdateVerificationStatusRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
229
229
  };
230
230
  /**
231
- * OrdersV0Api - factory interface
231
+ * OrdersApi - factory interface
232
232
  * @export
233
233
  */
234
- export declare const OrdersV0ApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
234
+ export declare const OrdersApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
235
235
  /**
236
236
  * Updates the shipment confirmation status for a specified order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
237
- * @param {OrdersV0ApiConfirmShipmentRequest} requestParameters Request parameters.
237
+ * @param {OrdersApiConfirmShipmentRequest} requestParameters Request parameters.
238
238
  * @param {*} [options] Override http request option.
239
239
  * @throws {RequiredError}
240
240
  */
241
- confirmShipment(requestParameters: OrdersV0ApiConfirmShipmentRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
241
+ confirmShipment(requestParameters: OrdersApiConfirmShipmentRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
242
242
  /**
243
243
  * Returns the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
244
- * @param {OrdersV0ApiGetOrderRequest} requestParameters Request parameters.
244
+ * @param {OrdersApiGetOrderRequest} requestParameters Request parameters.
245
245
  * @param {*} [options] Override http request option.
246
246
  * @throws {RequiredError}
247
247
  */
248
- getOrder(requestParameters: OrdersV0ApiGetOrderRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetOrderResponse>;
248
+ getOrder(requestParameters: OrdersApiGetOrderRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetOrderResponse>;
249
249
  /**
250
250
  * Returns the shipping address for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
251
- * @param {OrdersV0ApiGetOrderAddressRequest} requestParameters Request parameters.
251
+ * @param {OrdersApiGetOrderAddressRequest} requestParameters Request parameters.
252
252
  * @param {*} [options] Override http request option.
253
253
  * @throws {RequiredError}
254
254
  */
255
- getOrderAddress(requestParameters: OrdersV0ApiGetOrderAddressRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetOrderAddressResponse>;
255
+ getOrderAddress(requestParameters: OrdersApiGetOrderAddressRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetOrderAddressResponse>;
256
256
  /**
257
257
  * Returns buyer information for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
258
- * @param {OrdersV0ApiGetOrderBuyerInfoRequest} requestParameters Request parameters.
258
+ * @param {OrdersApiGetOrderBuyerInfoRequest} requestParameters Request parameters.
259
259
  * @param {*} [options] Override http request option.
260
260
  * @throws {RequiredError}
261
261
  */
262
- getOrderBuyerInfo(requestParameters: OrdersV0ApiGetOrderBuyerInfoRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetOrderBuyerInfoResponse>;
262
+ getOrderBuyerInfo(requestParameters: OrdersApiGetOrderBuyerInfoRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetOrderBuyerInfoResponse>;
263
263
  /**
264
264
  * Returns detailed order item information for the order that you specify. If `NextToken` is provided, it\'s used to retrieve the next page of order items. __Note__: When an order is in the Pending state (the order has been placed but payment has not been authorized), the getOrderItems operation does not return information about pricing, taxes, shipping charges, gift status or promotions for the order items in the order. After an order leaves the Pending state (this occurs when payment has been authorized) and enters the Unshipped, Partially Shipped, or Shipped state, the getOrderItems operation returns information about pricing, taxes, shipping charges, gift status and promotions for the order items in the order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
265
- * @param {OrdersV0ApiGetOrderItemsRequest} requestParameters Request parameters.
265
+ * @param {OrdersApiGetOrderItemsRequest} requestParameters Request parameters.
266
266
  * @param {*} [options] Override http request option.
267
267
  * @throws {RequiredError}
268
268
  */
269
- getOrderItems(requestParameters: OrdersV0ApiGetOrderItemsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetOrderItemsResponse>;
269
+ getOrderItems(requestParameters: OrdersApiGetOrderItemsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetOrderItemsResponse>;
270
270
  /**
271
271
  * Returns buyer information for the order items in the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
272
- * @param {OrdersV0ApiGetOrderItemsBuyerInfoRequest} requestParameters Request parameters.
272
+ * @param {OrdersApiGetOrderItemsBuyerInfoRequest} requestParameters Request parameters.
273
273
  * @param {*} [options] Override http request option.
274
274
  * @throws {RequiredError}
275
275
  */
276
- getOrderItemsBuyerInfo(requestParameters: OrdersV0ApiGetOrderItemsBuyerInfoRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetOrderItemsBuyerInfoResponse>;
276
+ getOrderItemsBuyerInfo(requestParameters: OrdersApiGetOrderItemsBuyerInfoRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetOrderItemsBuyerInfoResponse>;
277
277
  /**
278
278
  * Returns regulated information for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
279
- * @param {OrdersV0ApiGetOrderRegulatedInfoRequest} requestParameters Request parameters.
279
+ * @param {OrdersApiGetOrderRegulatedInfoRequest} requestParameters Request parameters.
280
280
  * @param {*} [options] Override http request option.
281
281
  * @throws {RequiredError}
282
282
  */
283
- getOrderRegulatedInfo(requestParameters: OrdersV0ApiGetOrderRegulatedInfoRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetOrderRegulatedInfoResponse>;
283
+ getOrderRegulatedInfo(requestParameters: OrdersApiGetOrderRegulatedInfoRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetOrderRegulatedInfoResponse>;
284
284
  /**
285
285
  * Returns orders that are created or updated during the specified time period. If you want to return specific types of orders, you can apply filters to your request. `NextToken` doesn\'t affect any filters that you include in your request; it only impacts the pagination for the filtered orders response. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0167 | 20 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that are applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api) in the Selling Partner API documentation.
286
- * @param {OrdersV0ApiGetOrdersRequest} requestParameters Request parameters.
286
+ * @param {OrdersApiGetOrdersRequest} requestParameters Request parameters.
287
287
  * @param {*} [options] Override http request option.
288
288
  * @throws {RequiredError}
289
289
  */
290
- getOrders(requestParameters: OrdersV0ApiGetOrdersRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetOrdersResponse>;
290
+ getOrders(requestParameters: OrdersApiGetOrdersRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetOrdersResponse>;
291
291
  /**
292
292
  * Update the shipment status for an order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
293
- * @param {OrdersV0ApiUpdateShipmentStatusRequest} requestParameters Request parameters.
293
+ * @param {OrdersApiUpdateShipmentStatusRequest} requestParameters Request parameters.
294
294
  * @param {*} [options] Override http request option.
295
295
  * @throws {RequiredError}
296
296
  */
297
- updateShipmentStatus(requestParameters: OrdersV0ApiUpdateShipmentStatusRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
297
+ updateShipmentStatus(requestParameters: OrdersApiUpdateShipmentStatusRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
298
298
  /**
299
299
  * Updates (approves or rejects) the verification status of an order containing regulated products. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
300
- * @param {OrdersV0ApiUpdateVerificationStatusRequest} requestParameters Request parameters.
300
+ * @param {OrdersApiUpdateVerificationStatusRequest} requestParameters Request parameters.
301
301
  * @param {*} [options] Override http request option.
302
302
  * @throws {RequiredError}
303
303
  */
304
- updateVerificationStatus(requestParameters: OrdersV0ApiUpdateVerificationStatusRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
304
+ updateVerificationStatus(requestParameters: OrdersApiUpdateVerificationStatusRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
305
305
  };
306
306
  /**
307
- * Request parameters for confirmShipment operation in OrdersV0Api.
307
+ * Request parameters for confirmShipment operation in OrdersApi.
308
308
  * @export
309
- * @interface OrdersV0ApiConfirmShipmentRequest
309
+ * @interface OrdersApiConfirmShipmentRequest
310
310
  */
311
- export interface OrdersV0ApiConfirmShipmentRequest {
311
+ export interface OrdersApiConfirmShipmentRequest {
312
312
  /**
313
313
  * An Amazon-defined order identifier, in 3-7-7 format.
314
314
  * @type {string}
315
- * @memberof OrdersV0ApiConfirmShipment
315
+ * @memberof OrdersApiConfirmShipment
316
316
  */
317
317
  readonly orderId: string;
318
318
  /**
319
319
  * Request body of &#x60;confirmShipment&#x60;.
320
320
  * @type {ConfirmShipmentRequest}
321
- * @memberof OrdersV0ApiConfirmShipment
321
+ * @memberof OrdersApiConfirmShipment
322
322
  */
323
323
  readonly payload: ConfirmShipmentRequest;
324
324
  }
325
325
  /**
326
- * Request parameters for getOrder operation in OrdersV0Api.
326
+ * Request parameters for getOrder operation in OrdersApi.
327
327
  * @export
328
- * @interface OrdersV0ApiGetOrderRequest
328
+ * @interface OrdersApiGetOrderRequest
329
329
  */
330
- export interface OrdersV0ApiGetOrderRequest {
330
+ export interface OrdersApiGetOrderRequest {
331
331
  /**
332
332
  * An Amazon-defined order identifier, in 3-7-7 format.
333
333
  * @type {string}
334
- * @memberof OrdersV0ApiGetOrder
334
+ * @memberof OrdersApiGetOrder
335
335
  */
336
336
  readonly orderId: string;
337
337
  }
338
338
  /**
339
- * Request parameters for getOrderAddress operation in OrdersV0Api.
339
+ * Request parameters for getOrderAddress operation in OrdersApi.
340
340
  * @export
341
- * @interface OrdersV0ApiGetOrderAddressRequest
341
+ * @interface OrdersApiGetOrderAddressRequest
342
342
  */
343
- export interface OrdersV0ApiGetOrderAddressRequest {
343
+ export interface OrdersApiGetOrderAddressRequest {
344
344
  /**
345
345
  * An &#x60;orderId&#x60; is an Amazon-defined order identifier, in 3-7-7 format.
346
346
  * @type {string}
347
- * @memberof OrdersV0ApiGetOrderAddress
347
+ * @memberof OrdersApiGetOrderAddress
348
348
  */
349
349
  readonly orderId: string;
350
350
  }
351
351
  /**
352
- * Request parameters for getOrderBuyerInfo operation in OrdersV0Api.
352
+ * Request parameters for getOrderBuyerInfo operation in OrdersApi.
353
353
  * @export
354
- * @interface OrdersV0ApiGetOrderBuyerInfoRequest
354
+ * @interface OrdersApiGetOrderBuyerInfoRequest
355
355
  */
356
- export interface OrdersV0ApiGetOrderBuyerInfoRequest {
356
+ export interface OrdersApiGetOrderBuyerInfoRequest {
357
357
  /**
358
358
  * An &#x60;orderId&#x60; is an Amazon-defined order identifier, in 3-7-7 format.
359
359
  * @type {string}
360
- * @memberof OrdersV0ApiGetOrderBuyerInfo
360
+ * @memberof OrdersApiGetOrderBuyerInfo
361
361
  */
362
362
  readonly orderId: string;
363
363
  }
364
364
  /**
365
- * Request parameters for getOrderItems operation in OrdersV0Api.
365
+ * Request parameters for getOrderItems operation in OrdersApi.
366
366
  * @export
367
- * @interface OrdersV0ApiGetOrderItemsRequest
367
+ * @interface OrdersApiGetOrderItemsRequest
368
368
  */
369
- export interface OrdersV0ApiGetOrderItemsRequest {
369
+ export interface OrdersApiGetOrderItemsRequest {
370
370
  /**
371
371
  * An Amazon-defined order identifier, in 3-7-7 format.
372
372
  * @type {string}
373
- * @memberof OrdersV0ApiGetOrderItems
373
+ * @memberof OrdersApiGetOrderItems
374
374
  */
375
375
  readonly orderId: string;
376
376
  /**
377
377
  * A string token returned in the response of your previous request.
378
378
  * @type {string}
379
- * @memberof OrdersV0ApiGetOrderItems
379
+ * @memberof OrdersApiGetOrderItems
380
380
  */
381
381
  readonly nextToken?: string;
382
382
  }
383
383
  /**
384
- * Request parameters for getOrderItemsBuyerInfo operation in OrdersV0Api.
384
+ * Request parameters for getOrderItemsBuyerInfo operation in OrdersApi.
385
385
  * @export
386
- * @interface OrdersV0ApiGetOrderItemsBuyerInfoRequest
386
+ * @interface OrdersApiGetOrderItemsBuyerInfoRequest
387
387
  */
388
- export interface OrdersV0ApiGetOrderItemsBuyerInfoRequest {
388
+ export interface OrdersApiGetOrderItemsBuyerInfoRequest {
389
389
  /**
390
390
  * An Amazon-defined order identifier, in 3-7-7 format.
391
391
  * @type {string}
392
- * @memberof OrdersV0ApiGetOrderItemsBuyerInfo
392
+ * @memberof OrdersApiGetOrderItemsBuyerInfo
393
393
  */
394
394
  readonly orderId: string;
395
395
  /**
396
396
  * A string token returned in the response of your previous request.
397
397
  * @type {string}
398
- * @memberof OrdersV0ApiGetOrderItemsBuyerInfo
398
+ * @memberof OrdersApiGetOrderItemsBuyerInfo
399
399
  */
400
400
  readonly nextToken?: string;
401
401
  }
402
402
  /**
403
- * Request parameters for getOrderRegulatedInfo operation in OrdersV0Api.
403
+ * Request parameters for getOrderRegulatedInfo operation in OrdersApi.
404
404
  * @export
405
- * @interface OrdersV0ApiGetOrderRegulatedInfoRequest
405
+ * @interface OrdersApiGetOrderRegulatedInfoRequest
406
406
  */
407
- export interface OrdersV0ApiGetOrderRegulatedInfoRequest {
407
+ export interface OrdersApiGetOrderRegulatedInfoRequest {
408
408
  /**
409
409
  * An Amazon-defined order identifier, in 3-7-7 format.
410
410
  * @type {string}
411
- * @memberof OrdersV0ApiGetOrderRegulatedInfo
411
+ * @memberof OrdersApiGetOrderRegulatedInfo
412
412
  */
413
413
  readonly orderId: string;
414
414
  }
415
415
  /**
416
- * Request parameters for getOrders operation in OrdersV0Api.
416
+ * Request parameters for getOrders operation in OrdersApi.
417
417
  * @export
418
- * @interface OrdersV0ApiGetOrdersRequest
418
+ * @interface OrdersApiGetOrdersRequest
419
419
  */
420
- export interface OrdersV0ApiGetOrdersRequest {
420
+ export interface OrdersApiGetOrdersRequest {
421
421
  /**
422
422
  * A list of &#x60;MarketplaceId&#x60; values. Used to select orders that were placed in the specified marketplaces. Refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids) for a complete list of &#x60;marketplaceId&#x60; values.
423
423
  * @type {Array<string>}
424
- * @memberof OrdersV0ApiGetOrders
424
+ * @memberof OrdersApiGetOrders
425
425
  */
426
426
  readonly marketplaceIds: Array<string>;
427
427
  /**
428
428
  * Use this date to select orders created after (or at) a specified time. Only orders placed after the specified time are returned. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format. **Note**: Either the &#x60;CreatedAfter&#x60; parameter or the &#x60;LastUpdatedAfter&#x60; parameter is required. Both cannot be empty. &#x60;LastUpdatedAfter&#x60; and &#x60;LastUpdatedBefore&#x60; cannot be set when &#x60;CreatedAfter&#x60; is set.
429
429
  * @type {string}
430
- * @memberof OrdersV0ApiGetOrders
430
+ * @memberof OrdersApiGetOrders
431
431
  */
432
432
  readonly createdAfter?: string;
433
433
  /**
434
434
  * Use this date to select orders created before (or at) a specified time. Only orders placed before the specified time are returned. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format. **Note**: &#x60;CreatedBefore&#x60; is optional when &#x60;CreatedAfter&#x60; is set. If specified, &#x60;CreatedBefore&#x60; must be equal to or after the &#x60;CreatedAfter&#x60; date and at least two minutes before current time.
435
435
  * @type {string}
436
- * @memberof OrdersV0ApiGetOrders
436
+ * @memberof OrdersApiGetOrders
437
437
  */
438
438
  readonly createdBefore?: string;
439
439
  /**
440
440
  * Use this date to select orders that were last updated after (or at) a specified time. An update is defined as any change in order status, including the creation of a new order. Includes updates made by Amazon and by the seller. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format. **Note**: Either the &#x60;CreatedAfter&#x60; parameter or the &#x60;LastUpdatedAfter&#x60; parameter is required. Both cannot be empty. &#x60;CreatedAfter&#x60; or &#x60;CreatedBefore&#x60; cannot be set when &#x60;LastUpdatedAfter&#x60; is set.
441
441
  * @type {string}
442
- * @memberof OrdersV0ApiGetOrders
442
+ * @memberof OrdersApiGetOrders
443
443
  */
444
444
  readonly lastUpdatedAfter?: string;
445
445
  /**
446
446
  * Use this date to select orders that were last updated before (or at) a specified time. An update is defined as any change in order status, including the creation of a new order. Includes updates made by Amazon and by the seller. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format. **Note**: &#x60;LastUpdatedBefore&#x60; is optional when &#x60;LastUpdatedAfter&#x60; is set. But if specified, &#x60;LastUpdatedBefore&#x60; must be equal to or after the &#x60;LastUpdatedAfter&#x60; date and at least two minutes before current time.
447
447
  * @type {string}
448
- * @memberof OrdersV0ApiGetOrders
448
+ * @memberof OrdersApiGetOrders
449
449
  */
450
450
  readonly lastUpdatedBefore?: string;
451
451
  /**
452
452
  * A list of &#x60;OrderStatus&#x60; values used to filter the results. **Possible values:** - &#x60;PendingAvailability&#x60; (This status is available for pre-orders only. The order has been placed, payment has not been authorized, and the release date of the item is in the future.) - &#x60;Pending&#x60; (The order has been placed but payment has not been authorized.) - &#x60;Unshipped&#x60; (Payment has been authorized and the order is ready for shipment, but no items in the order have been shipped.) - &#x60;PartiallyShipped&#x60; (One or more, but not all, items in the order have been shipped.) - &#x60;Shipped&#x60; (All items in the order have been shipped.) - &#x60;InvoiceUnconfirmed&#x60; (All items in the order have been shipped. The seller has not yet given confirmation to Amazon that the invoice has been shipped to the buyer.) - &#x60;Canceled&#x60; (The order has been canceled.) - &#x60;Unfulfillable&#x60; (The order cannot be fulfilled. This state applies only to Multi-Channel Fulfillment orders.)
453
453
  * @type {Array<string>}
454
- * @memberof OrdersV0ApiGetOrders
454
+ * @memberof OrdersApiGetOrders
455
455
  */
456
456
  readonly orderStatuses?: Array<string>;
457
457
  /**
458
458
  * A list that indicates how an order was fulfilled. Filters the results by fulfillment channel. **Possible values**: &#x60;AFN&#x60; (fulfilled by Amazon), &#x60;MFN&#x60; (fulfilled by seller).
459
459
  * @type {Array<string>}
460
- * @memberof OrdersV0ApiGetOrders
460
+ * @memberof OrdersApiGetOrders
461
461
  */
462
462
  readonly fulfillmentChannels?: Array<string>;
463
463
  /**
464
464
  * A list of payment method values. Use this field to select orders that were paid with the specified payment methods. **Possible values**: &#x60;COD&#x60; (cash on delivery), &#x60;CVS&#x60; (convenience store), &#x60;Other&#x60; (Any payment method other than COD or CVS).
465
465
  * @type {Array<string>}
466
- * @memberof OrdersV0ApiGetOrders
466
+ * @memberof OrdersApiGetOrders
467
467
  */
468
468
  readonly paymentMethods?: Array<string>;
469
469
  /**
470
470
  * The email address of a buyer. Used to select orders that contain the specified email address.
471
471
  * @type {string}
472
- * @memberof OrdersV0ApiGetOrders
472
+ * @memberof OrdersApiGetOrders
473
473
  */
474
474
  readonly buyerEmail?: string;
475
475
  /**
476
476
  * An order identifier that is specified by the seller. Used to select only the orders that match the order identifier. If &#x60;SellerOrderId&#x60; is specified, then &#x60;FulfillmentChannels&#x60;, &#x60;OrderStatuses&#x60;, &#x60;PaymentMethod&#x60;, &#x60;LastUpdatedAfter&#x60;, LastUpdatedBefore, and &#x60;BuyerEmail&#x60; cannot be specified.
477
477
  * @type {string}
478
- * @memberof OrdersV0ApiGetOrders
478
+ * @memberof OrdersApiGetOrders
479
479
  */
480
480
  readonly sellerOrderId?: string;
481
481
  /**
482
482
  * A number that indicates the maximum number of orders that can be returned per page. Value must be 1 - 100. Default 100.
483
483
  * @type {number}
484
- * @memberof OrdersV0ApiGetOrders
484
+ * @memberof OrdersApiGetOrders
485
485
  */
486
486
  readonly maxResultsPerPage?: number;
487
487
  /**
488
488
  * A list of &#x60;EasyShipShipmentStatus&#x60; values. Used to select Easy Ship orders with statuses that match the specified values. If &#x60;EasyShipShipmentStatus&#x60; is specified, only Amazon Easy Ship orders are returned. **Possible values:** - &#x60;PendingSchedule&#x60; (The package is awaiting the schedule for pick-up.) - &#x60;PendingPickUp&#x60; (Amazon has not yet picked up the package from the seller.) - &#x60;PendingDropOff&#x60; (The seller will deliver the package to the carrier.) - &#x60;LabelCanceled&#x60; (The seller canceled the pickup.) - &#x60;PickedUp&#x60; (Amazon has picked up the package from the seller.) - &#x60;DroppedOff&#x60; (The package is delivered to the carrier by the seller.) - &#x60;AtOriginFC&#x60; (The packaged is at the origin fulfillment center.) - &#x60;AtDestinationFC&#x60; (The package is at the destination fulfillment center.) - &#x60;Delivered&#x60; (The package has been delivered.) - &#x60;RejectedByBuyer&#x60; (The package has been rejected by the buyer.) - &#x60;Undeliverable&#x60; (The package cannot be delivered.) - &#x60;ReturningToSeller&#x60; (The package was not delivered and is being returned to the seller.) - &#x60;ReturnedToSeller&#x60; (The package was not delivered and was returned to the seller.) - &#x60;Lost&#x60; (The package is lost.) - &#x60;OutForDelivery&#x60; (The package is out for delivery.) - &#x60;Damaged&#x60; (The package was damaged by the carrier.)
489
489
  * @type {Array<string>}
490
- * @memberof OrdersV0ApiGetOrders
490
+ * @memberof OrdersApiGetOrders
491
491
  */
492
492
  readonly easyShipShipmentStatuses?: Array<string>;
493
493
  /**
494
494
  * A list of &#x60;ElectronicInvoiceStatus&#x60; values. Used to select orders with electronic invoice statuses that match the specified values. **Possible values:** - &#x60;NotRequired&#x60; (Electronic invoice submission is not required for this order.) - &#x60;NotFound&#x60; (The electronic invoice was not submitted for this order.) - &#x60;Processing&#x60; (The electronic invoice is being processed for this order.) - &#x60;Errored&#x60; (The last submitted electronic invoice was rejected for this order.) - &#x60;Accepted&#x60; (The last submitted electronic invoice was submitted and accepted.)
495
495
  * @type {Array<string>}
496
- * @memberof OrdersV0ApiGetOrders
496
+ * @memberof OrdersApiGetOrders
497
497
  */
498
498
  readonly electronicInvoiceStatuses?: Array<string>;
499
499
  /**
500
500
  * A string token returned in the response of your previous request.
501
501
  * @type {string}
502
- * @memberof OrdersV0ApiGetOrders
502
+ * @memberof OrdersApiGetOrders
503
503
  */
504
504
  readonly nextToken?: string;
505
505
  /**
506
506
  * A list of &#x60;AmazonOrderId&#x60; values. An &#x60;AmazonOrderId&#x60; is an Amazon-defined order identifier, in 3-7-7 format.
507
507
  * @type {Array<string>}
508
- * @memberof OrdersV0ApiGetOrders
508
+ * @memberof OrdersApiGetOrders
509
509
  */
510
510
  readonly amazonOrderIds?: Array<string>;
511
511
  /**
512
512
  * The &#x60;sourceId&#x60; of the location from where you want the order fulfilled.
513
513
  * @type {string}
514
- * @memberof OrdersV0ApiGetOrders
514
+ * @memberof OrdersApiGetOrders
515
515
  */
516
516
  readonly actualFulfillmentSupplySourceId?: string;
517
517
  /**
518
518
  * When true, this order is marked to be picked up from a store rather than delivered.
519
519
  * @type {boolean}
520
- * @memberof OrdersV0ApiGetOrders
520
+ * @memberof OrdersApiGetOrders
521
521
  */
522
522
  readonly isISPU?: boolean;
523
523
  /**
524
524
  * The store chain store identifier. Linked to a specific store in a store chain.
525
525
  * @type {string}
526
- * @memberof OrdersV0ApiGetOrders
526
+ * @memberof OrdersApiGetOrders
527
527
  */
528
528
  readonly storeChainStoreId?: string;
529
529
  /**
530
530
  * Use this date to select orders with a earliest delivery date before (or at) a specified time. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
531
531
  * @type {string}
532
- * @memberof OrdersV0ApiGetOrders
532
+ * @memberof OrdersApiGetOrders
533
533
  */
534
534
  readonly earliestDeliveryDateBefore?: string;
535
535
  /**
536
536
  * Use this date to select orders with a earliest delivery date after (or at) a specified time. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
537
537
  * @type {string}
538
- * @memberof OrdersV0ApiGetOrders
538
+ * @memberof OrdersApiGetOrders
539
539
  */
540
540
  readonly earliestDeliveryDateAfter?: string;
541
541
  /**
542
542
  * Use this date to select orders with a latest delivery date before (or at) a specified time. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
543
543
  * @type {string}
544
- * @memberof OrdersV0ApiGetOrders
544
+ * @memberof OrdersApiGetOrders
545
545
  */
546
546
  readonly latestDeliveryDateBefore?: string;
547
547
  /**
548
548
  * Use this date to select orders with a latest delivery date after (or at) a specified time. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
549
549
  * @type {string}
550
- * @memberof OrdersV0ApiGetOrders
550
+ * @memberof OrdersApiGetOrders
551
551
  */
552
552
  readonly latestDeliveryDateAfter?: string;
553
553
  }
554
554
  /**
555
- * Request parameters for updateShipmentStatus operation in OrdersV0Api.
555
+ * Request parameters for updateShipmentStatus operation in OrdersApi.
556
556
  * @export
557
- * @interface OrdersV0ApiUpdateShipmentStatusRequest
557
+ * @interface OrdersApiUpdateShipmentStatusRequest
558
558
  */
559
- export interface OrdersV0ApiUpdateShipmentStatusRequest {
559
+ export interface OrdersApiUpdateShipmentStatusRequest {
560
560
  /**
561
561
  * An Amazon-defined order identifier, in 3-7-7 format.
562
562
  * @type {string}
563
- * @memberof OrdersV0ApiUpdateShipmentStatus
563
+ * @memberof OrdersApiUpdateShipmentStatus
564
564
  */
565
565
  readonly orderId: string;
566
566
  /**
567
567
  * The request body for the &#x60;updateShipmentStatus&#x60; operation.
568
568
  * @type {UpdateShipmentStatusRequest}
569
- * @memberof OrdersV0ApiUpdateShipmentStatus
569
+ * @memberof OrdersApiUpdateShipmentStatus
570
570
  */
571
571
  readonly payload: UpdateShipmentStatusRequest;
572
572
  }
573
573
  /**
574
- * Request parameters for updateVerificationStatus operation in OrdersV0Api.
574
+ * Request parameters for updateVerificationStatus operation in OrdersApi.
575
575
  * @export
576
- * @interface OrdersV0ApiUpdateVerificationStatusRequest
576
+ * @interface OrdersApiUpdateVerificationStatusRequest
577
577
  */
578
- export interface OrdersV0ApiUpdateVerificationStatusRequest {
578
+ export interface OrdersApiUpdateVerificationStatusRequest {
579
579
  /**
580
580
  * An Amazon-defined order identifier, in 3-7-7 format.
581
581
  * @type {string}
582
- * @memberof OrdersV0ApiUpdateVerificationStatus
582
+ * @memberof OrdersApiUpdateVerificationStatus
583
583
  */
584
584
  readonly orderId: string;
585
585
  /**
586
586
  * The request body for the &#x60;updateVerificationStatus&#x60; operation.
587
587
  * @type {UpdateVerificationStatusRequest}
588
- * @memberof OrdersV0ApiUpdateVerificationStatus
588
+ * @memberof OrdersApiUpdateVerificationStatus
589
589
  */
590
590
  readonly payload: UpdateVerificationStatusRequest;
591
591
  }
592
592
  /**
593
- * OrdersV0Api - object-oriented interface
593
+ * OrdersApi - object-oriented interface
594
594
  * @export
595
- * @class OrdersV0Api
595
+ * @class OrdersApi
596
596
  * @extends {BaseAPI}
597
597
  */
598
- export declare class OrdersV0Api extends BaseAPI {
598
+ export declare class OrdersApi extends BaseAPI {
599
599
  /**
600
600
  * Updates the shipment confirmation status for a specified order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
601
- * @param {OrdersV0ApiConfirmShipmentRequest} requestParameters Request parameters.
601
+ * @param {OrdersApiConfirmShipmentRequest} requestParameters Request parameters.
602
602
  * @param {*} [options] Override http request option.
603
603
  * @throws {RequiredError}
604
- * @memberof OrdersV0Api
604
+ * @memberof OrdersApi
605
605
  */
606
- confirmShipment(requestParameters: OrdersV0ApiConfirmShipmentRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<void, any>>;
606
+ confirmShipment(requestParameters: OrdersApiConfirmShipmentRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<void, any>>;
607
607
  /**
608
608
  * Returns the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
609
- * @param {OrdersV0ApiGetOrderRequest} requestParameters Request parameters.
609
+ * @param {OrdersApiGetOrderRequest} requestParameters Request parameters.
610
610
  * @param {*} [options] Override http request option.
611
611
  * @throws {RequiredError}
612
- * @memberof OrdersV0Api
612
+ * @memberof OrdersApi
613
613
  */
614
- getOrder(requestParameters: OrdersV0ApiGetOrderRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetOrderResponse, any>>;
614
+ getOrder(requestParameters: OrdersApiGetOrderRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetOrderResponse, any>>;
615
615
  /**
616
616
  * Returns the shipping address for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
617
- * @param {OrdersV0ApiGetOrderAddressRequest} requestParameters Request parameters.
617
+ * @param {OrdersApiGetOrderAddressRequest} requestParameters Request parameters.
618
618
  * @param {*} [options] Override http request option.
619
619
  * @throws {RequiredError}
620
- * @memberof OrdersV0Api
620
+ * @memberof OrdersApi
621
621
  */
622
- getOrderAddress(requestParameters: OrdersV0ApiGetOrderAddressRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetOrderAddressResponse, any>>;
622
+ getOrderAddress(requestParameters: OrdersApiGetOrderAddressRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetOrderAddressResponse, any>>;
623
623
  /**
624
624
  * Returns buyer information for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
625
- * @param {OrdersV0ApiGetOrderBuyerInfoRequest} requestParameters Request parameters.
625
+ * @param {OrdersApiGetOrderBuyerInfoRequest} requestParameters Request parameters.
626
626
  * @param {*} [options] Override http request option.
627
627
  * @throws {RequiredError}
628
- * @memberof OrdersV0Api
628
+ * @memberof OrdersApi
629
629
  */
630
- getOrderBuyerInfo(requestParameters: OrdersV0ApiGetOrderBuyerInfoRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetOrderBuyerInfoResponse, any>>;
630
+ getOrderBuyerInfo(requestParameters: OrdersApiGetOrderBuyerInfoRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetOrderBuyerInfoResponse, any>>;
631
631
  /**
632
632
  * Returns detailed order item information for the order that you specify. If `NextToken` is provided, it\'s used to retrieve the next page of order items. __Note__: When an order is in the Pending state (the order has been placed but payment has not been authorized), the getOrderItems operation does not return information about pricing, taxes, shipping charges, gift status or promotions for the order items in the order. After an order leaves the Pending state (this occurs when payment has been authorized) and enters the Unshipped, Partially Shipped, or Shipped state, the getOrderItems operation returns information about pricing, taxes, shipping charges, gift status and promotions for the order items in the order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
633
- * @param {OrdersV0ApiGetOrderItemsRequest} requestParameters Request parameters.
633
+ * @param {OrdersApiGetOrderItemsRequest} requestParameters Request parameters.
634
634
  * @param {*} [options] Override http request option.
635
635
  * @throws {RequiredError}
636
- * @memberof OrdersV0Api
636
+ * @memberof OrdersApi
637
637
  */
638
- getOrderItems(requestParameters: OrdersV0ApiGetOrderItemsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetOrderItemsResponse, any>>;
638
+ getOrderItems(requestParameters: OrdersApiGetOrderItemsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetOrderItemsResponse, any>>;
639
639
  /**
640
640
  * Returns buyer information for the order items in the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
641
- * @param {OrdersV0ApiGetOrderItemsBuyerInfoRequest} requestParameters Request parameters.
641
+ * @param {OrdersApiGetOrderItemsBuyerInfoRequest} requestParameters Request parameters.
642
642
  * @param {*} [options] Override http request option.
643
643
  * @throws {RequiredError}
644
- * @memberof OrdersV0Api
644
+ * @memberof OrdersApi
645
645
  */
646
- getOrderItemsBuyerInfo(requestParameters: OrdersV0ApiGetOrderItemsBuyerInfoRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetOrderItemsBuyerInfoResponse, any>>;
646
+ getOrderItemsBuyerInfo(requestParameters: OrdersApiGetOrderItemsBuyerInfoRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetOrderItemsBuyerInfoResponse, any>>;
647
647
  /**
648
648
  * Returns regulated information for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
649
- * @param {OrdersV0ApiGetOrderRegulatedInfoRequest} requestParameters Request parameters.
649
+ * @param {OrdersApiGetOrderRegulatedInfoRequest} requestParameters Request parameters.
650
650
  * @param {*} [options] Override http request option.
651
651
  * @throws {RequiredError}
652
- * @memberof OrdersV0Api
652
+ * @memberof OrdersApi
653
653
  */
654
- getOrderRegulatedInfo(requestParameters: OrdersV0ApiGetOrderRegulatedInfoRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetOrderRegulatedInfoResponse, any>>;
654
+ getOrderRegulatedInfo(requestParameters: OrdersApiGetOrderRegulatedInfoRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetOrderRegulatedInfoResponse, any>>;
655
655
  /**
656
656
  * Returns orders that are created or updated during the specified time period. If you want to return specific types of orders, you can apply filters to your request. `NextToken` doesn\'t affect any filters that you include in your request; it only impacts the pagination for the filtered orders response. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0167 | 20 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that are applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api) in the Selling Partner API documentation.
657
- * @param {OrdersV0ApiGetOrdersRequest} requestParameters Request parameters.
657
+ * @param {OrdersApiGetOrdersRequest} requestParameters Request parameters.
658
658
  * @param {*} [options] Override http request option.
659
659
  * @throws {RequiredError}
660
- * @memberof OrdersV0Api
660
+ * @memberof OrdersApi
661
661
  */
662
- getOrders(requestParameters: OrdersV0ApiGetOrdersRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetOrdersResponse, any>>;
662
+ getOrders(requestParameters: OrdersApiGetOrdersRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetOrdersResponse, any>>;
663
663
  /**
664
664
  * Update the shipment status for an order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
665
- * @param {OrdersV0ApiUpdateShipmentStatusRequest} requestParameters Request parameters.
665
+ * @param {OrdersApiUpdateShipmentStatusRequest} requestParameters Request parameters.
666
666
  * @param {*} [options] Override http request option.
667
667
  * @throws {RequiredError}
668
- * @memberof OrdersV0Api
668
+ * @memberof OrdersApi
669
669
  */
670
- updateShipmentStatus(requestParameters: OrdersV0ApiUpdateShipmentStatusRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<void, any>>;
670
+ updateShipmentStatus(requestParameters: OrdersApiUpdateShipmentStatusRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<void, any>>;
671
671
  /**
672
672
  * Updates (approves or rejects) the verification status of an order containing regulated products. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
673
- * @param {OrdersV0ApiUpdateVerificationStatusRequest} requestParameters Request parameters.
673
+ * @param {OrdersApiUpdateVerificationStatusRequest} requestParameters Request parameters.
674
674
  * @param {*} [options] Override http request option.
675
675
  * @throws {RequiredError}
676
- * @memberof OrdersV0Api
676
+ * @memberof OrdersApi
677
677
  */
678
- updateVerificationStatus(requestParameters: OrdersV0ApiUpdateVerificationStatusRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<void, any>>;
678
+ updateVerificationStatus(requestParameters: OrdersApiUpdateVerificationStatusRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<void, any>>;
679
679
  }