@sp-api-sdk/fulfillment-outbound-api-2020-07-01 1.9.4 → 1.9.5
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/api/fba-outbound-api.js +12 -12
- package/dist/cjs/src/api-model/models/additional-location-info.js +28 -29
- package/dist/cjs/src/api-model/models/current-status.js +20 -21
- package/dist/cjs/src/api-model/models/event-code.js +35 -36
- package/dist/cjs/src/api-model/models/feature-settings.js +4 -9
- package/dist/cjs/src/api-model/models/fee.js +6 -11
- package/dist/cjs/src/api-model/models/fulfillment-action.js +4 -5
- package/dist/cjs/src/api-model/models/fulfillment-order-status.js +11 -12
- package/dist/cjs/src/api-model/models/fulfillment-policy.js +5 -6
- package/dist/cjs/src/api-model/models/fulfillment-preview-item.js +4 -9
- package/dist/cjs/src/api-model/models/fulfillment-return-item-status.js +4 -5
- package/dist/cjs/src/api-model/models/fulfillment-shipment.js +6 -11
- package/dist/cjs/src/api-model/models/invalid-item-reason-code.js +6 -7
- package/dist/cjs/src/api-model/models/return-item-disposition.js +7 -8
- package/dist/cjs/src/api-model/models/shipping-speed-category.js +6 -7
- package/dist/cjs/src/api-model/models/weight.js +6 -11
- package/dist/es/src/api-model/api/fba-outbound-api.js +12 -12
- package/dist/es/src/api-model/models/additional-location-info.js +28 -29
- package/dist/es/src/api-model/models/current-status.js +20 -21
- package/dist/es/src/api-model/models/event-code.js +35 -36
- package/dist/es/src/api-model/models/feature-settings.js +4 -9
- package/dist/es/src/api-model/models/fee.js +6 -11
- package/dist/es/src/api-model/models/fulfillment-action.js +4 -5
- package/dist/es/src/api-model/models/fulfillment-order-status.js +11 -12
- package/dist/es/src/api-model/models/fulfillment-policy.js +5 -6
- package/dist/es/src/api-model/models/fulfillment-preview-item.js +4 -9
- package/dist/es/src/api-model/models/fulfillment-return-item-status.js +4 -5
- package/dist/es/src/api-model/models/fulfillment-shipment.js +6 -11
- package/dist/es/src/api-model/models/invalid-item-reason-code.js +6 -7
- package/dist/es/src/api-model/models/return-item-disposition.js +7 -8
- package/dist/es/src/api-model/models/shipping-speed-category.js +6 -7
- package/dist/es/src/api-model/models/weight.js +6 -11
- package/dist/types/src/api-model/api/fba-outbound-api.d.ts +37 -37
- package/dist/types/src/api-model/base.d.ts +2 -2
- package/dist/types/src/api-model/common.d.ts +2 -2
- package/dist/types/src/api-model/models/additional-location-info.d.ts +29 -28
- package/dist/types/src/api-model/models/address.d.ts +10 -10
- package/dist/types/src/api-model/models/cancel-fulfillment-order-response.d.ts +1 -1
- package/dist/types/src/api-model/models/codsettings.d.ts +5 -5
- package/dist/types/src/api-model/models/create-fulfillment-order-item.d.ts +9 -9
- package/dist/types/src/api-model/models/create-fulfillment-order-request.d.ts +15 -15
- package/dist/types/src/api-model/models/create-fulfillment-order-response.d.ts +1 -1
- package/dist/types/src/api-model/models/create-fulfillment-return-request.d.ts +1 -1
- package/dist/types/src/api-model/models/create-fulfillment-return-response.d.ts +2 -2
- package/dist/types/src/api-model/models/create-fulfillment-return-result.d.ts +3 -3
- package/dist/types/src/api-model/models/create-return-item.d.ts +5 -5
- package/dist/types/src/api-model/models/current-status.d.ts +21 -20
- package/dist/types/src/api-model/models/delivery-window.d.ts +2 -2
- package/dist/types/src/api-model/models/event-code.d.ts +36 -35
- package/dist/types/src/api-model/models/feature-settings.d.ts +7 -10
- package/dist/types/src/api-model/models/feature-sku.d.ts +5 -5
- package/dist/types/src/api-model/models/feature.d.ts +3 -3
- package/dist/types/src/api-model/models/fee.d.ts +9 -12
- package/dist/types/src/api-model/models/fulfillment-action.d.ts +5 -4
- package/dist/types/src/api-model/models/fulfillment-order-item.d.ts +14 -14
- package/dist/types/src/api-model/models/fulfillment-order-status.d.ts +12 -11
- package/dist/types/src/api-model/models/fulfillment-order.d.ts +16 -16
- package/dist/types/src/api-model/models/fulfillment-policy.d.ts +6 -5
- package/dist/types/src/api-model/models/fulfillment-preview-item.d.ts +10 -13
- package/dist/types/src/api-model/models/fulfillment-preview-shipment.d.ts +6 -6
- package/dist/types/src/api-model/models/fulfillment-preview.d.ts +11 -11
- package/dist/types/src/api-model/models/fulfillment-return-item-status.d.ts +5 -4
- package/dist/types/src/api-model/models/fulfillment-shipment-item.d.ts +5 -5
- package/dist/types/src/api-model/models/fulfillment-shipment-package.d.ts +4 -4
- package/dist/types/src/api-model/models/fulfillment-shipment.d.ts +15 -18
- package/dist/types/src/api-model/models/get-feature-inventory-response.d.ts +2 -2
- package/dist/types/src/api-model/models/get-feature-inventory-result.d.ts +4 -4
- package/dist/types/src/api-model/models/get-feature-sku-response.d.ts +2 -2
- package/dist/types/src/api-model/models/get-feature-sku-result.d.ts +5 -5
- package/dist/types/src/api-model/models/get-features-response.d.ts +2 -2
- package/dist/types/src/api-model/models/get-features-result.d.ts +1 -1
- package/dist/types/src/api-model/models/get-fulfillment-order-response.d.ts +2 -2
- package/dist/types/src/api-model/models/get-fulfillment-order-result.d.ts +5 -5
- package/dist/types/src/api-model/models/get-fulfillment-preview-item.d.ts +4 -4
- package/dist/types/src/api-model/models/get-fulfillment-preview-request.d.ts +7 -7
- package/dist/types/src/api-model/models/get-fulfillment-preview-response.d.ts +2 -2
- package/dist/types/src/api-model/models/get-fulfillment-preview-result.d.ts +1 -1
- package/dist/types/src/api-model/models/get-package-tracking-details-response.d.ts +2 -2
- package/dist/types/src/api-model/models/invalid-item-reason-code.d.ts +7 -6
- package/dist/types/src/api-model/models/invalid-item-reason.d.ts +2 -2
- package/dist/types/src/api-model/models/invalid-return-item.d.ts +3 -3
- package/dist/types/src/api-model/models/list-all-fulfillment-orders-response.d.ts +2 -2
- package/dist/types/src/api-model/models/list-all-fulfillment-orders-result.d.ts +2 -2
- package/dist/types/src/api-model/models/list-return-reason-codes-response.d.ts +2 -2
- package/dist/types/src/api-model/models/list-return-reason-codes-result.d.ts +1 -1
- package/dist/types/src/api-model/models/model-error.d.ts +3 -3
- package/dist/types/src/api-model/models/money.d.ts +2 -2
- package/dist/types/src/api-model/models/package-tracking-details.d.ts +14 -14
- package/dist/types/src/api-model/models/reason-code-details.d.ts +3 -3
- package/dist/types/src/api-model/models/return-authorization.d.ts +5 -5
- package/dist/types/src/api-model/models/return-item-disposition.d.ts +8 -7
- package/dist/types/src/api-model/models/return-item.d.ts +11 -11
- package/dist/types/src/api-model/models/scheduled-delivery-info.d.ts +2 -2
- package/dist/types/src/api-model/models/shipping-speed-category.d.ts +7 -6
- package/dist/types/src/api-model/models/tracking-address.d.ts +3 -3
- package/dist/types/src/api-model/models/tracking-event.d.ts +4 -4
- package/dist/types/src/api-model/models/unfulfillable-preview-item.d.ts +4 -4
- package/dist/types/src/api-model/models/update-fulfillment-order-item.d.ts +10 -10
- package/dist/types/src/api-model/models/update-fulfillment-order-request.d.ts +12 -12
- package/dist/types/src/api-model/models/update-fulfillment-order-response.d.ts +1 -1
- package/dist/types/src/api-model/models/weight.d.ts +9 -12
- package/package.json +2 -2
|
@@ -21,59 +21,59 @@ export interface UpdateFulfillmentOrderItem {
|
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof UpdateFulfillmentOrderItem
|
|
23
23
|
*/
|
|
24
|
-
sellerSku?: string;
|
|
24
|
+
'sellerSku'?: string;
|
|
25
25
|
/**
|
|
26
26
|
* Identifies the fulfillment order item to update. Created with a previous call to the createFulfillmentOrder operation.
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof UpdateFulfillmentOrderItem
|
|
29
29
|
*/
|
|
30
|
-
sellerFulfillmentOrderItemId: string;
|
|
30
|
+
'sellerFulfillmentOrderItemId': string;
|
|
31
31
|
/**
|
|
32
32
|
* The item quantity.
|
|
33
33
|
* @type {number}
|
|
34
34
|
* @memberof UpdateFulfillmentOrderItem
|
|
35
35
|
*/
|
|
36
|
-
quantity: number;
|
|
36
|
+
'quantity': number;
|
|
37
37
|
/**
|
|
38
38
|
* A message to the gift recipient, if applicable.
|
|
39
39
|
* @type {string}
|
|
40
40
|
* @memberof UpdateFulfillmentOrderItem
|
|
41
41
|
*/
|
|
42
|
-
giftMessage?: string;
|
|
42
|
+
'giftMessage'?: string;
|
|
43
43
|
/**
|
|
44
44
|
* Item-specific text that displays in recipient-facing materials such as the outbound shipment packing slip.
|
|
45
45
|
* @type {string}
|
|
46
46
|
* @memberof UpdateFulfillmentOrderItem
|
|
47
47
|
*/
|
|
48
|
-
displayableComment?: string;
|
|
48
|
+
'displayableComment'?: string;
|
|
49
49
|
/**
|
|
50
50
|
* Amazon\'s fulfillment network SKU of the item.
|
|
51
51
|
* @type {string}
|
|
52
52
|
* @memberof UpdateFulfillmentOrderItem
|
|
53
53
|
*/
|
|
54
|
-
fulfillmentNetworkSku?: string;
|
|
54
|
+
'fulfillmentNetworkSku'?: string;
|
|
55
55
|
/**
|
|
56
56
|
* Indicates whether the item is sellable or unsellable.
|
|
57
57
|
* @type {string}
|
|
58
58
|
* @memberof UpdateFulfillmentOrderItem
|
|
59
59
|
*/
|
|
60
|
-
orderItemDisposition?: string;
|
|
60
|
+
'orderItemDisposition'?: string;
|
|
61
61
|
/**
|
|
62
62
|
*
|
|
63
63
|
* @type {Money}
|
|
64
64
|
* @memberof UpdateFulfillmentOrderItem
|
|
65
65
|
*/
|
|
66
|
-
perUnitDeclaredValue?: Money;
|
|
66
|
+
'perUnitDeclaredValue'?: Money;
|
|
67
67
|
/**
|
|
68
68
|
*
|
|
69
69
|
* @type {Money}
|
|
70
70
|
* @memberof UpdateFulfillmentOrderItem
|
|
71
71
|
*/
|
|
72
|
-
perUnitPrice?: Money;
|
|
72
|
+
'perUnitPrice'?: Money;
|
|
73
73
|
/**
|
|
74
74
|
*
|
|
75
75
|
* @type {Money}
|
|
76
76
|
* @memberof UpdateFulfillmentOrderItem
|
|
77
77
|
*/
|
|
78
|
-
perUnitTax?: Money;
|
|
78
|
+
'perUnitTax'?: Money;
|
|
79
79
|
}
|
|
@@ -26,71 +26,71 @@ export interface UpdateFulfillmentOrderRequest {
|
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof UpdateFulfillmentOrderRequest
|
|
28
28
|
*/
|
|
29
|
-
marketplaceId?: string;
|
|
29
|
+
'marketplaceId'?: string;
|
|
30
30
|
/**
|
|
31
31
|
* A fulfillment order identifier that the seller creates. This value displays as the order identifier in recipient-facing materials such as the outbound shipment packing slip. The value of DisplayableOrderId should match the order identifier that the seller provides to the recipient. The seller can use the SellerFulfillmentOrderId for this value or they can specify an alternate value if they want the recipient to reference an alternate order identifier.
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof UpdateFulfillmentOrderRequest
|
|
34
34
|
*/
|
|
35
|
-
displayableOrderId?: string;
|
|
35
|
+
'displayableOrderId'?: string;
|
|
36
36
|
/**
|
|
37
37
|
*
|
|
38
38
|
* @type {string}
|
|
39
39
|
* @memberof UpdateFulfillmentOrderRequest
|
|
40
40
|
*/
|
|
41
|
-
displayableOrderDate?: string;
|
|
41
|
+
'displayableOrderDate'?: string;
|
|
42
42
|
/**
|
|
43
43
|
* Order-specific text that appears in recipient-facing materials such as the outbound shipment packing slip.
|
|
44
44
|
* @type {string}
|
|
45
45
|
* @memberof UpdateFulfillmentOrderRequest
|
|
46
46
|
*/
|
|
47
|
-
displayableOrderComment?: string;
|
|
47
|
+
'displayableOrderComment'?: string;
|
|
48
48
|
/**
|
|
49
49
|
*
|
|
50
50
|
* @type {ShippingSpeedCategory}
|
|
51
51
|
* @memberof UpdateFulfillmentOrderRequest
|
|
52
52
|
*/
|
|
53
|
-
shippingSpeedCategory?: ShippingSpeedCategory;
|
|
53
|
+
'shippingSpeedCategory'?: ShippingSpeedCategory;
|
|
54
54
|
/**
|
|
55
55
|
*
|
|
56
56
|
* @type {Address}
|
|
57
57
|
* @memberof UpdateFulfillmentOrderRequest
|
|
58
58
|
*/
|
|
59
|
-
destinationAddress?: Address;
|
|
59
|
+
'destinationAddress'?: Address;
|
|
60
60
|
/**
|
|
61
61
|
*
|
|
62
62
|
* @type {FulfillmentAction}
|
|
63
63
|
* @memberof UpdateFulfillmentOrderRequest
|
|
64
64
|
*/
|
|
65
|
-
fulfillmentAction?: FulfillmentAction;
|
|
65
|
+
'fulfillmentAction'?: FulfillmentAction;
|
|
66
66
|
/**
|
|
67
67
|
*
|
|
68
68
|
* @type {FulfillmentPolicy}
|
|
69
69
|
* @memberof UpdateFulfillmentOrderRequest
|
|
70
70
|
*/
|
|
71
|
-
fulfillmentPolicy?: FulfillmentPolicy;
|
|
71
|
+
'fulfillmentPolicy'?: FulfillmentPolicy;
|
|
72
72
|
/**
|
|
73
73
|
* The two-character country code for the country from which the fulfillment order ships. Must be in ISO 3166-1 alpha-2 format.
|
|
74
74
|
* @type {string}
|
|
75
75
|
* @memberof UpdateFulfillmentOrderRequest
|
|
76
76
|
*/
|
|
77
|
-
shipFromCountryCode?: string;
|
|
77
|
+
'shipFromCountryCode'?: string;
|
|
78
78
|
/**
|
|
79
79
|
* A list of email addresses that the seller provides that are used by Amazon to send ship-complete notifications to recipients on behalf of the seller.
|
|
80
80
|
* @type {Array<string>}
|
|
81
81
|
* @memberof UpdateFulfillmentOrderRequest
|
|
82
82
|
*/
|
|
83
|
-
notificationEmails?: Array<string>;
|
|
83
|
+
'notificationEmails'?: Array<string>;
|
|
84
84
|
/**
|
|
85
85
|
* A list of features and their fulfillment policies to apply to the order.
|
|
86
86
|
* @type {Array<FeatureSettings>}
|
|
87
87
|
* @memberof UpdateFulfillmentOrderRequest
|
|
88
88
|
*/
|
|
89
|
-
featureConstraints?: Array<FeatureSettings>;
|
|
89
|
+
'featureConstraints'?: Array<FeatureSettings>;
|
|
90
90
|
/**
|
|
91
91
|
* An array of fulfillment order item information for updating a fulfillment order.
|
|
92
92
|
* @type {Array<UpdateFulfillmentOrderItem>}
|
|
93
93
|
* @memberof UpdateFulfillmentOrderRequest
|
|
94
94
|
*/
|
|
95
|
-
items?: Array<UpdateFulfillmentOrderItem>;
|
|
95
|
+
'items'?: Array<UpdateFulfillmentOrderItem>;
|
|
96
96
|
}
|
|
@@ -20,21 +20,18 @@ export interface Weight {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof Weight
|
|
22
22
|
*/
|
|
23
|
-
unit: WeightUnitEnum;
|
|
23
|
+
'unit': WeightUnitEnum;
|
|
24
24
|
/**
|
|
25
25
|
* The weight value.
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof Weight
|
|
28
28
|
*/
|
|
29
|
-
value: string;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* @export
|
|
33
|
-
* @enum {string}
|
|
34
|
-
*/
|
|
35
|
-
export declare enum WeightUnitEnum {
|
|
36
|
-
Kg = "KG",
|
|
37
|
-
Kilograms = "KILOGRAMS",
|
|
38
|
-
Lb = "LB",
|
|
39
|
-
Pounds = "POUNDS"
|
|
29
|
+
'value': string;
|
|
40
30
|
}
|
|
31
|
+
export declare const WeightUnitEnum: {
|
|
32
|
+
readonly Kg: "KG";
|
|
33
|
+
readonly Kilograms: "KILOGRAMS";
|
|
34
|
+
readonly Lb: "LB";
|
|
35
|
+
readonly Pounds: "POUNDS";
|
|
36
|
+
};
|
|
37
|
+
export declare type WeightUnitEnum = typeof WeightUnitEnum[keyof typeof WeightUnitEnum];
|
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.9.
|
|
5
|
+
"version": "1.9.5",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
7
7
|
"module": "dist/es/index.js",
|
|
8
8
|
"types": "dist/types/index.d.ts",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"sp sdk",
|
|
51
51
|
"fulfillment outbound api"
|
|
52
52
|
],
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "d4f265d3c6a4e05e45025a46effa023a56a54e9c"
|
|
54
54
|
}
|