@sp-api-sdk/orders-api-v0 1.14.0 → 1.15.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.
@@ -12,13 +12,13 @@
12
12
  import { OrderItemsInner } from './order-items-inner';
13
13
  import { ShipmentStatus } from './shipment-status';
14
14
  /**
15
- * Request to update the status of shipment of an order.
15
+ * The request body for the updateShipmentStatus operation.
16
16
  * @export
17
17
  * @interface UpdateShipmentStatusRequest
18
18
  */
19
19
  export interface UpdateShipmentStatusRequest {
20
20
  /**
21
- * the unobfuscated marketplace ID
21
+ * The unobfuscated marketplace identifier.
22
22
  * @type {string}
23
23
  * @memberof UpdateShipmentStatusRequest
24
24
  */
@@ -30,7 +30,7 @@ export interface UpdateShipmentStatusRequest {
30
30
  */
31
31
  'shipmentStatus': ShipmentStatus;
32
32
  /**
33
- * the list of order items and quantities when the seller wants to partially update the shipment status of the order
33
+ * For partial shipment status updates, the list of order items and quantities to be updated.
34
34
  * @type {Array<OrderItemsInner>}
35
35
  * @memberof UpdateShipmentStatusRequest
36
36
  */
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sp-api-sdk/orders-api-v0",
3
3
  "author": "Vincent Mesquita <vincent.mesquita@bizon.solutions>",
4
4
  "description": "The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.",
5
- "version": "1.14.0",
5
+ "version": "1.15.0",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/es/index.js",
8
8
  "types": "dist/types/index.d.ts",
@@ -27,8 +27,8 @@
27
27
  "test": "jest"
28
28
  },
29
29
  "dependencies": {
30
- "@sp-api-sdk/auth": "^1.9.18",
31
- "@sp-api-sdk/common": "^1.9.4",
30
+ "@sp-api-sdk/auth": "^1.9.19",
31
+ "@sp-api-sdk/common": "^1.9.5",
32
32
  "axios": "^0.27.2"
33
33
  },
34
34
  "repository": {
@@ -50,5 +50,5 @@
50
50
  "sp sdk",
51
51
  "orders api"
52
52
  ],
53
- "gitHead": "18efdada205f63f94bd5c11e163e758adbb93257"
53
+ "gitHead": "72808979582d663f043688f24d519b604f7fd2df"
54
54
  }