@sp-api-sdk/vendor-shipments-api-v1 2.5.3 → 3.0.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 (185) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/api-model/api/{vendor-shipments-api.js → vendor-shipping-api.js} +63 -67
  3. package/dist/cjs/api-model/api.js +2 -2
  4. package/dist/cjs/api-model/base.js +1 -1
  5. package/dist/cjs/api-model/common.js +1 -1
  6. package/dist/cjs/api-model/configuration.js +1 -1
  7. package/dist/cjs/api-model/index.js +1 -1
  8. package/dist/cjs/api-model/models/address.js +1 -1
  9. package/dist/cjs/api-model/models/carrier-details.js +1 -1
  10. package/dist/cjs/api-model/models/carton-reference-details.js +1 -1
  11. package/dist/cjs/api-model/models/carton.js +1 -1
  12. package/dist/cjs/api-model/models/collect-freight-pickup-details.js +1 -1
  13. package/dist/cjs/api-model/models/container-identification.js +1 -1
  14. package/dist/cjs/api-model/models/container-item.js +1 -1
  15. package/dist/cjs/api-model/models/container-sequence-numbers.js +1 -1
  16. package/dist/cjs/api-model/models/containers.js +1 -1
  17. package/dist/cjs/api-model/models/dimensions.js +1 -1
  18. package/dist/cjs/api-model/models/duration.js +1 -1
  19. package/dist/cjs/api-model/models/expiry.js +1 -1
  20. package/dist/cjs/api-model/models/get-shipment-details-response.js +1 -1
  21. package/dist/cjs/api-model/models/get-shipment-labels.js +1 -1
  22. package/dist/cjs/api-model/models/import-details.js +1 -1
  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 +1 -1
  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 +1 -1
  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 +1 -1
  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 +1 -1
  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 +1 -1
  53. package/dist/cjs/api-model/models/transaction-reference.js +1 -1
  54. package/dist/cjs/api-model/models/transport-label.js +1 -1
  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 +1 -1
  59. package/dist/cjs/api-model/models/vendor-details.js +1 -1
  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 +1 -1
  63. package/dist/es/api-model/api/{vendor-shipments-api.js → vendor-shipping-api.js} +58 -62
  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 +1 -1
  83. package/dist/es/api-model/models/import-details.js +1 -1
  84. package/dist/es/api-model/models/inner-containers-details.js +1 -1
  85. package/dist/es/api-model/models/item-details.js +1 -1
  86. package/dist/es/api-model/models/item-quantity.js +1 -1
  87. package/dist/es/api-model/models/item.js +1 -1
  88. package/dist/es/api-model/models/label-data.js +1 -1
  89. package/dist/es/api-model/models/location.js +1 -1
  90. package/dist/es/api-model/models/model-error.js +1 -1
  91. package/dist/es/api-model/models/money.js +1 -1
  92. package/dist/es/api-model/models/package-item-details.js +1 -1
  93. package/dist/es/api-model/models/packed-items.js +1 -1
  94. package/dist/es/api-model/models/packed-quantity.js +1 -1
  95. package/dist/es/api-model/models/pagination.js +1 -1
  96. package/dist/es/api-model/models/pallet.js +1 -1
  97. package/dist/es/api-model/models/party-identification.js +1 -1
  98. package/dist/es/api-model/models/purchase-order-item-details.js +1 -1
  99. package/dist/es/api-model/models/purchase-order-items.js +1 -1
  100. package/dist/es/api-model/models/purchase-orders.js +1 -1
  101. package/dist/es/api-model/models/route.js +1 -1
  102. package/dist/es/api-model/models/shipment-confirmation.js +1 -1
  103. package/dist/es/api-model/models/shipment-details.js +1 -1
  104. package/dist/es/api-model/models/shipment-information.js +1 -1
  105. package/dist/es/api-model/models/shipment-measurements.js +1 -1
  106. package/dist/es/api-model/models/shipment-status-details.js +1 -1
  107. package/dist/es/api-model/models/shipment.js +1 -1
  108. package/dist/es/api-model/models/stop.js +1 -1
  109. package/dist/es/api-model/models/submit-shipment-confirmations-request.js +1 -1
  110. package/dist/es/api-model/models/submit-shipment-confirmations-response.js +1 -1
  111. package/dist/es/api-model/models/submit-shipments.js +1 -1
  112. package/dist/es/api-model/models/tax-registration-details.js +1 -1
  113. package/dist/es/api-model/models/total-weight.js +1 -1
  114. package/dist/es/api-model/models/transaction-reference.js +1 -1
  115. package/dist/es/api-model/models/transport-label.js +1 -1
  116. package/dist/es/api-model/models/transport-shipment-measurements.js +1 -1
  117. package/dist/es/api-model/models/transportation-details-for-shipment-confirmation.js +1 -1
  118. package/dist/es/api-model/models/transportation-details.js +1 -1
  119. package/dist/es/api-model/models/transportation-labels.js +1 -1
  120. package/dist/es/api-model/models/vendor-details.js +1 -1
  121. package/dist/es/api-model/models/volume.js +1 -1
  122. package/dist/es/api-model/models/weight.js +1 -1
  123. package/dist/es/client.js +2 -2
  124. package/dist/types/api-model/api/{vendor-shipments-api.d.ts → vendor-shipping-api.d.ts} +104 -108
  125. package/dist/types/api-model/api.d.ts +2 -2
  126. package/dist/types/api-model/base.d.ts +1 -1
  127. package/dist/types/api-model/common.d.ts +1 -1
  128. package/dist/types/api-model/configuration.d.ts +1 -1
  129. package/dist/types/api-model/index.d.ts +1 -1
  130. package/dist/types/api-model/models/address.d.ts +1 -1
  131. package/dist/types/api-model/models/carrier-details.d.ts +1 -1
  132. package/dist/types/api-model/models/carton-reference-details.d.ts +1 -1
  133. package/dist/types/api-model/models/carton.d.ts +1 -1
  134. package/dist/types/api-model/models/collect-freight-pickup-details.d.ts +1 -1
  135. package/dist/types/api-model/models/container-identification.d.ts +1 -1
  136. package/dist/types/api-model/models/container-item.d.ts +1 -1
  137. package/dist/types/api-model/models/container-sequence-numbers.d.ts +1 -1
  138. package/dist/types/api-model/models/containers.d.ts +1 -1
  139. package/dist/types/api-model/models/dimensions.d.ts +1 -1
  140. package/dist/types/api-model/models/duration.d.ts +1 -1
  141. package/dist/types/api-model/models/expiry.d.ts +1 -1
  142. package/dist/types/api-model/models/get-shipment-details-response.d.ts +1 -1
  143. package/dist/types/api-model/models/get-shipment-labels.d.ts +1 -1
  144. package/dist/types/api-model/models/import-details.d.ts +1 -1
  145. package/dist/types/api-model/models/inner-containers-details.d.ts +1 -1
  146. package/dist/types/api-model/models/item-details.d.ts +1 -1
  147. package/dist/types/api-model/models/item-quantity.d.ts +1 -1
  148. package/dist/types/api-model/models/item.d.ts +1 -1
  149. package/dist/types/api-model/models/label-data.d.ts +5 -5
  150. package/dist/types/api-model/models/location.d.ts +1 -1
  151. package/dist/types/api-model/models/model-error.d.ts +1 -1
  152. package/dist/types/api-model/models/money.d.ts +1 -1
  153. package/dist/types/api-model/models/package-item-details.d.ts +1 -1
  154. package/dist/types/api-model/models/packed-items.d.ts +1 -1
  155. package/dist/types/api-model/models/packed-quantity.d.ts +1 -1
  156. package/dist/types/api-model/models/pagination.d.ts +1 -1
  157. package/dist/types/api-model/models/pallet.d.ts +1 -1
  158. package/dist/types/api-model/models/party-identification.d.ts +1 -1
  159. package/dist/types/api-model/models/purchase-order-item-details.d.ts +1 -1
  160. package/dist/types/api-model/models/purchase-order-items.d.ts +1 -1
  161. package/dist/types/api-model/models/purchase-orders.d.ts +1 -1
  162. package/dist/types/api-model/models/route.d.ts +1 -1
  163. package/dist/types/api-model/models/shipment-confirmation.d.ts +1 -1
  164. package/dist/types/api-model/models/shipment-details.d.ts +1 -1
  165. package/dist/types/api-model/models/shipment-information.d.ts +2 -2
  166. package/dist/types/api-model/models/shipment-measurements.d.ts +1 -1
  167. package/dist/types/api-model/models/shipment-status-details.d.ts +1 -1
  168. package/dist/types/api-model/models/shipment.d.ts +1 -1
  169. package/dist/types/api-model/models/stop.d.ts +1 -1
  170. package/dist/types/api-model/models/submit-shipment-confirmations-request.d.ts +1 -1
  171. package/dist/types/api-model/models/submit-shipment-confirmations-response.d.ts +1 -1
  172. package/dist/types/api-model/models/submit-shipments.d.ts +1 -1
  173. package/dist/types/api-model/models/tax-registration-details.d.ts +1 -1
  174. package/dist/types/api-model/models/total-weight.d.ts +3 -3
  175. package/dist/types/api-model/models/transaction-reference.d.ts +1 -1
  176. package/dist/types/api-model/models/transport-label.d.ts +1 -1
  177. package/dist/types/api-model/models/transport-shipment-measurements.d.ts +1 -1
  178. package/dist/types/api-model/models/transportation-details-for-shipment-confirmation.d.ts +1 -1
  179. package/dist/types/api-model/models/transportation-details.d.ts +1 -1
  180. package/dist/types/api-model/models/transportation-labels.d.ts +1 -1
  181. package/dist/types/api-model/models/vendor-details.d.ts +2 -2
  182. package/dist/types/api-model/models/volume.d.ts +1 -1
  183. package/dist/types/api-model/models/weight.d.ts +1 -1
  184. package/dist/types/client.d.ts +2 -2
  185. package/package.json +4 -4
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Vendor Shipments v1
2
+ * Selling Partner API for Retail Procurement Shipments
3
3
  * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
4
4
  *
5
5
  * The version of the OpenAPI document: v1
@@ -19,10 +19,10 @@ import type { SubmitShipmentConfirmationsRequest } from '../models';
19
19
  import type { SubmitShipmentConfirmationsResponse } from '../models';
20
20
  import type { SubmitShipments } from '../models';
21
21
  /**
22
- * VendorShipmentsApi - axios parameter creator
22
+ * VendorShippingApi - axios parameter creator
23
23
  * @export
24
24
  */
25
- export declare const VendorShipmentsApiAxiosParamCreator: (configuration?: Configuration) => {
25
+ export declare const VendorShippingApiAxiosParamCreator: (configuration?: Configuration) => {
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
28
  * @summary GetShipmentDetails
@@ -55,20 +55,19 @@ export declare const VendorShipmentsApiAxiosParamCreator: (configuration?: Confi
55
55
  */
56
56
  getShipmentDetails: (limit?: number, sortOrder?: GetShipmentDetailsSortOrderEnum, nextToken?: string, createdAfter?: string, createdBefore?: string, shipmentConfirmedBefore?: string, shipmentConfirmedAfter?: string, packageLabelCreatedBefore?: string, packageLabelCreatedAfter?: string, shippedBefore?: string, shippedAfter?: string, estimatedDeliveryBefore?: string, estimatedDeliveryAfter?: string, shipmentDeliveryBefore?: string, shipmentDeliveryAfter?: string, requestedPickUpBefore?: string, requestedPickUpAfter?: string, scheduledPickUpBefore?: string, scheduledPickUpAfter?: string, currentShipmentStatus?: string, vendorShipmentIdentifier?: string, buyerReferenceNumber?: string, buyerWarehouseCode?: string, sellerWarehouseCode?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
57
57
  /**
58
- * 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).
59
- * @summary GetShipmentLabels
58
+ * Returns small parcel shipment labels based on the filters that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
60
59
  * @param {number} [limit] The limit to the number of records returned. Default value is 50 records.
61
- * @param {GetShipmentLabelsSortOrderEnum} [sortOrder] Sort in ascending or descending order by transport label creation date.
62
- * @param {string} [nextToken] Used for pagination when there are more transport label than the specified result size limit.
63
- * @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.
64
- * @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.
65
- * @param {string} [buyerReferenceNumber] Get transport labels by passing Buyer Reference Number to retreive the corresponding transport label.
66
- * @param {string} [vendorShipmentIdentifier] Get transport labels by passing Vendor Shipment ID to retreive the corresponding transport label.
67
- * @param {string} [sellerWarehouseCode] Get Shipping labels based Vendor Warehouse code. This value should be same as \&#39;shipFromParty.partyId\&#39; in the Shipment.
60
+ * @param {GetShipmentLabelsSortOrderEnum} [sortOrder] Sort the list by shipment label creation date in ascending or descending order.
61
+ * @param {string} [nextToken] A token that is used to retrieve the next page of results. The response includes &#x60;nextToken&#x60; when the number of results exceeds the specified &#x60;pageSize&#x60; value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until &#x60;nextToken&#x60; is null. Note that this operation can return empty pages.
62
+ * @param {string} [labelCreatedAfter] Shipment labels created after this time will be included in the result. This field must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) datetime format.
63
+ * @param {string} [labelCreatedBefore] Shipment labels created before this time will be included in the result. This field must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) datetime format.
64
+ * @param {string} [buyerReferenceNumber] Get Shipment labels by passing buyer reference number.
65
+ * @param {string} [vendorShipmentIdentifier] Get Shipment labels by passing vendor shipment identifier.
66
+ * @param {string} [sellerWarehouseCode] Get Shipping labels based on vendor warehouse code. This value must be same as the &#x60;sellingParty.partyId&#x60; in the shipment.
68
67
  * @param {*} [options] Override http request option.
69
68
  * @throws {RequiredError}
70
69
  */
71
- getShipmentLabels: (limit?: number, sortOrder?: GetShipmentLabelsSortOrderEnum, nextToken?: string, labelCreatedAfter?: string, labelcreatedBefore?: string, buyerReferenceNumber?: string, vendorShipmentIdentifier?: string, sellerWarehouseCode?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
70
+ getShipmentLabels: (limit?: number, sortOrder?: GetShipmentLabelsSortOrderEnum, nextToken?: string, labelCreatedAfter?: string, labelCreatedBefore?: string, buyerReferenceNumber?: string, vendorShipmentIdentifier?: string, sellerWarehouseCode?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
72
71
  /**
73
72
  * 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).
74
73
  * @summary SubmitShipmentConfirmations
@@ -87,10 +86,10 @@ export declare const VendorShipmentsApiAxiosParamCreator: (configuration?: Confi
87
86
  submitShipments: (body: SubmitShipments, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
88
87
  };
89
88
  /**
90
- * VendorShipmentsApi - functional programming interface
89
+ * VendorShippingApi - functional programming interface
91
90
  * @export
92
91
  */
93
- export declare const VendorShipmentsApiFp: (configuration?: Configuration) => {
92
+ export declare const VendorShippingApiFp: (configuration?: Configuration) => {
94
93
  /**
95
94
  * 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).
96
95
  * @summary GetShipmentDetails
@@ -123,20 +122,19 @@ export declare const VendorShipmentsApiFp: (configuration?: Configuration) => {
123
122
  */
124
123
  getShipmentDetails(limit?: number, sortOrder?: GetShipmentDetailsSortOrderEnum, nextToken?: string, createdAfter?: string, createdBefore?: string, shipmentConfirmedBefore?: string, shipmentConfirmedAfter?: string, packageLabelCreatedBefore?: string, packageLabelCreatedAfter?: string, shippedBefore?: string, shippedAfter?: string, estimatedDeliveryBefore?: string, estimatedDeliveryAfter?: string, shipmentDeliveryBefore?: string, shipmentDeliveryAfter?: string, requestedPickUpBefore?: string, requestedPickUpAfter?: string, scheduledPickUpBefore?: string, scheduledPickUpAfter?: string, currentShipmentStatus?: string, vendorShipmentIdentifier?: string, buyerReferenceNumber?: string, buyerWarehouseCode?: string, sellerWarehouseCode?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetShipmentDetailsResponse>>;
125
124
  /**
126
- * 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).
127
- * @summary GetShipmentLabels
125
+ * Returns small parcel shipment labels based on the filters that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
128
126
  * @param {number} [limit] The limit to the number of records returned. Default value is 50 records.
129
- * @param {GetShipmentLabelsSortOrderEnum} [sortOrder] Sort in ascending or descending order by transport label creation date.
130
- * @param {string} [nextToken] Used for pagination when there are more transport label than the specified result size limit.
131
- * @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.
132
- * @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.
133
- * @param {string} [buyerReferenceNumber] Get transport labels by passing Buyer Reference Number to retreive the corresponding transport label.
134
- * @param {string} [vendorShipmentIdentifier] Get transport labels by passing Vendor Shipment ID to retreive the corresponding transport label.
135
- * @param {string} [sellerWarehouseCode] Get Shipping labels based Vendor Warehouse code. This value should be same as \&#39;shipFromParty.partyId\&#39; in the Shipment.
127
+ * @param {GetShipmentLabelsSortOrderEnum} [sortOrder] Sort the list by shipment label creation date in ascending or descending order.
128
+ * @param {string} [nextToken] A token that is used to retrieve the next page of results. The response includes &#x60;nextToken&#x60; when the number of results exceeds the specified &#x60;pageSize&#x60; value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until &#x60;nextToken&#x60; is null. Note that this operation can return empty pages.
129
+ * @param {string} [labelCreatedAfter] Shipment labels created after this time will be included in the result. This field must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) datetime format.
130
+ * @param {string} [labelCreatedBefore] Shipment labels created before this time will be included in the result. This field must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) datetime format.
131
+ * @param {string} [buyerReferenceNumber] Get Shipment labels by passing buyer reference number.
132
+ * @param {string} [vendorShipmentIdentifier] Get Shipment labels by passing vendor shipment identifier.
133
+ * @param {string} [sellerWarehouseCode] Get Shipping labels based on vendor warehouse code. This value must be same as the &#x60;sellingParty.partyId&#x60; in the shipment.
136
134
  * @param {*} [options] Override http request option.
137
135
  * @throws {RequiredError}
138
136
  */
139
- getShipmentLabels(limit?: number, sortOrder?: GetShipmentLabelsSortOrderEnum, nextToken?: string, labelCreatedAfter?: string, labelcreatedBefore?: string, buyerReferenceNumber?: string, vendorShipmentIdentifier?: string, sellerWarehouseCode?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetShipmentLabels>>;
137
+ getShipmentLabels(limit?: number, sortOrder?: GetShipmentLabelsSortOrderEnum, nextToken?: string, labelCreatedAfter?: string, labelCreatedBefore?: string, buyerReferenceNumber?: string, vendorShipmentIdentifier?: string, sellerWarehouseCode?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetShipmentLabels>>;
140
138
  /**
141
139
  * 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).
142
140
  * @summary SubmitShipmentConfirmations
@@ -155,318 +153,316 @@ export declare const VendorShipmentsApiFp: (configuration?: Configuration) => {
155
153
  submitShipments(body: SubmitShipments, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SubmitShipmentConfirmationsResponse>>;
156
154
  };
157
155
  /**
158
- * VendorShipmentsApi - factory interface
156
+ * VendorShippingApi - factory interface
159
157
  * @export
160
158
  */
161
- export declare const VendorShipmentsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
159
+ export declare const VendorShippingApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
162
160
  /**
163
161
  * 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).
164
162
  * @summary GetShipmentDetails
165
- * @param {VendorShipmentsApiGetShipmentDetailsRequest} requestParameters Request parameters.
163
+ * @param {VendorShippingApiGetShipmentDetailsRequest} requestParameters Request parameters.
166
164
  * @param {*} [options] Override http request option.
167
165
  * @throws {RequiredError}
168
166
  */
169
- getShipmentDetails(requestParameters?: VendorShipmentsApiGetShipmentDetailsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetShipmentDetailsResponse>;
167
+ getShipmentDetails(requestParameters?: VendorShippingApiGetShipmentDetailsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetShipmentDetailsResponse>;
170
168
  /**
171
- * 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).
172
- * @summary GetShipmentLabels
173
- * @param {VendorShipmentsApiGetShipmentLabelsRequest} requestParameters Request parameters.
169
+ * Returns small parcel shipment labels based on the filters that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
170
+ * @param {VendorShippingApiGetShipmentLabelsRequest} requestParameters Request parameters.
174
171
  * @param {*} [options] Override http request option.
175
172
  * @throws {RequiredError}
176
173
  */
177
- getShipmentLabels(requestParameters?: VendorShipmentsApiGetShipmentLabelsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetShipmentLabels>;
174
+ getShipmentLabels(requestParameters?: VendorShippingApiGetShipmentLabelsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetShipmentLabels>;
178
175
  /**
179
176
  * 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).
180
177
  * @summary SubmitShipmentConfirmations
181
- * @param {VendorShipmentsApiSubmitShipmentConfirmationsRequest} requestParameters Request parameters.
178
+ * @param {VendorShippingApiSubmitShipmentConfirmationsRequest} requestParameters Request parameters.
182
179
  * @param {*} [options] Override http request option.
183
180
  * @throws {RequiredError}
184
181
  */
185
- submitShipmentConfirmations(requestParameters: VendorShipmentsApiSubmitShipmentConfirmationsRequest, options?: RawAxiosRequestConfig): AxiosPromise<SubmitShipmentConfirmationsResponse>;
182
+ submitShipmentConfirmations(requestParameters: VendorShippingApiSubmitShipmentConfirmationsRequest, options?: RawAxiosRequestConfig): AxiosPromise<SubmitShipmentConfirmationsResponse>;
186
183
  /**
187
184
  * 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).
188
185
  * @summary SubmitShipments
189
- * @param {VendorShipmentsApiSubmitShipmentsRequest} requestParameters Request parameters.
186
+ * @param {VendorShippingApiSubmitShipmentsRequest} requestParameters Request parameters.
190
187
  * @param {*} [options] Override http request option.
191
188
  * @throws {RequiredError}
192
189
  */
193
- submitShipments(requestParameters: VendorShipmentsApiSubmitShipmentsRequest, options?: RawAxiosRequestConfig): AxiosPromise<SubmitShipmentConfirmationsResponse>;
190
+ submitShipments(requestParameters: VendorShippingApiSubmitShipmentsRequest, options?: RawAxiosRequestConfig): AxiosPromise<SubmitShipmentConfirmationsResponse>;
194
191
  };
195
192
  /**
196
- * Request parameters for getShipmentDetails operation in VendorShipmentsApi.
193
+ * Request parameters for getShipmentDetails operation in VendorShippingApi.
197
194
  * @export
198
- * @interface VendorShipmentsApiGetShipmentDetailsRequest
195
+ * @interface VendorShippingApiGetShipmentDetailsRequest
199
196
  */
200
- export interface VendorShipmentsApiGetShipmentDetailsRequest {
197
+ export interface VendorShippingApiGetShipmentDetailsRequest {
201
198
  /**
202
199
  * The limit to the number of records returned. Default value is 50 records.
203
200
  * @type {number}
204
- * @memberof VendorShipmentsApiGetShipmentDetails
201
+ * @memberof VendorShippingApiGetShipmentDetails
205
202
  */
206
203
  readonly limit?: number;
207
204
  /**
208
205
  * Sort in ascending or descending order by purchase order creation date.
209
206
  * @type {'ASC' | 'DESC'}
210
- * @memberof VendorShipmentsApiGetShipmentDetails
207
+ * @memberof VendorShippingApiGetShipmentDetails
211
208
  */
212
209
  readonly sortOrder?: GetShipmentDetailsSortOrderEnum;
213
210
  /**
214
211
  * Used for pagination when there are more shipments than the specified result size limit.
215
212
  * @type {string}
216
- * @memberof VendorShipmentsApiGetShipmentDetails
213
+ * @memberof VendorShippingApiGetShipmentDetails
217
214
  */
218
215
  readonly nextToken?: string;
219
216
  /**
220
217
  * Get Shipment Details that became available after this timestamp will be included in the result. Must be in &lt;a href&#x3D;\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\&#39;&gt;ISO 8601&lt;/a&gt; format.
221
218
  * @type {string}
222
- * @memberof VendorShipmentsApiGetShipmentDetails
219
+ * @memberof VendorShippingApiGetShipmentDetails
223
220
  */
224
221
  readonly createdAfter?: string;
225
222
  /**
226
223
  * Get Shipment Details that became available before this timestamp will be included in the result. Must be in &lt;a href&#x3D;\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\&#39;&gt;ISO 8601&lt;/a&gt; format.
227
224
  * @type {string}
228
- * @memberof VendorShipmentsApiGetShipmentDetails
225
+ * @memberof VendorShippingApiGetShipmentDetails
229
226
  */
230
227
  readonly createdBefore?: string;
231
228
  /**
232
229
  * Get Shipment Details by passing Shipment confirmed create Date Before. Must be in &lt;a href&#x3D;\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\&#39;&gt;ISO 8601&lt;/a&gt; format.
233
230
  * @type {string}
234
- * @memberof VendorShipmentsApiGetShipmentDetails
231
+ * @memberof VendorShippingApiGetShipmentDetails
235
232
  */
236
233
  readonly shipmentConfirmedBefore?: string;
237
234
  /**
238
235
  * Get Shipment Details by passing Shipment confirmed create Date After. Must be in &lt;a href&#x3D;\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\&#39;&gt;ISO 8601&lt;/a&gt; format.
239
236
  * @type {string}
240
- * @memberof VendorShipmentsApiGetShipmentDetails
237
+ * @memberof VendorShippingApiGetShipmentDetails
241
238
  */
242
239
  readonly shipmentConfirmedAfter?: string;
243
240
  /**
244
241
  * Get Shipment Details by passing Package label create Date by buyer. Must be in &lt;a href&#x3D;\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\&#39;&gt;ISO 8601&lt;/a&gt; format.
245
242
  * @type {string}
246
- * @memberof VendorShipmentsApiGetShipmentDetails
243
+ * @memberof VendorShippingApiGetShipmentDetails
247
244
  */
248
245
  readonly packageLabelCreatedBefore?: string;
249
246
  /**
250
247
  * Get Shipment Details by passing Package label create Date After by buyer. Must be in &lt;a href&#x3D;\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\&#39;&gt;ISO 8601&lt;/a&gt; format.
251
248
  * @type {string}
252
- * @memberof VendorShipmentsApiGetShipmentDetails
249
+ * @memberof VendorShippingApiGetShipmentDetails
253
250
  */
254
251
  readonly packageLabelCreatedAfter?: string;
255
252
  /**
256
253
  * Get Shipment Details by passing Shipped Date Before. Must be in &lt;a href&#x3D;\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\&#39;&gt;ISO 8601&lt;/a&gt; format.
257
254
  * @type {string}
258
- * @memberof VendorShipmentsApiGetShipmentDetails
255
+ * @memberof VendorShippingApiGetShipmentDetails
259
256
  */
260
257
  readonly shippedBefore?: string;
261
258
  /**
262
259
  * Get Shipment Details by passing Shipped Date After. Must be in &lt;a href&#x3D;\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\&#39;&gt;ISO 8601&lt;/a&gt; format.
263
260
  * @type {string}
264
- * @memberof VendorShipmentsApiGetShipmentDetails
261
+ * @memberof VendorShippingApiGetShipmentDetails
265
262
  */
266
263
  readonly shippedAfter?: string;
267
264
  /**
268
265
  * Get Shipment Details by passing Estimated Delivery Date Before. Must be in &lt;a href&#x3D;\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\&#39;&gt;ISO 8601&lt;/a&gt; format.
269
266
  * @type {string}
270
- * @memberof VendorShipmentsApiGetShipmentDetails
267
+ * @memberof VendorShippingApiGetShipmentDetails
271
268
  */
272
269
  readonly estimatedDeliveryBefore?: string;
273
270
  /**
274
271
  * Get Shipment Details by passing Estimated Delivery Date Before. Must be in &lt;a href&#x3D;\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\&#39;&gt;ISO 8601&lt;/a&gt; format.
275
272
  * @type {string}
276
- * @memberof VendorShipmentsApiGetShipmentDetails
273
+ * @memberof VendorShippingApiGetShipmentDetails
277
274
  */
278
275
  readonly estimatedDeliveryAfter?: string;
279
276
  /**
280
277
  * Get Shipment Details by passing Shipment Delivery Date Before. Must be in &lt;a href&#x3D;\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\&#39;&gt;ISO 8601&lt;/a&gt; format.
281
278
  * @type {string}
282
- * @memberof VendorShipmentsApiGetShipmentDetails
279
+ * @memberof VendorShippingApiGetShipmentDetails
283
280
  */
284
281
  readonly shipmentDeliveryBefore?: string;
285
282
  /**
286
283
  * Get Shipment Details by passing Shipment Delivery Date After. Must be in &lt;a href&#x3D;\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\&#39;&gt;ISO 8601&lt;/a&gt; format.
287
284
  * @type {string}
288
- * @memberof VendorShipmentsApiGetShipmentDetails
285
+ * @memberof VendorShippingApiGetShipmentDetails
289
286
  */
290
287
  readonly shipmentDeliveryAfter?: string;
291
288
  /**
292
289
  * Get Shipment Details by passing Before Requested pickup date. Must be in &lt;a href&#x3D;\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\&#39;&gt;ISO 8601&lt;/a&gt; format.
293
290
  * @type {string}
294
- * @memberof VendorShipmentsApiGetShipmentDetails
291
+ * @memberof VendorShippingApiGetShipmentDetails
295
292
  */
296
293
  readonly requestedPickUpBefore?: string;
297
294
  /**
298
295
  * Get Shipment Details by passing After Requested pickup date. Must be in &lt;a href&#x3D;\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\&#39;&gt;ISO 8601&lt;/a&gt; format.
299
296
  * @type {string}
300
- * @memberof VendorShipmentsApiGetShipmentDetails
297
+ * @memberof VendorShippingApiGetShipmentDetails
301
298
  */
302
299
  readonly requestedPickUpAfter?: string;
303
300
  /**
304
301
  * Get Shipment Details by passing Before scheduled pickup date. Must be in &lt;a href&#x3D;\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\&#39;&gt;ISO 8601&lt;/a&gt; format.
305
302
  * @type {string}
306
- * @memberof VendorShipmentsApiGetShipmentDetails
303
+ * @memberof VendorShippingApiGetShipmentDetails
307
304
  */
308
305
  readonly scheduledPickUpBefore?: string;
309
306
  /**
310
307
  * Get Shipment Details by passing After Scheduled pickup date. Must be in &lt;a href&#x3D;\&#39;https://developer-docs.amazon.com/sp-api/docs/iso-8601\&#39;&gt;ISO 8601&lt;/a&gt; format.
311
308
  * @type {string}
312
- * @memberof VendorShipmentsApiGetShipmentDetails
309
+ * @memberof VendorShippingApiGetShipmentDetails
313
310
  */
314
311
  readonly scheduledPickUpAfter?: string;
315
312
  /**
316
313
  * Get Shipment Details by passing Current shipment status.
317
314
  * @type {string}
318
- * @memberof VendorShipmentsApiGetShipmentDetails
315
+ * @memberof VendorShippingApiGetShipmentDetails
319
316
  */
320
317
  readonly currentShipmentStatus?: string;
321
318
  /**
322
319
  * Get Shipment Details by passing Vendor Shipment ID
323
320
  * @type {string}
324
- * @memberof VendorShipmentsApiGetShipmentDetails
321
+ * @memberof VendorShippingApiGetShipmentDetails
325
322
  */
326
323
  readonly vendorShipmentIdentifier?: string;
327
324
  /**
328
325
  * Get Shipment Details by passing buyer Reference ID
329
326
  * @type {string}
330
- * @memberof VendorShipmentsApiGetShipmentDetails
327
+ * @memberof VendorShippingApiGetShipmentDetails
331
328
  */
332
329
  readonly buyerReferenceNumber?: string;
333
330
  /**
334
331
  * Get Shipping Details based on buyer warehouse code. This value should be same as \&#39;shipToParty.partyId\&#39; in the Shipment.
335
332
  * @type {string}
336
- * @memberof VendorShipmentsApiGetShipmentDetails
333
+ * @memberof VendorShippingApiGetShipmentDetails
337
334
  */
338
335
  readonly buyerWarehouseCode?: string;
339
336
  /**
340
337
  * Get Shipping Details based on vendor warehouse code. This value should be same as \&#39;sellingParty.partyId\&#39; in the Shipment.
341
338
  * @type {string}
342
- * @memberof VendorShipmentsApiGetShipmentDetails
339
+ * @memberof VendorShippingApiGetShipmentDetails
343
340
  */
344
341
  readonly sellerWarehouseCode?: string;
345
342
  }
346
343
  /**
347
- * Request parameters for getShipmentLabels operation in VendorShipmentsApi.
344
+ * Request parameters for getShipmentLabels operation in VendorShippingApi.
348
345
  * @export
349
- * @interface VendorShipmentsApiGetShipmentLabelsRequest
346
+ * @interface VendorShippingApiGetShipmentLabelsRequest
350
347
  */
351
- export interface VendorShipmentsApiGetShipmentLabelsRequest {
348
+ export interface VendorShippingApiGetShipmentLabelsRequest {
352
349
  /**
353
350
  * The limit to the number of records returned. Default value is 50 records.
354
351
  * @type {number}
355
- * @memberof VendorShipmentsApiGetShipmentLabels
352
+ * @memberof VendorShippingApiGetShipmentLabels
356
353
  */
357
354
  readonly limit?: number;
358
355
  /**
359
- * Sort in ascending or descending order by transport label creation date.
356
+ * Sort the list by shipment label creation date in ascending or descending order.
360
357
  * @type {'ASC' | 'DESC'}
361
- * @memberof VendorShipmentsApiGetShipmentLabels
358
+ * @memberof VendorShippingApiGetShipmentLabels
362
359
  */
363
360
  readonly sortOrder?: GetShipmentLabelsSortOrderEnum;
364
361
  /**
365
- * Used for pagination when there are more transport label than the specified result size limit.
362
+ * A token that is used to retrieve the next page of results. The response includes &#x60;nextToken&#x60; when the number of results exceeds the specified &#x60;pageSize&#x60; value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until &#x60;nextToken&#x60; is null. Note that this operation can return empty pages.
366
363
  * @type {string}
367
- * @memberof VendorShipmentsApiGetShipmentLabels
364
+ * @memberof VendorShippingApiGetShipmentLabels
368
365
  */
369
366
  readonly nextToken?: string;
370
367
  /**
371
- * transport Labels that became available after this timestamp will be included in the result. Must be in ISO-8601 date/time format.
368
+ * Shipment labels created after this time will be included in the result. This field must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) datetime format.
372
369
  * @type {string}
373
- * @memberof VendorShipmentsApiGetShipmentLabels
370
+ * @memberof VendorShippingApiGetShipmentLabels
374
371
  */
375
372
  readonly labelCreatedAfter?: string;
376
373
  /**
377
- * transport Labels that became available before this timestamp will be included in the result. Must be in ISO-8601 date/time format.
374
+ * Shipment labels created before this time will be included in the result. This field must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) datetime format.
378
375
  * @type {string}
379
- * @memberof VendorShipmentsApiGetShipmentLabels
376
+ * @memberof VendorShippingApiGetShipmentLabels
380
377
  */
381
- readonly labelcreatedBefore?: string;
378
+ readonly labelCreatedBefore?: string;
382
379
  /**
383
- * Get transport labels by passing Buyer Reference Number to retreive the corresponding transport label.
380
+ * Get Shipment labels by passing buyer reference number.
384
381
  * @type {string}
385
- * @memberof VendorShipmentsApiGetShipmentLabels
382
+ * @memberof VendorShippingApiGetShipmentLabels
386
383
  */
387
384
  readonly buyerReferenceNumber?: string;
388
385
  /**
389
- * Get transport labels by passing Vendor Shipment ID to retreive the corresponding transport label.
386
+ * Get Shipment labels by passing vendor shipment identifier.
390
387
  * @type {string}
391
- * @memberof VendorShipmentsApiGetShipmentLabels
388
+ * @memberof VendorShippingApiGetShipmentLabels
392
389
  */
393
390
  readonly vendorShipmentIdentifier?: string;
394
391
  /**
395
- * Get Shipping labels based Vendor Warehouse code. This value should be same as \&#39;shipFromParty.partyId\&#39; in the Shipment.
392
+ * Get Shipping labels based on vendor warehouse code. This value must be same as the &#x60;sellingParty.partyId&#x60; in the shipment.
396
393
  * @type {string}
397
- * @memberof VendorShipmentsApiGetShipmentLabels
394
+ * @memberof VendorShippingApiGetShipmentLabels
398
395
  */
399
396
  readonly sellerWarehouseCode?: string;
400
397
  }
401
398
  /**
402
- * Request parameters for submitShipmentConfirmations operation in VendorShipmentsApi.
399
+ * Request parameters for submitShipmentConfirmations operation in VendorShippingApi.
403
400
  * @export
404
- * @interface VendorShipmentsApiSubmitShipmentConfirmationsRequest
401
+ * @interface VendorShippingApiSubmitShipmentConfirmationsRequest
405
402
  */
406
- export interface VendorShipmentsApiSubmitShipmentConfirmationsRequest {
403
+ export interface VendorShippingApiSubmitShipmentConfirmationsRequest {
407
404
  /**
408
405
  * A request to submit shipment confirmation.
409
406
  * @type {SubmitShipmentConfirmationsRequest}
410
- * @memberof VendorShipmentsApiSubmitShipmentConfirmations
407
+ * @memberof VendorShippingApiSubmitShipmentConfirmations
411
408
  */
412
409
  readonly body: SubmitShipmentConfirmationsRequest;
413
410
  }
414
411
  /**
415
- * Request parameters for submitShipments operation in VendorShipmentsApi.
412
+ * Request parameters for submitShipments operation in VendorShippingApi.
416
413
  * @export
417
- * @interface VendorShipmentsApiSubmitShipmentsRequest
414
+ * @interface VendorShippingApiSubmitShipmentsRequest
418
415
  */
419
- export interface VendorShipmentsApiSubmitShipmentsRequest {
416
+ export interface VendorShippingApiSubmitShipmentsRequest {
420
417
  /**
421
418
  * A request to submit shipment request.
422
419
  * @type {SubmitShipments}
423
- * @memberof VendorShipmentsApiSubmitShipments
420
+ * @memberof VendorShippingApiSubmitShipments
424
421
  */
425
422
  readonly body: SubmitShipments;
426
423
  }
427
424
  /**
428
- * VendorShipmentsApi - object-oriented interface
425
+ * VendorShippingApi - object-oriented interface
429
426
  * @export
430
- * @class VendorShipmentsApi
427
+ * @class VendorShippingApi
431
428
  * @extends {BaseAPI}
432
429
  */
433
- export declare class VendorShipmentsApi extends BaseAPI {
430
+ export declare class VendorShippingApi extends BaseAPI {
434
431
  /**
435
432
  * 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).
436
433
  * @summary GetShipmentDetails
437
- * @param {VendorShipmentsApiGetShipmentDetailsRequest} requestParameters Request parameters.
434
+ * @param {VendorShippingApiGetShipmentDetailsRequest} requestParameters Request parameters.
438
435
  * @param {*} [options] Override http request option.
439
436
  * @throws {RequiredError}
440
- * @memberof VendorShipmentsApi
437
+ * @memberof VendorShippingApi
441
438
  */
442
- getShipmentDetails(requestParameters?: VendorShipmentsApiGetShipmentDetailsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetShipmentDetailsResponse, any>>;
439
+ getShipmentDetails(requestParameters?: VendorShippingApiGetShipmentDetailsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetShipmentDetailsResponse, any>>;
443
440
  /**
444
- * 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).
445
- * @summary GetShipmentLabels
446
- * @param {VendorShipmentsApiGetShipmentLabelsRequest} requestParameters Request parameters.
441
+ * Returns small parcel shipment labels based on the filters that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
442
+ * @param {VendorShippingApiGetShipmentLabelsRequest} requestParameters Request parameters.
447
443
  * @param {*} [options] Override http request option.
448
444
  * @throws {RequiredError}
449
- * @memberof VendorShipmentsApi
445
+ * @memberof VendorShippingApi
450
446
  */
451
- getShipmentLabels(requestParameters?: VendorShipmentsApiGetShipmentLabelsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetShipmentLabels, any>>;
447
+ getShipmentLabels(requestParameters?: VendorShippingApiGetShipmentLabelsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetShipmentLabels, any>>;
452
448
  /**
453
449
  * 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).
454
450
  * @summary SubmitShipmentConfirmations
455
- * @param {VendorShipmentsApiSubmitShipmentConfirmationsRequest} requestParameters Request parameters.
451
+ * @param {VendorShippingApiSubmitShipmentConfirmationsRequest} requestParameters Request parameters.
456
452
  * @param {*} [options] Override http request option.
457
453
  * @throws {RequiredError}
458
- * @memberof VendorShipmentsApi
454
+ * @memberof VendorShippingApi
459
455
  */
460
- submitShipmentConfirmations(requestParameters: VendorShipmentsApiSubmitShipmentConfirmationsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<SubmitShipmentConfirmationsResponse, any>>;
456
+ submitShipmentConfirmations(requestParameters: VendorShippingApiSubmitShipmentConfirmationsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<SubmitShipmentConfirmationsResponse, any>>;
461
457
  /**
462
458
  * 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).
463
459
  * @summary SubmitShipments
464
- * @param {VendorShipmentsApiSubmitShipmentsRequest} requestParameters Request parameters.
460
+ * @param {VendorShippingApiSubmitShipmentsRequest} requestParameters Request parameters.
465
461
  * @param {*} [options] Override http request option.
466
462
  * @throws {RequiredError}
467
- * @memberof VendorShipmentsApi
463
+ * @memberof VendorShippingApi
468
464
  */
469
- submitShipments(requestParameters: VendorShipmentsApiSubmitShipmentsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<SubmitShipmentConfirmationsResponse, any>>;
465
+ submitShipments(requestParameters: VendorShippingApiSubmitShipmentsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<SubmitShipmentConfirmationsResponse, any>>;
470
466
  }
471
467
  /**
472
468
  * @export
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Vendor Shipments v1
2
+ * Selling Partner API for Retail Procurement Shipments
3
3
  * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
4
4
  *
5
5
  * The version of the OpenAPI document: v1
@@ -9,4 +9,4 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- export * from './api/vendor-shipments-api';
12
+ export * from './api/vendor-shipping-api';
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Vendor Shipments v1
2
+ * Selling Partner API for Retail Procurement Shipments
3
3
  * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
4
4
  *
5
5
  * The version of the OpenAPI document: v1
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Vendor Shipments v1
2
+ * Selling Partner API for Retail Procurement Shipments
3
3
  * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
4
4
  *
5
5
  * The version of the OpenAPI document: v1
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Vendor Shipments v1
2
+ * Selling Partner API for Retail Procurement Shipments
3
3
  * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
4
4
  *
5
5
  * The version of the OpenAPI document: v1
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Vendor Shipments v1
2
+ * Selling Partner API for Retail Procurement Shipments
3
3
  * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
4
4
  *
5
5
  * The version of the OpenAPI document: v1
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Vendor Shipments v1
2
+ * Selling Partner API for Retail Procurement Shipments
3
3
  * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
4
4
  *
5
5
  * The version of the OpenAPI document: v1
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Vendor Shipments v1
2
+ * Selling Partner API for Retail Procurement Shipments
3
3
  * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
4
4
  *
5
5
  * The version of the OpenAPI document: v1
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Vendor Shipments v1
2
+ * Selling Partner API for Retail Procurement Shipments
3
3
  * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
4
4
  *
5
5
  * The version of the OpenAPI document: v1
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Vendor Shipments v1
2
+ * Selling Partner API for Retail Procurement Shipments
3
3
  * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
4
4
  *
5
5
  * The version of the OpenAPI document: v1
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Vendor Shipments v1
2
+ * Selling Partner API for Retail Procurement Shipments
3
3
  * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
4
4
  *
5
5
  * The version of the OpenAPI document: v1
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Vendor Shipments v1
2
+ * Selling Partner API for Retail Procurement Shipments
3
3
  * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
4
4
  *
5
5
  * The version of the OpenAPI document: v1