@sp-api-sdk/fulfillment-outbound-api-2020-07-01 1.11.0 → 1.13.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.
- package/dist/cjs/src/api-model/models/shipping-speed-category.js +1 -1
- package/dist/es/src/api-model/models/shipping-speed-category.js +1 -1
- package/dist/types/src/api-model/models/address.d.ts +2 -2
- package/dist/types/src/api-model/models/delivery-window.d.ts +1 -1
- package/dist/types/src/api-model/models/scheduled-delivery-info.d.ts +1 -1
- package/dist/types/src/api-model/models/shipping-speed-category.d.ts +1 -1
- package/package.json +4 -4
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.ShippingSpeedCategory = void 0;
|
|
17
17
|
/**
|
|
18
|
-
* The shipping method used for the fulfillment order.
|
|
18
|
+
* The shipping method used for the fulfillment order. When this value is ScheduledDelivery, choose Ship for the fulfillmentAction. Hold is not a valid fulfillmentAction value when the shippingSpeedCategory value is ScheduledDelivery.
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
/**
|
|
15
|
-
* The shipping method used for the fulfillment order.
|
|
15
|
+
* The shipping method used for the fulfillment order. When this value is ScheduledDelivery, choose Ship for the fulfillmentAction. Hold is not a valid fulfillmentAction value when the shippingSpeedCategory value is ScheduledDelivery.
|
|
16
16
|
* @export
|
|
17
17
|
* @enum {string}
|
|
18
18
|
*/
|
|
@@ -40,11 +40,11 @@ export interface Address {
|
|
|
40
40
|
*/
|
|
41
41
|
'addressLine3'?: string;
|
|
42
42
|
/**
|
|
43
|
-
* The city where the person, business, or institution is located.
|
|
43
|
+
* The city where the person, business, or institution is located. This property is required in all countries except Japan. It should not be used in Japan.
|
|
44
44
|
* @type {string}
|
|
45
45
|
* @memberof Address
|
|
46
46
|
*/
|
|
47
|
-
'city'
|
|
47
|
+
'city'?: string;
|
|
48
48
|
/**
|
|
49
49
|
* The district or county where the person, business, or institution is located.
|
|
50
50
|
* @type {string}
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
* The time range within which a Scheduled Delivery fulfillment order should be delivered.
|
|
13
|
+
* The time range within which a Scheduled Delivery fulfillment order should be delivered. This is only available in the JP marketplace.
|
|
14
14
|
* @export
|
|
15
15
|
* @interface DeliveryWindow
|
|
16
16
|
*/
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import { DeliveryWindow } from './delivery-window';
|
|
13
13
|
/**
|
|
14
|
-
* Delivery information for a scheduled delivery.
|
|
14
|
+
* Delivery information for a scheduled delivery. This is only available in the JP marketplace.
|
|
15
15
|
* @export
|
|
16
16
|
* @interface ScheduledDeliveryInfo
|
|
17
17
|
*/
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
* The shipping method used for the fulfillment order.
|
|
13
|
+
* The shipping method used for the fulfillment order. When this value is ScheduledDelivery, choose Ship for the fulfillmentAction. Hold is not a valid fulfillmentAction value when the shippingSpeedCategory value is ScheduledDelivery.
|
|
14
14
|
* @export
|
|
15
15
|
* @enum {string}
|
|
16
16
|
*/
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@sp-api-sdk/fulfillment-outbound-api-2020-07-01",
|
|
3
3
|
"author": "Vincent Mesquita <vincent.mesquita@bizon.solutions>",
|
|
4
4
|
"description": "The Selling Partner API for Fulfillment Outbound lets you create applications that help a seller fulfill Multi-Channel Fulfillment orders using their inventory in Amazon's fulfillment network. You can get information on both potential and existing fulfillment orders.",
|
|
5
|
-
"version": "1.
|
|
5
|
+
"version": "1.13.0",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
7
7
|
"module": "dist/es/index.js",
|
|
8
8
|
"types": "dist/types/index.d.ts",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"test": "jest"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@sp-api-sdk/common": "^1.
|
|
30
|
-
"axios": "^
|
|
29
|
+
"@sp-api-sdk/common": "^1.11.0",
|
|
30
|
+
"axios": "^1.4.0"
|
|
31
31
|
},
|
|
32
32
|
"repository": {
|
|
33
33
|
"type": "git",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"typedoc": {
|
|
52
52
|
"entryPoint": "./index.ts"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "107d3711376fa9561a8c02add732f7508c9c02ec"
|
|
55
55
|
}
|