@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
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Provides programmatic access to Amazon Shipping APIs.
4
4
 
5
+ **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
+
5
7
  [![npm version](https://badgen.net/npm/v/@sp-api-sdk/shipping-api-v1)](https://www.npmjs.com/package/@sp-api-sdk/shipping-api-v1)
6
8
  [![XO code style](https://badgen.net/badge/code%20style/XO/cyan)](https://github.com/xojs/xo)
7
9
 
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -56,7 +56,7 @@ const ShippingApiAxiosParamCreator = function (configuration) {
56
56
  };
57
57
  },
58
58
  /**
59
- * 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.
59
+ * 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).
60
60
  * @param {CreateShipmentRequest} body
61
61
  * @param {*} [options] Override http request option.
62
62
  * @throws {RequiredError}
@@ -313,7 +313,7 @@ const ShippingApiFp = function (configuration) {
313
313
  return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
314
314
  },
315
315
  /**
316
- * 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.
316
+ * 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).
317
317
  * @param {CreateShipmentRequest} body
318
318
  * @param {*} [options] Override http request option.
319
319
  * @throws {RequiredError}
@@ -414,7 +414,7 @@ const ShippingApiFactory = function (configuration, basePath, axios) {
414
414
  return localVarFp.cancelShipment(shipmentId, options).then((request) => request(axios, basePath));
415
415
  },
416
416
  /**
417
- * 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.
417
+ * 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).
418
418
  * @param {CreateShipmentRequest} body
419
419
  * @param {*} [options] Override http request option.
420
420
  * @throws {RequiredError}
@@ -508,7 +508,7 @@ class ShippingApi extends base_1.BaseAPI {
508
508
  return (0, exports.ShippingApiFp)(this.configuration).cancelShipment(requestParameters.shipmentId, options).then((request) => request(this.axios, this.basePath));
509
509
  }
510
510
  /**
511
- * 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.
511
+ * 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).
512
512
  * @param {ShippingApiCreateShipmentRequest} requestParameters Request parameters.
513
513
  * @param {*} [options] Override http request option.
514
514
  * @throws {RequiredError}
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Selling Partner API for Shipping
6
- * Provides programmatic access to Amazon Shipping APIs.
6
+ * 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.
7
7
  *
8
8
  * The version of the OpenAPI document: v1
9
9
  *