@sp-api-sdk/vendor-shipments-api-v1 2.4.1 → 2.5.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 (187) hide show
  1. package/dist/cjs/api-model/api/{vendor-shipping-api.js → vendor-shipments-api.js} +153 -32
  2. package/dist/cjs/api-model/api.js +2 -2
  3. package/dist/cjs/api-model/base.js +1 -1
  4. package/dist/cjs/api-model/common.js +1 -1
  5. package/dist/cjs/api-model/configuration.js +1 -1
  6. package/dist/cjs/api-model/index.js +1 -1
  7. package/dist/cjs/api-model/models/address.js +1 -1
  8. package/dist/cjs/api-model/models/carrier-details.js +1 -1
  9. package/dist/cjs/api-model/models/carton-reference-details.js +1 -1
  10. package/dist/cjs/api-model/models/carton.js +1 -1
  11. package/dist/cjs/api-model/models/collect-freight-pickup-details.js +1 -1
  12. package/dist/cjs/api-model/models/container-identification.js +1 -1
  13. package/dist/cjs/api-model/models/container-item.js +1 -1
  14. package/dist/cjs/api-model/models/container-sequence-numbers.js +1 -1
  15. package/dist/cjs/api-model/models/containers.js +1 -1
  16. package/dist/cjs/api-model/models/dimensions.js +1 -1
  17. package/dist/cjs/api-model/models/duration.js +1 -1
  18. package/dist/cjs/api-model/models/expiry.js +1 -1
  19. package/dist/cjs/api-model/models/get-shipment-details-response.js +1 -1
  20. package/dist/cjs/api-model/models/get-shipment-labels.js +15 -0
  21. package/dist/cjs/api-model/models/import-details.js +1 -1
  22. package/dist/cjs/api-model/models/index.js +9 -0
  23. package/dist/cjs/api-model/models/inner-containers-details.js +1 -1
  24. package/dist/cjs/api-model/models/item-details.js +1 -1
  25. package/dist/cjs/api-model/models/item-quantity.js +1 -1
  26. package/dist/cjs/api-model/models/item.js +1 -1
  27. package/dist/cjs/api-model/models/label-data.js +19 -0
  28. package/dist/cjs/api-model/models/location.js +1 -1
  29. package/dist/cjs/api-model/models/model-error.js +1 -1
  30. package/dist/cjs/api-model/models/money.js +1 -1
  31. package/dist/cjs/api-model/models/package-item-details.js +1 -1
  32. package/dist/cjs/api-model/models/packed-items.js +1 -1
  33. package/dist/cjs/api-model/models/packed-quantity.js +20 -0
  34. package/dist/cjs/api-model/models/pagination.js +1 -1
  35. package/dist/cjs/api-model/models/pallet.js +1 -1
  36. package/dist/cjs/api-model/models/party-identification.js +1 -1
  37. package/dist/cjs/api-model/models/purchase-order-item-details.js +15 -0
  38. package/dist/cjs/api-model/models/purchase-order-items.js +1 -1
  39. package/dist/cjs/api-model/models/purchase-orders.js +1 -1
  40. package/dist/cjs/api-model/models/route.js +1 -1
  41. package/dist/cjs/api-model/models/shipment-confirmation.js +1 -1
  42. package/dist/cjs/api-model/models/shipment-details.js +1 -1
  43. package/dist/cjs/api-model/models/shipment-information.js +20 -0
  44. package/dist/cjs/api-model/models/shipment-measurements.js +1 -1
  45. package/dist/cjs/api-model/models/shipment-status-details.js +1 -1
  46. package/dist/cjs/api-model/models/shipment.js +1 -1
  47. package/dist/cjs/api-model/models/stop.js +1 -1
  48. package/dist/cjs/api-model/models/submit-shipment-confirmations-request.js +1 -1
  49. package/dist/cjs/api-model/models/submit-shipment-confirmations-response.js +1 -1
  50. package/dist/cjs/api-model/models/submit-shipments.js +1 -1
  51. package/dist/cjs/api-model/models/tax-registration-details.js +1 -1
  52. package/dist/cjs/api-model/models/total-weight.js +22 -0
  53. package/dist/cjs/api-model/models/transaction-reference.js +1 -1
  54. package/dist/cjs/api-model/models/transport-label.js +15 -0
  55. package/dist/cjs/api-model/models/transport-shipment-measurements.js +1 -1
  56. package/dist/cjs/api-model/models/transportation-details-for-shipment-confirmation.js +1 -1
  57. package/dist/cjs/api-model/models/transportation-details.js +1 -1
  58. package/dist/cjs/api-model/models/transportation-labels.js +15 -0
  59. package/dist/cjs/api-model/models/vendor-details.js +15 -0
  60. package/dist/cjs/api-model/models/volume.js +1 -1
  61. package/dist/cjs/api-model/models/weight.js +1 -1
  62. package/dist/cjs/client.js +8 -1
  63. package/dist/es/api-model/api/{vendor-shipping-api.js → vendor-shipments-api.js} +148 -27
  64. package/dist/es/api-model/api.js +2 -2
  65. package/dist/es/api-model/base.js +1 -1
  66. package/dist/es/api-model/common.js +1 -1
  67. package/dist/es/api-model/configuration.js +1 -1
  68. package/dist/es/api-model/index.js +1 -1
  69. package/dist/es/api-model/models/address.js +1 -1
  70. package/dist/es/api-model/models/carrier-details.js +1 -1
  71. package/dist/es/api-model/models/carton-reference-details.js +1 -1
  72. package/dist/es/api-model/models/carton.js +1 -1
  73. package/dist/es/api-model/models/collect-freight-pickup-details.js +1 -1
  74. package/dist/es/api-model/models/container-identification.js +1 -1
  75. package/dist/es/api-model/models/container-item.js +1 -1
  76. package/dist/es/api-model/models/container-sequence-numbers.js +1 -1
  77. package/dist/es/api-model/models/containers.js +1 -1
  78. package/dist/es/api-model/models/dimensions.js +1 -1
  79. package/dist/es/api-model/models/duration.js +1 -1
  80. package/dist/es/api-model/models/expiry.js +1 -1
  81. package/dist/es/api-model/models/get-shipment-details-response.js +1 -1
  82. package/dist/es/api-model/models/get-shipment-labels.js +14 -0
  83. package/dist/es/api-model/models/import-details.js +1 -1
  84. package/dist/es/api-model/models/index.js +9 -0
  85. package/dist/es/api-model/models/inner-containers-details.js +1 -1
  86. package/dist/es/api-model/models/item-details.js +1 -1
  87. package/dist/es/api-model/models/item-quantity.js +1 -1
  88. package/dist/es/api-model/models/item.js +1 -1
  89. package/dist/es/api-model/models/label-data.js +16 -0
  90. package/dist/es/api-model/models/location.js +1 -1
  91. package/dist/es/api-model/models/model-error.js +1 -1
  92. package/dist/es/api-model/models/money.js +1 -1
  93. package/dist/es/api-model/models/package-item-details.js +1 -1
  94. package/dist/es/api-model/models/packed-items.js +1 -1
  95. package/dist/es/api-model/models/packed-quantity.js +17 -0
  96. package/dist/es/api-model/models/pagination.js +1 -1
  97. package/dist/es/api-model/models/pallet.js +1 -1
  98. package/dist/es/api-model/models/party-identification.js +1 -1
  99. package/dist/es/api-model/models/purchase-order-item-details.js +14 -0
  100. package/dist/es/api-model/models/purchase-order-items.js +1 -1
  101. package/dist/es/api-model/models/purchase-orders.js +1 -1
  102. package/dist/es/api-model/models/route.js +1 -1
  103. package/dist/es/api-model/models/shipment-confirmation.js +1 -1
  104. package/dist/es/api-model/models/shipment-details.js +1 -1
  105. package/dist/es/api-model/models/shipment-information.js +17 -0
  106. package/dist/es/api-model/models/shipment-measurements.js +1 -1
  107. package/dist/es/api-model/models/shipment-status-details.js +1 -1
  108. package/dist/es/api-model/models/shipment.js +1 -1
  109. package/dist/es/api-model/models/stop.js +1 -1
  110. package/dist/es/api-model/models/submit-shipment-confirmations-request.js +1 -1
  111. package/dist/es/api-model/models/submit-shipment-confirmations-response.js +1 -1
  112. package/dist/es/api-model/models/submit-shipments.js +1 -1
  113. package/dist/es/api-model/models/tax-registration-details.js +1 -1
  114. package/dist/es/api-model/models/total-weight.js +19 -0
  115. package/dist/es/api-model/models/transaction-reference.js +1 -1
  116. package/dist/es/api-model/models/transport-label.js +14 -0
  117. package/dist/es/api-model/models/transport-shipment-measurements.js +1 -1
  118. package/dist/es/api-model/models/transportation-details-for-shipment-confirmation.js +1 -1
  119. package/dist/es/api-model/models/transportation-details.js +1 -1
  120. package/dist/es/api-model/models/transportation-labels.js +14 -0
  121. package/dist/es/api-model/models/vendor-details.js +14 -0
  122. package/dist/es/api-model/models/volume.js +1 -1
  123. package/dist/es/api-model/models/weight.js +1 -1
  124. package/dist/es/client.js +9 -2
  125. package/dist/types/api-model/api/{vendor-shipping-api.d.ts → vendor-shipments-api.d.ts} +183 -60
  126. package/dist/types/api-model/api.d.ts +2 -2
  127. package/dist/types/api-model/base.d.ts +1 -1
  128. package/dist/types/api-model/common.d.ts +1 -1
  129. package/dist/types/api-model/configuration.d.ts +1 -1
  130. package/dist/types/api-model/index.d.ts +1 -1
  131. package/dist/types/api-model/models/address.d.ts +1 -1
  132. package/dist/types/api-model/models/carrier-details.d.ts +1 -1
  133. package/dist/types/api-model/models/carton-reference-details.d.ts +1 -1
  134. package/dist/types/api-model/models/carton.d.ts +1 -1
  135. package/dist/types/api-model/models/collect-freight-pickup-details.d.ts +1 -1
  136. package/dist/types/api-model/models/container-identification.d.ts +1 -1
  137. package/dist/types/api-model/models/container-item.d.ts +1 -1
  138. package/dist/types/api-model/models/container-sequence-numbers.d.ts +1 -1
  139. package/dist/types/api-model/models/containers.d.ts +1 -1
  140. package/dist/types/api-model/models/dimensions.d.ts +1 -1
  141. package/dist/types/api-model/models/duration.d.ts +1 -1
  142. package/dist/types/api-model/models/expiry.d.ts +1 -1
  143. package/dist/types/api-model/models/get-shipment-details-response.d.ts +1 -1
  144. package/dist/types/api-model/models/get-shipment-labels.d.ts +31 -0
  145. package/dist/types/api-model/models/import-details.d.ts +1 -1
  146. package/dist/types/api-model/models/index.d.ts +9 -0
  147. package/dist/types/api-model/models/inner-containers-details.d.ts +1 -1
  148. package/dist/types/api-model/models/item-details.d.ts +1 -1
  149. package/dist/types/api-model/models/item-quantity.d.ts +8 -1
  150. package/dist/types/api-model/models/item.d.ts +1 -1
  151. package/dist/types/api-model/models/label-data.d.ts +52 -0
  152. package/dist/types/api-model/models/location.d.ts +1 -1
  153. package/dist/types/api-model/models/model-error.d.ts +1 -1
  154. package/dist/types/api-model/models/money.d.ts +1 -1
  155. package/dist/types/api-model/models/package-item-details.d.ts +1 -1
  156. package/dist/types/api-model/models/packed-items.d.ts +1 -1
  157. package/dist/types/api-model/models/packed-quantity.d.ts +41 -0
  158. package/dist/types/api-model/models/pagination.d.ts +1 -1
  159. package/dist/types/api-model/models/pallet.d.ts +1 -1
  160. package/dist/types/api-model/models/party-identification.d.ts +1 -1
  161. package/dist/types/api-model/models/purchase-order-item-details.d.ts +25 -0
  162. package/dist/types/api-model/models/purchase-order-items.d.ts +1 -1
  163. package/dist/types/api-model/models/purchase-orders.d.ts +1 -1
  164. package/dist/types/api-model/models/route.d.ts +1 -1
  165. package/dist/types/api-model/models/shipment-confirmation.d.ts +1 -1
  166. package/dist/types/api-model/models/shipment-details.d.ts +1 -1
  167. package/dist/types/api-model/models/shipment-information.d.ts +73 -0
  168. package/dist/types/api-model/models/shipment-measurements.d.ts +1 -1
  169. package/dist/types/api-model/models/shipment-status-details.d.ts +1 -1
  170. package/dist/types/api-model/models/shipment.d.ts +1 -1
  171. package/dist/types/api-model/models/stop.d.ts +1 -1
  172. package/dist/types/api-model/models/submit-shipment-confirmations-request.d.ts +1 -1
  173. package/dist/types/api-model/models/submit-shipment-confirmations-response.d.ts +1 -1
  174. package/dist/types/api-model/models/submit-shipments.d.ts +1 -1
  175. package/dist/types/api-model/models/tax-registration-details.d.ts +1 -1
  176. package/dist/types/api-model/models/total-weight.d.ts +37 -0
  177. package/dist/types/api-model/models/transaction-reference.d.ts +1 -1
  178. package/dist/types/api-model/models/transport-label.d.ts +38 -0
  179. package/dist/types/api-model/models/transport-shipment-measurements.d.ts +1 -1
  180. package/dist/types/api-model/models/transportation-details-for-shipment-confirmation.d.ts +1 -1
  181. package/dist/types/api-model/models/transportation-details.d.ts +1 -1
  182. package/dist/types/api-model/models/transportation-labels.d.ts +32 -0
  183. package/dist/types/api-model/models/vendor-details.d.ts +31 -0
  184. package/dist/types/api-model/models/volume.d.ts +1 -1
  185. package/dist/types/api-model/models/weight.d.ts +1 -1
  186. package/dist/types/client.d.ts +2 -2
  187. package/package.json +3 -3
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Retail Procurement Shipments
4
+ * Vendor Shipments v1
5
5
  * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
@@ -18,13 +18,14 @@ import { DUMMY_BASE_URL, assertParamExists, setSearchParams, serializeDataIfNeed
18
18
  // @ts-ignore
19
19
  import { BASE_PATH, BaseAPI, operationServerMap } from '../base';
20
20
  /**
21
- * VendorShippingApi - axios parameter creator
21
+ * VendorShipmentsApi - axios parameter creator
22
22
  * @export
23
23
  */
24
- export const VendorShippingApiAxiosParamCreator = function (configuration) {
24
+ export const VendorShipmentsApiAxiosParamCreator = function (configuration) {
25
25
  return {
26
26
  /**
27
27
  * Returns the Details about Shipment, Carrier Details, status of the shipment, container details and other details related to shipment based on the filter parameters value that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
28
+ * @summary GetShipmentDetails
28
29
  * @param {number} [limit] The limit to the number of records returned. Default value is 50 records.
29
30
  * @param {GetShipmentDetailsSortOrderEnum} [sortOrder] Sort in ascending or descending order by purchase order creation date.
30
31
  * @param {string} [nextToken] Used for pagination when there are more shipments than the specified result size limit.
@@ -175,8 +176,70 @@ export const VendorShippingApiAxiosParamCreator = function (configuration) {
175
176
  options: localVarRequestOptions,
176
177
  };
177
178
  },
179
+ /**
180
+ * Returns transport Labels based on the filters that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
181
+ * @summary GetShipmentLabels
182
+ * @param {number} [limit] The limit to the number of records returned. Default value is 50 records.
183
+ * @param {GetShipmentLabelsSortOrderEnum} [sortOrder] Sort in ascending or descending order by transport label creation date.
184
+ * @param {string} [nextToken] Used for pagination when there are more transport label than the specified result size limit.
185
+ * @param {string} [labelCreatedAfter] transport Labels that became available after this timestamp will be included in the result. Must be in ISO-8601 date/time format.
186
+ * @param {string} [labelcreatedBefore] transport Labels that became available before this timestamp will be included in the result. Must be in ISO-8601 date/time format.
187
+ * @param {string} [buyerReferenceNumber] Get transport labels by passing Buyer Reference Number to retreive the corresponding transport label.
188
+ * @param {string} [vendorShipmentIdentifier] Get transport labels by passing Vendor Shipment ID to retreive the corresponding transport label.
189
+ * @param {string} [sellerWarehouseCode] Get Shipping labels based Vendor Warehouse code. This value should be same as \'shipFromParty.partyId\' in the Shipment.
190
+ * @param {*} [options] Override http request option.
191
+ * @throws {RequiredError}
192
+ */
193
+ getShipmentLabels: async (limit, sortOrder, nextToken, labelCreatedAfter, labelcreatedBefore, buyerReferenceNumber, vendorShipmentIdentifier, sellerWarehouseCode, options = {}) => {
194
+ const localVarPath = `/vendor/shipping/v1/transportLabels`;
195
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
196
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
197
+ let baseOptions;
198
+ if (configuration) {
199
+ baseOptions = configuration.baseOptions;
200
+ }
201
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
202
+ const localVarHeaderParameter = {};
203
+ const localVarQueryParameter = {};
204
+ if (limit !== undefined) {
205
+ localVarQueryParameter['limit'] = limit;
206
+ }
207
+ if (sortOrder !== undefined) {
208
+ localVarQueryParameter['sortOrder'] = sortOrder;
209
+ }
210
+ if (nextToken !== undefined) {
211
+ localVarQueryParameter['nextToken'] = nextToken;
212
+ }
213
+ if (labelCreatedAfter !== undefined) {
214
+ localVarQueryParameter['labelCreatedAfter'] = (labelCreatedAfter instanceof Date) ?
215
+ labelCreatedAfter.toISOString() :
216
+ labelCreatedAfter;
217
+ }
218
+ if (labelcreatedBefore !== undefined) {
219
+ localVarQueryParameter['labelcreatedBefore'] = (labelcreatedBefore instanceof Date) ?
220
+ labelcreatedBefore.toISOString() :
221
+ labelcreatedBefore;
222
+ }
223
+ if (buyerReferenceNumber !== undefined) {
224
+ localVarQueryParameter['buyerReferenceNumber'] = buyerReferenceNumber;
225
+ }
226
+ if (vendorShipmentIdentifier !== undefined) {
227
+ localVarQueryParameter['vendorShipmentIdentifier'] = vendorShipmentIdentifier;
228
+ }
229
+ if (sellerWarehouseCode !== undefined) {
230
+ localVarQueryParameter['sellerWarehouseCode'] = sellerWarehouseCode;
231
+ }
232
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
233
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
234
+ localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
235
+ return {
236
+ url: toPathString(localVarUrlObj),
237
+ options: localVarRequestOptions,
238
+ };
239
+ },
178
240
  /**
179
241
  * Submits one or more shipment confirmations for vendor orders. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
242
+ * @summary SubmitShipmentConfirmations
180
243
  * @param {SubmitShipmentConfirmationsRequest} body A request to submit shipment confirmation.
181
244
  * @param {*} [options] Override http request option.
182
245
  * @throws {RequiredError}
@@ -206,6 +269,7 @@ export const VendorShippingApiAxiosParamCreator = function (configuration) {
206
269
  },
207
270
  /**
208
271
  * Submits one or more shipment request for vendor Orders. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
272
+ * @summary SubmitShipments
209
273
  * @param {SubmitShipments} body A request to submit shipment request.
210
274
  * @param {*} [options] Override http request option.
211
275
  * @throws {RequiredError}
@@ -236,14 +300,15 @@ export const VendorShippingApiAxiosParamCreator = function (configuration) {
236
300
  };
237
301
  };
238
302
  /**
239
- * VendorShippingApi - functional programming interface
303
+ * VendorShipmentsApi - functional programming interface
240
304
  * @export
241
305
  */
242
- export const VendorShippingApiFp = function (configuration) {
243
- const localVarAxiosParamCreator = VendorShippingApiAxiosParamCreator(configuration);
306
+ export const VendorShipmentsApiFp = function (configuration) {
307
+ const localVarAxiosParamCreator = VendorShipmentsApiAxiosParamCreator(configuration);
244
308
  return {
245
309
  /**
246
310
  * Returns the Details about Shipment, Carrier Details, status of the shipment, container details and other details related to shipment based on the filter parameters value that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
311
+ * @summary GetShipmentDetails
247
312
  * @param {number} [limit] The limit to the number of records returned. Default value is 50 records.
248
313
  * @param {GetShipmentDetailsSortOrderEnum} [sortOrder] Sort in ascending or descending order by purchase order creation date.
249
314
  * @param {string} [nextToken] Used for pagination when there are more shipments than the specified result size limit.
@@ -274,11 +339,32 @@ export const VendorShippingApiFp = function (configuration) {
274
339
  async getShipmentDetails(limit, sortOrder, nextToken, createdAfter, createdBefore, shipmentConfirmedBefore, shipmentConfirmedAfter, packageLabelCreatedBefore, packageLabelCreatedAfter, shippedBefore, shippedAfter, estimatedDeliveryBefore, estimatedDeliveryAfter, shipmentDeliveryBefore, shipmentDeliveryAfter, requestedPickUpBefore, requestedPickUpAfter, scheduledPickUpBefore, scheduledPickUpAfter, currentShipmentStatus, vendorShipmentIdentifier, buyerReferenceNumber, buyerWarehouseCode, sellerWarehouseCode, options) {
275
340
  const localVarAxiosArgs = await localVarAxiosParamCreator.getShipmentDetails(limit, sortOrder, nextToken, createdAfter, createdBefore, shipmentConfirmedBefore, shipmentConfirmedAfter, packageLabelCreatedBefore, packageLabelCreatedAfter, shippedBefore, shippedAfter, estimatedDeliveryBefore, estimatedDeliveryAfter, shipmentDeliveryBefore, shipmentDeliveryAfter, requestedPickUpBefore, requestedPickUpAfter, scheduledPickUpBefore, scheduledPickUpAfter, currentShipmentStatus, vendorShipmentIdentifier, buyerReferenceNumber, buyerWarehouseCode, sellerWarehouseCode, options);
276
341
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
277
- const localVarOperationServerBasePath = operationServerMap['VendorShippingApi.getShipmentDetails']?.[localVarOperationServerIndex]?.url;
342
+ const localVarOperationServerBasePath = operationServerMap['VendorShipmentsApi.getShipmentDetails']?.[localVarOperationServerIndex]?.url;
343
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
344
+ },
345
+ /**
346
+ * Returns transport Labels based on the filters that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
347
+ * @summary GetShipmentLabels
348
+ * @param {number} [limit] The limit to the number of records returned. Default value is 50 records.
349
+ * @param {GetShipmentLabelsSortOrderEnum} [sortOrder] Sort in ascending or descending order by transport label creation date.
350
+ * @param {string} [nextToken] Used for pagination when there are more transport label than the specified result size limit.
351
+ * @param {string} [labelCreatedAfter] transport Labels that became available after this timestamp will be included in the result. Must be in ISO-8601 date/time format.
352
+ * @param {string} [labelcreatedBefore] transport Labels that became available before this timestamp will be included in the result. Must be in ISO-8601 date/time format.
353
+ * @param {string} [buyerReferenceNumber] Get transport labels by passing Buyer Reference Number to retreive the corresponding transport label.
354
+ * @param {string} [vendorShipmentIdentifier] Get transport labels by passing Vendor Shipment ID to retreive the corresponding transport label.
355
+ * @param {string} [sellerWarehouseCode] Get Shipping labels based Vendor Warehouse code. This value should be same as \'shipFromParty.partyId\' in the Shipment.
356
+ * @param {*} [options] Override http request option.
357
+ * @throws {RequiredError}
358
+ */
359
+ async getShipmentLabels(limit, sortOrder, nextToken, labelCreatedAfter, labelcreatedBefore, buyerReferenceNumber, vendorShipmentIdentifier, sellerWarehouseCode, options) {
360
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getShipmentLabels(limit, sortOrder, nextToken, labelCreatedAfter, labelcreatedBefore, buyerReferenceNumber, vendorShipmentIdentifier, sellerWarehouseCode, options);
361
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
362
+ const localVarOperationServerBasePath = operationServerMap['VendorShipmentsApi.getShipmentLabels']?.[localVarOperationServerIndex]?.url;
278
363
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
279
364
  },
280
365
  /**
281
366
  * Submits one or more shipment confirmations for vendor orders. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
367
+ * @summary SubmitShipmentConfirmations
282
368
  * @param {SubmitShipmentConfirmationsRequest} body A request to submit shipment confirmation.
283
369
  * @param {*} [options] Override http request option.
284
370
  * @throws {RequiredError}
@@ -286,11 +372,12 @@ export const VendorShippingApiFp = function (configuration) {
286
372
  async submitShipmentConfirmations(body, options) {
287
373
  const localVarAxiosArgs = await localVarAxiosParamCreator.submitShipmentConfirmations(body, options);
288
374
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
289
- const localVarOperationServerBasePath = operationServerMap['VendorShippingApi.submitShipmentConfirmations']?.[localVarOperationServerIndex]?.url;
375
+ const localVarOperationServerBasePath = operationServerMap['VendorShipmentsApi.submitShipmentConfirmations']?.[localVarOperationServerIndex]?.url;
290
376
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
291
377
  },
292
378
  /**
293
379
  * Submits one or more shipment request for vendor Orders. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
380
+ * @summary SubmitShipments
294
381
  * @param {SubmitShipments} body A request to submit shipment request.
295
382
  * @param {*} [options] Override http request option.
296
383
  * @throws {RequiredError}
@@ -298,30 +385,42 @@ export const VendorShippingApiFp = function (configuration) {
298
385
  async submitShipments(body, options) {
299
386
  const localVarAxiosArgs = await localVarAxiosParamCreator.submitShipments(body, options);
300
387
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
301
- const localVarOperationServerBasePath = operationServerMap['VendorShippingApi.submitShipments']?.[localVarOperationServerIndex]?.url;
388
+ const localVarOperationServerBasePath = operationServerMap['VendorShipmentsApi.submitShipments']?.[localVarOperationServerIndex]?.url;
302
389
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
303
390
  },
304
391
  };
305
392
  };
306
393
  /**
307
- * VendorShippingApi - factory interface
394
+ * VendorShipmentsApi - factory interface
308
395
  * @export
309
396
  */
310
- export const VendorShippingApiFactory = function (configuration, basePath, axios) {
311
- const localVarFp = VendorShippingApiFp(configuration);
397
+ export const VendorShipmentsApiFactory = function (configuration, basePath, axios) {
398
+ const localVarFp = VendorShipmentsApiFp(configuration);
312
399
  return {
313
400
  /**
314
401
  * Returns the Details about Shipment, Carrier Details, status of the shipment, container details and other details related to shipment based on the filter parameters value that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
315
- * @param {VendorShippingApiGetShipmentDetailsRequest} requestParameters Request parameters.
402
+ * @summary GetShipmentDetails
403
+ * @param {VendorShipmentsApiGetShipmentDetailsRequest} requestParameters Request parameters.
316
404
  * @param {*} [options] Override http request option.
317
405
  * @throws {RequiredError}
318
406
  */
319
407
  getShipmentDetails(requestParameters = {}, options) {
320
408
  return localVarFp.getShipmentDetails(requestParameters.limit, requestParameters.sortOrder, requestParameters.nextToken, requestParameters.createdAfter, requestParameters.createdBefore, requestParameters.shipmentConfirmedBefore, requestParameters.shipmentConfirmedAfter, requestParameters.packageLabelCreatedBefore, requestParameters.packageLabelCreatedAfter, requestParameters.shippedBefore, requestParameters.shippedAfter, requestParameters.estimatedDeliveryBefore, requestParameters.estimatedDeliveryAfter, requestParameters.shipmentDeliveryBefore, requestParameters.shipmentDeliveryAfter, requestParameters.requestedPickUpBefore, requestParameters.requestedPickUpAfter, requestParameters.scheduledPickUpBefore, requestParameters.scheduledPickUpAfter, requestParameters.currentShipmentStatus, requestParameters.vendorShipmentIdentifier, requestParameters.buyerReferenceNumber, requestParameters.buyerWarehouseCode, requestParameters.sellerWarehouseCode, options).then((request) => request(axios, basePath));
321
409
  },
410
+ /**
411
+ * Returns transport Labels based on the filters that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
412
+ * @summary GetShipmentLabels
413
+ * @param {VendorShipmentsApiGetShipmentLabelsRequest} requestParameters Request parameters.
414
+ * @param {*} [options] Override http request option.
415
+ * @throws {RequiredError}
416
+ */
417
+ getShipmentLabels(requestParameters = {}, options) {
418
+ return localVarFp.getShipmentLabels(requestParameters.limit, requestParameters.sortOrder, requestParameters.nextToken, requestParameters.labelCreatedAfter, requestParameters.labelcreatedBefore, requestParameters.buyerReferenceNumber, requestParameters.vendorShipmentIdentifier, requestParameters.sellerWarehouseCode, options).then((request) => request(axios, basePath));
419
+ },
322
420
  /**
323
421
  * Submits one or more shipment confirmations for vendor orders. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
324
- * @param {VendorShippingApiSubmitShipmentConfirmationsRequest} requestParameters Request parameters.
422
+ * @summary SubmitShipmentConfirmations
423
+ * @param {VendorShipmentsApiSubmitShipmentConfirmationsRequest} requestParameters Request parameters.
325
424
  * @param {*} [options] Override http request option.
326
425
  * @throws {RequiredError}
327
426
  */
@@ -330,7 +429,8 @@ export const VendorShippingApiFactory = function (configuration, basePath, axios
330
429
  },
331
430
  /**
332
431
  * Submits one or more shipment request for vendor Orders. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
333
- * @param {VendorShippingApiSubmitShipmentsRequest} requestParameters Request parameters.
432
+ * @summary SubmitShipments
433
+ * @param {VendorShipmentsApiSubmitShipmentsRequest} requestParameters Request parameters.
334
434
  * @param {*} [options] Override http request option.
335
435
  * @throws {RequiredError}
336
436
  */
@@ -340,41 +440,55 @@ export const VendorShippingApiFactory = function (configuration, basePath, axios
340
440
  };
341
441
  };
342
442
  /**
343
- * VendorShippingApi - object-oriented interface
443
+ * VendorShipmentsApi - object-oriented interface
344
444
  * @export
345
- * @class VendorShippingApi
445
+ * @class VendorShipmentsApi
346
446
  * @extends {BaseAPI}
347
447
  */
348
- export class VendorShippingApi extends BaseAPI {
448
+ export class VendorShipmentsApi extends BaseAPI {
349
449
  /**
350
450
  * Returns the Details about Shipment, Carrier Details, status of the shipment, container details and other details related to shipment based on the filter parameters value that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
351
- * @param {VendorShippingApiGetShipmentDetailsRequest} requestParameters Request parameters.
451
+ * @summary GetShipmentDetails
452
+ * @param {VendorShipmentsApiGetShipmentDetailsRequest} requestParameters Request parameters.
352
453
  * @param {*} [options] Override http request option.
353
454
  * @throws {RequiredError}
354
- * @memberof VendorShippingApi
455
+ * @memberof VendorShipmentsApi
355
456
  */
356
457
  getShipmentDetails(requestParameters = {}, options) {
357
- return VendorShippingApiFp(this.configuration).getShipmentDetails(requestParameters.limit, requestParameters.sortOrder, requestParameters.nextToken, requestParameters.createdAfter, requestParameters.createdBefore, requestParameters.shipmentConfirmedBefore, requestParameters.shipmentConfirmedAfter, requestParameters.packageLabelCreatedBefore, requestParameters.packageLabelCreatedAfter, requestParameters.shippedBefore, requestParameters.shippedAfter, requestParameters.estimatedDeliveryBefore, requestParameters.estimatedDeliveryAfter, requestParameters.shipmentDeliveryBefore, requestParameters.shipmentDeliveryAfter, requestParameters.requestedPickUpBefore, requestParameters.requestedPickUpAfter, requestParameters.scheduledPickUpBefore, requestParameters.scheduledPickUpAfter, requestParameters.currentShipmentStatus, requestParameters.vendorShipmentIdentifier, requestParameters.buyerReferenceNumber, requestParameters.buyerWarehouseCode, requestParameters.sellerWarehouseCode, options).then((request) => request(this.axios, this.basePath));
458
+ return VendorShipmentsApiFp(this.configuration).getShipmentDetails(requestParameters.limit, requestParameters.sortOrder, requestParameters.nextToken, requestParameters.createdAfter, requestParameters.createdBefore, requestParameters.shipmentConfirmedBefore, requestParameters.shipmentConfirmedAfter, requestParameters.packageLabelCreatedBefore, requestParameters.packageLabelCreatedAfter, requestParameters.shippedBefore, requestParameters.shippedAfter, requestParameters.estimatedDeliveryBefore, requestParameters.estimatedDeliveryAfter, requestParameters.shipmentDeliveryBefore, requestParameters.shipmentDeliveryAfter, requestParameters.requestedPickUpBefore, requestParameters.requestedPickUpAfter, requestParameters.scheduledPickUpBefore, requestParameters.scheduledPickUpAfter, requestParameters.currentShipmentStatus, requestParameters.vendorShipmentIdentifier, requestParameters.buyerReferenceNumber, requestParameters.buyerWarehouseCode, requestParameters.sellerWarehouseCode, options).then((request) => request(this.axios, this.basePath));
459
+ }
460
+ /**
461
+ * Returns transport Labels based on the filters that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
462
+ * @summary GetShipmentLabels
463
+ * @param {VendorShipmentsApiGetShipmentLabelsRequest} requestParameters Request parameters.
464
+ * @param {*} [options] Override http request option.
465
+ * @throws {RequiredError}
466
+ * @memberof VendorShipmentsApi
467
+ */
468
+ getShipmentLabels(requestParameters = {}, options) {
469
+ return VendorShipmentsApiFp(this.configuration).getShipmentLabels(requestParameters.limit, requestParameters.sortOrder, requestParameters.nextToken, requestParameters.labelCreatedAfter, requestParameters.labelcreatedBefore, requestParameters.buyerReferenceNumber, requestParameters.vendorShipmentIdentifier, requestParameters.sellerWarehouseCode, options).then((request) => request(this.axios, this.basePath));
358
470
  }
359
471
  /**
360
472
  * Submits one or more shipment confirmations for vendor orders. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
361
- * @param {VendorShippingApiSubmitShipmentConfirmationsRequest} requestParameters Request parameters.
473
+ * @summary SubmitShipmentConfirmations
474
+ * @param {VendorShipmentsApiSubmitShipmentConfirmationsRequest} requestParameters Request parameters.
362
475
  * @param {*} [options] Override http request option.
363
476
  * @throws {RequiredError}
364
- * @memberof VendorShippingApi
477
+ * @memberof VendorShipmentsApi
365
478
  */
366
479
  submitShipmentConfirmations(requestParameters, options) {
367
- return VendorShippingApiFp(this.configuration).submitShipmentConfirmations(requestParameters.body, options).then((request) => request(this.axios, this.basePath));
480
+ return VendorShipmentsApiFp(this.configuration).submitShipmentConfirmations(requestParameters.body, options).then((request) => request(this.axios, this.basePath));
368
481
  }
369
482
  /**
370
483
  * Submits one or more shipment request for vendor Orders. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
371
- * @param {VendorShippingApiSubmitShipmentsRequest} requestParameters Request parameters.
484
+ * @summary SubmitShipments
485
+ * @param {VendorShipmentsApiSubmitShipmentsRequest} requestParameters Request parameters.
372
486
  * @param {*} [options] Override http request option.
373
487
  * @throws {RequiredError}
374
- * @memberof VendorShippingApi
488
+ * @memberof VendorShipmentsApi
375
489
  */
376
490
  submitShipments(requestParameters, options) {
377
- return VendorShippingApiFp(this.configuration).submitShipments(requestParameters.body, options).then((request) => request(this.axios, this.basePath));
491
+ return VendorShipmentsApiFp(this.configuration).submitShipments(requestParameters.body, options).then((request) => request(this.axios, this.basePath));
378
492
  }
379
493
  }
380
494
  /**
@@ -384,3 +498,10 @@ export const GetShipmentDetailsSortOrderEnum = {
384
498
  Asc: 'ASC',
385
499
  Desc: 'DESC'
386
500
  };
501
+ /**
502
+ * @export
503
+ */
504
+ export const GetShipmentLabelsSortOrderEnum = {
505
+ Asc: 'ASC',
506
+ Desc: 'DESC'
507
+ };
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Retail Procurement Shipments
4
+ * Vendor Shipments v1
5
5
  * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
@@ -11,4 +11,4 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
- export * from './api/vendor-shipping-api';
14
+ export * from './api/vendor-shipments-api';
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Retail Procurement Shipments
4
+ * Vendor Shipments v1
5
5
  * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Retail Procurement Shipments
4
+ * Vendor Shipments v1
5
5
  * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Retail Procurement Shipments
4
+ * Vendor Shipments v1
5
5
  * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Retail Procurement Shipments
4
+ * Vendor Shipments v1
5
5
  * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Retail Procurement Shipments
4
+ * Vendor Shipments v1
5
5
  * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Retail Procurement Shipments
4
+ * Vendor Shipments v1
5
5
  * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Retail Procurement Shipments
4
+ * Vendor Shipments v1
5
5
  * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Retail Procurement Shipments
4
+ * Vendor Shipments v1
5
5
  * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Retail Procurement Shipments
4
+ * Vendor Shipments v1
5
5
  * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Retail Procurement Shipments
4
+ * Vendor Shipments v1
5
5
  * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Retail Procurement Shipments
4
+ * Vendor Shipments v1
5
5
  * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Retail Procurement Shipments
4
+ * Vendor Shipments v1
5
5
  * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Retail Procurement Shipments
4
+ * Vendor Shipments v1
5
5
  * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Retail Procurement Shipments
4
+ * Vendor Shipments v1
5
5
  * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Retail Procurement Shipments
4
+ * Vendor Shipments v1
5
5
  * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Retail Procurement Shipments
4
+ * Vendor Shipments v1
5
5
  * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Retail Procurement Shipments
4
+ * Vendor Shipments v1
5
5
  * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Vendor Shipments v1
5
+ * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
6
+ *
7
+ * The version of the OpenAPI document: v1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Retail Procurement Shipments
4
+ * Vendor Shipments v1
5
5
  * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
@@ -11,25 +11,30 @@ export * from './dimensions';
11
11
  export * from './duration';
12
12
  export * from './expiry';
13
13
  export * from './get-shipment-details-response';
14
+ export * from './get-shipment-labels';
14
15
  export * from './import-details';
15
16
  export * from './inner-containers-details';
16
17
  export * from './item';
17
18
  export * from './item-details';
18
19
  export * from './item-quantity';
20
+ export * from './label-data';
19
21
  export * from './location';
20
22
  export * from './model-error';
21
23
  export * from './money';
22
24
  export * from './package-item-details';
23
25
  export * from './packed-items';
26
+ export * from './packed-quantity';
24
27
  export * from './pagination';
25
28
  export * from './pallet';
26
29
  export * from './party-identification';
30
+ export * from './purchase-order-item-details';
27
31
  export * from './purchase-order-items';
28
32
  export * from './purchase-orders';
29
33
  export * from './route';
30
34
  export * from './shipment';
31
35
  export * from './shipment-confirmation';
32
36
  export * from './shipment-details';
37
+ export * from './shipment-information';
33
38
  export * from './shipment-measurements';
34
39
  export * from './shipment-status-details';
35
40
  export * from './stop';
@@ -37,9 +42,13 @@ export * from './submit-shipment-confirmations-request';
37
42
  export * from './submit-shipment-confirmations-response';
38
43
  export * from './submit-shipments';
39
44
  export * from './tax-registration-details';
45
+ export * from './total-weight';
40
46
  export * from './transaction-reference';
47
+ export * from './transport-label';
41
48
  export * from './transport-shipment-measurements';
42
49
  export * from './transportation-details';
43
50
  export * from './transportation-details-for-shipment-confirmation';
51
+ export * from './transportation-labels';
52
+ export * from './vendor-details';
44
53
  export * from './volume';
45
54
  export * from './weight';
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Retail Procurement Shipments
4
+ * Vendor Shipments v1
5
5
  * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Retail Procurement Shipments
4
+ * Vendor Shipments v1
5
5
  * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Retail Procurement Shipments
4
+ * Vendor Shipments v1
5
5
  * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
6
6
  *
7
7
  * The version of the OpenAPI document: v1
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Retail Procurement Shipments
4
+ * Vendor Shipments v1
5
5
  * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
6
6
  *
7
7
  * The version of the OpenAPI document: v1