@sp-api-sdk/external-fulfillment-shipments-api-2024-09-11 1.1.1 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -50,6 +50,10 @@ export interface Shipment {
50
50
  * The sub status of the shipment.
51
51
  */
52
52
  'subStatus'?: ShipmentSubStatusEnum;
53
+ /**
54
+ * The reason for the sub-status.
55
+ */
56
+ 'reason'?: string;
53
57
  /**
54
58
  * The line items in the shipment.
55
59
  */
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sp-api-sdk/external-fulfillment-shipments-api-2024-09-11",
3
3
  "author": "Bertrand Marron <bertrand@bizon.solutions>",
4
4
  "description": "You can use the External Fulfillment Shipments API to retrieve, manage, and track shipments processed through Amazon's external fulfillment network. Use this API to get shipment details, monitor status changes, and access fulfillment requirements.",
5
- "version": "1.1.1",
5
+ "version": "1.2.0",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/es/index.js",
8
8
  "types": "dist/types/index.d.ts",
@@ -18,8 +18,8 @@
18
18
  "dist/**/*.d.ts"
19
19
  ],
20
20
  "dependencies": {
21
- "@sp-api-sdk/common": "2.1.20",
22
- "axios": "^1.12.2"
21
+ "@sp-api-sdk/common": "2.1.21",
22
+ "axios": "^1.13.2"
23
23
  },
24
24
  "repository": {
25
25
  "type": "git",
@@ -40,5 +40,5 @@
40
40
  "sp sdk",
41
41
  "external fulfillment shipments api"
42
42
  ],
43
- "gitHead": "03484c02930fb24976769bd4688b4750908169b6"
43
+ "gitHead": "3a1ed2407423d0d3b294a0fdc7d9bba38ad2c845"
44
44
  }