@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
@@ -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
@@ -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
@@ -16,19 +16,19 @@
16
16
  */
17
17
  export interface LabelData {
18
18
  /**
19
- * Label list sequence number
19
+ * A sequential number assigned to each label within a shipment.
20
20
  * @type {number}
21
21
  * @memberof LabelData
22
22
  */
23
23
  'labelSequenceNumber'?: number;
24
24
  /**
25
- * Type of the label format like PDF
25
+ * The format of the label.
26
26
  * @type {string}
27
27
  * @memberof LabelData
28
28
  */
29
29
  'labelFormat'?: LabelDataLabelFormatEnum;
30
30
  /**
31
- * Unique identification for the carrier like UPS,DHL,USPS..etc
31
+ * Unique identification of the carrier.
32
32
  * @type {string}
33
33
  * @memberof LabelData
34
34
  */
@@ -40,7 +40,7 @@ export interface LabelData {
40
40
  */
41
41
  'trackingId'?: string;
42
42
  /**
43
- * Label created as part of the transportation and it is base64 encoded
43
+ * The base-64 encoded string that represents the shipment label.
44
44
  * @type {string}
45
45
  * @memberof LabelData
46
46
  */
@@ -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
@@ -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
@@ -24,7 +24,7 @@ export interface ShipmentInformation {
24
24
  */
25
25
  'vendorDetails'?: VendorDetails;
26
26
  /**
27
- * Buyer Reference number which is a unique number.
27
+ * The buyer reference number is a unique identifier generated by the buyer for all Collect and WePay shipments.
28
28
  * @type {string}
29
29
  * @memberof ShipmentInformation
30
30
  */
@@ -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
@@ -10,13 +10,13 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- * Amount of units shipped for items sold by weight at a shipment level.
13
+ * The total weight of units that are sold by weight in a shipment.
14
14
  * @export
15
15
  * @interface TotalWeight
16
16
  */
17
17
  export interface TotalWeight {
18
18
  /**
19
- * This field represents weight unit of measure of items that are ordered by cases and supporting priced by weight.
19
+ * The unit of measure for the weight of items that are ordered by cases and support pricing by weight.
20
20
  * @type {string}
21
21
  * @memberof TotalWeight
22
22
  */
@@ -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
@@ -27,5 +27,5 @@ export interface VendorDetails {
27
27
  * @type {string}
28
28
  * @memberof VendorDetails
29
29
  */
30
- 'vendorShipmentId'?: string;
30
+ 'vendorShipmentIdentifier'?: string;
31
31
  }
@@ -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,6 +1,6 @@
1
1
  import { type ClientConfiguration, type RateLimit } from '@sp-api-sdk/common';
2
- import { VendorShipmentsApi } from './api-model';
2
+ import { VendorShippingApi } from './api-model';
3
3
  export declare const clientRateLimits: RateLimit[];
4
- export declare class VendorShipmentsApiClient extends VendorShipmentsApi {
4
+ export declare class VendorShipmentsApiClient extends VendorShippingApi {
5
5
  constructor(configuration: ClientConfiguration);
6
6
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sp-api-sdk/vendor-shipments-api-v1",
3
3
  "author": "Bertrand Marron <bertrand@bizon.solutions>",
4
4
  "description": "The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.",
5
- "version": "2.5.3",
5
+ "version": "3.0.0",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/es/index.js",
8
8
  "types": "dist/types/index.d.ts",
@@ -18,8 +18,8 @@
18
18
  "dist/**/*.d.ts"
19
19
  ],
20
20
  "dependencies": {
21
- "@sp-api-sdk/common": "2.1.5",
22
- "axios": "^1.7.8"
21
+ "@sp-api-sdk/common": "2.1.7",
22
+ "axios": "^1.7.9"
23
23
  },
24
24
  "repository": {
25
25
  "type": "git",
@@ -40,5 +40,5 @@
40
40
  "sp sdk",
41
41
  "vendor shipments api"
42
42
  ],
43
- "gitHead": "0216c483bb4c4a7966c1d1b2eeab3572a6b40348"
43
+ "gitHead": "14dc1de3723e34f66b078e05f9c7044b22a46c43"
44
44
  }