@sp-api-sdk/shipping-api-v1 1.8.7 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. package/README.md +2 -0
  2. package/dist/cjs/src/api-model/api/shipping-api.js +5 -5
  3. package/dist/cjs/src/api-model/api.js +1 -1
  4. package/dist/cjs/src/api-model/base.js +1 -1
  5. package/dist/cjs/src/api-model/common.js +1 -1
  6. package/dist/cjs/src/api-model/configuration.js +1 -1
  7. package/dist/cjs/src/api-model/index.js +1 -1
  8. package/dist/cjs/src/api-model/models/accepted-rate.js +1 -1
  9. package/dist/cjs/src/api-model/models/account.js +1 -1
  10. package/dist/cjs/src/api-model/models/address.js +1 -1
  11. package/dist/cjs/src/api-model/models/cancel-shipment-response.js +1 -1
  12. package/dist/cjs/src/api-model/models/container-item.js +1 -1
  13. package/dist/cjs/src/api-model/models/container-specification.js +1 -1
  14. package/dist/cjs/src/api-model/models/container.js +1 -1
  15. package/dist/cjs/src/api-model/models/create-shipment-request.js +1 -1
  16. package/dist/cjs/src/api-model/models/create-shipment-response.js +1 -1
  17. package/dist/cjs/src/api-model/models/create-shipment-result.js +1 -1
  18. package/dist/cjs/src/api-model/models/currency.js +1 -1
  19. package/dist/cjs/src/api-model/models/dimensions.js +1 -1
  20. package/dist/cjs/src/api-model/models/event.js +1 -1
  21. package/dist/cjs/src/api-model/models/get-account-response.js +1 -1
  22. package/dist/cjs/src/api-model/models/get-rates-request.js +1 -1
  23. package/dist/cjs/src/api-model/models/get-rates-response.js +1 -1
  24. package/dist/cjs/src/api-model/models/get-rates-result.js +1 -1
  25. package/dist/cjs/src/api-model/models/get-shipment-response.js +1 -1
  26. package/dist/cjs/src/api-model/models/get-tracking-information-response.js +1 -1
  27. package/dist/cjs/src/api-model/models/label-result.js +1 -1
  28. package/dist/cjs/src/api-model/models/label-specification.js +1 -1
  29. package/dist/cjs/src/api-model/models/label.js +1 -1
  30. package/dist/cjs/src/api-model/models/location.js +1 -1
  31. package/dist/cjs/src/api-model/models/model-error.js +1 -1
  32. package/dist/cjs/src/api-model/models/party.js +1 -1
  33. package/dist/cjs/src/api-model/models/purchase-labels-request.js +1 -1
  34. package/dist/cjs/src/api-model/models/purchase-labels-response.js +1 -1
  35. package/dist/cjs/src/api-model/models/purchase-labels-result.js +1 -1
  36. package/dist/cjs/src/api-model/models/purchase-shipment-request.js +1 -1
  37. package/dist/cjs/src/api-model/models/purchase-shipment-response.js +1 -1
  38. package/dist/cjs/src/api-model/models/purchase-shipment-result.js +1 -1
  39. package/dist/cjs/src/api-model/models/rate.js +1 -1
  40. package/dist/cjs/src/api-model/models/retrieve-shipping-label-request.js +1 -1
  41. package/dist/cjs/src/api-model/models/retrieve-shipping-label-response.js +1 -1
  42. package/dist/cjs/src/api-model/models/retrieve-shipping-label-result.js +1 -1
  43. package/dist/cjs/src/api-model/models/service-rate.js +1 -1
  44. package/dist/cjs/src/api-model/models/service-type.js +1 -1
  45. package/dist/cjs/src/api-model/models/shipment.js +1 -1
  46. package/dist/cjs/src/api-model/models/shipping-promise-set.js +1 -1
  47. package/dist/cjs/src/api-model/models/time-range.js +1 -1
  48. package/dist/cjs/src/api-model/models/tracking-information.js +1 -1
  49. package/dist/cjs/src/api-model/models/tracking-summary.js +1 -1
  50. package/dist/cjs/src/api-model/models/weight.js +1 -1
  51. package/dist/es/src/api-model/api/shipping-api.js +5 -5
  52. package/dist/es/src/api-model/api.js +1 -1
  53. package/dist/es/src/api-model/base.js +1 -1
  54. package/dist/es/src/api-model/common.js +1 -1
  55. package/dist/es/src/api-model/configuration.js +1 -1
  56. package/dist/es/src/api-model/index.js +1 -1
  57. package/dist/es/src/api-model/models/accepted-rate.js +1 -1
  58. package/dist/es/src/api-model/models/account.js +1 -1
  59. package/dist/es/src/api-model/models/address.js +1 -1
  60. package/dist/es/src/api-model/models/cancel-shipment-response.js +1 -1
  61. package/dist/es/src/api-model/models/container-item.js +1 -1
  62. package/dist/es/src/api-model/models/container-specification.js +1 -1
  63. package/dist/es/src/api-model/models/container.js +1 -1
  64. package/dist/es/src/api-model/models/create-shipment-request.js +1 -1
  65. package/dist/es/src/api-model/models/create-shipment-response.js +1 -1
  66. package/dist/es/src/api-model/models/create-shipment-result.js +1 -1
  67. package/dist/es/src/api-model/models/currency.js +1 -1
  68. package/dist/es/src/api-model/models/dimensions.js +1 -1
  69. package/dist/es/src/api-model/models/event.js +1 -1
  70. package/dist/es/src/api-model/models/get-account-response.js +1 -1
  71. package/dist/es/src/api-model/models/get-rates-request.js +1 -1
  72. package/dist/es/src/api-model/models/get-rates-response.js +1 -1
  73. package/dist/es/src/api-model/models/get-rates-result.js +1 -1
  74. package/dist/es/src/api-model/models/get-shipment-response.js +1 -1
  75. package/dist/es/src/api-model/models/get-tracking-information-response.js +1 -1
  76. package/dist/es/src/api-model/models/label-result.js +1 -1
  77. package/dist/es/src/api-model/models/label-specification.js +1 -1
  78. package/dist/es/src/api-model/models/label.js +1 -1
  79. package/dist/es/src/api-model/models/location.js +1 -1
  80. package/dist/es/src/api-model/models/model-error.js +1 -1
  81. package/dist/es/src/api-model/models/party.js +1 -1
  82. package/dist/es/src/api-model/models/purchase-labels-request.js +1 -1
  83. package/dist/es/src/api-model/models/purchase-labels-response.js +1 -1
  84. package/dist/es/src/api-model/models/purchase-labels-result.js +1 -1
  85. package/dist/es/src/api-model/models/purchase-shipment-request.js +1 -1
  86. package/dist/es/src/api-model/models/purchase-shipment-response.js +1 -1
  87. package/dist/es/src/api-model/models/purchase-shipment-result.js +1 -1
  88. package/dist/es/src/api-model/models/rate.js +1 -1
  89. package/dist/es/src/api-model/models/retrieve-shipping-label-request.js +1 -1
  90. package/dist/es/src/api-model/models/retrieve-shipping-label-response.js +1 -1
  91. package/dist/es/src/api-model/models/retrieve-shipping-label-result.js +1 -1
  92. package/dist/es/src/api-model/models/service-rate.js +1 -1
  93. package/dist/es/src/api-model/models/service-type.js +1 -1
  94. package/dist/es/src/api-model/models/shipment.js +1 -1
  95. package/dist/es/src/api-model/models/shipping-promise-set.js +1 -1
  96. package/dist/es/src/api-model/models/time-range.js +1 -1
  97. package/dist/es/src/api-model/models/tracking-information.js +1 -1
  98. package/dist/es/src/api-model/models/tracking-summary.js +1 -1
  99. package/dist/es/src/api-model/models/weight.js +1 -1
  100. package/dist/types/src/api-model/api/shipping-api.d.ts +5 -5
  101. package/dist/types/src/api-model/api.d.ts +1 -1
  102. package/dist/types/src/api-model/base.d.ts +1 -1
  103. package/dist/types/src/api-model/common.d.ts +2 -1
  104. package/dist/types/src/api-model/configuration.d.ts +1 -1
  105. package/dist/types/src/api-model/index.d.ts +1 -1
  106. package/dist/types/src/api-model/models/accepted-rate.d.ts +1 -1
  107. package/dist/types/src/api-model/models/account.d.ts +1 -1
  108. package/dist/types/src/api-model/models/address.d.ts +1 -1
  109. package/dist/types/src/api-model/models/cancel-shipment-response.d.ts +1 -1
  110. package/dist/types/src/api-model/models/container-item.d.ts +1 -1
  111. package/dist/types/src/api-model/models/container-specification.d.ts +1 -1
  112. package/dist/types/src/api-model/models/container.d.ts +1 -1
  113. package/dist/types/src/api-model/models/create-shipment-request.d.ts +1 -1
  114. package/dist/types/src/api-model/models/create-shipment-response.d.ts +1 -1
  115. package/dist/types/src/api-model/models/create-shipment-result.d.ts +1 -1
  116. package/dist/types/src/api-model/models/currency.d.ts +1 -1
  117. package/dist/types/src/api-model/models/dimensions.d.ts +1 -1
  118. package/dist/types/src/api-model/models/event.d.ts +1 -1
  119. package/dist/types/src/api-model/models/get-account-response.d.ts +1 -1
  120. package/dist/types/src/api-model/models/get-rates-request.d.ts +1 -1
  121. package/dist/types/src/api-model/models/get-rates-response.d.ts +1 -1
  122. package/dist/types/src/api-model/models/get-rates-result.d.ts +1 -1
  123. package/dist/types/src/api-model/models/get-shipment-response.d.ts +1 -1
  124. package/dist/types/src/api-model/models/get-tracking-information-response.d.ts +1 -1
  125. package/dist/types/src/api-model/models/label-result.d.ts +1 -1
  126. package/dist/types/src/api-model/models/label-specification.d.ts +1 -1
  127. package/dist/types/src/api-model/models/label.d.ts +1 -1
  128. package/dist/types/src/api-model/models/location.d.ts +1 -1
  129. package/dist/types/src/api-model/models/model-error.d.ts +1 -1
  130. package/dist/types/src/api-model/models/party.d.ts +1 -1
  131. package/dist/types/src/api-model/models/purchase-labels-request.d.ts +1 -1
  132. package/dist/types/src/api-model/models/purchase-labels-response.d.ts +1 -1
  133. package/dist/types/src/api-model/models/purchase-labels-result.d.ts +1 -1
  134. package/dist/types/src/api-model/models/purchase-shipment-request.d.ts +1 -1
  135. package/dist/types/src/api-model/models/purchase-shipment-response.d.ts +1 -1
  136. package/dist/types/src/api-model/models/purchase-shipment-result.d.ts +1 -1
  137. package/dist/types/src/api-model/models/rate.d.ts +1 -1
  138. package/dist/types/src/api-model/models/retrieve-shipping-label-request.d.ts +1 -1
  139. package/dist/types/src/api-model/models/retrieve-shipping-label-response.d.ts +1 -1
  140. package/dist/types/src/api-model/models/retrieve-shipping-label-result.d.ts +1 -1
  141. package/dist/types/src/api-model/models/service-rate.d.ts +1 -1
  142. package/dist/types/src/api-model/models/service-type.d.ts +1 -1
  143. package/dist/types/src/api-model/models/shipment.d.ts +1 -1
  144. package/dist/types/src/api-model/models/shipping-promise-set.d.ts +1 -1
  145. package/dist/types/src/api-model/models/time-range.d.ts +1 -1
  146. package/dist/types/src/api-model/models/tracking-information.d.ts +1 -1
  147. package/dist/types/src/api-model/models/tracking-summary.d.ts +1 -1
  148. package/dist/types/src/api-model/models/weight.d.ts +1 -1
  149. package/package.json +8 -6
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -52,7 +52,7 @@ export const ShippingApiAxiosParamCreator = function (configuration) {
52
52
  };
53
53
  },
54
54
  /**
55
- * Create a new shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
55
+ * Create a new shipment. **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 table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
56
56
  * @param {CreateShipmentRequest} body
57
57
  * @param {*} [options] Override http request option.
58
58
  * @throws {RequiredError}
@@ -308,7 +308,7 @@ export const ShippingApiFp = function (configuration) {
308
308
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
309
309
  },
310
310
  /**
311
- * Create a new shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
311
+ * Create a new shipment. **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 table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
312
312
  * @param {CreateShipmentRequest} body
313
313
  * @param {*} [options] Override http request option.
314
314
  * @throws {RequiredError}
@@ -408,7 +408,7 @@ export const ShippingApiFactory = function (configuration, basePath, axios) {
408
408
  return localVarFp.cancelShipment(shipmentId, options).then((request) => request(axios, basePath));
409
409
  },
410
410
  /**
411
- * Create a new shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
411
+ * Create a new shipment. **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 table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
412
412
  * @param {CreateShipmentRequest} body
413
413
  * @param {*} [options] Override http request option.
414
414
  * @throws {RequiredError}
@@ -501,7 +501,7 @@ export class ShippingApi extends BaseAPI {
501
501
  return ShippingApiFp(this.configuration).cancelShipment(requestParameters.shipmentId, options).then((request) => request(this.axios, this.basePath));
502
502
  }
503
503
  /**
504
- * Create a new shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
504
+ * Create a new shipment. **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 table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
505
505
  * @param {ShippingApiCreateShipmentRequest} requestParameters Request parameters.
506
506
  * @param {*} [options] Override http request option.
507
507
  * @throws {RequiredError}
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Shipping
5
- * Provides programmatic access to Amazon Shipping APIs.
5
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Shipping
3
- * Provides programmatic access to Amazon Shipping APIs.
3
+ * Provides programmatic access to Amazon Shipping APIs. **Note:** If you are new to the Amazon Shipping API, refer to the latest version of <a href=\"https://developer-docs.amazon.com/amazon-shipping/docs/shipping-api-v2-reference\">Amazon Shipping API (v2)</a> on the <a href=\"https://developer-docs.amazon.com/amazon-shipping/\">Amazon Shipping Developer Documentation</a> site.
4
4
  *
5
5
  * The version of the OpenAPI document: v1
6
6
  *
@@ -39,7 +39,7 @@ export declare const ShippingApiAxiosParamCreator: (configuration?: Configuratio
39
39
  */
40
40
  cancelShipment: (shipmentId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
41
41
  /**
42
- * Create a new shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
42
+ * Create a new shipment. **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 table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
43
43
  * @param {CreateShipmentRequest} body
44
44
  * @param {*} [options] Override http request option.
45
45
  * @throws {RequiredError}
@@ -110,7 +110,7 @@ export declare const ShippingApiFp: (configuration?: Configuration) => {
110
110
  */
111
111
  cancelShipment(shipmentId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CancelShipmentResponse>>;
112
112
  /**
113
- * Create a new shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
113
+ * Create a new shipment. **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 table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
114
114
  * @param {CreateShipmentRequest} body
115
115
  * @param {*} [options] Override http request option.
116
116
  * @throws {RequiredError}
@@ -181,7 +181,7 @@ export declare const ShippingApiFactory: (configuration?: Configuration, basePat
181
181
  */
182
182
  cancelShipment(shipmentId: string, options?: any): AxiosPromise<CancelShipmentResponse>;
183
183
  /**
184
- * Create a new shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
184
+ * Create a new shipment. **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 table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
185
185
  * @param {CreateShipmentRequest} body
186
186
  * @param {*} [options] Override http request option.
187
187
  * @throws {RequiredError}
@@ -377,7 +377,7 @@ export declare class ShippingApi extends BaseAPI {
377
377
  */
378
378
  cancelShipment(requestParameters: ShippingApiCancelShipmentRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CancelShipmentResponse, any>>;
379
379
  /**
380
- * Create a new shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
380
+ * Create a new shipment. **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 table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
381
381
  * @param {ShippingApiCreateShipmentRequest} requestParameters Request parameters.
382
382
  * @param {*} [options] Override http request option.
383
383
  * @throws {RequiredError}