@sp-api-sdk/orders-api-v0 2.3.2 → 2.3.3
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.
|
@@ -122,7 +122,7 @@ export interface Order {
|
|
|
122
122
|
*/
|
|
123
123
|
'MarketplaceId'?: string;
|
|
124
124
|
/**
|
|
125
|
-
* The shipment service level category of the order. Possible values: Expedited, FreeEconomy, NextDay, SameDay, SecondDay, Scheduled, Standard.
|
|
125
|
+
* The shipment service level category of the order. Possible values: Expedited, FreeEconomy, NextDay, Priority, SameDay, SecondDay, Scheduled, Standard.
|
|
126
126
|
* @type {string}
|
|
127
127
|
* @memberof Order
|
|
128
128
|
*/
|
|
@@ -23,7 +23,7 @@ export interface PaymentExecutionDetailItem {
|
|
|
23
23
|
*/
|
|
24
24
|
'Payment': Money;
|
|
25
25
|
/**
|
|
26
|
-
* A sub-payment method for a COD order. Possible values:
|
|
26
|
+
* A sub-payment method for a COD order. Possible values: * `COD`: Cash On Delivery. * `GC`: Gift Card. * `PointsAccount`: Amazon Points. * `Invoice`: Invoice.
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof PaymentExecutionDetailItem
|
|
29
29
|
*/
|
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. The Orders API only supports orders that are less than two years old. Orders more than two years old will not show in the API response.",
|
|
5
|
-
"version": "2.3.
|
|
5
|
+
"version": "2.3.3",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
7
7
|
"module": "dist/es/index.js",
|
|
8
8
|
"types": "dist/types/index.d.ts",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"dist/**/*.d.ts"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@sp-api-sdk/common": "1.11.
|
|
21
|
+
"@sp-api-sdk/common": "1.11.5",
|
|
22
22
|
"axios": "^1.4.0"
|
|
23
23
|
},
|
|
24
24
|
"repository": {
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"sp sdk",
|
|
41
41
|
"orders api"
|
|
42
42
|
],
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "0482222d751371d4e679aeb5dbab1cf8eb4c8bd4"
|
|
44
44
|
}
|