@sp-api-sdk/fulfillment-outbound-api-2020-07-01 1.9.2 → 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 +5 -5
|
@@ -47,7 +47,7 @@ const FbaOutboundApiAxiosParamCreator = function (configuration) {
|
|
|
47
47
|
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options };
|
|
48
48
|
const localVarHeaderParameter = {};
|
|
49
49
|
const localVarQueryParameter = {};
|
|
50
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
50
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
51
51
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
52
52
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
53
53
|
return {
|
|
@@ -75,7 +75,7 @@ const FbaOutboundApiAxiosParamCreator = function (configuration) {
|
|
|
75
75
|
const localVarHeaderParameter = {};
|
|
76
76
|
const localVarQueryParameter = {};
|
|
77
77
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
78
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
78
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
79
79
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
80
80
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
81
81
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration);
|
|
@@ -108,7 +108,7 @@ const FbaOutboundApiAxiosParamCreator = function (configuration) {
|
|
|
108
108
|
const localVarHeaderParameter = {};
|
|
109
109
|
const localVarQueryParameter = {};
|
|
110
110
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
111
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
111
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
112
112
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
113
113
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
114
114
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration);
|
|
@@ -147,7 +147,7 @@ const FbaOutboundApiAxiosParamCreator = function (configuration) {
|
|
|
147
147
|
if (nextToken !== undefined) {
|
|
148
148
|
localVarQueryParameter['nextToken'] = nextToken;
|
|
149
149
|
}
|
|
150
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
150
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
151
151
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
152
152
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
153
153
|
return {
|
|
@@ -185,7 +185,7 @@ const FbaOutboundApiAxiosParamCreator = function (configuration) {
|
|
|
185
185
|
if (marketplaceId !== undefined) {
|
|
186
186
|
localVarQueryParameter['marketplaceId'] = marketplaceId;
|
|
187
187
|
}
|
|
188
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
188
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
189
189
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
190
190
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
191
191
|
return {
|
|
@@ -215,7 +215,7 @@ const FbaOutboundApiAxiosParamCreator = function (configuration) {
|
|
|
215
215
|
if (marketplaceId !== undefined) {
|
|
216
216
|
localVarQueryParameter['marketplaceId'] = marketplaceId;
|
|
217
217
|
}
|
|
218
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
218
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
219
219
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
220
220
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
221
221
|
return {
|
|
@@ -243,7 +243,7 @@ const FbaOutboundApiAxiosParamCreator = function (configuration) {
|
|
|
243
243
|
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
|
|
244
244
|
const localVarHeaderParameter = {};
|
|
245
245
|
const localVarQueryParameter = {};
|
|
246
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
246
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
247
247
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
248
248
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
249
249
|
return {
|
|
@@ -271,7 +271,7 @@ const FbaOutboundApiAxiosParamCreator = function (configuration) {
|
|
|
271
271
|
const localVarHeaderParameter = {};
|
|
272
272
|
const localVarQueryParameter = {};
|
|
273
273
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
274
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
274
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
275
275
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
276
276
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
277
277
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration);
|
|
@@ -302,7 +302,7 @@ const FbaOutboundApiAxiosParamCreator = function (configuration) {
|
|
|
302
302
|
if (packageNumber !== undefined) {
|
|
303
303
|
localVarQueryParameter['packageNumber'] = packageNumber;
|
|
304
304
|
}
|
|
305
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
305
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
306
306
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
307
307
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
308
308
|
return {
|
|
@@ -336,7 +336,7 @@ const FbaOutboundApiAxiosParamCreator = function (configuration) {
|
|
|
336
336
|
if (nextToken !== undefined) {
|
|
337
337
|
localVarQueryParameter['nextToken'] = nextToken;
|
|
338
338
|
}
|
|
339
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
339
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
340
340
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
341
341
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
342
342
|
return {
|
|
@@ -380,7 +380,7 @@ const FbaOutboundApiAxiosParamCreator = function (configuration) {
|
|
|
380
380
|
if (language !== undefined) {
|
|
381
381
|
localVarQueryParameter['language'] = language;
|
|
382
382
|
}
|
|
383
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
383
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
384
384
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
385
385
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
386
386
|
return {
|
|
@@ -412,7 +412,7 @@ const FbaOutboundApiAxiosParamCreator = function (configuration) {
|
|
|
412
412
|
const localVarHeaderParameter = {};
|
|
413
413
|
const localVarQueryParameter = {};
|
|
414
414
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
415
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
415
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
416
416
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
417
417
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
418
418
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration);
|
|
@@ -19,32 +19,31 @@ exports.AdditionalLocationInfo = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
})(AdditionalLocationInfo = exports.AdditionalLocationInfo || (exports.AdditionalLocationInfo = {}));
|
|
22
|
+
exports.AdditionalLocationInfo = {
|
|
23
|
+
AsInstructed: 'AS_INSTRUCTED',
|
|
24
|
+
Carport: 'CARPORT',
|
|
25
|
+
CustomerPickup: 'CUSTOMER_PICKUP',
|
|
26
|
+
Deck: 'DECK',
|
|
27
|
+
DoorPerson: 'DOOR_PERSON',
|
|
28
|
+
FrontDesk: 'FRONT_DESK',
|
|
29
|
+
FrontDoor: 'FRONT_DOOR',
|
|
30
|
+
Garage: 'GARAGE',
|
|
31
|
+
Guard: 'GUARD',
|
|
32
|
+
MailRoom: 'MAIL_ROOM',
|
|
33
|
+
MailSlot: 'MAIL_SLOT',
|
|
34
|
+
Mailbox: 'MAILBOX',
|
|
35
|
+
McBoy: 'MC_BOY',
|
|
36
|
+
McGirl: 'MC_GIRL',
|
|
37
|
+
McMan: 'MC_MAN',
|
|
38
|
+
McWoman: 'MC_WOMAN',
|
|
39
|
+
Neighbor: 'NEIGHBOR',
|
|
40
|
+
Office: 'OFFICE',
|
|
41
|
+
Outbuilding: 'OUTBUILDING',
|
|
42
|
+
Patio: 'PATIO',
|
|
43
|
+
Porch: 'PORCH',
|
|
44
|
+
RearDoor: 'REAR_DOOR',
|
|
45
|
+
Receptionist: 'RECEPTIONIST',
|
|
46
|
+
Receiver: 'RECEIVER',
|
|
47
|
+
SecureLocation: 'SECURE_LOCATION',
|
|
48
|
+
SideDoor: 'SIDE_DOOR'
|
|
49
|
+
};
|
|
@@ -19,24 +19,23 @@ exports.CurrentStatus = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
})(CurrentStatus = exports.CurrentStatus || (exports.CurrentStatus = {}));
|
|
22
|
+
exports.CurrentStatus = {
|
|
23
|
+
InTransit: 'IN_TRANSIT',
|
|
24
|
+
Delivered: 'DELIVERED',
|
|
25
|
+
Returning: 'RETURNING',
|
|
26
|
+
Returned: 'RETURNED',
|
|
27
|
+
Undeliverable: 'UNDELIVERABLE',
|
|
28
|
+
Delayed: 'DELAYED',
|
|
29
|
+
AvailableForPickup: 'AVAILABLE_FOR_PICKUP',
|
|
30
|
+
CustomerAction: 'CUSTOMER_ACTION',
|
|
31
|
+
Unknown: 'UNKNOWN',
|
|
32
|
+
OutForDelivery: 'OUT_FOR_DELIVERY',
|
|
33
|
+
DeliveryAttempted: 'DELIVERY_ATTEMPTED',
|
|
34
|
+
PickupSuccessful: 'PICKUP_SUCCESSFUL',
|
|
35
|
+
PickupCancelled: 'PICKUP_CANCELLED',
|
|
36
|
+
PickupAttempted: 'PICKUP_ATTEMPTED',
|
|
37
|
+
PickupScheduled: 'PICKUP_SCHEDULED',
|
|
38
|
+
ReturnRequestAccepted: 'RETURN_REQUEST_ACCEPTED',
|
|
39
|
+
RefundIssued: 'REFUND_ISSUED',
|
|
40
|
+
ReturnReceivedInFc: 'RETURN_RECEIVED_IN_FC'
|
|
41
|
+
};
|
|
@@ -19,39 +19,38 @@ exports.EventCode = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
})(EventCode = exports.EventCode || (exports.EventCode = {}));
|
|
22
|
+
exports.EventCode = {
|
|
23
|
+
_101: 'EVENT_101',
|
|
24
|
+
_102: 'EVENT_102',
|
|
25
|
+
_201: 'EVENT_201',
|
|
26
|
+
_202: 'EVENT_202',
|
|
27
|
+
_203: 'EVENT_203',
|
|
28
|
+
_204: 'EVENT_204',
|
|
29
|
+
_205: 'EVENT_205',
|
|
30
|
+
_206: 'EVENT_206',
|
|
31
|
+
_301: 'EVENT_301',
|
|
32
|
+
_302: 'EVENT_302',
|
|
33
|
+
_304: 'EVENT_304',
|
|
34
|
+
_306: 'EVENT_306',
|
|
35
|
+
_307: 'EVENT_307',
|
|
36
|
+
_308: 'EVENT_308',
|
|
37
|
+
_309: 'EVENT_309',
|
|
38
|
+
_401: 'EVENT_401',
|
|
39
|
+
_402: 'EVENT_402',
|
|
40
|
+
_403: 'EVENT_403',
|
|
41
|
+
_404: 'EVENT_404',
|
|
42
|
+
_405: 'EVENT_405',
|
|
43
|
+
_406: 'EVENT_406',
|
|
44
|
+
_407: 'EVENT_407',
|
|
45
|
+
_408: 'EVENT_408',
|
|
46
|
+
_409: 'EVENT_409',
|
|
47
|
+
_411: 'EVENT_411',
|
|
48
|
+
_412: 'EVENT_412',
|
|
49
|
+
_413: 'EVENT_413',
|
|
50
|
+
_414: 'EVENT_414',
|
|
51
|
+
_415: 'EVENT_415',
|
|
52
|
+
_416: 'EVENT_416',
|
|
53
|
+
_417: 'EVENT_417',
|
|
54
|
+
_418: 'EVENT_418',
|
|
55
|
+
_419: 'EVENT_419'
|
|
56
|
+
};
|
|
@@ -14,12 +14,7 @@
|
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.FeatureSettingsFeatureFulfillmentPolicyEnum = void 0;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
var FeatureSettingsFeatureFulfillmentPolicyEnum;
|
|
22
|
-
(function (FeatureSettingsFeatureFulfillmentPolicyEnum) {
|
|
23
|
-
FeatureSettingsFeatureFulfillmentPolicyEnum["Required"] = "Required";
|
|
24
|
-
FeatureSettingsFeatureFulfillmentPolicyEnum["NotRequired"] = "NotRequired";
|
|
25
|
-
})(FeatureSettingsFeatureFulfillmentPolicyEnum = exports.FeatureSettingsFeatureFulfillmentPolicyEnum || (exports.FeatureSettingsFeatureFulfillmentPolicyEnum = {}));
|
|
17
|
+
exports.FeatureSettingsFeatureFulfillmentPolicyEnum = {
|
|
18
|
+
Required: 'Required',
|
|
19
|
+
NotRequired: 'NotRequired'
|
|
20
|
+
};
|
|
@@ -14,14 +14,9 @@
|
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.FeeNameEnum = void 0;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
FeeNameEnum["FbaPerUnitFulfillmentFee"] = "FBAPerUnitFulfillmentFee";
|
|
24
|
-
FeeNameEnum["FbaPerOrderFulfillmentFee"] = "FBAPerOrderFulfillmentFee";
|
|
25
|
-
FeeNameEnum["FbaTransportationFee"] = "FBATransportationFee";
|
|
26
|
-
FeeNameEnum["FbaFulfillmentCodFee"] = "FBAFulfillmentCODFee";
|
|
27
|
-
})(FeeNameEnum = exports.FeeNameEnum || (exports.FeeNameEnum = {}));
|
|
17
|
+
exports.FeeNameEnum = {
|
|
18
|
+
FbaPerUnitFulfillmentFee: 'FBAPerUnitFulfillmentFee',
|
|
19
|
+
FbaPerOrderFulfillmentFee: 'FBAPerOrderFulfillmentFee',
|
|
20
|
+
FbaTransportationFee: 'FBATransportationFee',
|
|
21
|
+
FbaFulfillmentCodFee: 'FBAFulfillmentCODFee'
|
|
22
|
+
};
|
|
@@ -19,8 +19,7 @@ exports.FulfillmentAction = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
})(FulfillmentAction = exports.FulfillmentAction || (exports.FulfillmentAction = {}));
|
|
22
|
+
exports.FulfillmentAction = {
|
|
23
|
+
Ship: 'Ship',
|
|
24
|
+
Hold: 'Hold'
|
|
25
|
+
};
|
|
@@ -19,15 +19,14 @@ exports.FulfillmentOrderStatus = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
})(FulfillmentOrderStatus = exports.FulfillmentOrderStatus || (exports.FulfillmentOrderStatus = {}));
|
|
22
|
+
exports.FulfillmentOrderStatus = {
|
|
23
|
+
New: 'New',
|
|
24
|
+
Received: 'Received',
|
|
25
|
+
Planning: 'Planning',
|
|
26
|
+
Processing: 'Processing',
|
|
27
|
+
Cancelled: 'Cancelled',
|
|
28
|
+
Complete: 'Complete',
|
|
29
|
+
CompletePartialled: 'CompletePartialled',
|
|
30
|
+
Unfulfillable: 'Unfulfillable',
|
|
31
|
+
Invalid: 'Invalid'
|
|
32
|
+
};
|
|
@@ -19,9 +19,8 @@ exports.FulfillmentPolicy = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
})(FulfillmentPolicy = exports.FulfillmentPolicy || (exports.FulfillmentPolicy = {}));
|
|
22
|
+
exports.FulfillmentPolicy = {
|
|
23
|
+
FillOrKill: 'FillOrKill',
|
|
24
|
+
FillAll: 'FillAll',
|
|
25
|
+
FillAllAvailable: 'FillAllAvailable'
|
|
26
|
+
};
|
|
@@ -14,12 +14,7 @@
|
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.FulfillmentPreviewItemShippingWeightCalculationMethodEnum = void 0;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
var FulfillmentPreviewItemShippingWeightCalculationMethodEnum;
|
|
22
|
-
(function (FulfillmentPreviewItemShippingWeightCalculationMethodEnum) {
|
|
23
|
-
FulfillmentPreviewItemShippingWeightCalculationMethodEnum["Package"] = "Package";
|
|
24
|
-
FulfillmentPreviewItemShippingWeightCalculationMethodEnum["Dimensional"] = "Dimensional";
|
|
25
|
-
})(FulfillmentPreviewItemShippingWeightCalculationMethodEnum = exports.FulfillmentPreviewItemShippingWeightCalculationMethodEnum || (exports.FulfillmentPreviewItemShippingWeightCalculationMethodEnum = {}));
|
|
17
|
+
exports.FulfillmentPreviewItemShippingWeightCalculationMethodEnum = {
|
|
18
|
+
Package: 'Package',
|
|
19
|
+
Dimensional: 'Dimensional'
|
|
20
|
+
};
|
|
@@ -19,8 +19,7 @@ exports.FulfillmentReturnItemStatus = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
})(FulfillmentReturnItemStatus = exports.FulfillmentReturnItemStatus || (exports.FulfillmentReturnItemStatus = {}));
|
|
22
|
+
exports.FulfillmentReturnItemStatus = {
|
|
23
|
+
New: 'New',
|
|
24
|
+
Processed: 'Processed'
|
|
25
|
+
};
|
|
@@ -14,14 +14,9 @@
|
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.FulfillmentShipmentFulfillmentShipmentStatusEnum = void 0;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
FulfillmentShipmentFulfillmentShipmentStatusEnum["Pending"] = "PENDING";
|
|
24
|
-
FulfillmentShipmentFulfillmentShipmentStatusEnum["Shipped"] = "SHIPPED";
|
|
25
|
-
FulfillmentShipmentFulfillmentShipmentStatusEnum["CancelledByFulfiller"] = "CANCELLED_BY_FULFILLER";
|
|
26
|
-
FulfillmentShipmentFulfillmentShipmentStatusEnum["CancelledBySeller"] = "CANCELLED_BY_SELLER";
|
|
27
|
-
})(FulfillmentShipmentFulfillmentShipmentStatusEnum = exports.FulfillmentShipmentFulfillmentShipmentStatusEnum || (exports.FulfillmentShipmentFulfillmentShipmentStatusEnum = {}));
|
|
17
|
+
exports.FulfillmentShipmentFulfillmentShipmentStatusEnum = {
|
|
18
|
+
Pending: 'PENDING',
|
|
19
|
+
Shipped: 'SHIPPED',
|
|
20
|
+
CancelledByFulfiller: 'CANCELLED_BY_FULFILLER',
|
|
21
|
+
CancelledBySeller: 'CANCELLED_BY_SELLER'
|
|
22
|
+
};
|
|
@@ -19,10 +19,9 @@ exports.InvalidItemReasonCode = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
})(InvalidItemReasonCode = exports.InvalidItemReasonCode || (exports.InvalidItemReasonCode = {}));
|
|
22
|
+
exports.InvalidItemReasonCode = {
|
|
23
|
+
InvalidValues: 'InvalidValues',
|
|
24
|
+
DuplicateRequest: 'DuplicateRequest',
|
|
25
|
+
NoCompletedShipItems: 'NoCompletedShipItems',
|
|
26
|
+
NoReturnableQuantity: 'NoReturnableQuantity'
|
|
27
|
+
};
|
|
@@ -19,11 +19,10 @@ exports.ReturnItemDisposition = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
})(ReturnItemDisposition = exports.ReturnItemDisposition || (exports.ReturnItemDisposition = {}));
|
|
22
|
+
exports.ReturnItemDisposition = {
|
|
23
|
+
Sellable: 'Sellable',
|
|
24
|
+
Defective: 'Defective',
|
|
25
|
+
CustomerDamaged: 'CustomerDamaged',
|
|
26
|
+
CarrierDamaged: 'CarrierDamaged',
|
|
27
|
+
FulfillerDamaged: 'FulfillerDamaged'
|
|
28
|
+
};
|
|
@@ -19,10 +19,9 @@ exports.ShippingSpeedCategory = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
})(ShippingSpeedCategory = exports.ShippingSpeedCategory || (exports.ShippingSpeedCategory = {}));
|
|
22
|
+
exports.ShippingSpeedCategory = {
|
|
23
|
+
Standard: 'Standard',
|
|
24
|
+
Expedited: 'Expedited',
|
|
25
|
+
Priority: 'Priority',
|
|
26
|
+
ScheduledDelivery: 'ScheduledDelivery'
|
|
27
|
+
};
|
|
@@ -14,14 +14,9 @@
|
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.WeightUnitEnum = void 0;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
WeightUnitEnum["Kg"] = "KG";
|
|
24
|
-
WeightUnitEnum["Kilograms"] = "KILOGRAMS";
|
|
25
|
-
WeightUnitEnum["Lb"] = "LB";
|
|
26
|
-
WeightUnitEnum["Pounds"] = "POUNDS";
|
|
27
|
-
})(WeightUnitEnum = exports.WeightUnitEnum || (exports.WeightUnitEnum = {}));
|
|
17
|
+
exports.WeightUnitEnum = {
|
|
18
|
+
Kg: 'KG',
|
|
19
|
+
Kilograms: 'KILOGRAMS',
|
|
20
|
+
Lb: 'LB',
|
|
21
|
+
Pounds: 'POUNDS'
|
|
22
|
+
};
|