@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
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ /// <reference types="node" />
12
13
  import { Configuration } from "./configuration";
13
14
  import { RequestArgs } from "./base";
14
15
  import { AxiosInstance, AxiosResponse } from 'axios';
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
package/package.json CHANGED
@@ -1,12 +1,11 @@
1
1
  {
2
2
  "name": "@sp-api-sdk/shipping-api-v1",
3
3
  "author": "Vincent Mesquita <vincent.mesquita@bizon.solutions>",
4
- "description": "Provides programmatic access to Amazon Shipping APIs.",
5
- "version": "1.8.7",
4
+ "description": "Provides programmatic access to Amazon Shipping APIs. Note: If you are new to the Amazon Shipping API, refer to the latest version of Amazon Shipping API (v2) on the Amazon Shipping Developer Documentation site.",
5
+ "version": "1.9.0",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/es/index.js",
8
8
  "types": "dist/types/index.d.ts",
9
- "typedocMain": "./index.ts",
10
9
  "license": "MIT",
11
10
  "publishConfig": {
12
11
  "access": "public"
@@ -27,8 +26,8 @@
27
26
  "test": "jest"
28
27
  },
29
28
  "dependencies": {
30
- "@sp-api-sdk/auth": "^1.9.19",
31
- "@sp-api-sdk/common": "^1.9.5",
29
+ "@sp-api-sdk/auth": "^1.9.22",
30
+ "@sp-api-sdk/common": "^1.9.8",
32
31
  "axios": "^0.27.2"
33
32
  },
34
33
  "repository": {
@@ -50,5 +49,8 @@
50
49
  "sp sdk",
51
50
  "shipping api"
52
51
  ],
53
- "gitHead": "72808979582d663f043688f24d519b604f7fd2df"
52
+ "typedoc": {
53
+ "entryPoint": "./index.ts"
54
+ },
55
+ "gitHead": "f3a5a3239230fc4a2e89134bc563157e02ffb891"
54
56
  }