@sp-api-sdk/fulfillment-inbound-api-2024-03-20 1.0.1 → 1.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 (179) hide show
  1. package/dist/cjs/src/api-model/api/fba-inbound-api.js +1328 -278
  2. package/dist/cjs/src/api-model/base.js +7 -2
  3. package/dist/cjs/src/api-model/common.js +1 -1
  4. package/dist/cjs/src/api-model/configuration.js +8 -0
  5. package/dist/cjs/src/api-model/models/confirm-shipment-content-update-preview-response.js +15 -0
  6. package/dist/cjs/src/api-model/models/content-update-preview.js +15 -0
  7. package/dist/cjs/src/api-model/models/create-marketplace-item-labels-request.js +15 -0
  8. package/dist/cjs/src/api-model/models/create-marketplace-item-labels-response.js +15 -0
  9. package/dist/cjs/src/api-model/models/delivery-window-option.js +15 -0
  10. package/dist/cjs/src/api-model/models/freight-information.js +15 -0
  11. package/dist/cjs/src/api-model/models/generate-delivery-window-options-response.js +15 -0
  12. package/dist/cjs/src/api-model/models/generate-shipment-content-update-previews-request.js +15 -0
  13. package/dist/cjs/src/api-model/models/generate-shipment-content-update-previews-response.js +15 -0
  14. package/dist/cjs/src/api-model/models/index.js +28 -4
  15. package/dist/cjs/src/api-model/models/item-label-page-type.js +34 -0
  16. package/dist/cjs/src/api-model/models/label-owner.js +3 -2
  17. package/dist/cjs/src/api-model/models/label-print-type.js +25 -0
  18. package/dist/cjs/src/api-model/models/list-delivery-window-options-response.js +15 -0
  19. package/dist/cjs/src/api-model/models/list-packing-group-boxes-response.js +15 -0
  20. package/dist/cjs/src/api-model/models/list-shipment-boxes-response.js +15 -0
  21. package/dist/cjs/src/api-model/models/list-shipment-content-update-previews-response.js +15 -0
  22. package/dist/cjs/src/api-model/models/list-shipment-items-response.js +15 -0
  23. package/dist/cjs/src/api-model/models/list-shipment-pallets-response.js +15 -0
  24. package/dist/cjs/src/api-model/models/msku-quantity.js +15 -0
  25. package/dist/cjs/src/api-model/models/prep-owner.js +3 -2
  26. package/dist/cjs/src/api-model/models/requested-updates.js +15 -0
  27. package/dist/cjs/src/api-model/models/selected-delivery-window.js +15 -0
  28. package/dist/cjs/src/api-model/models/update-inbound-plan-name-request.js +15 -0
  29. package/dist/cjs/src/api-model/models/update-shipment-name-request.js +15 -0
  30. package/dist/cjs/src/api-model/models/update-shipment-source-address-request.js +15 -0
  31. package/dist/cjs/src/api-model/models/update-shipment-source-address-response.js +15 -0
  32. package/dist/cjs/src/client.js +166 -68
  33. package/dist/es/src/api-model/api/fba-inbound-api.js +1328 -278
  34. package/dist/es/src/api-model/base.js +6 -1
  35. package/dist/es/src/api-model/common.js +1 -1
  36. package/dist/es/src/api-model/configuration.js +8 -0
  37. package/dist/es/src/api-model/models/confirm-shipment-content-update-preview-response.js +14 -0
  38. package/dist/es/src/api-model/models/content-update-preview.js +14 -0
  39. package/dist/es/src/api-model/models/create-marketplace-item-labels-request.js +14 -0
  40. package/dist/es/src/api-model/models/create-marketplace-item-labels-response.js +14 -0
  41. package/dist/es/src/api-model/models/delivery-window-option.js +14 -0
  42. package/dist/es/src/api-model/models/freight-information.js +14 -0
  43. package/dist/es/src/api-model/models/generate-delivery-window-options-response.js +14 -0
  44. package/dist/es/src/api-model/models/generate-shipment-content-update-previews-request.js +14 -0
  45. package/dist/es/src/api-model/models/generate-shipment-content-update-previews-response.js +14 -0
  46. package/dist/es/src/api-model/models/index.js +28 -4
  47. package/dist/es/src/api-model/models/item-label-page-type.js +31 -0
  48. package/dist/es/src/api-model/models/label-owner.js +3 -2
  49. package/dist/es/src/api-model/models/label-print-type.js +22 -0
  50. package/dist/es/src/api-model/models/list-delivery-window-options-response.js +14 -0
  51. package/dist/es/src/api-model/models/list-packing-group-boxes-response.js +14 -0
  52. package/dist/es/src/api-model/models/list-shipment-boxes-response.js +14 -0
  53. package/dist/es/src/api-model/models/list-shipment-content-update-previews-response.js +14 -0
  54. package/dist/es/src/api-model/models/list-shipment-items-response.js +14 -0
  55. package/dist/es/src/api-model/models/list-shipment-pallets-response.js +14 -0
  56. package/dist/es/src/api-model/models/msku-quantity.js +14 -0
  57. package/dist/es/src/api-model/models/prep-owner.js +3 -2
  58. package/dist/es/src/api-model/models/requested-updates.js +14 -0
  59. package/dist/es/src/api-model/models/selected-delivery-window.js +14 -0
  60. package/dist/es/src/api-model/models/update-inbound-plan-name-request.js +14 -0
  61. package/dist/es/src/api-model/models/update-shipment-name-request.js +14 -0
  62. package/dist/es/src/api-model/models/update-shipment-source-address-request.js +14 -0
  63. package/dist/es/src/api-model/models/update-shipment-source-address-response.js +14 -0
  64. package/dist/es/src/client.js +166 -68
  65. package/dist/types/src/api-model/api/fba-inbound-api.d.ts +1288 -435
  66. package/dist/types/src/api-model/base.d.ts +14 -2
  67. package/dist/types/src/api-model/configuration.d.ts +8 -0
  68. package/dist/types/src/api-model/models/address-input.d.ts +78 -0
  69. package/dist/types/src/api-model/models/address.d.ts +13 -1
  70. package/dist/types/src/api-model/models/appointment-slot-time.d.ts +1 -1
  71. package/dist/types/src/api-model/models/appointment-slot.d.ts +1 -1
  72. package/dist/types/src/api-model/models/box-input.d.ts +10 -22
  73. package/dist/types/src/api-model/models/box-update-input.d.ts +58 -0
  74. package/dist/types/src/api-model/models/box.d.ts +13 -6
  75. package/dist/types/src/api-model/models/cancel-self-ship-appointment-request.d.ts +1 -1
  76. package/dist/types/src/api-model/models/cancel-self-ship-appointment-response.d.ts +1 -1
  77. package/dist/types/src/api-model/models/carrier-appointment.d.ts +30 -0
  78. package/dist/types/src/api-model/models/compliance-detail.d.ts +1 -1
  79. package/dist/types/src/api-model/models/{update-shipment-delivery-window-response.d.ts → confirm-delivery-window-options-response.d.ts} +4 -4
  80. package/dist/types/src/api-model/models/confirm-shipment-content-update-preview-response.d.ts +24 -0
  81. package/dist/types/src/api-model/models/confirm-transportation-options-request.d.ts +1 -1
  82. package/dist/types/src/api-model/models/contact-information.d.ts +4 -4
  83. package/dist/types/src/api-model/models/content-update-preview.d.ts +44 -0
  84. package/dist/types/src/api-model/models/create-inbound-plan-request.d.ts +4 -11
  85. package/dist/types/src/api-model/models/create-inbound-plan-response.d.ts +1 -1
  86. package/dist/types/src/api-model/models/create-marketplace-item-labels-request.d.ts +63 -0
  87. package/dist/types/src/api-model/models/create-marketplace-item-labels-response.d.ts +25 -0
  88. package/dist/types/src/api-model/models/custom-placement-input.d.ts +1 -1
  89. package/dist/types/src/api-model/models/dates.d.ts +2 -8
  90. package/dist/types/src/api-model/models/delivery-window-option.d.ts +48 -0
  91. package/dist/types/src/api-model/models/dimensions.d.ts +5 -5
  92. package/dist/types/src/api-model/models/document-download.d.ts +1 -1
  93. package/dist/types/src/api-model/models/freight-information.d.ts +31 -0
  94. package/dist/types/src/api-model/models/generate-delivery-window-options-response.d.ts +24 -0
  95. package/dist/types/src/api-model/models/generate-placement-options-request.d.ts +2 -2
  96. package/dist/types/src/api-model/models/generate-shipment-content-update-previews-request.d.ts +32 -0
  97. package/dist/types/src/api-model/models/generate-shipment-content-update-previews-response.d.ts +24 -0
  98. package/dist/types/src/api-model/models/generate-transportation-options-request.d.ts +1 -1
  99. package/dist/types/src/api-model/models/get-delivery-challan-document-response.d.ts +1 -1
  100. package/dist/types/src/api-model/models/get-self-ship-appointment-slots-response.d.ts +2 -2
  101. package/dist/types/src/api-model/models/inbound-operation-status.d.ts +5 -5
  102. package/dist/types/src/api-model/models/inbound-plan-summary.d.ts +4 -11
  103. package/dist/types/src/api-model/models/inbound-plan.d.ts +10 -17
  104. package/dist/types/src/api-model/models/incentive.d.ts +2 -2
  105. package/dist/types/src/api-model/models/index.d.ts +28 -4
  106. package/dist/types/src/api-model/models/item-input.d.ts +4 -4
  107. package/dist/types/src/api-model/models/item-label-page-type.d.ts +30 -0
  108. package/dist/types/src/api-model/models/item.d.ts +2 -2
  109. package/dist/types/src/api-model/models/label-owner.d.ts +2 -1
  110. package/dist/types/src/api-model/models/label-print-type.d.ts +21 -0
  111. package/dist/types/src/api-model/models/list-delivery-window-options-response.d.ts +32 -0
  112. package/dist/types/src/api-model/models/list-inbound-plan-boxes-response.d.ts +3 -3
  113. package/dist/types/src/api-model/models/list-inbound-plan-items-response.d.ts +3 -3
  114. package/dist/types/src/api-model/models/list-inbound-plan-pallets-response.d.ts +3 -3
  115. package/dist/types/src/api-model/models/list-inbound-plans-response.d.ts +3 -3
  116. package/dist/types/src/api-model/models/list-item-compliance-details-response.d.ts +2 -2
  117. package/dist/types/src/api-model/models/list-packing-group-boxes-response.d.ts +32 -0
  118. package/dist/types/src/api-model/models/list-packing-group-items-response.d.ts +4 -4
  119. package/dist/types/src/api-model/models/list-packing-options-response.d.ts +3 -3
  120. package/dist/types/src/api-model/models/list-placement-options-response.d.ts +3 -3
  121. package/dist/types/src/api-model/models/list-shipment-boxes-response.d.ts +32 -0
  122. package/dist/types/src/api-model/models/list-shipment-content-update-previews-response.d.ts +32 -0
  123. package/dist/types/src/api-model/models/list-shipment-items-response.d.ts +32 -0
  124. package/dist/types/src/api-model/models/list-shipment-pallets-response.d.ts +32 -0
  125. package/dist/types/src/api-model/models/list-transportation-options-response.d.ts +3 -3
  126. package/dist/types/src/api-model/models/msku-quantity.d.ts +30 -0
  127. package/dist/types/src/api-model/models/operation-problem.d.ts +1 -1
  128. package/dist/types/src/api-model/models/package-grouping-input.d.ts +1 -1
  129. package/dist/types/src/api-model/models/packing-option-summary.d.ts +1 -1
  130. package/dist/types/src/api-model/models/packing-option.d.ts +5 -11
  131. package/dist/types/src/api-model/models/pallet-input.d.ts +4 -4
  132. package/dist/types/src/api-model/models/pallet.d.ts +3 -3
  133. package/dist/types/src/api-model/models/placement-option-summary.d.ts +2 -2
  134. package/dist/types/src/api-model/models/placement-option.d.ts +4 -4
  135. package/dist/types/src/api-model/models/prep-instruction.d.ts +3 -3
  136. package/dist/types/src/api-model/models/prep-owner.d.ts +2 -1
  137. package/dist/types/src/api-model/models/quote.d.ts +2 -2
  138. package/dist/types/src/api-model/models/requested-updates.d.ts +32 -0
  139. package/dist/types/src/api-model/models/schedule-self-ship-appointment-request.d.ts +2 -2
  140. package/dist/types/src/api-model/models/schedule-self-ship-appointment-response.d.ts +2 -2
  141. package/dist/types/src/api-model/models/selected-delivery-window.d.ts +48 -0
  142. package/dist/types/src/api-model/models/self-ship-appointment-details.d.ts +1 -1
  143. package/dist/types/src/api-model/models/self-ship-appointment-slots-availability.d.ts +2 -2
  144. package/dist/types/src/api-model/models/set-packing-information-request.d.ts +3 -3
  145. package/dist/types/src/api-model/models/set-packing-information-response.d.ts +1 -1
  146. package/dist/types/src/api-model/models/shipment-destination.d.ts +3 -3
  147. package/dist/types/src/api-model/models/shipment-source.d.ts +2 -2
  148. package/dist/types/src/api-model/models/shipment-summary.d.ts +2 -2
  149. package/dist/types/src/api-model/models/shipment-transportation-configuration.d.ts +13 -6
  150. package/dist/types/src/api-model/models/shipment.d.ts +20 -19
  151. package/dist/types/src/api-model/models/shipping-configuration.d.ts +2 -2
  152. package/dist/types/src/api-model/models/spd-tracking-detail-input.d.ts +1 -1
  153. package/dist/types/src/api-model/models/spd-tracking-detail.d.ts +1 -1
  154. package/dist/types/src/api-model/models/spd-tracking-item-input.d.ts +1 -1
  155. package/dist/types/src/api-model/models/spd-tracking-item.d.ts +2 -2
  156. package/dist/types/src/api-model/models/tax-details.d.ts +2 -2
  157. package/dist/types/src/api-model/models/tax-rate.d.ts +1 -1
  158. package/dist/types/src/api-model/models/tracking-details-input.d.ts +2 -2
  159. package/dist/types/src/api-model/models/tracking-details.d.ts +2 -2
  160. package/dist/types/src/api-model/models/transportation-option.d.ts +13 -19
  161. package/dist/types/src/api-model/models/transportation-selection.d.ts +1 -8
  162. package/dist/types/src/api-model/models/update-inbound-plan-name-request.d.ts +24 -0
  163. package/dist/types/src/api-model/models/update-item-compliance-details-request.d.ts +1 -1
  164. package/dist/types/src/api-model/models/update-shipment-name-request.d.ts +24 -0
  165. package/dist/types/src/api-model/models/{update-shipment-delivery-window-request.d.ts → update-shipment-source-address-request.d.ts} +7 -7
  166. package/dist/types/src/api-model/models/update-shipment-source-address-response.d.ts +24 -0
  167. package/dist/types/src/api-model/models/update-shipment-tracking-details-request.d.ts +1 -1
  168. package/dist/types/src/api-model/models/weight.d.ts +1 -1
  169. package/package.json +4 -4
  170. package/dist/types/src/api-model/models/box-content.d.ts +0 -56
  171. package/dist/types/src/api-model/models/pallet-information.d.ts +0 -38
  172. /package/dist/cjs/src/api-model/models/{box-content.js → address-input.js} +0 -0
  173. /package/dist/cjs/src/api-model/models/{pallet-information.js → box-update-input.js} +0 -0
  174. /package/dist/cjs/src/api-model/models/{update-shipment-delivery-window-request.js → carrier-appointment.js} +0 -0
  175. /package/dist/cjs/src/api-model/models/{update-shipment-delivery-window-response.js → confirm-delivery-window-options-response.js} +0 -0
  176. /package/dist/es/src/api-model/models/{box-content.js → address-input.js} +0 -0
  177. /package/dist/es/src/api-model/models/{pallet-information.js → box-update-input.js} +0 -0
  178. /package/dist/es/src/api-model/models/{update-shipment-delivery-window-request.js → carrier-appointment.js} +0 -0
  179. /package/dist/es/src/api-model/models/{update-shipment-delivery-window-response.js → confirm-delivery-window-options-response.js} +0 -0
@@ -16,7 +16,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
16
16
  return (mod && mod.__esModule) ? mod : { "default": mod };
17
17
  };
18
18
  Object.defineProperty(exports, "__esModule", { value: true });
19
- exports.RequiredError = exports.BaseAPI = exports.COLLECTION_FORMATS = exports.BASE_PATH = void 0;
19
+ exports.operationServerMap = exports.RequiredError = exports.BaseAPI = exports.COLLECTION_FORMATS = exports.BASE_PATH = void 0;
20
20
  const axios_1 = __importDefault(require("axios"));
21
21
  exports.BASE_PATH = "https://sellingpartnerapi-na.amazon.com".replace(/\/+$/, "");
22
22
  /**
@@ -43,7 +43,7 @@ class BaseAPI {
43
43
  this.axios = axios;
44
44
  if (configuration) {
45
45
  this.configuration = configuration;
46
- this.basePath = configuration.basePath || this.basePath;
46
+ this.basePath = configuration.basePath ?? basePath;
47
47
  }
48
48
  }
49
49
  }
@@ -64,3 +64,8 @@ class RequiredError extends Error {
64
64
  }
65
65
  }
66
66
  exports.RequiredError = RequiredError;
67
+ /**
68
+ *
69
+ * @export
70
+ */
71
+ exports.operationServerMap = {};
@@ -138,7 +138,7 @@ exports.toPathString = toPathString;
138
138
  */
139
139
  const createRequestFunction = function (axiosArgs, globalAxios, BASE_PATH, configuration) {
140
140
  return (axios = globalAxios, basePath = BASE_PATH) => {
141
- const axiosRequestArgs = { ...axiosArgs.options, url: (configuration?.basePath || basePath) + axiosArgs.url };
141
+ const axiosRequestArgs = { ...axiosArgs.options, url: (axios.defaults.baseURL ? '' : configuration?.basePath ?? basePath) + axiosArgs.url };
142
142
  return axios.request(axiosRequestArgs);
143
143
  };
144
144
  };
@@ -49,6 +49,13 @@ class Configuration {
49
49
  * @memberof Configuration
50
50
  */
51
51
  basePath;
52
+ /**
53
+ * override server index
54
+ *
55
+ * @type {number}
56
+ * @memberof Configuration
57
+ */
58
+ serverIndex;
52
59
  /**
53
60
  * base options for axios calls
54
61
  *
@@ -70,6 +77,7 @@ class Configuration {
70
77
  this.password = param.password;
71
78
  this.accessToken = param.accessToken;
72
79
  this.basePath = param.basePath;
80
+ this.serverIndex = param.serverIndex;
73
81
  this.baseOptions = param.baseOptions;
74
82
  this.formDataCtor = param.formDataCtor;
75
83
  }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for FBA inbound operations.
6
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
7
+ *
8
+ * The version of the OpenAPI document: 2024-03-20
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for FBA inbound operations.
6
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
7
+ *
8
+ * The version of the OpenAPI document: 2024-03-20
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for FBA inbound operations.
6
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
7
+ *
8
+ * The version of the OpenAPI document: 2024-03-20
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for FBA inbound operations.
6
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
7
+ *
8
+ * The version of the OpenAPI document: 2024-03-20
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for FBA inbound operations.
6
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
7
+ *
8
+ * The version of the OpenAPI document: 2024-03-20
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for FBA inbound operations.
6
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
7
+ *
8
+ * The version of the OpenAPI document: 2024-03-20
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for FBA inbound operations.
6
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
7
+ *
8
+ * The version of the OpenAPI document: 2024-03-20
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for FBA inbound operations.
6
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
7
+ *
8
+ * The version of the OpenAPI document: 2024-03-20
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for FBA inbound operations.
6
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
7
+ *
8
+ * The version of the OpenAPI document: 2024-03-20
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -15,35 +15,47 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./address"), exports);
18
+ __exportStar(require("./address-input"), exports);
18
19
  __exportStar(require("./appointment-slot"), exports);
19
20
  __exportStar(require("./appointment-slot-time"), exports);
20
21
  __exportStar(require("./box"), exports);
21
- __exportStar(require("./box-content"), exports);
22
22
  __exportStar(require("./box-content-information-source"), exports);
23
23
  __exportStar(require("./box-input"), exports);
24
+ __exportStar(require("./box-update-input"), exports);
24
25
  __exportStar(require("./cancel-inbound-plan-response"), exports);
25
26
  __exportStar(require("./cancel-self-ship-appointment-request"), exports);
26
27
  __exportStar(require("./cancel-self-ship-appointment-response"), exports);
27
28
  __exportStar(require("./carrier"), exports);
29
+ __exportStar(require("./carrier-appointment"), exports);
28
30
  __exportStar(require("./compliance-detail"), exports);
31
+ __exportStar(require("./confirm-delivery-window-options-response"), exports);
29
32
  __exportStar(require("./confirm-packing-option-response"), exports);
30
33
  __exportStar(require("./confirm-placement-option-response"), exports);
34
+ __exportStar(require("./confirm-shipment-content-update-preview-response"), exports);
31
35
  __exportStar(require("./confirm-transportation-options-request"), exports);
32
36
  __exportStar(require("./confirm-transportation-options-response"), exports);
33
37
  __exportStar(require("./contact-information"), exports);
38
+ __exportStar(require("./content-update-preview"), exports);
34
39
  __exportStar(require("./create-inbound-plan-request"), exports);
35
40
  __exportStar(require("./create-inbound-plan-response"), exports);
41
+ __exportStar(require("./create-marketplace-item-labels-request"), exports);
42
+ __exportStar(require("./create-marketplace-item-labels-response"), exports);
36
43
  __exportStar(require("./currency"), exports);
37
44
  __exportStar(require("./custom-placement-input"), exports);
38
45
  __exportStar(require("./dates"), exports);
46
+ __exportStar(require("./delivery-window-option"), exports);
39
47
  __exportStar(require("./dimensions"), exports);
40
48
  __exportStar(require("./document-download"), exports);
41
49
  __exportStar(require("./error-list"), exports);
50
+ __exportStar(require("./freight-information"), exports);
51
+ __exportStar(require("./generate-delivery-window-options-response"), exports);
42
52
  __exportStar(require("./generate-packing-options-response"), exports);
43
53
  __exportStar(require("./generate-placement-options-request"), exports);
44
54
  __exportStar(require("./generate-placement-options-response"), exports);
45
55
  __exportStar(require("./generate-self-ship-appointment-slots-request"), exports);
46
56
  __exportStar(require("./generate-self-ship-appointment-slots-response"), exports);
57
+ __exportStar(require("./generate-shipment-content-update-previews-request"), exports);
58
+ __exportStar(require("./generate-shipment-content-update-previews-response"), exports);
47
59
  __exportStar(require("./generate-transportation-options-request"), exports);
48
60
  __exportStar(require("./generate-transportation-options-response"), exports);
49
61
  __exportStar(require("./get-delivery-challan-document-response"), exports);
@@ -54,19 +66,28 @@ __exportStar(require("./inbound-plan-summary"), exports);
54
66
  __exportStar(require("./incentive"), exports);
55
67
  __exportStar(require("./item"), exports);
56
68
  __exportStar(require("./item-input"), exports);
69
+ __exportStar(require("./item-label-page-type"), exports);
57
70
  __exportStar(require("./label-owner"), exports);
71
+ __exportStar(require("./label-print-type"), exports);
72
+ __exportStar(require("./list-delivery-window-options-response"), exports);
58
73
  __exportStar(require("./list-inbound-plan-boxes-response"), exports);
59
74
  __exportStar(require("./list-inbound-plan-items-response"), exports);
60
75
  __exportStar(require("./list-inbound-plan-pallets-response"), exports);
61
76
  __exportStar(require("./list-inbound-plans-response"), exports);
62
77
  __exportStar(require("./list-item-compliance-details-response"), exports);
78
+ __exportStar(require("./list-packing-group-boxes-response"), exports);
63
79
  __exportStar(require("./list-packing-group-items-response"), exports);
64
80
  __exportStar(require("./list-packing-options-response"), exports);
65
81
  __exportStar(require("./list-placement-options-response"), exports);
82
+ __exportStar(require("./list-shipment-boxes-response"), exports);
83
+ __exportStar(require("./list-shipment-content-update-previews-response"), exports);
84
+ __exportStar(require("./list-shipment-items-response"), exports);
85
+ __exportStar(require("./list-shipment-pallets-response"), exports);
66
86
  __exportStar(require("./list-transportation-options-response"), exports);
67
87
  __exportStar(require("./ltl-tracking-detail"), exports);
68
88
  __exportStar(require("./ltl-tracking-detail-input"), exports);
69
89
  __exportStar(require("./model-error"), exports);
90
+ __exportStar(require("./msku-quantity"), exports);
70
91
  __exportStar(require("./operation-problem"), exports);
71
92
  __exportStar(require("./operation-status"), exports);
72
93
  __exportStar(require("./package-grouping-input"), exports);
@@ -74,7 +95,6 @@ __exportStar(require("./packing-option"), exports);
74
95
  __exportStar(require("./packing-option-summary"), exports);
75
96
  __exportStar(require("./pagination"), exports);
76
97
  __exportStar(require("./pallet"), exports);
77
- __exportStar(require("./pallet-information"), exports);
78
98
  __exportStar(require("./pallet-input"), exports);
79
99
  __exportStar(require("./placement-option"), exports);
80
100
  __exportStar(require("./placement-option-summary"), exports);
@@ -83,8 +103,10 @@ __exportStar(require("./prep-owner"), exports);
83
103
  __exportStar(require("./quote"), exports);
84
104
  __exportStar(require("./reason-comment"), exports);
85
105
  __exportStar(require("./region"), exports);
106
+ __exportStar(require("./requested-updates"), exports);
86
107
  __exportStar(require("./schedule-self-ship-appointment-request"), exports);
87
108
  __exportStar(require("./schedule-self-ship-appointment-response"), exports);
109
+ __exportStar(require("./selected-delivery-window"), exports);
88
110
  __exportStar(require("./self-ship-appointment-details"), exports);
89
111
  __exportStar(require("./self-ship-appointment-slots-availability"), exports);
90
112
  __exportStar(require("./set-packing-information-request"), exports);
@@ -108,10 +130,12 @@ __exportStar(require("./transportation-option"), exports);
108
130
  __exportStar(require("./transportation-selection"), exports);
109
131
  __exportStar(require("./unit-of-measurement"), exports);
110
132
  __exportStar(require("./unit-of-weight"), exports);
133
+ __exportStar(require("./update-inbound-plan-name-request"), exports);
111
134
  __exportStar(require("./update-item-compliance-details-request"), exports);
112
135
  __exportStar(require("./update-item-compliance-details-response"), exports);
113
- __exportStar(require("./update-shipment-delivery-window-request"), exports);
114
- __exportStar(require("./update-shipment-delivery-window-response"), exports);
136
+ __exportStar(require("./update-shipment-name-request"), exports);
137
+ __exportStar(require("./update-shipment-source-address-request"), exports);
138
+ __exportStar(require("./update-shipment-source-address-response"), exports);
115
139
  __exportStar(require("./update-shipment-tracking-details-request"), exports);
116
140
  __exportStar(require("./update-shipment-tracking-details-response"), exports);
117
141
  __exportStar(require("./weight"), exports);
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for FBA inbound operations.
6
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
7
+ *
8
+ * The version of the OpenAPI document: 2024-03-20
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.ItemLabelPageType = void 0;
17
+ /**
18
+ * The page type to use to print the labels. Possible values: \'A4_21\', \'A4_24\', \'A4_24_64x33\', \'A4_24_66x35\', \'A4_24_70x36\', \'A4_24_70x37\', \'A4_24i\', \'A4_27\', \'A4_40_52x29\', \'A4_44_48x25\', \'Letter_30\'.
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+ exports.ItemLabelPageType = {
23
+ A421: 'A4_21',
24
+ A424: 'A4_24',
25
+ A42464x33: 'A4_24_64x33',
26
+ A42466x35: 'A4_24_66x35',
27
+ A42470x36: 'A4_24_70x36',
28
+ A42470x37: 'A4_24_70x37',
29
+ A424i: 'A4_24i',
30
+ A427: 'A4_27',
31
+ A44052x29: 'A4_40_52x29',
32
+ A44448x25: 'A4_44_48x25',
33
+ Letter30: 'Letter_30'
34
+ };
@@ -15,11 +15,12 @@
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.LabelOwner = void 0;
17
17
  /**
18
- * Specifies who will label the items. Options include `AMAZON` and `SELLER`.
18
+ * Specifies who will label the items. Options include `AMAZON`, `SELLER` or `NONE`.
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
22
22
  exports.LabelOwner = {
23
23
  Amazon: 'AMAZON',
24
- Seller: 'SELLER'
24
+ Seller: 'SELLER',
25
+ None: 'NONE'
25
26
  };
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for FBA inbound operations.
6
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
7
+ *
8
+ * The version of the OpenAPI document: 2024-03-20
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.LabelPrintType = void 0;
17
+ /**
18
+ * Indicates the type of print type for a given label.
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+ exports.LabelPrintType = {
23
+ StandardFormat: 'STANDARD_FORMAT',
24
+ ThermalPrinting: 'THERMAL_PRINTING'
25
+ };
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for FBA inbound operations.
6
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
7
+ *
8
+ * The version of the OpenAPI document: 2024-03-20
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for FBA inbound operations.
6
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
7
+ *
8
+ * The version of the OpenAPI document: 2024-03-20
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for FBA inbound operations.
6
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
7
+ *
8
+ * The version of the OpenAPI document: 2024-03-20
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for FBA inbound operations.
6
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
7
+ *
8
+ * The version of the OpenAPI document: 2024-03-20
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for FBA inbound operations.
6
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
7
+ *
8
+ * The version of the OpenAPI document: 2024-03-20
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for FBA inbound operations.
6
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
7
+ *
8
+ * The version of the OpenAPI document: 2024-03-20
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for FBA inbound operations.
6
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
7
+ *
8
+ * The version of the OpenAPI document: 2024-03-20
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -15,11 +15,12 @@
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.PrepOwner = void 0;
17
17
  /**
18
- * In some situations, special preparations are required for items and this field reflects the owner of the preparations. Options include `AMAZON` or `SELLER`.
18
+ * In some situations, special preparations are required for items and this field reflects the owner of the preparations. Options include `AMAZON`, `SELLER` or `NONE`.
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
22
22
  exports.PrepOwner = {
23
23
  Amazon: 'AMAZON',
24
- Seller: 'SELLER'
24
+ Seller: 'SELLER',
25
+ None: 'NONE'
25
26
  };
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for FBA inbound operations.
6
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
7
+ *
8
+ * The version of the OpenAPI document: 2024-03-20
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for FBA inbound operations.
6
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
7
+ *
8
+ * The version of the OpenAPI document: 2024-03-20
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for FBA inbound operations.
6
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
7
+ *
8
+ * The version of the OpenAPI document: 2024-03-20
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for FBA inbound operations.
6
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
7
+ *
8
+ * The version of the OpenAPI document: 2024-03-20
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for FBA inbound operations.
6
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
7
+ *
8
+ * The version of the OpenAPI document: 2024-03-20
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for FBA inbound operations.
6
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
7
+ *
8
+ * The version of the OpenAPI document: 2024-03-20
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });