@sp-api-sdk/fulfillment-outbound-api-2020-07-01 1.9.2 → 1.9.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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 +37 -37
  34. package/dist/types/src/api-model/base.d.ts +2 -2
  35. package/dist/types/src/api-model/common.d.ts +2 -2
  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 +5 -5
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { AxiosPromise, AxiosInstance } from 'axios';
12
+ import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
13
13
  import { Configuration } from '../configuration';
14
14
  import { RequestArgs, BaseAPI } from '../base';
15
15
  import { CancelFulfillmentOrderResponse } from '../models';
@@ -39,14 +39,14 @@ export declare const FbaOutboundApiAxiosParamCreator: (configuration?: Configura
39
39
  * @param {*} [options] Override http request option.
40
40
  * @throws {RequiredError}
41
41
  */
42
- cancelFulfillmentOrder: (sellerFulfillmentOrderId: string, options?: any) => Promise<RequestArgs>;
42
+ cancelFulfillmentOrder: (sellerFulfillmentOrderId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
43
43
  /**
44
44
  * Requests that Amazon ship items from the seller\'s inventory in Amazon\'s fulfillment network to a destination address. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
45
45
  * @param {CreateFulfillmentOrderRequest} body
46
46
  * @param {*} [options] Override http request option.
47
47
  * @throws {RequiredError}
48
48
  */
49
- createFulfillmentOrder: (body: CreateFulfillmentOrderRequest, options?: any) => Promise<RequestArgs>;
49
+ createFulfillmentOrder: (body: CreateFulfillmentOrderRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
50
50
  /**
51
51
  * Creates a fulfillment return. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
52
52
  * @param {string} sellerFulfillmentOrderId An identifier assigned by the seller to the fulfillment order at the time it was created. The seller uses their own records to find the correct SellerFulfillmentOrderId value based on the buyer\&#39;s request to return items.
@@ -54,7 +54,7 @@ export declare const FbaOutboundApiAxiosParamCreator: (configuration?: Configura
54
54
  * @param {*} [options] Override http request option.
55
55
  * @throws {RequiredError}
56
56
  */
57
- createFulfillmentReturn: (sellerFulfillmentOrderId: string, body: CreateFulfillmentReturnRequest, options?: any) => Promise<RequestArgs>;
57
+ createFulfillmentReturn: (sellerFulfillmentOrderId: string, body: CreateFulfillmentReturnRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
58
58
  /**
59
59
  * Returns a list of inventory items that are eligible for the fulfillment feature you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
60
60
  * @param {string} marketplaceId The marketplace for which to return a list of the inventory that is eligible for the specified feature.
@@ -63,7 +63,7 @@ export declare const FbaOutboundApiAxiosParamCreator: (configuration?: Configura
63
63
  * @param {*} [options] Override http request option.
64
64
  * @throws {RequiredError}
65
65
  */
66
- getFeatureInventory: (marketplaceId: string, featureName: string, nextToken?: string | undefined, options?: any) => Promise<RequestArgs>;
66
+ getFeatureInventory: (marketplaceId: string, featureName: string, nextToken?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
67
67
  /**
68
68
  * Returns the number of items with the sellerSKU you specify that can have orders fulfilled using the specified feature. Note that if the sellerSKU isn\'t eligible, the response will contain an empty skuInfo object. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
69
69
  * @param {string} marketplaceId The marketplace for which to return the count.
@@ -72,35 +72,35 @@ export declare const FbaOutboundApiAxiosParamCreator: (configuration?: Configura
72
72
  * @param {*} [options] Override http request option.
73
73
  * @throws {RequiredError}
74
74
  */
75
- getFeatureSKU: (marketplaceId: string, featureName: string, sellerSku: string, options?: any) => Promise<RequestArgs>;
75
+ getFeatureSKU: (marketplaceId: string, featureName: string, sellerSku: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
76
76
  /**
77
77
  * Returns a list of features available for Multi-Channel Fulfillment orders in the marketplace you specify, and whether the seller for which you made the call is enrolled for each feature. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
78
78
  * @param {string} marketplaceId The marketplace for which to return the list of features.
79
79
  * @param {*} [options] Override http request option.
80
80
  * @throws {RequiredError}
81
81
  */
82
- getFeatures: (marketplaceId: string, options?: any) => Promise<RequestArgs>;
82
+ getFeatures: (marketplaceId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
83
83
  /**
84
84
  * Returns the fulfillment order indicated by the specified order identifier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
85
85
  * @param {string} sellerFulfillmentOrderId The identifier assigned to the item by the seller when the fulfillment order was created.
86
86
  * @param {*} [options] Override http request option.
87
87
  * @throws {RequiredError}
88
88
  */
89
- getFulfillmentOrder: (sellerFulfillmentOrderId: string, options?: any) => Promise<RequestArgs>;
89
+ getFulfillmentOrder: (sellerFulfillmentOrderId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
90
90
  /**
91
91
  * Returns a list of fulfillment order previews based on shipping criteria that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
92
92
  * @param {GetFulfillmentPreviewRequest} body
93
93
  * @param {*} [options] Override http request option.
94
94
  * @throws {RequiredError}
95
95
  */
96
- getFulfillmentPreview: (body: GetFulfillmentPreviewRequest, options?: any) => Promise<RequestArgs>;
96
+ getFulfillmentPreview: (body: GetFulfillmentPreviewRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
97
97
  /**
98
98
  * Returns delivery tracking information for a package in an outbound shipment for a Multi-Channel Fulfillment order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
99
99
  * @param {number} packageNumber The unencrypted package identifier returned by the getFulfillmentOrder operation.
100
100
  * @param {*} [options] Override http request option.
101
101
  * @throws {RequiredError}
102
102
  */
103
- getPackageTrackingDetails: (packageNumber: number, options?: any) => Promise<RequestArgs>;
103
+ getPackageTrackingDetails: (packageNumber: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
104
104
  /**
105
105
  * Returns a list of fulfillment orders fulfilled after (or at) a specified date-time, or indicated by the next token parameter. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
106
106
  * @param {string} [queryStartDate] A date used to select fulfillment orders that were last updated after (or at) a specified time. An update is defined as any change in fulfillment order status, including the creation of a new fulfillment order.
@@ -108,7 +108,7 @@ export declare const FbaOutboundApiAxiosParamCreator: (configuration?: Configura
108
108
  * @param {*} [options] Override http request option.
109
109
  * @throws {RequiredError}
110
110
  */
111
- listAllFulfillmentOrders: (queryStartDate?: string | undefined, nextToken?: string | undefined, options?: any) => Promise<RequestArgs>;
111
+ listAllFulfillmentOrders: (queryStartDate?: string | undefined, nextToken?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
112
112
  /**
113
113
  * Returns a list of return reason codes for a seller SKU in a given marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
114
114
  * @param {string} sellerSku The seller SKU for which return reason codes are required.
@@ -118,7 +118,7 @@ export declare const FbaOutboundApiAxiosParamCreator: (configuration?: Configura
118
118
  * @param {*} [options] Override http request option.
119
119
  * @throws {RequiredError}
120
120
  */
121
- listReturnReasonCodes: (sellerSku: string, language: string, marketplaceId?: string | undefined, sellerFulfillmentOrderId?: string | undefined, options?: any) => Promise<RequestArgs>;
121
+ listReturnReasonCodes: (sellerSku: string, language: string, marketplaceId?: string | undefined, sellerFulfillmentOrderId?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
122
122
  /**
123
123
  * Updates and/or requests shipment for a fulfillment order with an order hold on it. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
124
124
  * @param {string} sellerFulfillmentOrderId The identifier assigned to the item by the seller when the fulfillment order was created.
@@ -126,7 +126,7 @@ export declare const FbaOutboundApiAxiosParamCreator: (configuration?: Configura
126
126
  * @param {*} [options] Override http request option.
127
127
  * @throws {RequiredError}
128
128
  */
129
- updateFulfillmentOrder: (sellerFulfillmentOrderId: string, body: UpdateFulfillmentOrderRequest, options?: any) => Promise<RequestArgs>;
129
+ updateFulfillmentOrder: (sellerFulfillmentOrderId: string, body: UpdateFulfillmentOrderRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
130
130
  };
131
131
  /**
132
132
  * FbaOutboundApi - functional programming interface
@@ -139,14 +139,14 @@ export declare const FbaOutboundApiFp: (configuration?: Configuration | undefine
139
139
  * @param {*} [options] Override http request option.
140
140
  * @throws {RequiredError}
141
141
  */
142
- cancelFulfillmentOrder(sellerFulfillmentOrderId: string, options?: any): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<CancelFulfillmentOrderResponse>>;
142
+ cancelFulfillmentOrder(sellerFulfillmentOrderId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<CancelFulfillmentOrderResponse>>;
143
143
  /**
144
144
  * Requests that Amazon ship items from the seller\'s inventory in Amazon\'s fulfillment network to a destination address. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
145
145
  * @param {CreateFulfillmentOrderRequest} body
146
146
  * @param {*} [options] Override http request option.
147
147
  * @throws {RequiredError}
148
148
  */
149
- createFulfillmentOrder(body: CreateFulfillmentOrderRequest, options?: any): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<CreateFulfillmentOrderResponse>>;
149
+ createFulfillmentOrder(body: CreateFulfillmentOrderRequest, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<CreateFulfillmentOrderResponse>>;
150
150
  /**
151
151
  * Creates a fulfillment return. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
152
152
  * @param {string} sellerFulfillmentOrderId An identifier assigned by the seller to the fulfillment order at the time it was created. The seller uses their own records to find the correct SellerFulfillmentOrderId value based on the buyer\&#39;s request to return items.
@@ -154,7 +154,7 @@ export declare const FbaOutboundApiFp: (configuration?: Configuration | undefine
154
154
  * @param {*} [options] Override http request option.
155
155
  * @throws {RequiredError}
156
156
  */
157
- createFulfillmentReturn(sellerFulfillmentOrderId: string, body: CreateFulfillmentReturnRequest, options?: any): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<CreateFulfillmentReturnResponse>>;
157
+ createFulfillmentReturn(sellerFulfillmentOrderId: string, body: CreateFulfillmentReturnRequest, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<CreateFulfillmentReturnResponse>>;
158
158
  /**
159
159
  * Returns a list of inventory items that are eligible for the fulfillment feature you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
160
160
  * @param {string} marketplaceId The marketplace for which to return a list of the inventory that is eligible for the specified feature.
@@ -163,7 +163,7 @@ export declare const FbaOutboundApiFp: (configuration?: Configuration | undefine
163
163
  * @param {*} [options] Override http request option.
164
164
  * @throws {RequiredError}
165
165
  */
166
- getFeatureInventory(marketplaceId: string, featureName: string, nextToken?: string | undefined, options?: any): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<GetFeatureInventoryResponse>>;
166
+ getFeatureInventory(marketplaceId: string, featureName: string, nextToken?: string | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<GetFeatureInventoryResponse>>;
167
167
  /**
168
168
  * Returns the number of items with the sellerSKU you specify that can have orders fulfilled using the specified feature. Note that if the sellerSKU isn\'t eligible, the response will contain an empty skuInfo object. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
169
169
  * @param {string} marketplaceId The marketplace for which to return the count.
@@ -172,35 +172,35 @@ export declare const FbaOutboundApiFp: (configuration?: Configuration | undefine
172
172
  * @param {*} [options] Override http request option.
173
173
  * @throws {RequiredError}
174
174
  */
175
- getFeatureSKU(marketplaceId: string, featureName: string, sellerSku: string, options?: any): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<GetFeatureSkuResponse>>;
175
+ getFeatureSKU(marketplaceId: string, featureName: string, sellerSku: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<GetFeatureSkuResponse>>;
176
176
  /**
177
177
  * Returns a list of features available for Multi-Channel Fulfillment orders in the marketplace you specify, and whether the seller for which you made the call is enrolled for each feature. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
178
178
  * @param {string} marketplaceId The marketplace for which to return the list of features.
179
179
  * @param {*} [options] Override http request option.
180
180
  * @throws {RequiredError}
181
181
  */
182
- getFeatures(marketplaceId: string, options?: any): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<GetFeaturesResponse>>;
182
+ getFeatures(marketplaceId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<GetFeaturesResponse>>;
183
183
  /**
184
184
  * Returns the fulfillment order indicated by the specified order identifier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
185
185
  * @param {string} sellerFulfillmentOrderId The identifier assigned to the item by the seller when the fulfillment order was created.
186
186
  * @param {*} [options] Override http request option.
187
187
  * @throws {RequiredError}
188
188
  */
189
- getFulfillmentOrder(sellerFulfillmentOrderId: string, options?: any): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<GetFulfillmentOrderResponse>>;
189
+ getFulfillmentOrder(sellerFulfillmentOrderId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<GetFulfillmentOrderResponse>>;
190
190
  /**
191
191
  * Returns a list of fulfillment order previews based on shipping criteria that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
192
192
  * @param {GetFulfillmentPreviewRequest} body
193
193
  * @param {*} [options] Override http request option.
194
194
  * @throws {RequiredError}
195
195
  */
196
- getFulfillmentPreview(body: GetFulfillmentPreviewRequest, options?: any): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<GetFulfillmentPreviewResponse>>;
196
+ getFulfillmentPreview(body: GetFulfillmentPreviewRequest, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<GetFulfillmentPreviewResponse>>;
197
197
  /**
198
198
  * Returns delivery tracking information for a package in an outbound shipment for a Multi-Channel Fulfillment order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
199
199
  * @param {number} packageNumber The unencrypted package identifier returned by the getFulfillmentOrder operation.
200
200
  * @param {*} [options] Override http request option.
201
201
  * @throws {RequiredError}
202
202
  */
203
- getPackageTrackingDetails(packageNumber: number, options?: any): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<GetPackageTrackingDetailsResponse>>;
203
+ getPackageTrackingDetails(packageNumber: number, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<GetPackageTrackingDetailsResponse>>;
204
204
  /**
205
205
  * Returns a list of fulfillment orders fulfilled after (or at) a specified date-time, or indicated by the next token parameter. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
206
206
  * @param {string} [queryStartDate] A date used to select fulfillment orders that were last updated after (or at) a specified time. An update is defined as any change in fulfillment order status, including the creation of a new fulfillment order.
@@ -208,7 +208,7 @@ export declare const FbaOutboundApiFp: (configuration?: Configuration | undefine
208
208
  * @param {*} [options] Override http request option.
209
209
  * @throws {RequiredError}
210
210
  */
211
- listAllFulfillmentOrders(queryStartDate?: string | undefined, nextToken?: string | undefined, options?: any): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ListAllFulfillmentOrdersResponse>>;
211
+ listAllFulfillmentOrders(queryStartDate?: string | undefined, nextToken?: string | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ListAllFulfillmentOrdersResponse>>;
212
212
  /**
213
213
  * Returns a list of return reason codes for a seller SKU in a given marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
214
214
  * @param {string} sellerSku The seller SKU for which return reason codes are required.
@@ -218,7 +218,7 @@ export declare const FbaOutboundApiFp: (configuration?: Configuration | undefine
218
218
  * @param {*} [options] Override http request option.
219
219
  * @throws {RequiredError}
220
220
  */
221
- listReturnReasonCodes(sellerSku: string, language: string, marketplaceId?: string | undefined, sellerFulfillmentOrderId?: string | undefined, options?: any): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ListReturnReasonCodesResponse>>;
221
+ listReturnReasonCodes(sellerSku: string, language: string, marketplaceId?: string | undefined, sellerFulfillmentOrderId?: string | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ListReturnReasonCodesResponse>>;
222
222
  /**
223
223
  * Updates and/or requests shipment for a fulfillment order with an order hold on it. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
224
224
  * @param {string} sellerFulfillmentOrderId The identifier assigned to the item by the seller when the fulfillment order was created.
@@ -226,7 +226,7 @@ export declare const FbaOutboundApiFp: (configuration?: Configuration | undefine
226
226
  * @param {*} [options] Override http request option.
227
227
  * @throws {RequiredError}
228
228
  */
229
- updateFulfillmentOrder(sellerFulfillmentOrderId: string, body: UpdateFulfillmentOrderRequest, options?: any): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<UpdateFulfillmentOrderResponse>>;
229
+ updateFulfillmentOrder(sellerFulfillmentOrderId: string, body: UpdateFulfillmentOrderRequest, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<UpdateFulfillmentOrderResponse>>;
230
230
  };
231
231
  /**
232
232
  * FbaOutboundApi - factory interface
@@ -558,7 +558,7 @@ export declare class FbaOutboundApi extends BaseAPI {
558
558
  * @throws {RequiredError}
559
559
  * @memberof FbaOutboundApi
560
560
  */
561
- cancelFulfillmentOrder(requestParameters: FbaOutboundApiCancelFulfillmentOrderRequest, options?: any): Promise<import("axios").AxiosResponse<CancelFulfillmentOrderResponse, any>>;
561
+ cancelFulfillmentOrder(requestParameters: FbaOutboundApiCancelFulfillmentOrderRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CancelFulfillmentOrderResponse, any>>;
562
562
  /**
563
563
  * Requests that Amazon ship items from the seller\'s inventory in Amazon\'s fulfillment network to a destination address. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
564
564
  * @param {FbaOutboundApiCreateFulfillmentOrderRequest} requestParameters Request parameters.
@@ -566,7 +566,7 @@ export declare class FbaOutboundApi extends BaseAPI {
566
566
  * @throws {RequiredError}
567
567
  * @memberof FbaOutboundApi
568
568
  */
569
- createFulfillmentOrder(requestParameters: FbaOutboundApiCreateFulfillmentOrderRequest, options?: any): Promise<import("axios").AxiosResponse<CreateFulfillmentOrderResponse, any>>;
569
+ createFulfillmentOrder(requestParameters: FbaOutboundApiCreateFulfillmentOrderRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateFulfillmentOrderResponse, any>>;
570
570
  /**
571
571
  * Creates a fulfillment return. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
572
572
  * @param {FbaOutboundApiCreateFulfillmentReturnRequest} requestParameters Request parameters.
@@ -574,7 +574,7 @@ export declare class FbaOutboundApi extends BaseAPI {
574
574
  * @throws {RequiredError}
575
575
  * @memberof FbaOutboundApi
576
576
  */
577
- createFulfillmentReturn(requestParameters: FbaOutboundApiCreateFulfillmentReturnRequest, options?: any): Promise<import("axios").AxiosResponse<CreateFulfillmentReturnResponse, any>>;
577
+ createFulfillmentReturn(requestParameters: FbaOutboundApiCreateFulfillmentReturnRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateFulfillmentReturnResponse, any>>;
578
578
  /**
579
579
  * Returns a list of inventory items that are eligible for the fulfillment feature you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
580
580
  * @param {FbaOutboundApiGetFeatureInventoryRequest} requestParameters Request parameters.
@@ -582,7 +582,7 @@ export declare class FbaOutboundApi extends BaseAPI {
582
582
  * @throws {RequiredError}
583
583
  * @memberof FbaOutboundApi
584
584
  */
585
- getFeatureInventory(requestParameters: FbaOutboundApiGetFeatureInventoryRequest, options?: any): Promise<import("axios").AxiosResponse<GetFeatureInventoryResponse, any>>;
585
+ getFeatureInventory(requestParameters: FbaOutboundApiGetFeatureInventoryRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetFeatureInventoryResponse, any>>;
586
586
  /**
587
587
  * Returns the number of items with the sellerSKU you specify that can have orders fulfilled using the specified feature. Note that if the sellerSKU isn\'t eligible, the response will contain an empty skuInfo object. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
588
588
  * @param {FbaOutboundApiGetFeatureSKURequest} requestParameters Request parameters.
@@ -590,7 +590,7 @@ export declare class FbaOutboundApi extends BaseAPI {
590
590
  * @throws {RequiredError}
591
591
  * @memberof FbaOutboundApi
592
592
  */
593
- getFeatureSKU(requestParameters: FbaOutboundApiGetFeatureSKURequest, options?: any): Promise<import("axios").AxiosResponse<GetFeatureSkuResponse, any>>;
593
+ getFeatureSKU(requestParameters: FbaOutboundApiGetFeatureSKURequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetFeatureSkuResponse, any>>;
594
594
  /**
595
595
  * Returns a list of features available for Multi-Channel Fulfillment orders in the marketplace you specify, and whether the seller for which you made the call is enrolled for each feature. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
596
596
  * @param {FbaOutboundApiGetFeaturesRequest} requestParameters Request parameters.
@@ -598,7 +598,7 @@ export declare class FbaOutboundApi extends BaseAPI {
598
598
  * @throws {RequiredError}
599
599
  * @memberof FbaOutboundApi
600
600
  */
601
- getFeatures(requestParameters: FbaOutboundApiGetFeaturesRequest, options?: any): Promise<import("axios").AxiosResponse<GetFeaturesResponse, any>>;
601
+ getFeatures(requestParameters: FbaOutboundApiGetFeaturesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetFeaturesResponse, any>>;
602
602
  /**
603
603
  * Returns the fulfillment order indicated by the specified order identifier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
604
604
  * @param {FbaOutboundApiGetFulfillmentOrderRequest} requestParameters Request parameters.
@@ -606,7 +606,7 @@ export declare class FbaOutboundApi extends BaseAPI {
606
606
  * @throws {RequiredError}
607
607
  * @memberof FbaOutboundApi
608
608
  */
609
- getFulfillmentOrder(requestParameters: FbaOutboundApiGetFulfillmentOrderRequest, options?: any): Promise<import("axios").AxiosResponse<GetFulfillmentOrderResponse, any>>;
609
+ getFulfillmentOrder(requestParameters: FbaOutboundApiGetFulfillmentOrderRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetFulfillmentOrderResponse, any>>;
610
610
  /**
611
611
  * Returns a list of fulfillment order previews based on shipping criteria that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
612
612
  * @param {FbaOutboundApiGetFulfillmentPreviewRequest} requestParameters Request parameters.
@@ -614,7 +614,7 @@ export declare class FbaOutboundApi extends BaseAPI {
614
614
  * @throws {RequiredError}
615
615
  * @memberof FbaOutboundApi
616
616
  */
617
- getFulfillmentPreview(requestParameters: FbaOutboundApiGetFulfillmentPreviewRequest, options?: any): Promise<import("axios").AxiosResponse<GetFulfillmentPreviewResponse, any>>;
617
+ getFulfillmentPreview(requestParameters: FbaOutboundApiGetFulfillmentPreviewRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetFulfillmentPreviewResponse, any>>;
618
618
  /**
619
619
  * Returns delivery tracking information for a package in an outbound shipment for a Multi-Channel Fulfillment order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
620
620
  * @param {FbaOutboundApiGetPackageTrackingDetailsRequest} requestParameters Request parameters.
@@ -622,7 +622,7 @@ export declare class FbaOutboundApi extends BaseAPI {
622
622
  * @throws {RequiredError}
623
623
  * @memberof FbaOutboundApi
624
624
  */
625
- getPackageTrackingDetails(requestParameters: FbaOutboundApiGetPackageTrackingDetailsRequest, options?: any): Promise<import("axios").AxiosResponse<GetPackageTrackingDetailsResponse, any>>;
625
+ getPackageTrackingDetails(requestParameters: FbaOutboundApiGetPackageTrackingDetailsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetPackageTrackingDetailsResponse, any>>;
626
626
  /**
627
627
  * Returns a list of fulfillment orders fulfilled after (or at) a specified date-time, or indicated by the next token parameter. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
628
628
  * @param {FbaOutboundApiListAllFulfillmentOrdersRequest} requestParameters Request parameters.
@@ -630,7 +630,7 @@ export declare class FbaOutboundApi extends BaseAPI {
630
630
  * @throws {RequiredError}
631
631
  * @memberof FbaOutboundApi
632
632
  */
633
- listAllFulfillmentOrders(requestParameters?: FbaOutboundApiListAllFulfillmentOrdersRequest, options?: any): Promise<import("axios").AxiosResponse<ListAllFulfillmentOrdersResponse, any>>;
633
+ listAllFulfillmentOrders(requestParameters?: FbaOutboundApiListAllFulfillmentOrdersRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListAllFulfillmentOrdersResponse, any>>;
634
634
  /**
635
635
  * Returns a list of return reason codes for a seller SKU in a given marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
636
636
  * @param {FbaOutboundApiListReturnReasonCodesRequest} requestParameters Request parameters.
@@ -638,7 +638,7 @@ export declare class FbaOutboundApi extends BaseAPI {
638
638
  * @throws {RequiredError}
639
639
  * @memberof FbaOutboundApi
640
640
  */
641
- listReturnReasonCodes(requestParameters: FbaOutboundApiListReturnReasonCodesRequest, options?: any): Promise<import("axios").AxiosResponse<ListReturnReasonCodesResponse, any>>;
641
+ listReturnReasonCodes(requestParameters: FbaOutboundApiListReturnReasonCodesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListReturnReasonCodesResponse, any>>;
642
642
  /**
643
643
  * Updates and/or requests shipment for a fulfillment order with an order hold on it. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
644
644
  * @param {FbaOutboundApiUpdateFulfillmentOrderRequest} requestParameters Request parameters.
@@ -646,5 +646,5 @@ export declare class FbaOutboundApi extends BaseAPI {
646
646
  * @throws {RequiredError}
647
647
  * @memberof FbaOutboundApi
648
648
  */
649
- updateFulfillmentOrder(requestParameters: FbaOutboundApiUpdateFulfillmentOrderRequest, options?: any): Promise<import("axios").AxiosResponse<UpdateFulfillmentOrderResponse, any>>;
649
+ updateFulfillmentOrder(requestParameters: FbaOutboundApiUpdateFulfillmentOrderRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateFulfillmentOrderResponse, any>>;
650
650
  }
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import { Configuration } from "./configuration";
13
- import { AxiosInstance } from 'axios';
13
+ import { AxiosInstance, AxiosRequestConfig } from 'axios';
14
14
  export declare const BASE_PATH: string;
15
15
  /**
16
16
  *
@@ -29,7 +29,7 @@ export declare const COLLECTION_FORMATS: {
29
29
  */
30
30
  export interface RequestArgs {
31
31
  url: string;
32
- options: any;
32
+ options: AxiosRequestConfig;
33
33
  }
34
34
  /**
35
35
  *
@@ -11,7 +11,7 @@
11
11
  */
12
12
  import { Configuration } from "./configuration";
13
13
  import { RequestArgs } from "./base";
14
- import { AxiosInstance } from 'axios';
14
+ import { AxiosInstance, AxiosResponse } from 'axios';
15
15
  /**
16
16
  *
17
17
  * @export
@@ -62,4 +62,4 @@ export declare const toPathString: (url: URL) => string;
62
62
  *
63
63
  * @export
64
64
  */
65
- export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration | undefined) => (axios?: AxiosInstance, basePath?: string) => Promise<import("axios").AxiosResponse<any, any>>;
65
+ export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration | undefined) => <T = unknown, R = AxiosResponse<T, any>>(axios?: AxiosInstance, basePath?: string) => Promise<R>;
@@ -14,31 +14,32 @@
14
14
  * @export
15
15
  * @enum {string}
16
16
  */
17
- export declare enum AdditionalLocationInfo {
18
- AsInstructed = "AS_INSTRUCTED",
19
- Carport = "CARPORT",
20
- CustomerPickup = "CUSTOMER_PICKUP",
21
- Deck = "DECK",
22
- DoorPerson = "DOOR_PERSON",
23
- FrontDesk = "FRONT_DESK",
24
- FrontDoor = "FRONT_DOOR",
25
- Garage = "GARAGE",
26
- Guard = "GUARD",
27
- MailRoom = "MAIL_ROOM",
28
- MailSlot = "MAIL_SLOT",
29
- Mailbox = "MAILBOX",
30
- McBoy = "MC_BOY",
31
- McGirl = "MC_GIRL",
32
- McMan = "MC_MAN",
33
- McWoman = "MC_WOMAN",
34
- Neighbor = "NEIGHBOR",
35
- Office = "OFFICE",
36
- Outbuilding = "OUTBUILDING",
37
- Patio = "PATIO",
38
- Porch = "PORCH",
39
- RearDoor = "REAR_DOOR",
40
- Receptionist = "RECEPTIONIST",
41
- Receiver = "RECEIVER",
42
- SecureLocation = "SECURE_LOCATION",
43
- SideDoor = "SIDE_DOOR"
44
- }
17
+ export declare const AdditionalLocationInfo: {
18
+ readonly AsInstructed: "AS_INSTRUCTED";
19
+ readonly Carport: "CARPORT";
20
+ readonly CustomerPickup: "CUSTOMER_PICKUP";
21
+ readonly Deck: "DECK";
22
+ readonly DoorPerson: "DOOR_PERSON";
23
+ readonly FrontDesk: "FRONT_DESK";
24
+ readonly FrontDoor: "FRONT_DOOR";
25
+ readonly Garage: "GARAGE";
26
+ readonly Guard: "GUARD";
27
+ readonly MailRoom: "MAIL_ROOM";
28
+ readonly MailSlot: "MAIL_SLOT";
29
+ readonly Mailbox: "MAILBOX";
30
+ readonly McBoy: "MC_BOY";
31
+ readonly McGirl: "MC_GIRL";
32
+ readonly McMan: "MC_MAN";
33
+ readonly McWoman: "MC_WOMAN";
34
+ readonly Neighbor: "NEIGHBOR";
35
+ readonly Office: "OFFICE";
36
+ readonly Outbuilding: "OUTBUILDING";
37
+ readonly Patio: "PATIO";
38
+ readonly Porch: "PORCH";
39
+ readonly RearDoor: "REAR_DOOR";
40
+ readonly Receptionist: "RECEPTIONIST";
41
+ readonly Receiver: "RECEIVER";
42
+ readonly SecureLocation: "SECURE_LOCATION";
43
+ readonly SideDoor: "SIDE_DOOR";
44
+ };
45
+ export declare type AdditionalLocationInfo = typeof AdditionalLocationInfo[keyof typeof AdditionalLocationInfo];
@@ -20,59 +20,59 @@ export interface Address {
20
20
  * @type {string}
21
21
  * @memberof Address
22
22
  */
23
- name: string;
23
+ 'name': string;
24
24
  /**
25
25
  * The first line of the address.
26
26
  * @type {string}
27
27
  * @memberof Address
28
28
  */
29
- addressLine1: string;
29
+ 'addressLine1': string;
30
30
  /**
31
31
  * Additional address information, if required.
32
32
  * @type {string}
33
33
  * @memberof Address
34
34
  */
35
- addressLine2?: string;
35
+ 'addressLine2'?: string;
36
36
  /**
37
37
  * Additional address information, if required.
38
38
  * @type {string}
39
39
  * @memberof Address
40
40
  */
41
- addressLine3?: string;
41
+ 'addressLine3'?: string;
42
42
  /**
43
43
  * The city where the person, business, or institution is located.
44
44
  * @type {string}
45
45
  * @memberof Address
46
46
  */
47
- city?: string;
47
+ 'city'?: string;
48
48
  /**
49
49
  * The district or county where the person, business, or institution is located.
50
50
  * @type {string}
51
51
  * @memberof Address
52
52
  */
53
- districtOrCounty?: string;
53
+ 'districtOrCounty'?: string;
54
54
  /**
55
55
  * The state or region where the person, business or institution is located.
56
56
  * @type {string}
57
57
  * @memberof Address
58
58
  */
59
- stateOrRegion: string;
59
+ 'stateOrRegion': string;
60
60
  /**
61
61
  * The postal code of the address.
62
62
  * @type {string}
63
63
  * @memberof Address
64
64
  */
65
- postalCode?: string;
65
+ 'postalCode'?: string;
66
66
  /**
67
67
  * The two digit country code. In ISO 3166-1 alpha-2 format.
68
68
  * @type {string}
69
69
  * @memberof Address
70
70
  */
71
- countryCode: string;
71
+ 'countryCode': string;
72
72
  /**
73
73
  * The phone number of the person, business, or institution located at the address.
74
74
  * @type {string}
75
75
  * @memberof Address
76
76
  */
77
- phone?: string;
77
+ 'phone'?: string;
78
78
  }
@@ -20,5 +20,5 @@ export interface CancelFulfillmentOrderResponse {
20
20
  * @type {Array<Error>}
21
21
  * @memberof CancelFulfillmentOrderResponse
22
22
  */
23
- errors?: Array<Error>;
23
+ 'errors'?: Array<Error>;
24
24
  }
@@ -21,29 +21,29 @@ export interface CODSettings {
21
21
  * @type {boolean}
22
22
  * @memberof CODSettings
23
23
  */
24
- isCodRequired: boolean;
24
+ 'isCodRequired': boolean;
25
25
  /**
26
26
  *
27
27
  * @type {Money}
28
28
  * @memberof CODSettings
29
29
  */
30
- codCharge?: Money;
30
+ 'codCharge'?: Money;
31
31
  /**
32
32
  *
33
33
  * @type {Money}
34
34
  * @memberof CODSettings
35
35
  */
36
- codChargeTax?: Money;
36
+ 'codChargeTax'?: Money;
37
37
  /**
38
38
  *
39
39
  * @type {Money}
40
40
  * @memberof CODSettings
41
41
  */
42
- shippingCharge?: Money;
42
+ 'shippingCharge'?: Money;
43
43
  /**
44
44
  *
45
45
  * @type {Money}
46
46
  * @memberof CODSettings
47
47
  */
48
- shippingChargeTax?: Money;
48
+ 'shippingChargeTax'?: Money;
49
49
  }
@@ -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
  }