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