@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.
Files changed (102) hide show
  1. package/dist/cjs/src/api-model/api/fba-outbound-api.js +12 -12
  2. package/dist/cjs/src/api-model/models/additional-location-info.js +28 -29
  3. package/dist/cjs/src/api-model/models/current-status.js +20 -21
  4. package/dist/cjs/src/api-model/models/event-code.js +35 -36
  5. package/dist/cjs/src/api-model/models/feature-settings.js +4 -9
  6. package/dist/cjs/src/api-model/models/fee.js +6 -11
  7. package/dist/cjs/src/api-model/models/fulfillment-action.js +4 -5
  8. package/dist/cjs/src/api-model/models/fulfillment-order-status.js +11 -12
  9. package/dist/cjs/src/api-model/models/fulfillment-policy.js +5 -6
  10. package/dist/cjs/src/api-model/models/fulfillment-preview-item.js +4 -9
  11. package/dist/cjs/src/api-model/models/fulfillment-return-item-status.js +4 -5
  12. package/dist/cjs/src/api-model/models/fulfillment-shipment.js +6 -11
  13. package/dist/cjs/src/api-model/models/invalid-item-reason-code.js +6 -7
  14. package/dist/cjs/src/api-model/models/return-item-disposition.js +7 -8
  15. package/dist/cjs/src/api-model/models/shipping-speed-category.js +6 -7
  16. package/dist/cjs/src/api-model/models/weight.js +6 -11
  17. package/dist/es/src/api-model/api/fba-outbound-api.js +12 -12
  18. package/dist/es/src/api-model/models/additional-location-info.js +28 -29
  19. package/dist/es/src/api-model/models/current-status.js +20 -21
  20. package/dist/es/src/api-model/models/event-code.js +35 -36
  21. package/dist/es/src/api-model/models/feature-settings.js +4 -9
  22. package/dist/es/src/api-model/models/fee.js +6 -11
  23. package/dist/es/src/api-model/models/fulfillment-action.js +4 -5
  24. package/dist/es/src/api-model/models/fulfillment-order-status.js +11 -12
  25. package/dist/es/src/api-model/models/fulfillment-policy.js +5 -6
  26. package/dist/es/src/api-model/models/fulfillment-preview-item.js +4 -9
  27. package/dist/es/src/api-model/models/fulfillment-return-item-status.js +4 -5
  28. package/dist/es/src/api-model/models/fulfillment-shipment.js +6 -11
  29. package/dist/es/src/api-model/models/invalid-item-reason-code.js +6 -7
  30. package/dist/es/src/api-model/models/return-item-disposition.js +7 -8
  31. package/dist/es/src/api-model/models/shipping-speed-category.js +6 -7
  32. package/dist/es/src/api-model/models/weight.js +6 -11
  33. package/dist/types/src/api-model/api/fba-outbound-api.d.ts +43 -43
  34. package/dist/types/src/api-model/base.d.ts +2 -2
  35. package/dist/types/src/api-model/common.d.ts +7 -7
  36. package/dist/types/src/api-model/models/additional-location-info.d.ts +29 -28
  37. package/dist/types/src/api-model/models/address.d.ts +10 -10
  38. package/dist/types/src/api-model/models/cancel-fulfillment-order-response.d.ts +1 -1
  39. package/dist/types/src/api-model/models/codsettings.d.ts +5 -5
  40. package/dist/types/src/api-model/models/create-fulfillment-order-item.d.ts +9 -9
  41. package/dist/types/src/api-model/models/create-fulfillment-order-request.d.ts +15 -15
  42. package/dist/types/src/api-model/models/create-fulfillment-order-response.d.ts +1 -1
  43. package/dist/types/src/api-model/models/create-fulfillment-return-request.d.ts +1 -1
  44. package/dist/types/src/api-model/models/create-fulfillment-return-response.d.ts +2 -2
  45. package/dist/types/src/api-model/models/create-fulfillment-return-result.d.ts +3 -3
  46. package/dist/types/src/api-model/models/create-return-item.d.ts +5 -5
  47. package/dist/types/src/api-model/models/current-status.d.ts +21 -20
  48. package/dist/types/src/api-model/models/delivery-window.d.ts +2 -2
  49. package/dist/types/src/api-model/models/event-code.d.ts +36 -35
  50. package/dist/types/src/api-model/models/feature-settings.d.ts +7 -10
  51. package/dist/types/src/api-model/models/feature-sku.d.ts +5 -5
  52. package/dist/types/src/api-model/models/feature.d.ts +3 -3
  53. package/dist/types/src/api-model/models/fee.d.ts +9 -12
  54. package/dist/types/src/api-model/models/fulfillment-action.d.ts +5 -4
  55. package/dist/types/src/api-model/models/fulfillment-order-item.d.ts +14 -14
  56. package/dist/types/src/api-model/models/fulfillment-order-status.d.ts +12 -11
  57. package/dist/types/src/api-model/models/fulfillment-order.d.ts +16 -16
  58. package/dist/types/src/api-model/models/fulfillment-policy.d.ts +6 -5
  59. package/dist/types/src/api-model/models/fulfillment-preview-item.d.ts +10 -13
  60. package/dist/types/src/api-model/models/fulfillment-preview-shipment.d.ts +6 -6
  61. package/dist/types/src/api-model/models/fulfillment-preview.d.ts +11 -11
  62. package/dist/types/src/api-model/models/fulfillment-return-item-status.d.ts +5 -4
  63. package/dist/types/src/api-model/models/fulfillment-shipment-item.d.ts +5 -5
  64. package/dist/types/src/api-model/models/fulfillment-shipment-package.d.ts +4 -4
  65. package/dist/types/src/api-model/models/fulfillment-shipment.d.ts +15 -18
  66. package/dist/types/src/api-model/models/get-feature-inventory-response.d.ts +2 -2
  67. package/dist/types/src/api-model/models/get-feature-inventory-result.d.ts +4 -4
  68. package/dist/types/src/api-model/models/get-feature-sku-response.d.ts +2 -2
  69. package/dist/types/src/api-model/models/get-feature-sku-result.d.ts +5 -5
  70. package/dist/types/src/api-model/models/get-features-response.d.ts +2 -2
  71. package/dist/types/src/api-model/models/get-features-result.d.ts +1 -1
  72. package/dist/types/src/api-model/models/get-fulfillment-order-response.d.ts +2 -2
  73. package/dist/types/src/api-model/models/get-fulfillment-order-result.d.ts +5 -5
  74. package/dist/types/src/api-model/models/get-fulfillment-preview-item.d.ts +4 -4
  75. package/dist/types/src/api-model/models/get-fulfillment-preview-request.d.ts +7 -7
  76. package/dist/types/src/api-model/models/get-fulfillment-preview-response.d.ts +2 -2
  77. package/dist/types/src/api-model/models/get-fulfillment-preview-result.d.ts +1 -1
  78. package/dist/types/src/api-model/models/get-package-tracking-details-response.d.ts +2 -2
  79. package/dist/types/src/api-model/models/invalid-item-reason-code.d.ts +7 -6
  80. package/dist/types/src/api-model/models/invalid-item-reason.d.ts +2 -2
  81. package/dist/types/src/api-model/models/invalid-return-item.d.ts +3 -3
  82. package/dist/types/src/api-model/models/list-all-fulfillment-orders-response.d.ts +2 -2
  83. package/dist/types/src/api-model/models/list-all-fulfillment-orders-result.d.ts +2 -2
  84. package/dist/types/src/api-model/models/list-return-reason-codes-response.d.ts +2 -2
  85. package/dist/types/src/api-model/models/list-return-reason-codes-result.d.ts +1 -1
  86. package/dist/types/src/api-model/models/model-error.d.ts +3 -3
  87. package/dist/types/src/api-model/models/money.d.ts +2 -2
  88. package/dist/types/src/api-model/models/package-tracking-details.d.ts +14 -14
  89. package/dist/types/src/api-model/models/reason-code-details.d.ts +3 -3
  90. package/dist/types/src/api-model/models/return-authorization.d.ts +5 -5
  91. package/dist/types/src/api-model/models/return-item-disposition.d.ts +8 -7
  92. package/dist/types/src/api-model/models/return-item.d.ts +11 -11
  93. package/dist/types/src/api-model/models/scheduled-delivery-info.d.ts +2 -2
  94. package/dist/types/src/api-model/models/shipping-speed-category.d.ts +7 -6
  95. package/dist/types/src/api-model/models/tracking-address.d.ts +3 -3
  96. package/dist/types/src/api-model/models/tracking-event.d.ts +4 -4
  97. package/dist/types/src/api-model/models/unfulfillable-preview-item.d.ts +4 -4
  98. package/dist/types/src/api-model/models/update-fulfillment-order-item.d.ts +10 -10
  99. package/dist/types/src/api-model/models/update-fulfillment-order-request.d.ts +12 -12
  100. package/dist/types/src/api-model/models/update-fulfillment-order-response.d.ts +1 -1
  101. package/dist/types/src/api-model/models/weight.d.ts +9 -12
  102. 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, options.query);
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, options.query);
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, options.query);
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, options.query);
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, options.query);
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, options.query);
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, options.query);
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, options.query);
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, options.query);
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, options.query);
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, options.query);
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, options.query);
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 var AdditionalLocationInfo;
20
- (function (AdditionalLocationInfo) {
21
- AdditionalLocationInfo["AsInstructed"] = "AS_INSTRUCTED";
22
- AdditionalLocationInfo["Carport"] = "CARPORT";
23
- AdditionalLocationInfo["CustomerPickup"] = "CUSTOMER_PICKUP";
24
- AdditionalLocationInfo["Deck"] = "DECK";
25
- AdditionalLocationInfo["DoorPerson"] = "DOOR_PERSON";
26
- AdditionalLocationInfo["FrontDesk"] = "FRONT_DESK";
27
- AdditionalLocationInfo["FrontDoor"] = "FRONT_DOOR";
28
- AdditionalLocationInfo["Garage"] = "GARAGE";
29
- AdditionalLocationInfo["Guard"] = "GUARD";
30
- AdditionalLocationInfo["MailRoom"] = "MAIL_ROOM";
31
- AdditionalLocationInfo["MailSlot"] = "MAIL_SLOT";
32
- AdditionalLocationInfo["Mailbox"] = "MAILBOX";
33
- AdditionalLocationInfo["McBoy"] = "MC_BOY";
34
- AdditionalLocationInfo["McGirl"] = "MC_GIRL";
35
- AdditionalLocationInfo["McMan"] = "MC_MAN";
36
- AdditionalLocationInfo["McWoman"] = "MC_WOMAN";
37
- AdditionalLocationInfo["Neighbor"] = "NEIGHBOR";
38
- AdditionalLocationInfo["Office"] = "OFFICE";
39
- AdditionalLocationInfo["Outbuilding"] = "OUTBUILDING";
40
- AdditionalLocationInfo["Patio"] = "PATIO";
41
- AdditionalLocationInfo["Porch"] = "PORCH";
42
- AdditionalLocationInfo["RearDoor"] = "REAR_DOOR";
43
- AdditionalLocationInfo["Receptionist"] = "RECEPTIONIST";
44
- AdditionalLocationInfo["Receiver"] = "RECEIVER";
45
- AdditionalLocationInfo["SecureLocation"] = "SECURE_LOCATION";
46
- AdditionalLocationInfo["SideDoor"] = "SIDE_DOOR";
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 var CurrentStatus;
20
- (function (CurrentStatus) {
21
- CurrentStatus["InTransit"] = "IN_TRANSIT";
22
- CurrentStatus["Delivered"] = "DELIVERED";
23
- CurrentStatus["Returning"] = "RETURNING";
24
- CurrentStatus["Returned"] = "RETURNED";
25
- CurrentStatus["Undeliverable"] = "UNDELIVERABLE";
26
- CurrentStatus["Delayed"] = "DELAYED";
27
- CurrentStatus["AvailableForPickup"] = "AVAILABLE_FOR_PICKUP";
28
- CurrentStatus["CustomerAction"] = "CUSTOMER_ACTION";
29
- CurrentStatus["Unknown"] = "UNKNOWN";
30
- CurrentStatus["OutForDelivery"] = "OUT_FOR_DELIVERY";
31
- CurrentStatus["DeliveryAttempted"] = "DELIVERY_ATTEMPTED";
32
- CurrentStatus["PickupSuccessful"] = "PICKUP_SUCCESSFUL";
33
- CurrentStatus["PickupCancelled"] = "PICKUP_CANCELLED";
34
- CurrentStatus["PickupAttempted"] = "PICKUP_ATTEMPTED";
35
- CurrentStatus["PickupScheduled"] = "PICKUP_SCHEDULED";
36
- CurrentStatus["ReturnRequestAccepted"] = "RETURN_REQUEST_ACCEPTED";
37
- CurrentStatus["RefundIssued"] = "REFUND_ISSUED";
38
- CurrentStatus["ReturnReceivedInFc"] = "RETURN_RECEIVED_IN_FC";
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 var EventCode;
20
- (function (EventCode) {
21
- EventCode["_101"] = "EVENT_101";
22
- EventCode["_102"] = "EVENT_102";
23
- EventCode["_201"] = "EVENT_201";
24
- EventCode["_202"] = "EVENT_202";
25
- EventCode["_203"] = "EVENT_203";
26
- EventCode["_204"] = "EVENT_204";
27
- EventCode["_205"] = "EVENT_205";
28
- EventCode["_206"] = "EVENT_206";
29
- EventCode["_301"] = "EVENT_301";
30
- EventCode["_302"] = "EVENT_302";
31
- EventCode["_304"] = "EVENT_304";
32
- EventCode["_306"] = "EVENT_306";
33
- EventCode["_307"] = "EVENT_307";
34
- EventCode["_308"] = "EVENT_308";
35
- EventCode["_309"] = "EVENT_309";
36
- EventCode["_401"] = "EVENT_401";
37
- EventCode["_402"] = "EVENT_402";
38
- EventCode["_403"] = "EVENT_403";
39
- EventCode["_404"] = "EVENT_404";
40
- EventCode["_405"] = "EVENT_405";
41
- EventCode["_406"] = "EVENT_406";
42
- EventCode["_407"] = "EVENT_407";
43
- EventCode["_408"] = "EVENT_408";
44
- EventCode["_409"] = "EVENT_409";
45
- EventCode["_411"] = "EVENT_411";
46
- EventCode["_412"] = "EVENT_412";
47
- EventCode["_413"] = "EVENT_413";
48
- EventCode["_414"] = "EVENT_414";
49
- EventCode["_415"] = "EVENT_415";
50
- EventCode["_416"] = "EVENT_416";
51
- EventCode["_417"] = "EVENT_417";
52
- EventCode["_418"] = "EVENT_418";
53
- EventCode["_419"] = "EVENT_419";
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
- * @export
16
- * @enum {string}
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
- * @export
16
- * @enum {string}
17
- */
18
- export var FeeNameEnum;
19
- (function (FeeNameEnum) {
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 var FulfillmentAction;
20
- (function (FulfillmentAction) {
21
- FulfillmentAction["Ship"] = "Ship";
22
- FulfillmentAction["Hold"] = "Hold";
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 var FulfillmentOrderStatus;
20
- (function (FulfillmentOrderStatus) {
21
- FulfillmentOrderStatus["New"] = "New";
22
- FulfillmentOrderStatus["Received"] = "Received";
23
- FulfillmentOrderStatus["Planning"] = "Planning";
24
- FulfillmentOrderStatus["Processing"] = "Processing";
25
- FulfillmentOrderStatus["Cancelled"] = "Cancelled";
26
- FulfillmentOrderStatus["Complete"] = "Complete";
27
- FulfillmentOrderStatus["CompletePartialled"] = "CompletePartialled";
28
- FulfillmentOrderStatus["Unfulfillable"] = "Unfulfillable";
29
- FulfillmentOrderStatus["Invalid"] = "Invalid";
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 var FulfillmentPolicy;
20
- (function (FulfillmentPolicy) {
21
- FulfillmentPolicy["FillOrKill"] = "FillOrKill";
22
- FulfillmentPolicy["FillAll"] = "FillAll";
23
- FulfillmentPolicy["FillAllAvailable"] = "FillAllAvailable";
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
- * @export
16
- * @enum {string}
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 var FulfillmentReturnItemStatus;
20
- (function (FulfillmentReturnItemStatus) {
21
- FulfillmentReturnItemStatus["New"] = "New";
22
- FulfillmentReturnItemStatus["Processed"] = "Processed";
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
- * @export
16
- * @enum {string}
17
- */
18
- export var FulfillmentShipmentFulfillmentShipmentStatusEnum;
19
- (function (FulfillmentShipmentFulfillmentShipmentStatusEnum) {
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 var InvalidItemReasonCode;
20
- (function (InvalidItemReasonCode) {
21
- InvalidItemReasonCode["InvalidValues"] = "InvalidValues";
22
- InvalidItemReasonCode["DuplicateRequest"] = "DuplicateRequest";
23
- InvalidItemReasonCode["NoCompletedShipItems"] = "NoCompletedShipItems";
24
- InvalidItemReasonCode["NoReturnableQuantity"] = "NoReturnableQuantity";
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 var ReturnItemDisposition;
20
- (function (ReturnItemDisposition) {
21
- ReturnItemDisposition["Sellable"] = "Sellable";
22
- ReturnItemDisposition["Defective"] = "Defective";
23
- ReturnItemDisposition["CustomerDamaged"] = "CustomerDamaged";
24
- ReturnItemDisposition["CarrierDamaged"] = "CarrierDamaged";
25
- ReturnItemDisposition["FulfillerDamaged"] = "FulfillerDamaged";
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 var ShippingSpeedCategory;
20
- (function (ShippingSpeedCategory) {
21
- ShippingSpeedCategory["Standard"] = "Standard";
22
- ShippingSpeedCategory["Expedited"] = "Expedited";
23
- ShippingSpeedCategory["Priority"] = "Priority";
24
- ShippingSpeedCategory["ScheduledDelivery"] = "ScheduledDelivery";
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
- * @export
16
- * @enum {string}
17
- */
18
- export var WeightUnitEnum;
19
- (function (WeightUnitEnum) {
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
+ };