@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
@@ -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, options.query);
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, options.query);
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, options.query);
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, options.query);
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, options.query);
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, options.query);
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, options.query);
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, options.query);
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, options.query);
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, options.query);
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, options.query);
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, options.query);
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
- var AdditionalLocationInfo;
23
- (function (AdditionalLocationInfo) {
24
- AdditionalLocationInfo["AsInstructed"] = "AS_INSTRUCTED";
25
- AdditionalLocationInfo["Carport"] = "CARPORT";
26
- AdditionalLocationInfo["CustomerPickup"] = "CUSTOMER_PICKUP";
27
- AdditionalLocationInfo["Deck"] = "DECK";
28
- AdditionalLocationInfo["DoorPerson"] = "DOOR_PERSON";
29
- AdditionalLocationInfo["FrontDesk"] = "FRONT_DESK";
30
- AdditionalLocationInfo["FrontDoor"] = "FRONT_DOOR";
31
- AdditionalLocationInfo["Garage"] = "GARAGE";
32
- AdditionalLocationInfo["Guard"] = "GUARD";
33
- AdditionalLocationInfo["MailRoom"] = "MAIL_ROOM";
34
- AdditionalLocationInfo["MailSlot"] = "MAIL_SLOT";
35
- AdditionalLocationInfo["Mailbox"] = "MAILBOX";
36
- AdditionalLocationInfo["McBoy"] = "MC_BOY";
37
- AdditionalLocationInfo["McGirl"] = "MC_GIRL";
38
- AdditionalLocationInfo["McMan"] = "MC_MAN";
39
- AdditionalLocationInfo["McWoman"] = "MC_WOMAN";
40
- AdditionalLocationInfo["Neighbor"] = "NEIGHBOR";
41
- AdditionalLocationInfo["Office"] = "OFFICE";
42
- AdditionalLocationInfo["Outbuilding"] = "OUTBUILDING";
43
- AdditionalLocationInfo["Patio"] = "PATIO";
44
- AdditionalLocationInfo["Porch"] = "PORCH";
45
- AdditionalLocationInfo["RearDoor"] = "REAR_DOOR";
46
- AdditionalLocationInfo["Receptionist"] = "RECEPTIONIST";
47
- AdditionalLocationInfo["Receiver"] = "RECEIVER";
48
- AdditionalLocationInfo["SecureLocation"] = "SECURE_LOCATION";
49
- AdditionalLocationInfo["SideDoor"] = "SIDE_DOOR";
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
- var CurrentStatus;
23
- (function (CurrentStatus) {
24
- CurrentStatus["InTransit"] = "IN_TRANSIT";
25
- CurrentStatus["Delivered"] = "DELIVERED";
26
- CurrentStatus["Returning"] = "RETURNING";
27
- CurrentStatus["Returned"] = "RETURNED";
28
- CurrentStatus["Undeliverable"] = "UNDELIVERABLE";
29
- CurrentStatus["Delayed"] = "DELAYED";
30
- CurrentStatus["AvailableForPickup"] = "AVAILABLE_FOR_PICKUP";
31
- CurrentStatus["CustomerAction"] = "CUSTOMER_ACTION";
32
- CurrentStatus["Unknown"] = "UNKNOWN";
33
- CurrentStatus["OutForDelivery"] = "OUT_FOR_DELIVERY";
34
- CurrentStatus["DeliveryAttempted"] = "DELIVERY_ATTEMPTED";
35
- CurrentStatus["PickupSuccessful"] = "PICKUP_SUCCESSFUL";
36
- CurrentStatus["PickupCancelled"] = "PICKUP_CANCELLED";
37
- CurrentStatus["PickupAttempted"] = "PICKUP_ATTEMPTED";
38
- CurrentStatus["PickupScheduled"] = "PICKUP_SCHEDULED";
39
- CurrentStatus["ReturnRequestAccepted"] = "RETURN_REQUEST_ACCEPTED";
40
- CurrentStatus["RefundIssued"] = "REFUND_ISSUED";
41
- CurrentStatus["ReturnReceivedInFc"] = "RETURN_RECEIVED_IN_FC";
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
- var EventCode;
23
- (function (EventCode) {
24
- EventCode["_101"] = "EVENT_101";
25
- EventCode["_102"] = "EVENT_102";
26
- EventCode["_201"] = "EVENT_201";
27
- EventCode["_202"] = "EVENT_202";
28
- EventCode["_203"] = "EVENT_203";
29
- EventCode["_204"] = "EVENT_204";
30
- EventCode["_205"] = "EVENT_205";
31
- EventCode["_206"] = "EVENT_206";
32
- EventCode["_301"] = "EVENT_301";
33
- EventCode["_302"] = "EVENT_302";
34
- EventCode["_304"] = "EVENT_304";
35
- EventCode["_306"] = "EVENT_306";
36
- EventCode["_307"] = "EVENT_307";
37
- EventCode["_308"] = "EVENT_308";
38
- EventCode["_309"] = "EVENT_309";
39
- EventCode["_401"] = "EVENT_401";
40
- EventCode["_402"] = "EVENT_402";
41
- EventCode["_403"] = "EVENT_403";
42
- EventCode["_404"] = "EVENT_404";
43
- EventCode["_405"] = "EVENT_405";
44
- EventCode["_406"] = "EVENT_406";
45
- EventCode["_407"] = "EVENT_407";
46
- EventCode["_408"] = "EVENT_408";
47
- EventCode["_409"] = "EVENT_409";
48
- EventCode["_411"] = "EVENT_411";
49
- EventCode["_412"] = "EVENT_412";
50
- EventCode["_413"] = "EVENT_413";
51
- EventCode["_414"] = "EVENT_414";
52
- EventCode["_415"] = "EVENT_415";
53
- EventCode["_416"] = "EVENT_416";
54
- EventCode["_417"] = "EVENT_417";
55
- EventCode["_418"] = "EVENT_418";
56
- EventCode["_419"] = "EVENT_419";
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
- * @export
19
- * @enum {string}
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
- * @export
19
- * @enum {string}
20
- */
21
- var FeeNameEnum;
22
- (function (FeeNameEnum) {
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
- var FulfillmentAction;
23
- (function (FulfillmentAction) {
24
- FulfillmentAction["Ship"] = "Ship";
25
- FulfillmentAction["Hold"] = "Hold";
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
- var FulfillmentOrderStatus;
23
- (function (FulfillmentOrderStatus) {
24
- FulfillmentOrderStatus["New"] = "New";
25
- FulfillmentOrderStatus["Received"] = "Received";
26
- FulfillmentOrderStatus["Planning"] = "Planning";
27
- FulfillmentOrderStatus["Processing"] = "Processing";
28
- FulfillmentOrderStatus["Cancelled"] = "Cancelled";
29
- FulfillmentOrderStatus["Complete"] = "Complete";
30
- FulfillmentOrderStatus["CompletePartialled"] = "CompletePartialled";
31
- FulfillmentOrderStatus["Unfulfillable"] = "Unfulfillable";
32
- FulfillmentOrderStatus["Invalid"] = "Invalid";
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
- var FulfillmentPolicy;
23
- (function (FulfillmentPolicy) {
24
- FulfillmentPolicy["FillOrKill"] = "FillOrKill";
25
- FulfillmentPolicy["FillAll"] = "FillAll";
26
- FulfillmentPolicy["FillAllAvailable"] = "FillAllAvailable";
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
- * @export
19
- * @enum {string}
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
- var FulfillmentReturnItemStatus;
23
- (function (FulfillmentReturnItemStatus) {
24
- FulfillmentReturnItemStatus["New"] = "New";
25
- FulfillmentReturnItemStatus["Processed"] = "Processed";
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
- * @export
19
- * @enum {string}
20
- */
21
- var FulfillmentShipmentFulfillmentShipmentStatusEnum;
22
- (function (FulfillmentShipmentFulfillmentShipmentStatusEnum) {
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
- var InvalidItemReasonCode;
23
- (function (InvalidItemReasonCode) {
24
- InvalidItemReasonCode["InvalidValues"] = "InvalidValues";
25
- InvalidItemReasonCode["DuplicateRequest"] = "DuplicateRequest";
26
- InvalidItemReasonCode["NoCompletedShipItems"] = "NoCompletedShipItems";
27
- InvalidItemReasonCode["NoReturnableQuantity"] = "NoReturnableQuantity";
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
- var ReturnItemDisposition;
23
- (function (ReturnItemDisposition) {
24
- ReturnItemDisposition["Sellable"] = "Sellable";
25
- ReturnItemDisposition["Defective"] = "Defective";
26
- ReturnItemDisposition["CustomerDamaged"] = "CustomerDamaged";
27
- ReturnItemDisposition["CarrierDamaged"] = "CarrierDamaged";
28
- ReturnItemDisposition["FulfillerDamaged"] = "FulfillerDamaged";
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
- var ShippingSpeedCategory;
23
- (function (ShippingSpeedCategory) {
24
- ShippingSpeedCategory["Standard"] = "Standard";
25
- ShippingSpeedCategory["Expedited"] = "Expedited";
26
- ShippingSpeedCategory["Priority"] = "Priority";
27
- ShippingSpeedCategory["ScheduledDelivery"] = "ScheduledDelivery";
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
- * @export
19
- * @enum {string}
20
- */
21
- var WeightUnitEnum;
22
- (function (WeightUnitEnum) {
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
+ };