@sp-api-sdk/easy-ship-api-2022-03-23 4.1.0 → 4.2.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 (104) hide show
  1. package/README.md +2 -12
  2. package/dist/cjs/api-model/api/easy-ship-api.js +1 -1
  3. package/dist/cjs/api-model/api.js +1 -1
  4. package/dist/cjs/api-model/base.js +1 -1
  5. package/dist/cjs/api-model/common.js +1 -1
  6. package/dist/cjs/api-model/configuration.js +1 -1
  7. package/dist/cjs/api-model/index.js +1 -1
  8. package/dist/cjs/api-model/models/code.js +34 -0
  9. package/dist/cjs/api-model/models/create-scheduled-package-request.js +1 -1
  10. package/dist/cjs/api-model/models/create-scheduled-packages-request.js +1 -1
  11. package/dist/cjs/api-model/models/create-scheduled-packages-response.js +1 -1
  12. package/dist/cjs/api-model/models/dimensions.js +1 -1
  13. package/dist/cjs/api-model/models/error-list.js +1 -1
  14. package/dist/cjs/api-model/models/handover-method.js +1 -1
  15. package/dist/cjs/api-model/models/index.js +1 -0
  16. package/dist/cjs/api-model/models/invoice-data.js +1 -1
  17. package/dist/cjs/api-model/models/item.js +1 -1
  18. package/dist/cjs/api-model/models/label-format.js +1 -1
  19. package/dist/cjs/api-model/models/list-handover-slots-request.js +1 -1
  20. package/dist/cjs/api-model/models/list-handover-slots-response.js +1 -1
  21. package/dist/cjs/api-model/models/model-error.js +1 -1
  22. package/dist/cjs/api-model/models/order-schedule-details.js +1 -1
  23. package/dist/cjs/api-model/models/package-details.js +1 -1
  24. package/dist/cjs/api-model/models/package-status.js +1 -1
  25. package/dist/cjs/api-model/models/package.js +1 -1
  26. package/dist/cjs/api-model/models/packages.js +1 -1
  27. package/dist/cjs/api-model/models/rejected-order.js +1 -1
  28. package/dist/cjs/api-model/models/scheduled-package-id.js +1 -1
  29. package/dist/cjs/api-model/models/time-slot.js +1 -1
  30. package/dist/cjs/api-model/models/tracking-details.js +1 -1
  31. package/dist/cjs/api-model/models/unit-of-length.js +1 -1
  32. package/dist/cjs/api-model/models/unit-of-weight.js +1 -1
  33. package/dist/cjs/api-model/models/update-package-details.js +1 -1
  34. package/dist/cjs/api-model/models/update-scheduled-packages-request.js +1 -1
  35. package/dist/cjs/api-model/models/weight.js +1 -1
  36. package/dist/es/api-model/api/easy-ship-api.js +1 -1
  37. package/dist/es/api-model/api.js +1 -1
  38. package/dist/es/api-model/base.js +1 -1
  39. package/dist/es/api-model/common.js +1 -1
  40. package/dist/es/api-model/configuration.js +1 -1
  41. package/dist/es/api-model/index.js +1 -1
  42. package/dist/es/api-model/models/code.js +31 -0
  43. package/dist/es/api-model/models/create-scheduled-package-request.js +1 -1
  44. package/dist/es/api-model/models/create-scheduled-packages-request.js +1 -1
  45. package/dist/es/api-model/models/create-scheduled-packages-response.js +1 -1
  46. package/dist/es/api-model/models/dimensions.js +1 -1
  47. package/dist/es/api-model/models/error-list.js +1 -1
  48. package/dist/es/api-model/models/handover-method.js +1 -1
  49. package/dist/es/api-model/models/index.js +1 -0
  50. package/dist/es/api-model/models/invoice-data.js +1 -1
  51. package/dist/es/api-model/models/item.js +1 -1
  52. package/dist/es/api-model/models/label-format.js +1 -1
  53. package/dist/es/api-model/models/list-handover-slots-request.js +1 -1
  54. package/dist/es/api-model/models/list-handover-slots-response.js +1 -1
  55. package/dist/es/api-model/models/model-error.js +1 -1
  56. package/dist/es/api-model/models/order-schedule-details.js +1 -1
  57. package/dist/es/api-model/models/package-details.js +1 -1
  58. package/dist/es/api-model/models/package-status.js +1 -1
  59. package/dist/es/api-model/models/package.js +1 -1
  60. package/dist/es/api-model/models/packages.js +1 -1
  61. package/dist/es/api-model/models/rejected-order.js +1 -1
  62. package/dist/es/api-model/models/scheduled-package-id.js +1 -1
  63. package/dist/es/api-model/models/time-slot.js +1 -1
  64. package/dist/es/api-model/models/tracking-details.js +1 -1
  65. package/dist/es/api-model/models/unit-of-length.js +1 -1
  66. package/dist/es/api-model/models/unit-of-weight.js +1 -1
  67. package/dist/es/api-model/models/update-package-details.js +1 -1
  68. package/dist/es/api-model/models/update-scheduled-packages-request.js +1 -1
  69. package/dist/es/api-model/models/weight.js +1 -1
  70. package/dist/types/api-model/api/easy-ship-api.d.ts +1 -1
  71. package/dist/types/api-model/api.d.ts +1 -1
  72. package/dist/types/api-model/base.d.ts +1 -1
  73. package/dist/types/api-model/common.d.ts +1 -1
  74. package/dist/types/api-model/configuration.d.ts +1 -1
  75. package/dist/types/api-model/index.d.ts +1 -1
  76. package/dist/types/api-model/models/code.d.ts +30 -0
  77. package/dist/types/api-model/models/create-scheduled-package-request.d.ts +1 -1
  78. package/dist/types/api-model/models/create-scheduled-packages-request.d.ts +1 -1
  79. package/dist/types/api-model/models/create-scheduled-packages-response.d.ts +1 -1
  80. package/dist/types/api-model/models/dimensions.d.ts +1 -1
  81. package/dist/types/api-model/models/error-list.d.ts +1 -1
  82. package/dist/types/api-model/models/handover-method.d.ts +1 -1
  83. package/dist/types/api-model/models/index.d.ts +1 -0
  84. package/dist/types/api-model/models/invoice-data.d.ts +1 -1
  85. package/dist/types/api-model/models/item.d.ts +1 -1
  86. package/dist/types/api-model/models/label-format.d.ts +1 -1
  87. package/dist/types/api-model/models/list-handover-slots-request.d.ts +1 -1
  88. package/dist/types/api-model/models/list-handover-slots-response.d.ts +1 -1
  89. package/dist/types/api-model/models/model-error.d.ts +1 -1
  90. package/dist/types/api-model/models/order-schedule-details.d.ts +1 -1
  91. package/dist/types/api-model/models/package-details.d.ts +1 -1
  92. package/dist/types/api-model/models/package-status.d.ts +1 -1
  93. package/dist/types/api-model/models/package.d.ts +1 -1
  94. package/dist/types/api-model/models/packages.d.ts +1 -1
  95. package/dist/types/api-model/models/rejected-order.d.ts +1 -1
  96. package/dist/types/api-model/models/scheduled-package-id.d.ts +1 -1
  97. package/dist/types/api-model/models/time-slot.d.ts +1 -1
  98. package/dist/types/api-model/models/tracking-details.d.ts +1 -1
  99. package/dist/types/api-model/models/unit-of-length.d.ts +1 -1
  100. package/dist/types/api-model/models/unit-of-weight.d.ts +1 -1
  101. package/dist/types/api-model/models/update-package-details.d.ts +1 -1
  102. package/dist/types/api-model/models/update-scheduled-packages-request.d.ts +1 -1
  103. package/dist/types/api-model/models/weight.d.ts +1 -1
  104. package/package.json +5 -5
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Easy Ship
3
- * The Selling Partner API for Easy Ship helps you build applications that help sellers manage and ship Amazon Easy Ship orders. Your Easy Ship applications can: * Get available time slots for packages to be scheduled for delivery. * Schedule, reschedule, and cancel Easy Ship orders. * Print labels, invoices, and warranties. See the [Marketplace Support Table](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support-table) for the differences in Easy Ship operations by marketplace.
3
+ * Use the Selling Partner API for Easy Ship to build applications for sellers to manage and ship Amazon Easy Ship orders. With this API, you can get available time slots, schedule and reschedule Easy Ship orders, and print shipping labels, invoices, and warranties. To review the differences in Easy Ship operations by marketplace, refer to [Marketplace support](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support).
4
4
  *
5
5
  * The version of the OpenAPI document: 2022-03-23
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Easy Ship
3
- * The Selling Partner API for Easy Ship helps you build applications that help sellers manage and ship Amazon Easy Ship orders. Your Easy Ship applications can: * Get available time slots for packages to be scheduled for delivery. * Schedule, reschedule, and cancel Easy Ship orders. * Print labels, invoices, and warranties. See the [Marketplace Support Table](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support-table) for the differences in Easy Ship operations by marketplace.
3
+ * Use the Selling Partner API for Easy Ship to build applications for sellers to manage and ship Amazon Easy Ship orders. With this API, you can get available time slots, schedule and reschedule Easy Ship orders, and print shipping labels, invoices, and warranties. To review the differences in Easy Ship operations by marketplace, refer to [Marketplace support](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support).
4
4
  *
5
5
  * The version of the OpenAPI document: 2022-03-23
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Easy Ship
3
- * The Selling Partner API for Easy Ship helps you build applications that help sellers manage and ship Amazon Easy Ship orders. Your Easy Ship applications can: * Get available time slots for packages to be scheduled for delivery. * Schedule, reschedule, and cancel Easy Ship orders. * Print labels, invoices, and warranties. See the [Marketplace Support Table](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support-table) for the differences in Easy Ship operations by marketplace.
3
+ * Use the Selling Partner API for Easy Ship to build applications for sellers to manage and ship Amazon Easy Ship orders. With this API, you can get available time slots, schedule and reschedule Easy Ship orders, and print shipping labels, invoices, and warranties. To review the differences in Easy Ship operations by marketplace, refer to [Marketplace support](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support).
4
4
  *
5
5
  * The version of the OpenAPI document: 2022-03-23
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Easy Ship
3
- * The Selling Partner API for Easy Ship helps you build applications that help sellers manage and ship Amazon Easy Ship orders. Your Easy Ship applications can: * Get available time slots for packages to be scheduled for delivery. * Schedule, reschedule, and cancel Easy Ship orders. * Print labels, invoices, and warranties. See the [Marketplace Support Table](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support-table) for the differences in Easy Ship operations by marketplace.
3
+ * Use the Selling Partner API for Easy Ship to build applications for sellers to manage and ship Amazon Easy Ship orders. With this API, you can get available time slots, schedule and reschedule Easy Ship orders, and print shipping labels, invoices, and warranties. To review the differences in Easy Ship operations by marketplace, refer to [Marketplace support](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support).
4
4
  *
5
5
  * The version of the OpenAPI document: 2022-03-23
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Easy Ship
3
- * The Selling Partner API for Easy Ship helps you build applications that help sellers manage and ship Amazon Easy Ship orders. Your Easy Ship applications can: * Get available time slots for packages to be scheduled for delivery. * Schedule, reschedule, and cancel Easy Ship orders. * Print labels, invoices, and warranties. See the [Marketplace Support Table](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support-table) for the differences in Easy Ship operations by marketplace.
3
+ * Use the Selling Partner API for Easy Ship to build applications for sellers to manage and ship Amazon Easy Ship orders. With this API, you can get available time slots, schedule and reschedule Easy Ship orders, and print shipping labels, invoices, and warranties. To review the differences in Easy Ship operations by marketplace, refer to [Marketplace support](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support).
4
4
  *
5
5
  * The version of the OpenAPI document: 2022-03-23
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Easy Ship
3
- * The Selling Partner API for Easy Ship helps you build applications that help sellers manage and ship Amazon Easy Ship orders. Your Easy Ship applications can: * Get available time slots for packages to be scheduled for delivery. * Schedule, reschedule, and cancel Easy Ship orders. * Print labels, invoices, and warranties. See the [Marketplace Support Table](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support-table) for the differences in Easy Ship operations by marketplace.
3
+ * Use the Selling Partner API for Easy Ship to build applications for sellers to manage and ship Amazon Easy Ship orders. With this API, you can get available time slots, schedule and reschedule Easy Ship orders, and print shipping labels, invoices, and warranties. To review the differences in Easy Ship operations by marketplace, refer to [Marketplace support](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support).
4
4
  *
5
5
  * The version of the OpenAPI document: 2022-03-23
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Easy Ship
3
- * The Selling Partner API for Easy Ship helps you build applications that help sellers manage and ship Amazon Easy Ship orders. Your Easy Ship applications can: * Get available time slots for packages to be scheduled for delivery. * Schedule, reschedule, and cancel Easy Ship orders. * Print labels, invoices, and warranties. See the [Marketplace Support Table](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support-table) for the differences in Easy Ship operations by marketplace.
3
+ * Use the Selling Partner API for Easy Ship to build applications for sellers to manage and ship Amazon Easy Ship orders. With this API, you can get available time slots, schedule and reschedule Easy Ship orders, and print shipping labels, invoices, and warranties. To review the differences in Easy Ship operations by marketplace, refer to [Marketplace support](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support).
4
4
  *
5
5
  * The version of the OpenAPI document: 2022-03-23
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Easy Ship
3
- * The Selling Partner API for Easy Ship helps you build applications that help sellers manage and ship Amazon Easy Ship orders. Your Easy Ship applications can: * Get available time slots for packages to be scheduled for delivery. * Schedule, reschedule, and cancel Easy Ship orders. * Print labels, invoices, and warranties. See the [Marketplace Support Table](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support-table) for the differences in Easy Ship operations by marketplace.
3
+ * Use the Selling Partner API for Easy Ship to build applications for sellers to manage and ship Amazon Easy Ship orders. With this API, you can get available time slots, schedule and reschedule Easy Ship orders, and print shipping labels, invoices, and warranties. To review the differences in Easy Ship operations by marketplace, refer to [Marketplace support](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support).
4
4
  *
5
5
  * The version of the OpenAPI document: 2022-03-23
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Easy Ship
3
- * The Selling Partner API for Easy Ship helps you build applications that help sellers manage and ship Amazon Easy Ship orders. Your Easy Ship applications can: * Get available time slots for packages to be scheduled for delivery. * Schedule, reschedule, and cancel Easy Ship orders. * Print labels, invoices, and warranties. See the [Marketplace Support Table](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support-table) for the differences in Easy Ship operations by marketplace.
3
+ * Use the Selling Partner API for Easy Ship to build applications for sellers to manage and ship Amazon Easy Ship orders. With this API, you can get available time slots, schedule and reschedule Easy Ship orders, and print shipping labels, invoices, and warranties. To review the differences in Easy Ship operations by marketplace, refer to [Marketplace support](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support).
4
4
  *
5
5
  * The version of the OpenAPI document: 2022-03-23
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Easy Ship
3
- * The Selling Partner API for Easy Ship helps you build applications that help sellers manage and ship Amazon Easy Ship orders. Your Easy Ship applications can: * Get available time slots for packages to be scheduled for delivery. * Schedule, reschedule, and cancel Easy Ship orders. * Print labels, invoices, and warranties. See the [Marketplace Support Table](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support-table) for the differences in Easy Ship operations by marketplace.
3
+ * Use the Selling Partner API for Easy Ship to build applications for sellers to manage and ship Amazon Easy Ship orders. With this API, you can get available time slots, schedule and reschedule Easy Ship orders, and print shipping labels, invoices, and warranties. To review the differences in Easy Ship operations by marketplace, refer to [Marketplace support](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support).
4
4
  *
5
5
  * The version of the OpenAPI document: 2022-03-23
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Easy Ship
3
- * The Selling Partner API for Easy Ship helps you build applications that help sellers manage and ship Amazon Easy Ship orders. Your Easy Ship applications can: * Get available time slots for packages to be scheduled for delivery. * Schedule, reschedule, and cancel Easy Ship orders. * Print labels, invoices, and warranties. See the [Marketplace Support Table](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support-table) for the differences in Easy Ship operations by marketplace.
3
+ * Use the Selling Partner API for Easy Ship to build applications for sellers to manage and ship Amazon Easy Ship orders. With this API, you can get available time slots, schedule and reschedule Easy Ship orders, and print shipping labels, invoices, and warranties. To review the differences in Easy Ship operations by marketplace, refer to [Marketplace support](https://developer-docs.amazon.com/sp-api/docs/easyship-api-v2022-03-23-use-case-guide#marketplace-support).
4
4
  *
5
5
  * The version of the OpenAPI document: 2022-03-23
6
6
  *
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@sp-api-sdk/easy-ship-api-2022-03-23",
3
3
  "author": "Bertrand Marron <bertrand@bizon.solutions>",
4
- "description": "The Selling Partner API for Easy Ship helps you build applications that help sellers manage and ship Amazon Easy Ship orders. Your Easy Ship applications can: Get available time slots for packages to be scheduled for delivery. Schedule, reschedule, and cancel Easy Ship orders. Print labels, invoices, and warranties. See the Marketplace Support Table for the differences in Easy Ship operations by marketplace.",
5
- "version": "4.1.0",
4
+ "description": "Use the Selling Partner API for Easy Ship to build applications for sellers to manage and ship Amazon Easy Ship orders. With this API, you can get available time slots, schedule and reschedule Easy Ship orders, and print shipping labels, invoices, and warranties. To review the differences in Easy Ship operations by marketplace, refer to Marketplace support.",
5
+ "version": "4.2.0",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/es/index.js",
8
8
  "types": "dist/types/index.d.ts",
@@ -18,8 +18,8 @@
18
18
  "dist/**/*.d.ts"
19
19
  ],
20
20
  "dependencies": {
21
- "@sp-api-sdk/common": "2.1.11",
22
- "axios": "^1.8.1"
21
+ "@sp-api-sdk/common": "2.1.12",
22
+ "axios": "^1.8.3"
23
23
  },
24
24
  "repository": {
25
25
  "type": "git",
@@ -40,5 +40,5 @@
40
40
  "sp sdk",
41
41
  "easy ship api"
42
42
  ],
43
- "gitHead": "b5799742765e819f70161d2ac1905d8e570de8c0"
43
+ "gitHead": "1e03c21270cfd38688ca6928b63d3f3b4a3587b0"
44
44
  }