@sp-api-sdk/fulfillment-outbound-api-2020-07-01 1.9.4 → 1.9.7
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
|
@@ -43,7 +43,7 @@ export const FbaOutboundApiAxiosParamCreator = function (configuration) {
|
|
|
43
43
|
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options };
|
|
44
44
|
const localVarHeaderParameter = {};
|
|
45
45
|
const localVarQueryParameter = {};
|
|
46
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
46
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
47
47
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
48
48
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
49
49
|
return {
|
|
@@ -71,7 +71,7 @@ export const FbaOutboundApiAxiosParamCreator = function (configuration) {
|
|
|
71
71
|
const localVarHeaderParameter = {};
|
|
72
72
|
const localVarQueryParameter = {};
|
|
73
73
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
74
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
74
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
75
75
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
76
76
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
77
77
|
localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration);
|
|
@@ -104,7 +104,7 @@ export const FbaOutboundApiAxiosParamCreator = function (configuration) {
|
|
|
104
104
|
const localVarHeaderParameter = {};
|
|
105
105
|
const localVarQueryParameter = {};
|
|
106
106
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
107
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
107
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
108
108
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
109
109
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
110
110
|
localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration);
|
|
@@ -143,7 +143,7 @@ export const FbaOutboundApiAxiosParamCreator = function (configuration) {
|
|
|
143
143
|
if (nextToken !== undefined) {
|
|
144
144
|
localVarQueryParameter['nextToken'] = nextToken;
|
|
145
145
|
}
|
|
146
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
146
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
147
147
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
148
148
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
149
149
|
return {
|
|
@@ -181,7 +181,7 @@ export const FbaOutboundApiAxiosParamCreator = function (configuration) {
|
|
|
181
181
|
if (marketplaceId !== undefined) {
|
|
182
182
|
localVarQueryParameter['marketplaceId'] = marketplaceId;
|
|
183
183
|
}
|
|
184
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
184
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
185
185
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
186
186
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
187
187
|
return {
|
|
@@ -211,7 +211,7 @@ export const FbaOutboundApiAxiosParamCreator = function (configuration) {
|
|
|
211
211
|
if (marketplaceId !== undefined) {
|
|
212
212
|
localVarQueryParameter['marketplaceId'] = marketplaceId;
|
|
213
213
|
}
|
|
214
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
214
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
215
215
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
216
216
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
217
217
|
return {
|
|
@@ -239,7 +239,7 @@ export const FbaOutboundApiAxiosParamCreator = function (configuration) {
|
|
|
239
239
|
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
|
|
240
240
|
const localVarHeaderParameter = {};
|
|
241
241
|
const localVarQueryParameter = {};
|
|
242
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
242
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
243
243
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
244
244
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
245
245
|
return {
|
|
@@ -267,7 +267,7 @@ export const FbaOutboundApiAxiosParamCreator = function (configuration) {
|
|
|
267
267
|
const localVarHeaderParameter = {};
|
|
268
268
|
const localVarQueryParameter = {};
|
|
269
269
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
270
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
270
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
271
271
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
272
272
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
273
273
|
localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration);
|
|
@@ -298,7 +298,7 @@ export const FbaOutboundApiAxiosParamCreator = function (configuration) {
|
|
|
298
298
|
if (packageNumber !== undefined) {
|
|
299
299
|
localVarQueryParameter['packageNumber'] = packageNumber;
|
|
300
300
|
}
|
|
301
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
301
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
302
302
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
303
303
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
304
304
|
return {
|
|
@@ -332,7 +332,7 @@ export const FbaOutboundApiAxiosParamCreator = function (configuration) {
|
|
|
332
332
|
if (nextToken !== undefined) {
|
|
333
333
|
localVarQueryParameter['nextToken'] = nextToken;
|
|
334
334
|
}
|
|
335
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
335
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
336
336
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
337
337
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
338
338
|
return {
|
|
@@ -376,7 +376,7 @@ export const FbaOutboundApiAxiosParamCreator = function (configuration) {
|
|
|
376
376
|
if (language !== undefined) {
|
|
377
377
|
localVarQueryParameter['language'] = language;
|
|
378
378
|
}
|
|
379
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
379
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
380
380
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
381
381
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
382
382
|
return {
|
|
@@ -408,7 +408,7 @@ export const FbaOutboundApiAxiosParamCreator = function (configuration) {
|
|
|
408
408
|
const localVarHeaderParameter = {};
|
|
409
409
|
const localVarQueryParameter = {};
|
|
410
410
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
411
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter
|
|
411
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
412
412
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
413
413
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
414
414
|
localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration);
|
|
@@ -16,32 +16,31 @@
|
|
|
16
16
|
* @export
|
|
17
17
|
* @enum {string}
|
|
18
18
|
*/
|
|
19
|
-
export
|
|
20
|
-
|
|
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
|
-
})(AdditionalLocationInfo || (AdditionalLocationInfo = {}));
|
|
19
|
+
export const AdditionalLocationInfo = {
|
|
20
|
+
AsInstructed: 'AS_INSTRUCTED',
|
|
21
|
+
Carport: 'CARPORT',
|
|
22
|
+
CustomerPickup: 'CUSTOMER_PICKUP',
|
|
23
|
+
Deck: 'DECK',
|
|
24
|
+
DoorPerson: 'DOOR_PERSON',
|
|
25
|
+
FrontDesk: 'FRONT_DESK',
|
|
26
|
+
FrontDoor: 'FRONT_DOOR',
|
|
27
|
+
Garage: 'GARAGE',
|
|
28
|
+
Guard: 'GUARD',
|
|
29
|
+
MailRoom: 'MAIL_ROOM',
|
|
30
|
+
MailSlot: 'MAIL_SLOT',
|
|
31
|
+
Mailbox: 'MAILBOX',
|
|
32
|
+
McBoy: 'MC_BOY',
|
|
33
|
+
McGirl: 'MC_GIRL',
|
|
34
|
+
McMan: 'MC_MAN',
|
|
35
|
+
McWoman: 'MC_WOMAN',
|
|
36
|
+
Neighbor: 'NEIGHBOR',
|
|
37
|
+
Office: 'OFFICE',
|
|
38
|
+
Outbuilding: 'OUTBUILDING',
|
|
39
|
+
Patio: 'PATIO',
|
|
40
|
+
Porch: 'PORCH',
|
|
41
|
+
RearDoor: 'REAR_DOOR',
|
|
42
|
+
Receptionist: 'RECEPTIONIST',
|
|
43
|
+
Receiver: 'RECEIVER',
|
|
44
|
+
SecureLocation: 'SECURE_LOCATION',
|
|
45
|
+
SideDoor: 'SIDE_DOOR'
|
|
46
|
+
};
|
|
@@ -16,24 +16,23 @@
|
|
|
16
16
|
* @export
|
|
17
17
|
* @enum {string}
|
|
18
18
|
*/
|
|
19
|
-
export
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
})(CurrentStatus || (CurrentStatus = {}));
|
|
19
|
+
export const CurrentStatus = {
|
|
20
|
+
InTransit: 'IN_TRANSIT',
|
|
21
|
+
Delivered: 'DELIVERED',
|
|
22
|
+
Returning: 'RETURNING',
|
|
23
|
+
Returned: 'RETURNED',
|
|
24
|
+
Undeliverable: 'UNDELIVERABLE',
|
|
25
|
+
Delayed: 'DELAYED',
|
|
26
|
+
AvailableForPickup: 'AVAILABLE_FOR_PICKUP',
|
|
27
|
+
CustomerAction: 'CUSTOMER_ACTION',
|
|
28
|
+
Unknown: 'UNKNOWN',
|
|
29
|
+
OutForDelivery: 'OUT_FOR_DELIVERY',
|
|
30
|
+
DeliveryAttempted: 'DELIVERY_ATTEMPTED',
|
|
31
|
+
PickupSuccessful: 'PICKUP_SUCCESSFUL',
|
|
32
|
+
PickupCancelled: 'PICKUP_CANCELLED',
|
|
33
|
+
PickupAttempted: 'PICKUP_ATTEMPTED',
|
|
34
|
+
PickupScheduled: 'PICKUP_SCHEDULED',
|
|
35
|
+
ReturnRequestAccepted: 'RETURN_REQUEST_ACCEPTED',
|
|
36
|
+
RefundIssued: 'REFUND_ISSUED',
|
|
37
|
+
ReturnReceivedInFc: 'RETURN_RECEIVED_IN_FC'
|
|
38
|
+
};
|
|
@@ -16,39 +16,38 @@
|
|
|
16
16
|
* @export
|
|
17
17
|
* @enum {string}
|
|
18
18
|
*/
|
|
19
|
-
export
|
|
20
|
-
|
|
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
|
-
})(EventCode || (EventCode = {}));
|
|
19
|
+
export const EventCode = {
|
|
20
|
+
_101: 'EVENT_101',
|
|
21
|
+
_102: 'EVENT_102',
|
|
22
|
+
_201: 'EVENT_201',
|
|
23
|
+
_202: 'EVENT_202',
|
|
24
|
+
_203: 'EVENT_203',
|
|
25
|
+
_204: 'EVENT_204',
|
|
26
|
+
_205: 'EVENT_205',
|
|
27
|
+
_206: 'EVENT_206',
|
|
28
|
+
_301: 'EVENT_301',
|
|
29
|
+
_302: 'EVENT_302',
|
|
30
|
+
_304: 'EVENT_304',
|
|
31
|
+
_306: 'EVENT_306',
|
|
32
|
+
_307: 'EVENT_307',
|
|
33
|
+
_308: 'EVENT_308',
|
|
34
|
+
_309: 'EVENT_309',
|
|
35
|
+
_401: 'EVENT_401',
|
|
36
|
+
_402: 'EVENT_402',
|
|
37
|
+
_403: 'EVENT_403',
|
|
38
|
+
_404: 'EVENT_404',
|
|
39
|
+
_405: 'EVENT_405',
|
|
40
|
+
_406: 'EVENT_406',
|
|
41
|
+
_407: 'EVENT_407',
|
|
42
|
+
_408: 'EVENT_408',
|
|
43
|
+
_409: 'EVENT_409',
|
|
44
|
+
_411: 'EVENT_411',
|
|
45
|
+
_412: 'EVENT_412',
|
|
46
|
+
_413: 'EVENT_413',
|
|
47
|
+
_414: 'EVENT_414',
|
|
48
|
+
_415: 'EVENT_415',
|
|
49
|
+
_416: 'EVENT_416',
|
|
50
|
+
_417: 'EVENT_417',
|
|
51
|
+
_418: 'EVENT_418',
|
|
52
|
+
_419: 'EVENT_419'
|
|
53
|
+
};
|
|
@@ -11,12 +11,7 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
export var FeatureSettingsFeatureFulfillmentPolicyEnum;
|
|
19
|
-
(function (FeatureSettingsFeatureFulfillmentPolicyEnum) {
|
|
20
|
-
FeatureSettingsFeatureFulfillmentPolicyEnum["Required"] = "Required";
|
|
21
|
-
FeatureSettingsFeatureFulfillmentPolicyEnum["NotRequired"] = "NotRequired";
|
|
22
|
-
})(FeatureSettingsFeatureFulfillmentPolicyEnum || (FeatureSettingsFeatureFulfillmentPolicyEnum = {}));
|
|
14
|
+
export const FeatureSettingsFeatureFulfillmentPolicyEnum = {
|
|
15
|
+
Required: 'Required',
|
|
16
|
+
NotRequired: 'NotRequired'
|
|
17
|
+
};
|
|
@@ -11,14 +11,9 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
FeeNameEnum["FbaPerUnitFulfillmentFee"] = "FBAPerUnitFulfillmentFee";
|
|
21
|
-
FeeNameEnum["FbaPerOrderFulfillmentFee"] = "FBAPerOrderFulfillmentFee";
|
|
22
|
-
FeeNameEnum["FbaTransportationFee"] = "FBATransportationFee";
|
|
23
|
-
FeeNameEnum["FbaFulfillmentCodFee"] = "FBAFulfillmentCODFee";
|
|
24
|
-
})(FeeNameEnum || (FeeNameEnum = {}));
|
|
14
|
+
export const FeeNameEnum = {
|
|
15
|
+
FbaPerUnitFulfillmentFee: 'FBAPerUnitFulfillmentFee',
|
|
16
|
+
FbaPerOrderFulfillmentFee: 'FBAPerOrderFulfillmentFee',
|
|
17
|
+
FbaTransportationFee: 'FBATransportationFee',
|
|
18
|
+
FbaFulfillmentCodFee: 'FBAFulfillmentCODFee'
|
|
19
|
+
};
|
|
@@ -16,8 +16,7 @@
|
|
|
16
16
|
* @export
|
|
17
17
|
* @enum {string}
|
|
18
18
|
*/
|
|
19
|
-
export
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
})(FulfillmentAction || (FulfillmentAction = {}));
|
|
19
|
+
export const FulfillmentAction = {
|
|
20
|
+
Ship: 'Ship',
|
|
21
|
+
Hold: 'Hold'
|
|
22
|
+
};
|
|
@@ -16,15 +16,14 @@
|
|
|
16
16
|
* @export
|
|
17
17
|
* @enum {string}
|
|
18
18
|
*/
|
|
19
|
-
export
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
})(FulfillmentOrderStatus || (FulfillmentOrderStatus = {}));
|
|
19
|
+
export const FulfillmentOrderStatus = {
|
|
20
|
+
New: 'New',
|
|
21
|
+
Received: 'Received',
|
|
22
|
+
Planning: 'Planning',
|
|
23
|
+
Processing: 'Processing',
|
|
24
|
+
Cancelled: 'Cancelled',
|
|
25
|
+
Complete: 'Complete',
|
|
26
|
+
CompletePartialled: 'CompletePartialled',
|
|
27
|
+
Unfulfillable: 'Unfulfillable',
|
|
28
|
+
Invalid: 'Invalid'
|
|
29
|
+
};
|
|
@@ -16,9 +16,8 @@
|
|
|
16
16
|
* @export
|
|
17
17
|
* @enum {string}
|
|
18
18
|
*/
|
|
19
|
-
export
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
})(FulfillmentPolicy || (FulfillmentPolicy = {}));
|
|
19
|
+
export const FulfillmentPolicy = {
|
|
20
|
+
FillOrKill: 'FillOrKill',
|
|
21
|
+
FillAll: 'FillAll',
|
|
22
|
+
FillAllAvailable: 'FillAllAvailable'
|
|
23
|
+
};
|
|
@@ -11,12 +11,7 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
export var FulfillmentPreviewItemShippingWeightCalculationMethodEnum;
|
|
19
|
-
(function (FulfillmentPreviewItemShippingWeightCalculationMethodEnum) {
|
|
20
|
-
FulfillmentPreviewItemShippingWeightCalculationMethodEnum["Package"] = "Package";
|
|
21
|
-
FulfillmentPreviewItemShippingWeightCalculationMethodEnum["Dimensional"] = "Dimensional";
|
|
22
|
-
})(FulfillmentPreviewItemShippingWeightCalculationMethodEnum || (FulfillmentPreviewItemShippingWeightCalculationMethodEnum = {}));
|
|
14
|
+
export const FulfillmentPreviewItemShippingWeightCalculationMethodEnum = {
|
|
15
|
+
Package: 'Package',
|
|
16
|
+
Dimensional: 'Dimensional'
|
|
17
|
+
};
|
|
@@ -16,8 +16,7 @@
|
|
|
16
16
|
* @export
|
|
17
17
|
* @enum {string}
|
|
18
18
|
*/
|
|
19
|
-
export
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
})(FulfillmentReturnItemStatus || (FulfillmentReturnItemStatus = {}));
|
|
19
|
+
export const FulfillmentReturnItemStatus = {
|
|
20
|
+
New: 'New',
|
|
21
|
+
Processed: 'Processed'
|
|
22
|
+
};
|
|
@@ -11,14 +11,9 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
FulfillmentShipmentFulfillmentShipmentStatusEnum["Pending"] = "PENDING";
|
|
21
|
-
FulfillmentShipmentFulfillmentShipmentStatusEnum["Shipped"] = "SHIPPED";
|
|
22
|
-
FulfillmentShipmentFulfillmentShipmentStatusEnum["CancelledByFulfiller"] = "CANCELLED_BY_FULFILLER";
|
|
23
|
-
FulfillmentShipmentFulfillmentShipmentStatusEnum["CancelledBySeller"] = "CANCELLED_BY_SELLER";
|
|
24
|
-
})(FulfillmentShipmentFulfillmentShipmentStatusEnum || (FulfillmentShipmentFulfillmentShipmentStatusEnum = {}));
|
|
14
|
+
export const FulfillmentShipmentFulfillmentShipmentStatusEnum = {
|
|
15
|
+
Pending: 'PENDING',
|
|
16
|
+
Shipped: 'SHIPPED',
|
|
17
|
+
CancelledByFulfiller: 'CANCELLED_BY_FULFILLER',
|
|
18
|
+
CancelledBySeller: 'CANCELLED_BY_SELLER'
|
|
19
|
+
};
|
|
@@ -16,10 +16,9 @@
|
|
|
16
16
|
* @export
|
|
17
17
|
* @enum {string}
|
|
18
18
|
*/
|
|
19
|
-
export
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
})(InvalidItemReasonCode || (InvalidItemReasonCode = {}));
|
|
19
|
+
export const InvalidItemReasonCode = {
|
|
20
|
+
InvalidValues: 'InvalidValues',
|
|
21
|
+
DuplicateRequest: 'DuplicateRequest',
|
|
22
|
+
NoCompletedShipItems: 'NoCompletedShipItems',
|
|
23
|
+
NoReturnableQuantity: 'NoReturnableQuantity'
|
|
24
|
+
};
|
|
@@ -16,11 +16,10 @@
|
|
|
16
16
|
* @export
|
|
17
17
|
* @enum {string}
|
|
18
18
|
*/
|
|
19
|
-
export
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
})(ReturnItemDisposition || (ReturnItemDisposition = {}));
|
|
19
|
+
export const ReturnItemDisposition = {
|
|
20
|
+
Sellable: 'Sellable',
|
|
21
|
+
Defective: 'Defective',
|
|
22
|
+
CustomerDamaged: 'CustomerDamaged',
|
|
23
|
+
CarrierDamaged: 'CarrierDamaged',
|
|
24
|
+
FulfillerDamaged: 'FulfillerDamaged'
|
|
25
|
+
};
|
|
@@ -16,10 +16,9 @@
|
|
|
16
16
|
* @export
|
|
17
17
|
* @enum {string}
|
|
18
18
|
*/
|
|
19
|
-
export
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
})(ShippingSpeedCategory || (ShippingSpeedCategory = {}));
|
|
19
|
+
export const ShippingSpeedCategory = {
|
|
20
|
+
Standard: 'Standard',
|
|
21
|
+
Expedited: 'Expedited',
|
|
22
|
+
Priority: 'Priority',
|
|
23
|
+
ScheduledDelivery: 'ScheduledDelivery'
|
|
24
|
+
};
|
|
@@ -11,14 +11,9 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
WeightUnitEnum["Kg"] = "KG";
|
|
21
|
-
WeightUnitEnum["Kilograms"] = "KILOGRAMS";
|
|
22
|
-
WeightUnitEnum["Lb"] = "LB";
|
|
23
|
-
WeightUnitEnum["Pounds"] = "POUNDS";
|
|
24
|
-
})(WeightUnitEnum || (WeightUnitEnum = {}));
|
|
14
|
+
export const WeightUnitEnum = {
|
|
15
|
+
Kg: 'KG',
|
|
16
|
+
Kilograms: 'KILOGRAMS',
|
|
17
|
+
Lb: 'LB',
|
|
18
|
+
Pounds: 'POUNDS'
|
|
19
|
+
};
|