@sp-api-sdk/fulfillment-outbound-api-2020-07-01 1.9.3 → 1.9.6
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 +43 -43
- package/dist/types/src/api-model/base.d.ts +2 -2
- package/dist/types/src/api-model/common.d.ts +7 -7
- 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 +4 -4
|
@@ -21,53 +21,53 @@ export interface CreateFulfillmentOrderItem {
|
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof CreateFulfillmentOrderItem
|
|
23
23
|
*/
|
|
24
|
-
sellerSku: string;
|
|
24
|
+
'sellerSku': string;
|
|
25
25
|
/**
|
|
26
26
|
* A fulfillment order item identifier that the seller creates to track fulfillment order items. Used to disambiguate multiple fulfillment items that have the same SellerSKU. For example, the seller might assign different SellerFulfillmentOrderItemId values to two items in a fulfillment order that share the same SellerSKU but have different GiftMessage values.
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof CreateFulfillmentOrderItem
|
|
29
29
|
*/
|
|
30
|
-
sellerFulfillmentOrderItemId: string;
|
|
30
|
+
'sellerFulfillmentOrderItemId': string;
|
|
31
31
|
/**
|
|
32
32
|
* The item quantity.
|
|
33
33
|
* @type {number}
|
|
34
34
|
* @memberof CreateFulfillmentOrderItem
|
|
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 CreateFulfillmentOrderItem
|
|
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 CreateFulfillmentOrderItem
|
|
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 CreateFulfillmentOrderItem
|
|
53
53
|
*/
|
|
54
|
-
fulfillmentNetworkSku?: string;
|
|
54
|
+
'fulfillmentNetworkSku'?: string;
|
|
55
55
|
/**
|
|
56
56
|
*
|
|
57
57
|
* @type {Money}
|
|
58
58
|
* @memberof CreateFulfillmentOrderItem
|
|
59
59
|
*/
|
|
60
|
-
perUnitDeclaredValue?: Money;
|
|
60
|
+
'perUnitDeclaredValue'?: Money;
|
|
61
61
|
/**
|
|
62
62
|
*
|
|
63
63
|
* @type {Money}
|
|
64
64
|
* @memberof CreateFulfillmentOrderItem
|
|
65
65
|
*/
|
|
66
|
-
perUnitPrice?: Money;
|
|
66
|
+
'perUnitPrice'?: Money;
|
|
67
67
|
/**
|
|
68
68
|
*
|
|
69
69
|
* @type {Money}
|
|
70
70
|
* @memberof CreateFulfillmentOrderItem
|
|
71
71
|
*/
|
|
72
|
-
perUnitTax?: Money;
|
|
72
|
+
'perUnitTax'?: Money;
|
|
73
73
|
}
|
|
@@ -28,89 +28,89 @@ export interface CreateFulfillmentOrderRequest {
|
|
|
28
28
|
* @type {string}
|
|
29
29
|
* @memberof CreateFulfillmentOrderRequest
|
|
30
30
|
*/
|
|
31
|
-
marketplaceId?: string;
|
|
31
|
+
'marketplaceId'?: string;
|
|
32
32
|
/**
|
|
33
33
|
* A fulfillment order identifier that the seller creates to track their fulfillment order. The SellerFulfillmentOrderId must be unique for each fulfillment order that a seller creates. If the seller\'s system already creates unique order identifiers, then these might be good values for them to use.
|
|
34
34
|
* @type {string}
|
|
35
35
|
* @memberof CreateFulfillmentOrderRequest
|
|
36
36
|
*/
|
|
37
|
-
sellerFulfillmentOrderId: string;
|
|
37
|
+
'sellerFulfillmentOrderId': string;
|
|
38
38
|
/**
|
|
39
39
|
* 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. The value must be an alpha-numeric or ISO 8859-1 compliant string from one to 40 characters in length. Cannot contain two spaces in a row. Leading and trailing white space is removed.
|
|
40
40
|
* @type {string}
|
|
41
41
|
* @memberof CreateFulfillmentOrderRequest
|
|
42
42
|
*/
|
|
43
|
-
displayableOrderId: string;
|
|
43
|
+
'displayableOrderId': string;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
46
|
* @type {string}
|
|
47
47
|
* @memberof CreateFulfillmentOrderRequest
|
|
48
48
|
*/
|
|
49
|
-
displayableOrderDate: string;
|
|
49
|
+
'displayableOrderDate': string;
|
|
50
50
|
/**
|
|
51
51
|
* Order-specific text that appears in recipient-facing materials such as the outbound shipment packing slip.
|
|
52
52
|
* @type {string}
|
|
53
53
|
* @memberof CreateFulfillmentOrderRequest
|
|
54
54
|
*/
|
|
55
|
-
displayableOrderComment: string;
|
|
55
|
+
'displayableOrderComment': string;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {ShippingSpeedCategory}
|
|
59
59
|
* @memberof CreateFulfillmentOrderRequest
|
|
60
60
|
*/
|
|
61
|
-
shippingSpeedCategory: ShippingSpeedCategory;
|
|
61
|
+
'shippingSpeedCategory': ShippingSpeedCategory;
|
|
62
62
|
/**
|
|
63
63
|
*
|
|
64
64
|
* @type {DeliveryWindow}
|
|
65
65
|
* @memberof CreateFulfillmentOrderRequest
|
|
66
66
|
*/
|
|
67
|
-
deliveryWindow?: DeliveryWindow;
|
|
67
|
+
'deliveryWindow'?: DeliveryWindow;
|
|
68
68
|
/**
|
|
69
69
|
*
|
|
70
70
|
* @type {Address}
|
|
71
71
|
* @memberof CreateFulfillmentOrderRequest
|
|
72
72
|
*/
|
|
73
|
-
destinationAddress: Address;
|
|
73
|
+
'destinationAddress': Address;
|
|
74
74
|
/**
|
|
75
75
|
*
|
|
76
76
|
* @type {FulfillmentAction}
|
|
77
77
|
* @memberof CreateFulfillmentOrderRequest
|
|
78
78
|
*/
|
|
79
|
-
fulfillmentAction?: FulfillmentAction;
|
|
79
|
+
'fulfillmentAction'?: FulfillmentAction;
|
|
80
80
|
/**
|
|
81
81
|
*
|
|
82
82
|
* @type {FulfillmentPolicy}
|
|
83
83
|
* @memberof CreateFulfillmentOrderRequest
|
|
84
84
|
*/
|
|
85
|
-
fulfillmentPolicy?: FulfillmentPolicy;
|
|
85
|
+
'fulfillmentPolicy'?: FulfillmentPolicy;
|
|
86
86
|
/**
|
|
87
87
|
*
|
|
88
88
|
* @type {CODSettings}
|
|
89
89
|
* @memberof CreateFulfillmentOrderRequest
|
|
90
90
|
*/
|
|
91
|
-
codSettings?: CODSettings;
|
|
91
|
+
'codSettings'?: CODSettings;
|
|
92
92
|
/**
|
|
93
93
|
* The two-character country code for the country from which the fulfillment order ships. Must be in ISO 3166-1 alpha-2 format.
|
|
94
94
|
* @type {string}
|
|
95
95
|
* @memberof CreateFulfillmentOrderRequest
|
|
96
96
|
*/
|
|
97
|
-
shipFromCountryCode?: string;
|
|
97
|
+
'shipFromCountryCode'?: string;
|
|
98
98
|
/**
|
|
99
99
|
* 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.
|
|
100
100
|
* @type {Array<string>}
|
|
101
101
|
* @memberof CreateFulfillmentOrderRequest
|
|
102
102
|
*/
|
|
103
|
-
notificationEmails?: Array<string>;
|
|
103
|
+
'notificationEmails'?: Array<string>;
|
|
104
104
|
/**
|
|
105
105
|
* A list of features and their fulfillment policies to apply to the order.
|
|
106
106
|
* @type {Array<FeatureSettings>}
|
|
107
107
|
* @memberof CreateFulfillmentOrderRequest
|
|
108
108
|
*/
|
|
109
|
-
featureConstraints?: Array<FeatureSettings>;
|
|
109
|
+
'featureConstraints'?: Array<FeatureSettings>;
|
|
110
110
|
/**
|
|
111
111
|
* An array of item information for creating a fulfillment order.
|
|
112
112
|
* @type {Array<CreateFulfillmentOrderItem>}
|
|
113
113
|
* @memberof CreateFulfillmentOrderRequest
|
|
114
114
|
*/
|
|
115
|
-
items: Array<CreateFulfillmentOrderItem>;
|
|
115
|
+
'items': Array<CreateFulfillmentOrderItem>;
|
|
116
116
|
}
|
|
@@ -21,11 +21,11 @@ export interface CreateFulfillmentReturnResponse {
|
|
|
21
21
|
* @type {CreateFulfillmentReturnResult}
|
|
22
22
|
* @memberof CreateFulfillmentReturnResponse
|
|
23
23
|
*/
|
|
24
|
-
payload?: CreateFulfillmentReturnResult;
|
|
24
|
+
'payload'?: CreateFulfillmentReturnResult;
|
|
25
25
|
/**
|
|
26
26
|
* A list of error responses returned when a request is unsuccessful.
|
|
27
27
|
* @type {Array<Error>}
|
|
28
28
|
* @memberof CreateFulfillmentReturnResponse
|
|
29
29
|
*/
|
|
30
|
-
errors?: Array<Error>;
|
|
30
|
+
'errors'?: Array<Error>;
|
|
31
31
|
}
|
|
@@ -23,17 +23,17 @@ export interface CreateFulfillmentReturnResult {
|
|
|
23
23
|
* @type {Array<ReturnItem>}
|
|
24
24
|
* @memberof CreateFulfillmentReturnResult
|
|
25
25
|
*/
|
|
26
|
-
returnItems?: Array<ReturnItem>;
|
|
26
|
+
'returnItems'?: Array<ReturnItem>;
|
|
27
27
|
/**
|
|
28
28
|
* An array of invalid return item information.
|
|
29
29
|
* @type {Array<InvalidReturnItem>}
|
|
30
30
|
* @memberof CreateFulfillmentReturnResult
|
|
31
31
|
*/
|
|
32
|
-
invalidReturnItems?: Array<InvalidReturnItem>;
|
|
32
|
+
'invalidReturnItems'?: Array<InvalidReturnItem>;
|
|
33
33
|
/**
|
|
34
34
|
* An array of return authorization information.
|
|
35
35
|
* @type {Array<ReturnAuthorization>}
|
|
36
36
|
* @memberof CreateFulfillmentReturnResult
|
|
37
37
|
*/
|
|
38
|
-
returnAuthorizations?: Array<ReturnAuthorization>;
|
|
38
|
+
'returnAuthorizations'?: Array<ReturnAuthorization>;
|
|
39
39
|
}
|
|
@@ -20,29 +20,29 @@ export interface CreateReturnItem {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof CreateReturnItem
|
|
22
22
|
*/
|
|
23
|
-
sellerReturnItemId: string;
|
|
23
|
+
'sellerReturnItemId': string;
|
|
24
24
|
/**
|
|
25
25
|
* The identifier assigned to the item by the seller when the fulfillment order was created.
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof CreateReturnItem
|
|
28
28
|
*/
|
|
29
|
-
sellerFulfillmentOrderItemId: string;
|
|
29
|
+
'sellerFulfillmentOrderItemId': string;
|
|
30
30
|
/**
|
|
31
31
|
* The identifier for the shipment that is associated with the return item.
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof CreateReturnItem
|
|
34
34
|
*/
|
|
35
|
-
amazonShipmentId: string;
|
|
35
|
+
'amazonShipmentId': string;
|
|
36
36
|
/**
|
|
37
37
|
* The return reason code assigned to the return item by the seller.
|
|
38
38
|
* @type {string}
|
|
39
39
|
* @memberof CreateReturnItem
|
|
40
40
|
*/
|
|
41
|
-
returnReasonCode: string;
|
|
41
|
+
'returnReasonCode': string;
|
|
42
42
|
/**
|
|
43
43
|
* An optional comment about the return item.
|
|
44
44
|
* @type {string}
|
|
45
45
|
* @memberof CreateReturnItem
|
|
46
46
|
*/
|
|
47
|
-
returnComment?: string;
|
|
47
|
+
'returnComment'?: string;
|
|
48
48
|
}
|
|
@@ -14,23 +14,24 @@
|
|
|
14
14
|
* @export
|
|
15
15
|
* @enum {string}
|
|
16
16
|
*/
|
|
17
|
-
export declare
|
|
18
|
-
InTransit
|
|
19
|
-
Delivered
|
|
20
|
-
Returning
|
|
21
|
-
Returned
|
|
22
|
-
Undeliverable
|
|
23
|
-
Delayed
|
|
24
|
-
AvailableForPickup
|
|
25
|
-
CustomerAction
|
|
26
|
-
Unknown
|
|
27
|
-
OutForDelivery
|
|
28
|
-
DeliveryAttempted
|
|
29
|
-
PickupSuccessful
|
|
30
|
-
PickupCancelled
|
|
31
|
-
PickupAttempted
|
|
32
|
-
PickupScheduled
|
|
33
|
-
ReturnRequestAccepted
|
|
34
|
-
RefundIssued
|
|
35
|
-
ReturnReceivedInFc
|
|
36
|
-
}
|
|
17
|
+
export declare const CurrentStatus: {
|
|
18
|
+
readonly InTransit: "IN_TRANSIT";
|
|
19
|
+
readonly Delivered: "DELIVERED";
|
|
20
|
+
readonly Returning: "RETURNING";
|
|
21
|
+
readonly Returned: "RETURNED";
|
|
22
|
+
readonly Undeliverable: "UNDELIVERABLE";
|
|
23
|
+
readonly Delayed: "DELAYED";
|
|
24
|
+
readonly AvailableForPickup: "AVAILABLE_FOR_PICKUP";
|
|
25
|
+
readonly CustomerAction: "CUSTOMER_ACTION";
|
|
26
|
+
readonly Unknown: "UNKNOWN";
|
|
27
|
+
readonly OutForDelivery: "OUT_FOR_DELIVERY";
|
|
28
|
+
readonly DeliveryAttempted: "DELIVERY_ATTEMPTED";
|
|
29
|
+
readonly PickupSuccessful: "PICKUP_SUCCESSFUL";
|
|
30
|
+
readonly PickupCancelled: "PICKUP_CANCELLED";
|
|
31
|
+
readonly PickupAttempted: "PICKUP_ATTEMPTED";
|
|
32
|
+
readonly PickupScheduled: "PICKUP_SCHEDULED";
|
|
33
|
+
readonly ReturnRequestAccepted: "RETURN_REQUEST_ACCEPTED";
|
|
34
|
+
readonly RefundIssued: "REFUND_ISSUED";
|
|
35
|
+
readonly ReturnReceivedInFc: "RETURN_RECEIVED_IN_FC";
|
|
36
|
+
};
|
|
37
|
+
export declare type CurrentStatus = typeof CurrentStatus[keyof typeof CurrentStatus];
|
|
@@ -20,11 +20,11 @@ export interface DeliveryWindow {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof DeliveryWindow
|
|
22
22
|
*/
|
|
23
|
-
startDate: string;
|
|
23
|
+
'startDate': string;
|
|
24
24
|
/**
|
|
25
25
|
*
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof DeliveryWindow
|
|
28
28
|
*/
|
|
29
|
-
endDate: string;
|
|
29
|
+
'endDate': string;
|
|
30
30
|
}
|
|
@@ -14,38 +14,39 @@
|
|
|
14
14
|
* @export
|
|
15
15
|
* @enum {string}
|
|
16
16
|
*/
|
|
17
|
-
export declare
|
|
18
|
-
_101
|
|
19
|
-
_102
|
|
20
|
-
_201
|
|
21
|
-
_202
|
|
22
|
-
_203
|
|
23
|
-
_204
|
|
24
|
-
_205
|
|
25
|
-
_206
|
|
26
|
-
_301
|
|
27
|
-
_302
|
|
28
|
-
_304
|
|
29
|
-
_306
|
|
30
|
-
_307
|
|
31
|
-
_308
|
|
32
|
-
_309
|
|
33
|
-
_401
|
|
34
|
-
_402
|
|
35
|
-
_403
|
|
36
|
-
_404
|
|
37
|
-
_405
|
|
38
|
-
_406
|
|
39
|
-
_407
|
|
40
|
-
_408
|
|
41
|
-
_409
|
|
42
|
-
_411
|
|
43
|
-
_412
|
|
44
|
-
_413
|
|
45
|
-
_414
|
|
46
|
-
_415
|
|
47
|
-
_416
|
|
48
|
-
_417
|
|
49
|
-
_418
|
|
50
|
-
_419
|
|
51
|
-
}
|
|
17
|
+
export declare const EventCode: {
|
|
18
|
+
readonly _101: "EVENT_101";
|
|
19
|
+
readonly _102: "EVENT_102";
|
|
20
|
+
readonly _201: "EVENT_201";
|
|
21
|
+
readonly _202: "EVENT_202";
|
|
22
|
+
readonly _203: "EVENT_203";
|
|
23
|
+
readonly _204: "EVENT_204";
|
|
24
|
+
readonly _205: "EVENT_205";
|
|
25
|
+
readonly _206: "EVENT_206";
|
|
26
|
+
readonly _301: "EVENT_301";
|
|
27
|
+
readonly _302: "EVENT_302";
|
|
28
|
+
readonly _304: "EVENT_304";
|
|
29
|
+
readonly _306: "EVENT_306";
|
|
30
|
+
readonly _307: "EVENT_307";
|
|
31
|
+
readonly _308: "EVENT_308";
|
|
32
|
+
readonly _309: "EVENT_309";
|
|
33
|
+
readonly _401: "EVENT_401";
|
|
34
|
+
readonly _402: "EVENT_402";
|
|
35
|
+
readonly _403: "EVENT_403";
|
|
36
|
+
readonly _404: "EVENT_404";
|
|
37
|
+
readonly _405: "EVENT_405";
|
|
38
|
+
readonly _406: "EVENT_406";
|
|
39
|
+
readonly _407: "EVENT_407";
|
|
40
|
+
readonly _408: "EVENT_408";
|
|
41
|
+
readonly _409: "EVENT_409";
|
|
42
|
+
readonly _411: "EVENT_411";
|
|
43
|
+
readonly _412: "EVENT_412";
|
|
44
|
+
readonly _413: "EVENT_413";
|
|
45
|
+
readonly _414: "EVENT_414";
|
|
46
|
+
readonly _415: "EVENT_415";
|
|
47
|
+
readonly _416: "EVENT_416";
|
|
48
|
+
readonly _417: "EVENT_417";
|
|
49
|
+
readonly _418: "EVENT_418";
|
|
50
|
+
readonly _419: "EVENT_419";
|
|
51
|
+
};
|
|
52
|
+
export declare type EventCode = typeof EventCode[keyof typeof EventCode];
|
|
@@ -20,19 +20,16 @@ export interface FeatureSettings {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof FeatureSettings
|
|
22
22
|
*/
|
|
23
|
-
featureName?: string;
|
|
23
|
+
'featureName'?: string;
|
|
24
24
|
/**
|
|
25
25
|
* Specifies the policy to use when fulfilling an order.
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof FeatureSettings
|
|
28
28
|
*/
|
|
29
|
-
featureFulfillmentPolicy?: FeatureSettingsFeatureFulfillmentPolicyEnum;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* @export
|
|
33
|
-
* @enum {string}
|
|
34
|
-
*/
|
|
35
|
-
export declare enum FeatureSettingsFeatureFulfillmentPolicyEnum {
|
|
36
|
-
Required = "Required",
|
|
37
|
-
NotRequired = "NotRequired"
|
|
29
|
+
'featureFulfillmentPolicy'?: FeatureSettingsFeatureFulfillmentPolicyEnum;
|
|
38
30
|
}
|
|
31
|
+
export declare const FeatureSettingsFeatureFulfillmentPolicyEnum: {
|
|
32
|
+
readonly Required: "Required";
|
|
33
|
+
readonly NotRequired: "NotRequired";
|
|
34
|
+
};
|
|
35
|
+
export declare type FeatureSettingsFeatureFulfillmentPolicyEnum = typeof FeatureSettingsFeatureFulfillmentPolicyEnum[keyof typeof FeatureSettingsFeatureFulfillmentPolicyEnum];
|
|
@@ -20,29 +20,29 @@ export interface FeatureSku {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof FeatureSku
|
|
22
22
|
*/
|
|
23
|
-
sellerSku?: string;
|
|
23
|
+
'sellerSku'?: string;
|
|
24
24
|
/**
|
|
25
25
|
* The unique SKU used by Amazon\'s fulfillment network.
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof FeatureSku
|
|
28
28
|
*/
|
|
29
|
-
fnSku?: string;
|
|
29
|
+
'fnSku'?: string;
|
|
30
30
|
/**
|
|
31
31
|
* The Amazon Standard Identification Number (ASIN) of the item.
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof FeatureSku
|
|
34
34
|
*/
|
|
35
|
-
asin?: string;
|
|
35
|
+
'asin'?: string;
|
|
36
36
|
/**
|
|
37
37
|
* The number of SKUs available for this service.
|
|
38
38
|
* @type {number}
|
|
39
39
|
* @memberof FeatureSku
|
|
40
40
|
*/
|
|
41
|
-
skuCount?: number;
|
|
41
|
+
'skuCount'?: number;
|
|
42
42
|
/**
|
|
43
43
|
* Other seller SKUs that are shared across the same inventory.
|
|
44
44
|
* @type {Array<string>}
|
|
45
45
|
* @memberof FeatureSku
|
|
46
46
|
*/
|
|
47
|
-
overlappingSkus?: Array<string>;
|
|
47
|
+
'overlappingSkus'?: Array<string>;
|
|
48
48
|
}
|
|
@@ -20,17 +20,17 @@ export interface Feature {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof Feature
|
|
22
22
|
*/
|
|
23
|
-
featureName: string;
|
|
23
|
+
'featureName': string;
|
|
24
24
|
/**
|
|
25
25
|
* The feature description.
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof Feature
|
|
28
28
|
*/
|
|
29
|
-
featureDescription: string;
|
|
29
|
+
'featureDescription': string;
|
|
30
30
|
/**
|
|
31
31
|
* When true, indicates that the seller is eligible to use the feature.
|
|
32
32
|
* @type {boolean}
|
|
33
33
|
* @memberof Feature
|
|
34
34
|
*/
|
|
35
|
-
sellerEligible?: boolean;
|
|
35
|
+
'sellerEligible'?: boolean;
|
|
36
36
|
}
|
|
@@ -21,21 +21,18 @@ export interface Fee {
|
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof Fee
|
|
23
23
|
*/
|
|
24
|
-
name: FeeNameEnum;
|
|
24
|
+
'name': FeeNameEnum;
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
27
|
* @type {Money}
|
|
28
28
|
* @memberof Fee
|
|
29
29
|
*/
|
|
30
|
-
amount: Money;
|
|
31
|
-
}
|
|
32
|
-
/**
|
|
33
|
-
* @export
|
|
34
|
-
* @enum {string}
|
|
35
|
-
*/
|
|
36
|
-
export declare enum FeeNameEnum {
|
|
37
|
-
FbaPerUnitFulfillmentFee = "FBAPerUnitFulfillmentFee",
|
|
38
|
-
FbaPerOrderFulfillmentFee = "FBAPerOrderFulfillmentFee",
|
|
39
|
-
FbaTransportationFee = "FBATransportationFee",
|
|
40
|
-
FbaFulfillmentCodFee = "FBAFulfillmentCODFee"
|
|
30
|
+
'amount': Money;
|
|
41
31
|
}
|
|
32
|
+
export declare const FeeNameEnum: {
|
|
33
|
+
readonly FbaPerUnitFulfillmentFee: "FBAPerUnitFulfillmentFee";
|
|
34
|
+
readonly FbaPerOrderFulfillmentFee: "FBAPerOrderFulfillmentFee";
|
|
35
|
+
readonly FbaTransportationFee: "FBATransportationFee";
|
|
36
|
+
readonly FbaFulfillmentCodFee: "FBAFulfillmentCODFee";
|
|
37
|
+
};
|
|
38
|
+
export declare type FeeNameEnum = typeof FeeNameEnum[keyof typeof FeeNameEnum];
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
* @export
|
|
15
15
|
* @enum {string}
|
|
16
16
|
*/
|
|
17
|
-
export declare
|
|
18
|
-
Ship
|
|
19
|
-
Hold
|
|
20
|
-
}
|
|
17
|
+
export declare const FulfillmentAction: {
|
|
18
|
+
readonly Ship: "Ship";
|
|
19
|
+
readonly Hold: "Hold";
|
|
20
|
+
};
|
|
21
|
+
export declare type FulfillmentAction = typeof FulfillmentAction[keyof typeof FulfillmentAction];
|
|
@@ -21,83 +21,83 @@ export interface FulfillmentOrderItem {
|
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof FulfillmentOrderItem
|
|
23
23
|
*/
|
|
24
|
-
sellerSku: string;
|
|
24
|
+
'sellerSku': string;
|
|
25
25
|
/**
|
|
26
26
|
* A fulfillment order item identifier submitted with a call to the createFulfillmentOrder operation.
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof FulfillmentOrderItem
|
|
29
29
|
*/
|
|
30
|
-
sellerFulfillmentOrderItemId: string;
|
|
30
|
+
'sellerFulfillmentOrderItemId': string;
|
|
31
31
|
/**
|
|
32
32
|
* The item quantity.
|
|
33
33
|
* @type {number}
|
|
34
34
|
* @memberof FulfillmentOrderItem
|
|
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 FulfillmentOrderItem
|
|
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 FulfillmentOrderItem
|
|
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 FulfillmentOrderItem
|
|
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 FulfillmentOrderItem
|
|
59
59
|
*/
|
|
60
|
-
orderItemDisposition?: string;
|
|
60
|
+
'orderItemDisposition'?: string;
|
|
61
61
|
/**
|
|
62
62
|
* The item quantity.
|
|
63
63
|
* @type {number}
|
|
64
64
|
* @memberof FulfillmentOrderItem
|
|
65
65
|
*/
|
|
66
|
-
cancelledQuantity: number;
|
|
66
|
+
'cancelledQuantity': number;
|
|
67
67
|
/**
|
|
68
68
|
* The item quantity.
|
|
69
69
|
* @type {number}
|
|
70
70
|
* @memberof FulfillmentOrderItem
|
|
71
71
|
*/
|
|
72
|
-
unfulfillableQuantity: number;
|
|
72
|
+
'unfulfillableQuantity': number;
|
|
73
73
|
/**
|
|
74
74
|
*
|
|
75
75
|
* @type {string}
|
|
76
76
|
* @memberof FulfillmentOrderItem
|
|
77
77
|
*/
|
|
78
|
-
estimatedShipDate?: string;
|
|
78
|
+
'estimatedShipDate'?: string;
|
|
79
79
|
/**
|
|
80
80
|
*
|
|
81
81
|
* @type {string}
|
|
82
82
|
* @memberof FulfillmentOrderItem
|
|
83
83
|
*/
|
|
84
|
-
estimatedArrivalDate?: string;
|
|
84
|
+
'estimatedArrivalDate'?: string;
|
|
85
85
|
/**
|
|
86
86
|
*
|
|
87
87
|
* @type {Money}
|
|
88
88
|
* @memberof FulfillmentOrderItem
|
|
89
89
|
*/
|
|
90
|
-
perUnitPrice?: Money;
|
|
90
|
+
'perUnitPrice'?: Money;
|
|
91
91
|
/**
|
|
92
92
|
*
|
|
93
93
|
* @type {Money}
|
|
94
94
|
* @memberof FulfillmentOrderItem
|
|
95
95
|
*/
|
|
96
|
-
perUnitTax?: Money;
|
|
96
|
+
'perUnitTax'?: Money;
|
|
97
97
|
/**
|
|
98
98
|
*
|
|
99
99
|
* @type {Money}
|
|
100
100
|
* @memberof FulfillmentOrderItem
|
|
101
101
|
*/
|
|
102
|
-
perUnitDeclaredValue?: Money;
|
|
102
|
+
'perUnitDeclaredValue'?: Money;
|
|
103
103
|
}
|
|
@@ -14,14 +14,15 @@
|
|
|
14
14
|
* @export
|
|
15
15
|
* @enum {string}
|
|
16
16
|
*/
|
|
17
|
-
export declare
|
|
18
|
-
New
|
|
19
|
-
Received
|
|
20
|
-
Planning
|
|
21
|
-
Processing
|
|
22
|
-
Cancelled
|
|
23
|
-
Complete
|
|
24
|
-
CompletePartialled
|
|
25
|
-
Unfulfillable
|
|
26
|
-
Invalid
|
|
27
|
-
}
|
|
17
|
+
export declare const FulfillmentOrderStatus: {
|
|
18
|
+
readonly New: "New";
|
|
19
|
+
readonly Received: "Received";
|
|
20
|
+
readonly Planning: "Planning";
|
|
21
|
+
readonly Processing: "Processing";
|
|
22
|
+
readonly Cancelled: "Cancelled";
|
|
23
|
+
readonly Complete: "Complete";
|
|
24
|
+
readonly CompletePartialled: "CompletePartialled";
|
|
25
|
+
readonly Unfulfillable: "Unfulfillable";
|
|
26
|
+
readonly Invalid: "Invalid";
|
|
27
|
+
};
|
|
28
|
+
export declare type FulfillmentOrderStatus = typeof FulfillmentOrderStatus[keyof typeof FulfillmentOrderStatus];
|