@sp-api-sdk/orders-api-v0 1.12.3 → 1.13.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,7 +24,7 @@ import { BASE_PATH, COLLECTION_FORMATS, BaseAPI } from '../base';
24
24
  export const OrdersV0ApiAxiosParamCreator = function (configuration) {
25
25
  return {
26
26
  /**
27
- * Returns the order indicated by the specified order ID. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0055 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
27
+ * Returns the order indicated by the specified order ID. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0167 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
28
28
  * @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
29
29
  * @param {*} [options] Override http request option.
30
30
  * @throws {RequiredError}
@@ -52,7 +52,7 @@ export const OrdersV0ApiAxiosParamCreator = function (configuration) {
52
52
  };
53
53
  },
54
54
  /**
55
- * Returns the shipping address for the specified order. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0055 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
55
+ * Returns the shipping address for the specified order. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0167 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
56
56
  * @param {string} orderId An orderId is an Amazon-defined order identifier, in 3-7-7 format.
57
57
  * @param {*} [options] Override http request option.
58
58
  * @throws {RequiredError}
@@ -80,7 +80,7 @@ export const OrdersV0ApiAxiosParamCreator = function (configuration) {
80
80
  };
81
81
  },
82
82
  /**
83
- * Returns buyer information for the specified order. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0055 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
83
+ * Returns buyer information for the specified order. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0167 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
84
84
  * @param {string} orderId An orderId is an Amazon-defined order identifier, in 3-7-7 format.
85
85
  * @param {*} [options] Override http request option.
86
86
  * @throws {RequiredError}
@@ -108,7 +108,7 @@ export const OrdersV0ApiAxiosParamCreator = function (configuration) {
108
108
  };
109
109
  },
110
110
  /**
111
- * Returns detailed order item information for the order indicated by the specified order ID. 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 Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0055 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
111
+ * Returns detailed order item information for the order indicated by the specified order ID. 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 Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.5 | 30 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
112
112
  * @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
113
113
  * @param {string} [nextToken] A string token returned in the response of your previous request.
114
114
  * @param {*} [options] Override http request option.
@@ -140,7 +140,7 @@ export const OrdersV0ApiAxiosParamCreator = function (configuration) {
140
140
  };
141
141
  },
142
142
  /**
143
- * Returns buyer information for the order items in the specified order. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0055 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
143
+ * Returns buyer information for the order items in the specified order. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.5 | 30 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
144
144
  * @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
145
145
  * @param {string} [nextToken] A string token returned in the response of your previous request.
146
146
  * @param {*} [options] Override http request option.
@@ -172,7 +172,7 @@ export const OrdersV0ApiAxiosParamCreator = function (configuration) {
172
172
  };
173
173
  },
174
174
  /**
175
- * Returns regulated information for the order indicated by the specified order ID. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0055 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
175
+ * Returns regulated information for the order indicated by the specified order ID. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.5 | 30 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
176
176
  * @param {string} orderId An orderId is an Amazon-defined order identifier, in 3-7-7 format.
177
177
  * @param {*} [options] Override http request option.
178
178
  * @throws {RequiredError}
@@ -200,7 +200,7 @@ export const OrdersV0ApiAxiosParamCreator = function (configuration) {
200
200
  };
201
201
  },
202
202
  /**
203
- * Returns orders created or updated during the time frame indicated by the specified parameters. You can also apply a range of filtering criteria to narrow the list of orders returned. If NextToken is present, that will be used to retrieve the orders instead of other criteria. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0055 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
203
+ * Returns orders created or updated during the time frame indicated by the specified parameters. You can also apply a range of filtering criteria to narrow the list of orders returned. If NextToken is present, that will be used to retrieve the orders instead of other criteria. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0167 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
204
204
  * @param {Array<string>} marketplaceIds A list of MarketplaceId values. Used to select orders that were placed in the specified marketplaces. See the [Selling Partner API Developer Guide](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids) for a complete list of marketplaceId values.
205
205
  * @param {string} [createdAfter] A date used for selecting orders created after (or at) a specified time. Only orders placed after the specified time are returned. Either the CreatedAfter parameter or the LastUpdatedAfter parameter is required. Both cannot be empty. The date must be in ISO 8601 format.
206
206
  * @param {string} [createdBefore] A date used for selecting orders created before (or at) a specified time. Only orders placed before the specified time are returned. The date must be in ISO 8601 format.
@@ -294,7 +294,7 @@ export const OrdersV0ApiAxiosParamCreator = function (configuration) {
294
294
  };
295
295
  },
296
296
  /**
297
- * Update the shipment status.
297
+ * Update the shipment status. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 5 | 15 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
298
298
  * @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
299
299
  * @param {UpdateShipmentStatusRequest} payload Request to update the shipment status.
300
300
  * @param {*} [options] Override http request option.
@@ -327,7 +327,7 @@ export const OrdersV0ApiAxiosParamCreator = function (configuration) {
327
327
  };
328
328
  },
329
329
  /**
330
- * Updates (approves or rejects) the verification status of an order containing regulated products. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0055 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
330
+ * Updates (approves or rejects) the verification status of an order containing regulated products. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.5 | 30 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
331
331
  * @param {string} orderId An orderId is an Amazon-defined order identifier, in 3-7-7 format.
332
332
  * @param {UpdateVerificationStatusRequest} payload Request to update the verification status of an order containing regulated products.
333
333
  * @param {*} [options] Override http request option.
@@ -369,7 +369,7 @@ export const OrdersV0ApiFp = function (configuration) {
369
369
  const localVarAxiosParamCreator = OrdersV0ApiAxiosParamCreator(configuration);
370
370
  return {
371
371
  /**
372
- * Returns the order indicated by the specified order ID. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0055 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
372
+ * Returns the order indicated by the specified order ID. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0167 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
373
373
  * @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
374
374
  * @param {*} [options] Override http request option.
375
375
  * @throws {RequiredError}
@@ -379,7 +379,7 @@ export const OrdersV0ApiFp = function (configuration) {
379
379
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
380
380
  },
381
381
  /**
382
- * Returns the shipping address for the specified order. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0055 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
382
+ * Returns the shipping address for the specified order. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0167 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
383
383
  * @param {string} orderId An orderId is an Amazon-defined order identifier, in 3-7-7 format.
384
384
  * @param {*} [options] Override http request option.
385
385
  * @throws {RequiredError}
@@ -389,7 +389,7 @@ export const OrdersV0ApiFp = function (configuration) {
389
389
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
390
390
  },
391
391
  /**
392
- * Returns buyer information for the specified order. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0055 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
392
+ * Returns buyer information for the specified order. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0167 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
393
393
  * @param {string} orderId An orderId is an Amazon-defined order identifier, in 3-7-7 format.
394
394
  * @param {*} [options] Override http request option.
395
395
  * @throws {RequiredError}
@@ -399,7 +399,7 @@ export const OrdersV0ApiFp = function (configuration) {
399
399
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
400
400
  },
401
401
  /**
402
- * Returns detailed order item information for the order indicated by the specified order ID. 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 Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0055 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
402
+ * Returns detailed order item information for the order indicated by the specified order ID. 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 Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.5 | 30 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
403
403
  * @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
404
404
  * @param {string} [nextToken] A string token returned in the response of your previous request.
405
405
  * @param {*} [options] Override http request option.
@@ -410,7 +410,7 @@ export const OrdersV0ApiFp = function (configuration) {
410
410
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
411
411
  },
412
412
  /**
413
- * Returns buyer information for the order items in the specified order. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0055 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
413
+ * Returns buyer information for the order items in the specified order. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.5 | 30 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
414
414
  * @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
415
415
  * @param {string} [nextToken] A string token returned in the response of your previous request.
416
416
  * @param {*} [options] Override http request option.
@@ -421,7 +421,7 @@ export const OrdersV0ApiFp = function (configuration) {
421
421
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
422
422
  },
423
423
  /**
424
- * Returns regulated information for the order indicated by the specified order ID. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0055 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
424
+ * Returns regulated information for the order indicated by the specified order ID. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.5 | 30 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
425
425
  * @param {string} orderId An orderId is an Amazon-defined order identifier, in 3-7-7 format.
426
426
  * @param {*} [options] Override http request option.
427
427
  * @throws {RequiredError}
@@ -431,7 +431,7 @@ export const OrdersV0ApiFp = function (configuration) {
431
431
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
432
432
  },
433
433
  /**
434
- * Returns orders created or updated during the time frame indicated by the specified parameters. You can also apply a range of filtering criteria to narrow the list of orders returned. If NextToken is present, that will be used to retrieve the orders instead of other criteria. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0055 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
434
+ * Returns orders created or updated during the time frame indicated by the specified parameters. You can also apply a range of filtering criteria to narrow the list of orders returned. If NextToken is present, that will be used to retrieve the orders instead of other criteria. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0167 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
435
435
  * @param {Array<string>} marketplaceIds A list of MarketplaceId values. Used to select orders that were placed in the specified marketplaces. See the [Selling Partner API Developer Guide](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids) for a complete list of marketplaceId values.
436
436
  * @param {string} [createdAfter] A date used for selecting orders created after (or at) a specified time. Only orders placed after the specified time are returned. Either the CreatedAfter parameter or the LastUpdatedAfter parameter is required. Both cannot be empty. The date must be in ISO 8601 format.
437
437
  * @param {string} [createdBefore] A date used for selecting orders created before (or at) a specified time. Only orders placed before the specified time are returned. The date must be in ISO 8601 format.
@@ -457,7 +457,7 @@ export const OrdersV0ApiFp = function (configuration) {
457
457
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
458
458
  },
459
459
  /**
460
- * Update the shipment status.
460
+ * Update the shipment status. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 5 | 15 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
461
461
  * @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
462
462
  * @param {UpdateShipmentStatusRequest} payload Request to update the shipment status.
463
463
  * @param {*} [options] Override http request option.
@@ -468,7 +468,7 @@ export const OrdersV0ApiFp = function (configuration) {
468
468
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
469
469
  },
470
470
  /**
471
- * Updates (approves or rejects) the verification status of an order containing regulated products. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0055 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
471
+ * Updates (approves or rejects) the verification status of an order containing regulated products. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.5 | 30 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
472
472
  * @param {string} orderId An orderId is an Amazon-defined order identifier, in 3-7-7 format.
473
473
  * @param {UpdateVerificationStatusRequest} payload Request to update the verification status of an order containing regulated products.
474
474
  * @param {*} [options] Override http request option.
@@ -488,7 +488,7 @@ export const OrdersV0ApiFactory = function (configuration, basePath, axios) {
488
488
  const localVarFp = OrdersV0ApiFp(configuration);
489
489
  return {
490
490
  /**
491
- * Returns the order indicated by the specified order ID. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0055 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
491
+ * Returns the order indicated by the specified order ID. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0167 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
492
492
  * @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
493
493
  * @param {*} [options] Override http request option.
494
494
  * @throws {RequiredError}
@@ -497,7 +497,7 @@ export const OrdersV0ApiFactory = function (configuration, basePath, axios) {
497
497
  return localVarFp.getOrder(orderId, options).then((request) => request(axios, basePath));
498
498
  },
499
499
  /**
500
- * Returns the shipping address for the specified order. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0055 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
500
+ * Returns the shipping address for the specified order. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0167 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
501
501
  * @param {string} orderId An orderId is an Amazon-defined order identifier, in 3-7-7 format.
502
502
  * @param {*} [options] Override http request option.
503
503
  * @throws {RequiredError}
@@ -506,7 +506,7 @@ export const OrdersV0ApiFactory = function (configuration, basePath, axios) {
506
506
  return localVarFp.getOrderAddress(orderId, options).then((request) => request(axios, basePath));
507
507
  },
508
508
  /**
509
- * Returns buyer information for the specified order. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0055 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
509
+ * Returns buyer information for the specified order. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0167 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
510
510
  * @param {string} orderId An orderId is an Amazon-defined order identifier, in 3-7-7 format.
511
511
  * @param {*} [options] Override http request option.
512
512
  * @throws {RequiredError}
@@ -515,7 +515,7 @@ export const OrdersV0ApiFactory = function (configuration, basePath, axios) {
515
515
  return localVarFp.getOrderBuyerInfo(orderId, options).then((request) => request(axios, basePath));
516
516
  },
517
517
  /**
518
- * Returns detailed order item information for the order indicated by the specified order ID. 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 Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0055 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
518
+ * Returns detailed order item information for the order indicated by the specified order ID. 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 Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.5 | 30 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
519
519
  * @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
520
520
  * @param {string} [nextToken] A string token returned in the response of your previous request.
521
521
  * @param {*} [options] Override http request option.
@@ -525,7 +525,7 @@ export const OrdersV0ApiFactory = function (configuration, basePath, axios) {
525
525
  return localVarFp.getOrderItems(orderId, nextToken, options).then((request) => request(axios, basePath));
526
526
  },
527
527
  /**
528
- * Returns buyer information for the order items in the specified order. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0055 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
528
+ * Returns buyer information for the order items in the specified order. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.5 | 30 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
529
529
  * @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
530
530
  * @param {string} [nextToken] A string token returned in the response of your previous request.
531
531
  * @param {*} [options] Override http request option.
@@ -535,7 +535,7 @@ export const OrdersV0ApiFactory = function (configuration, basePath, axios) {
535
535
  return localVarFp.getOrderItemsBuyerInfo(orderId, nextToken, options).then((request) => request(axios, basePath));
536
536
  },
537
537
  /**
538
- * Returns regulated information for the order indicated by the specified order ID. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0055 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
538
+ * Returns regulated information for the order indicated by the specified order ID. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.5 | 30 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
539
539
  * @param {string} orderId An orderId is an Amazon-defined order identifier, in 3-7-7 format.
540
540
  * @param {*} [options] Override http request option.
541
541
  * @throws {RequiredError}
@@ -544,7 +544,7 @@ export const OrdersV0ApiFactory = function (configuration, basePath, axios) {
544
544
  return localVarFp.getOrderRegulatedInfo(orderId, options).then((request) => request(axios, basePath));
545
545
  },
546
546
  /**
547
- * Returns orders created or updated during the time frame indicated by the specified parameters. You can also apply a range of filtering criteria to narrow the list of orders returned. If NextToken is present, that will be used to retrieve the orders instead of other criteria. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0055 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
547
+ * Returns orders created or updated during the time frame indicated by the specified parameters. You can also apply a range of filtering criteria to narrow the list of orders returned. If NextToken is present, that will be used to retrieve the orders instead of other criteria. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0167 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
548
548
  * @param {Array<string>} marketplaceIds A list of MarketplaceId values. Used to select orders that were placed in the specified marketplaces. See the [Selling Partner API Developer Guide](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids) for a complete list of marketplaceId values.
549
549
  * @param {string} [createdAfter] A date used for selecting orders created after (or at) a specified time. Only orders placed after the specified time are returned. Either the CreatedAfter parameter or the LastUpdatedAfter parameter is required. Both cannot be empty. The date must be in ISO 8601 format.
550
550
  * @param {string} [createdBefore] A date used for selecting orders created before (or at) a specified time. Only orders placed before the specified time are returned. The date must be in ISO 8601 format.
@@ -569,7 +569,7 @@ export const OrdersV0ApiFactory = function (configuration, basePath, axios) {
569
569
  return localVarFp.getOrders(marketplaceIds, createdAfter, createdBefore, lastUpdatedAfter, lastUpdatedBefore, orderStatuses, fulfillmentChannels, paymentMethods, buyerEmail, sellerOrderId, maxResultsPerPage, easyShipShipmentStatuses, nextToken, amazonOrderIds, actualFulfillmentSupplySourceId, isISPU, storeChainStoreId, options).then((request) => request(axios, basePath));
570
570
  },
571
571
  /**
572
- * Update the shipment status.
572
+ * Update the shipment status. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 5 | 15 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
573
573
  * @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
574
574
  * @param {UpdateShipmentStatusRequest} payload Request to update the shipment status.
575
575
  * @param {*} [options] Override http request option.
@@ -579,7 +579,7 @@ export const OrdersV0ApiFactory = function (configuration, basePath, axios) {
579
579
  return localVarFp.updateShipmentStatus(orderId, payload, options).then((request) => request(axios, basePath));
580
580
  },
581
581
  /**
582
- * Updates (approves or rejects) the verification status of an order containing regulated products. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0055 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
582
+ * Updates (approves or rejects) the verification status of an order containing regulated products. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.5 | 30 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
583
583
  * @param {string} orderId An orderId is an Amazon-defined order identifier, in 3-7-7 format.
584
584
  * @param {UpdateVerificationStatusRequest} payload Request to update the verification status of an order containing regulated products.
585
585
  * @param {*} [options] Override http request option.
@@ -598,7 +598,7 @@ export const OrdersV0ApiFactory = function (configuration, basePath, axios) {
598
598
  */
599
599
  export class OrdersV0Api extends BaseAPI {
600
600
  /**
601
- * Returns the order indicated by the specified order ID. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0055 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
601
+ * Returns the order indicated by the specified order ID. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0167 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
602
602
  * @param {OrdersV0ApiGetOrderRequest} requestParameters Request parameters.
603
603
  * @param {*} [options] Override http request option.
604
604
  * @throws {RequiredError}
@@ -608,7 +608,7 @@ export class OrdersV0Api extends BaseAPI {
608
608
  return OrdersV0ApiFp(this.configuration).getOrder(requestParameters.orderId, options).then((request) => request(this.axios, this.basePath));
609
609
  }
610
610
  /**
611
- * Returns the shipping address for the specified order. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0055 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
611
+ * Returns the shipping address for the specified order. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0167 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
612
612
  * @param {OrdersV0ApiGetOrderAddressRequest} requestParameters Request parameters.
613
613
  * @param {*} [options] Override http request option.
614
614
  * @throws {RequiredError}
@@ -618,7 +618,7 @@ export class OrdersV0Api extends BaseAPI {
618
618
  return OrdersV0ApiFp(this.configuration).getOrderAddress(requestParameters.orderId, options).then((request) => request(this.axios, this.basePath));
619
619
  }
620
620
  /**
621
- * Returns buyer information for the specified order. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0055 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
621
+ * Returns buyer information for the specified order. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0167 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
622
622
  * @param {OrdersV0ApiGetOrderBuyerInfoRequest} requestParameters Request parameters.
623
623
  * @param {*} [options] Override http request option.
624
624
  * @throws {RequiredError}
@@ -628,7 +628,7 @@ export class OrdersV0Api extends BaseAPI {
628
628
  return OrdersV0ApiFp(this.configuration).getOrderBuyerInfo(requestParameters.orderId, options).then((request) => request(this.axios, this.basePath));
629
629
  }
630
630
  /**
631
- * Returns detailed order item information for the order indicated by the specified order ID. 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 Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0055 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
631
+ * Returns detailed order item information for the order indicated by the specified order ID. 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 Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.5 | 30 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
632
632
  * @param {OrdersV0ApiGetOrderItemsRequest} requestParameters Request parameters.
633
633
  * @param {*} [options] Override http request option.
634
634
  * @throws {RequiredError}
@@ -638,7 +638,7 @@ export class OrdersV0Api extends BaseAPI {
638
638
  return OrdersV0ApiFp(this.configuration).getOrderItems(requestParameters.orderId, requestParameters.nextToken, options).then((request) => request(this.axios, this.basePath));
639
639
  }
640
640
  /**
641
- * Returns buyer information for the order items in the specified order. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0055 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
641
+ * Returns buyer information for the order items in the specified order. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.5 | 30 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
642
642
  * @param {OrdersV0ApiGetOrderItemsBuyerInfoRequest} requestParameters Request parameters.
643
643
  * @param {*} [options] Override http request option.
644
644
  * @throws {RequiredError}
@@ -648,7 +648,7 @@ export class OrdersV0Api extends BaseAPI {
648
648
  return OrdersV0ApiFp(this.configuration).getOrderItemsBuyerInfo(requestParameters.orderId, requestParameters.nextToken, options).then((request) => request(this.axios, this.basePath));
649
649
  }
650
650
  /**
651
- * Returns regulated information for the order indicated by the specified order ID. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0055 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
651
+ * Returns regulated information for the order indicated by the specified order ID. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.5 | 30 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
652
652
  * @param {OrdersV0ApiGetOrderRegulatedInfoRequest} requestParameters Request parameters.
653
653
  * @param {*} [options] Override http request option.
654
654
  * @throws {RequiredError}
@@ -658,7 +658,7 @@ export class OrdersV0Api extends BaseAPI {
658
658
  return OrdersV0ApiFp(this.configuration).getOrderRegulatedInfo(requestParameters.orderId, options).then((request) => request(this.axios, this.basePath));
659
659
  }
660
660
  /**
661
- * Returns orders created or updated during the time frame indicated by the specified parameters. You can also apply a range of filtering criteria to narrow the list of orders returned. If NextToken is present, that will be used to retrieve the orders instead of other criteria. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0055 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
661
+ * Returns orders created or updated during the time frame indicated by the specified parameters. You can also apply a range of filtering criteria to narrow the list of orders returned. If NextToken is present, that will be used to retrieve the orders instead of other criteria. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0167 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
662
662
  * @param {OrdersV0ApiGetOrdersRequest} requestParameters Request parameters.
663
663
  * @param {*} [options] Override http request option.
664
664
  * @throws {RequiredError}
@@ -668,7 +668,7 @@ export class OrdersV0Api extends BaseAPI {
668
668
  return OrdersV0ApiFp(this.configuration).getOrders(requestParameters.marketplaceIds, requestParameters.createdAfter, requestParameters.createdBefore, requestParameters.lastUpdatedAfter, requestParameters.lastUpdatedBefore, requestParameters.orderStatuses, requestParameters.fulfillmentChannels, requestParameters.paymentMethods, requestParameters.buyerEmail, requestParameters.sellerOrderId, requestParameters.maxResultsPerPage, requestParameters.easyShipShipmentStatuses, requestParameters.nextToken, requestParameters.amazonOrderIds, requestParameters.actualFulfillmentSupplySourceId, requestParameters.isISPU, requestParameters.storeChainStoreId, options).then((request) => request(this.axios, this.basePath));
669
669
  }
670
670
  /**
671
- * Update the shipment status.
671
+ * Update the shipment status. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 5 | 15 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
672
672
  * @param {OrdersV0ApiUpdateShipmentStatusRequest} requestParameters Request parameters.
673
673
  * @param {*} [options] Override http request option.
674
674
  * @throws {RequiredError}
@@ -678,7 +678,7 @@ export class OrdersV0Api extends BaseAPI {
678
678
  return OrdersV0ApiFp(this.configuration).updateShipmentStatus(requestParameters.orderId, requestParameters.payload, options).then((request) => request(this.axios, this.basePath));
679
679
  }
680
680
  /**
681
- * Updates (approves or rejects) the verification status of an order containing regulated products. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.0055 | 20 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
681
+ * Updates (approves or rejects) the verification status of an order containing regulated products. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 0.5 | 30 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
682
682
  * @param {OrdersV0ApiUpdateVerificationStatusRequest} requestParameters Request parameters.
683
683
  * @param {*} [options] Override http request option.
684
684
  * @throws {RequiredError}
@@ -41,3 +41,4 @@ export * from './update-shipment-status-request';
41
41
  export * from './update-verification-status-error-response';
42
42
  export * from './update-verification-status-request';
43
43
  export * from './update-verification-status-request-body';
44
+ export * from './verification-status';
@@ -11,15 +11,4 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
- /**
15
- * @export
16
- * @enum {string}
17
- */
18
- export var RegulatedOrderVerificationStatusStatusEnum;
19
- (function (RegulatedOrderVerificationStatusStatusEnum) {
20
- RegulatedOrderVerificationStatusStatusEnum["Pending"] = "Pending";
21
- RegulatedOrderVerificationStatusStatusEnum["Approved"] = "Approved";
22
- RegulatedOrderVerificationStatusStatusEnum["Rejected"] = "Rejected";
23
- RegulatedOrderVerificationStatusStatusEnum["Expired"] = "Expired";
24
- RegulatedOrderVerificationStatusStatusEnum["Cancelled"] = "Cancelled";
25
- })(RegulatedOrderVerificationStatusStatusEnum || (RegulatedOrderVerificationStatusStatusEnum = {}));
14
+ export {};
@@ -11,12 +11,4 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
- /**
15
- * @export
16
- * @enum {string}
17
- */
18
- export var UpdateVerificationStatusRequestBodyStatusEnum;
19
- (function (UpdateVerificationStatusRequestBodyStatusEnum) {
20
- UpdateVerificationStatusRequestBodyStatusEnum["Approved"] = "Approved";
21
- UpdateVerificationStatusRequestBodyStatusEnum["Rejected"] = "Rejected";
22
- })(UpdateVerificationStatusRequestBodyStatusEnum || (UpdateVerificationStatusRequestBodyStatusEnum = {}));
14
+ export {};
@@ -0,0 +1,26 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Selling Partner API for Orders
5
+ * The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * The verification status of the order.
16
+ * @export
17
+ * @enum {string}
18
+ */
19
+ export var VerificationStatus;
20
+ (function (VerificationStatus) {
21
+ VerificationStatus["Pending"] = "Pending";
22
+ VerificationStatus["Approved"] = "Approved";
23
+ VerificationStatus["Rejected"] = "Rejected";
24
+ VerificationStatus["Expired"] = "Expired";
25
+ VerificationStatus["Cancelled"] = "Cancelled";
26
+ })(VerificationStatus || (VerificationStatus = {}));
@@ -5,57 +5,64 @@ export const clientRateLimits = [
5
5
  method: 'get',
6
6
  // eslint-disable-next-line prefer-regex-literals
7
7
  urlRegex: new RegExp('^/orders/v0/orders$'),
8
- rate: 0.0055,
8
+ rate: 0.0167,
9
9
  burst: 20,
10
10
  },
11
11
  {
12
12
  method: 'get',
13
13
  // eslint-disable-next-line prefer-regex-literals
14
14
  urlRegex: new RegExp('^/orders/v0/orders/[^/]*$'),
15
- rate: 0.0055,
15
+ rate: 0.0167,
16
16
  burst: 20,
17
17
  },
18
18
  {
19
19
  method: 'get',
20
20
  // eslint-disable-next-line prefer-regex-literals
21
21
  urlRegex: new RegExp('^/orders/v0/orders/[^/]*/buyerInfo$'),
22
- rate: 0.0055,
22
+ rate: 0.0167,
23
23
  burst: 20,
24
24
  },
25
25
  {
26
26
  method: 'get',
27
27
  // eslint-disable-next-line prefer-regex-literals
28
28
  urlRegex: new RegExp('^/orders/v0/orders/[^/]*/address$'),
29
- rate: 0.0055,
29
+ rate: 0.0167,
30
30
  burst: 20,
31
31
  },
32
32
  {
33
33
  method: 'get',
34
34
  // eslint-disable-next-line prefer-regex-literals
35
35
  urlRegex: new RegExp('^/orders/v0/orders/[^/]*/orderItems$'),
36
- rate: 0.0055,
37
- burst: 20,
36
+ rate: 0.5,
37
+ burst: 30,
38
38
  },
39
39
  {
40
40
  method: 'get',
41
41
  // eslint-disable-next-line prefer-regex-literals
42
42
  urlRegex: new RegExp('^/orders/v0/orders/[^/]*/orderItems/buyerInfo$'),
43
- rate: 0.0055,
44
- burst: 20,
43
+ rate: 0.5,
44
+ burst: 30,
45
+ },
46
+ {
47
+ method: 'post',
48
+ // eslint-disable-next-line prefer-regex-literals
49
+ urlRegex: new RegExp('^/orders/v0/orders/[^/]*/shipment$'),
50
+ rate: 5,
51
+ burst: 15,
45
52
  },
46
53
  {
47
54
  method: 'get',
48
55
  // eslint-disable-next-line prefer-regex-literals
49
56
  urlRegex: new RegExp('^/orders/v0/orders/[^/]*/regulatedInfo$'),
50
- rate: 0.0055,
51
- burst: 20,
57
+ rate: 0.5,
58
+ burst: 30,
52
59
  },
53
60
  {
54
61
  method: 'patch',
55
62
  // eslint-disable-next-line prefer-regex-literals
56
63
  urlRegex: new RegExp('^/orders/v0/orders/[^/]*/regulatedInfo$'),
57
- rate: 0.0055,
58
- burst: 20,
64
+ rate: 0.5,
65
+ burst: 30,
59
66
  },
60
67
  ];
61
68
  export class OrdersApiClient extends OrdersV0Api {