@sp-api-sdk/fulfillment-outbound-api-2020-07-01 1.9.4 → 1.9.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/src/api-model/api/fba-outbound-api.js +12 -12
- package/dist/cjs/src/api-model/models/additional-location-info.js +28 -29
- package/dist/cjs/src/api-model/models/current-status.js +20 -21
- package/dist/cjs/src/api-model/models/event-code.js +35 -36
- package/dist/cjs/src/api-model/models/feature-settings.js +4 -9
- package/dist/cjs/src/api-model/models/fee.js +6 -11
- package/dist/cjs/src/api-model/models/fulfillment-action.js +4 -5
- package/dist/cjs/src/api-model/models/fulfillment-order-status.js +11 -12
- package/dist/cjs/src/api-model/models/fulfillment-policy.js +5 -6
- package/dist/cjs/src/api-model/models/fulfillment-preview-item.js +4 -9
- package/dist/cjs/src/api-model/models/fulfillment-return-item-status.js +4 -5
- package/dist/cjs/src/api-model/models/fulfillment-shipment.js +6 -11
- package/dist/cjs/src/api-model/models/invalid-item-reason-code.js +6 -7
- package/dist/cjs/src/api-model/models/return-item-disposition.js +7 -8
- package/dist/cjs/src/api-model/models/shipping-speed-category.js +6 -7
- package/dist/cjs/src/api-model/models/weight.js +6 -11
- package/dist/es/src/api-model/api/fba-outbound-api.js +12 -12
- package/dist/es/src/api-model/models/additional-location-info.js +28 -29
- package/dist/es/src/api-model/models/current-status.js +20 -21
- package/dist/es/src/api-model/models/event-code.js +35 -36
- package/dist/es/src/api-model/models/feature-settings.js +4 -9
- package/dist/es/src/api-model/models/fee.js +6 -11
- package/dist/es/src/api-model/models/fulfillment-action.js +4 -5
- package/dist/es/src/api-model/models/fulfillment-order-status.js +11 -12
- package/dist/es/src/api-model/models/fulfillment-policy.js +5 -6
- package/dist/es/src/api-model/models/fulfillment-preview-item.js +4 -9
- package/dist/es/src/api-model/models/fulfillment-return-item-status.js +4 -5
- package/dist/es/src/api-model/models/fulfillment-shipment.js +6 -11
- package/dist/es/src/api-model/models/invalid-item-reason-code.js +6 -7
- package/dist/es/src/api-model/models/return-item-disposition.js +7 -8
- package/dist/es/src/api-model/models/shipping-speed-category.js +6 -7
- package/dist/es/src/api-model/models/weight.js +6 -11
- package/dist/types/src/api-model/api/fba-outbound-api.d.ts +43 -43
- package/dist/types/src/api-model/base.d.ts +2 -2
- package/dist/types/src/api-model/common.d.ts +7 -7
- package/dist/types/src/api-model/models/additional-location-info.d.ts +29 -28
- package/dist/types/src/api-model/models/address.d.ts +10 -10
- package/dist/types/src/api-model/models/cancel-fulfillment-order-response.d.ts +1 -1
- package/dist/types/src/api-model/models/codsettings.d.ts +5 -5
- package/dist/types/src/api-model/models/create-fulfillment-order-item.d.ts +9 -9
- package/dist/types/src/api-model/models/create-fulfillment-order-request.d.ts +15 -15
- package/dist/types/src/api-model/models/create-fulfillment-order-response.d.ts +1 -1
- package/dist/types/src/api-model/models/create-fulfillment-return-request.d.ts +1 -1
- package/dist/types/src/api-model/models/create-fulfillment-return-response.d.ts +2 -2
- package/dist/types/src/api-model/models/create-fulfillment-return-result.d.ts +3 -3
- package/dist/types/src/api-model/models/create-return-item.d.ts +5 -5
- package/dist/types/src/api-model/models/current-status.d.ts +21 -20
- package/dist/types/src/api-model/models/delivery-window.d.ts +2 -2
- package/dist/types/src/api-model/models/event-code.d.ts +36 -35
- package/dist/types/src/api-model/models/feature-settings.d.ts +7 -10
- package/dist/types/src/api-model/models/feature-sku.d.ts +5 -5
- package/dist/types/src/api-model/models/feature.d.ts +3 -3
- package/dist/types/src/api-model/models/fee.d.ts +9 -12
- package/dist/types/src/api-model/models/fulfillment-action.d.ts +5 -4
- package/dist/types/src/api-model/models/fulfillment-order-item.d.ts +14 -14
- package/dist/types/src/api-model/models/fulfillment-order-status.d.ts +12 -11
- package/dist/types/src/api-model/models/fulfillment-order.d.ts +16 -16
- package/dist/types/src/api-model/models/fulfillment-policy.d.ts +6 -5
- package/dist/types/src/api-model/models/fulfillment-preview-item.d.ts +10 -13
- package/dist/types/src/api-model/models/fulfillment-preview-shipment.d.ts +6 -6
- package/dist/types/src/api-model/models/fulfillment-preview.d.ts +11 -11
- package/dist/types/src/api-model/models/fulfillment-return-item-status.d.ts +5 -4
- package/dist/types/src/api-model/models/fulfillment-shipment-item.d.ts +5 -5
- package/dist/types/src/api-model/models/fulfillment-shipment-package.d.ts +4 -4
- package/dist/types/src/api-model/models/fulfillment-shipment.d.ts +15 -18
- package/dist/types/src/api-model/models/get-feature-inventory-response.d.ts +2 -2
- package/dist/types/src/api-model/models/get-feature-inventory-result.d.ts +4 -4
- package/dist/types/src/api-model/models/get-feature-sku-response.d.ts +2 -2
- package/dist/types/src/api-model/models/get-feature-sku-result.d.ts +5 -5
- package/dist/types/src/api-model/models/get-features-response.d.ts +2 -2
- package/dist/types/src/api-model/models/get-features-result.d.ts +1 -1
- package/dist/types/src/api-model/models/get-fulfillment-order-response.d.ts +2 -2
- package/dist/types/src/api-model/models/get-fulfillment-order-result.d.ts +5 -5
- package/dist/types/src/api-model/models/get-fulfillment-preview-item.d.ts +4 -4
- package/dist/types/src/api-model/models/get-fulfillment-preview-request.d.ts +7 -7
- package/dist/types/src/api-model/models/get-fulfillment-preview-response.d.ts +2 -2
- package/dist/types/src/api-model/models/get-fulfillment-preview-result.d.ts +1 -1
- package/dist/types/src/api-model/models/get-package-tracking-details-response.d.ts +2 -2
- package/dist/types/src/api-model/models/invalid-item-reason-code.d.ts +7 -6
- package/dist/types/src/api-model/models/invalid-item-reason.d.ts +2 -2
- package/dist/types/src/api-model/models/invalid-return-item.d.ts +3 -3
- package/dist/types/src/api-model/models/list-all-fulfillment-orders-response.d.ts +2 -2
- package/dist/types/src/api-model/models/list-all-fulfillment-orders-result.d.ts +2 -2
- package/dist/types/src/api-model/models/list-return-reason-codes-response.d.ts +2 -2
- package/dist/types/src/api-model/models/list-return-reason-codes-result.d.ts +1 -1
- package/dist/types/src/api-model/models/model-error.d.ts +3 -3
- package/dist/types/src/api-model/models/money.d.ts +2 -2
- package/dist/types/src/api-model/models/package-tracking-details.d.ts +14 -14
- package/dist/types/src/api-model/models/reason-code-details.d.ts +3 -3
- package/dist/types/src/api-model/models/return-authorization.d.ts +5 -5
- package/dist/types/src/api-model/models/return-item-disposition.d.ts +8 -7
- package/dist/types/src/api-model/models/return-item.d.ts +11 -11
- package/dist/types/src/api-model/models/scheduled-delivery-info.d.ts +2 -2
- package/dist/types/src/api-model/models/shipping-speed-category.d.ts +7 -6
- package/dist/types/src/api-model/models/tracking-address.d.ts +3 -3
- package/dist/types/src/api-model/models/tracking-event.d.ts +4 -4
- package/dist/types/src/api-model/models/unfulfillable-preview-item.d.ts +4 -4
- package/dist/types/src/api-model/models/update-fulfillment-order-item.d.ts +10 -10
- package/dist/types/src/api-model/models/update-fulfillment-order-request.d.ts +12 -12
- package/dist/types/src/api-model/models/update-fulfillment-order-response.d.ts +1 -1
- package/dist/types/src/api-model/models/weight.d.ts +9 -12
- package/package.json +4 -4
|
@@ -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';
|
|
@@ -32,21 +32,21 @@ import { UpdateFulfillmentOrderResponse } from '../models';
|
|
|
32
32
|
* FbaOutboundApi - axios parameter creator
|
|
33
33
|
* @export
|
|
34
34
|
*/
|
|
35
|
-
export declare const FbaOutboundApiAxiosParamCreator: (configuration?: Configuration
|
|
35
|
+
export declare const FbaOutboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
36
36
|
/**
|
|
37
37
|
* Requests that Amazon stop attempting to fulfill 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.
|
|
38
38
|
* @param {string} sellerFulfillmentOrderId The identifier assigned to the item by the seller when the fulfillment order was created.
|
|
39
39
|
* @param {*} [options] Override http request option.
|
|
40
40
|
* @throws {RequiredError}
|
|
41
41
|
*/
|
|
42
|
-
cancelFulfillmentOrder: (sellerFulfillmentOrderId: string, options?:
|
|
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?:
|
|
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\'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?:
|
|
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
|
|
66
|
+
getFeatureInventory: (marketplaceId: string, featureName: string, nextToken?: string, 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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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
|
|
111
|
+
listAllFulfillmentOrders: (queryStartDate?: string, nextToken?: string, 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
|
|
121
|
+
listReturnReasonCodes: (sellerSku: string, language: string, marketplaceId?: string, sellerFulfillmentOrderId?: string, 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,27 +126,27 @@ 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?:
|
|
129
|
+
updateFulfillmentOrder: (sellerFulfillmentOrderId: string, body: UpdateFulfillmentOrderRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
130
130
|
};
|
|
131
131
|
/**
|
|
132
132
|
* FbaOutboundApi - functional programming interface
|
|
133
133
|
* @export
|
|
134
134
|
*/
|
|
135
|
-
export declare const FbaOutboundApiFp: (configuration?: Configuration
|
|
135
|
+
export declare const FbaOutboundApiFp: (configuration?: Configuration) => {
|
|
136
136
|
/**
|
|
137
137
|
* Requests that Amazon stop attempting to fulfill 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.
|
|
138
138
|
* @param {string} sellerFulfillmentOrderId The identifier assigned to the item by the seller when the fulfillment order was created.
|
|
139
139
|
* @param {*} [options] Override http request option.
|
|
140
140
|
* @throws {RequiredError}
|
|
141
141
|
*/
|
|
142
|
-
cancelFulfillmentOrder(sellerFulfillmentOrderId: string, options?:
|
|
142
|
+
cancelFulfillmentOrder(sellerFulfillmentOrderId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => 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?:
|
|
149
|
+
createFulfillmentOrder(body: CreateFulfillmentOrderRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => 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\'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?:
|
|
157
|
+
createFulfillmentReturn(sellerFulfillmentOrderId: string, body: CreateFulfillmentReturnRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => 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
|
|
166
|
+
getFeatureInventory(marketplaceId: string, featureName: string, nextToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => 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?:
|
|
175
|
+
getFeatureSKU(marketplaceId: string, featureName: string, sellerSku: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => 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?:
|
|
182
|
+
getFeatures(marketplaceId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => 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?:
|
|
189
|
+
getFulfillmentOrder(sellerFulfillmentOrderId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => 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?:
|
|
196
|
+
getFulfillmentPreview(body: GetFulfillmentPreviewRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => 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?:
|
|
203
|
+
getPackageTrackingDetails(packageNumber: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => 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
|
|
211
|
+
listAllFulfillmentOrders(queryStartDate?: string, nextToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => 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
|
|
221
|
+
listReturnReasonCodes(sellerSku: string, language: string, marketplaceId?: string, sellerFulfillmentOrderId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => 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,13 +226,13 @@ 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?:
|
|
229
|
+
updateFulfillmentOrder(sellerFulfillmentOrderId: string, body: UpdateFulfillmentOrderRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateFulfillmentOrderResponse>>;
|
|
230
230
|
};
|
|
231
231
|
/**
|
|
232
232
|
* FbaOutboundApi - factory interface
|
|
233
233
|
* @export
|
|
234
234
|
*/
|
|
235
|
-
export declare const FbaOutboundApiFactory: (configuration?: Configuration
|
|
235
|
+
export declare const FbaOutboundApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
236
236
|
/**
|
|
237
237
|
* Requests that Amazon stop attempting to fulfill 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.
|
|
238
238
|
* @param {string} sellerFulfillmentOrderId The identifier assigned to the item by the seller when the fulfillment order was created.
|
|
@@ -263,7 +263,7 @@ export declare const FbaOutboundApiFactory: (configuration?: Configuration | und
|
|
|
263
263
|
* @param {*} [options] Override http request option.
|
|
264
264
|
* @throws {RequiredError}
|
|
265
265
|
*/
|
|
266
|
-
getFeatureInventory(marketplaceId: string, featureName: string, nextToken?: string
|
|
266
|
+
getFeatureInventory(marketplaceId: string, featureName: string, nextToken?: string, options?: any): AxiosPromise<GetFeatureInventoryResponse>;
|
|
267
267
|
/**
|
|
268
268
|
* 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.
|
|
269
269
|
* @param {string} marketplaceId The marketplace for which to return the count.
|
|
@@ -308,7 +308,7 @@ export declare const FbaOutboundApiFactory: (configuration?: Configuration | und
|
|
|
308
308
|
* @param {*} [options] Override http request option.
|
|
309
309
|
* @throws {RequiredError}
|
|
310
310
|
*/
|
|
311
|
-
listAllFulfillmentOrders(queryStartDate?: string
|
|
311
|
+
listAllFulfillmentOrders(queryStartDate?: string, nextToken?: string, options?: any): AxiosPromise<ListAllFulfillmentOrdersResponse>;
|
|
312
312
|
/**
|
|
313
313
|
* 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.
|
|
314
314
|
* @param {string} sellerSku The seller SKU for which return reason codes are required.
|
|
@@ -318,7 +318,7 @@ export declare const FbaOutboundApiFactory: (configuration?: Configuration | und
|
|
|
318
318
|
* @param {*} [options] Override http request option.
|
|
319
319
|
* @throws {RequiredError}
|
|
320
320
|
*/
|
|
321
|
-
listReturnReasonCodes(sellerSku: string, language: string, marketplaceId?: string
|
|
321
|
+
listReturnReasonCodes(sellerSku: string, language: string, marketplaceId?: string, sellerFulfillmentOrderId?: string, options?: any): AxiosPromise<ListReturnReasonCodesResponse>;
|
|
322
322
|
/**
|
|
323
323
|
* 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.
|
|
324
324
|
* @param {string} sellerFulfillmentOrderId The identifier assigned to the item by the seller when the fulfillment order was created.
|
|
@@ -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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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:
|
|
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
|
|
@@ -27,22 +27,22 @@ export declare const assertParamExists: (functionName: string, paramName: string
|
|
|
27
27
|
*
|
|
28
28
|
* @export
|
|
29
29
|
*/
|
|
30
|
-
export declare const setApiKeyToObject: (object: any, keyParamName: string, configuration?: Configuration
|
|
30
|
+
export declare const setApiKeyToObject: (object: any, keyParamName: string, configuration?: Configuration) => Promise<void>;
|
|
31
31
|
/**
|
|
32
32
|
*
|
|
33
33
|
* @export
|
|
34
34
|
*/
|
|
35
|
-
export declare const setBasicAuthToObject: (object: any, configuration?: Configuration
|
|
35
|
+
export declare const setBasicAuthToObject: (object: any, configuration?: Configuration) => void;
|
|
36
36
|
/**
|
|
37
37
|
*
|
|
38
38
|
* @export
|
|
39
39
|
*/
|
|
40
|
-
export declare const setBearerAuthToObject: (object: any, configuration?: Configuration
|
|
40
|
+
export declare const setBearerAuthToObject: (object: any, configuration?: Configuration) => Promise<void>;
|
|
41
41
|
/**
|
|
42
42
|
*
|
|
43
43
|
* @export
|
|
44
44
|
*/
|
|
45
|
-
export declare const setOAuthToObject: (object: any, name: string, scopes: string[], configuration?: Configuration
|
|
45
|
+
export declare const setOAuthToObject: (object: any, name: string, scopes: string[], configuration?: Configuration) => Promise<void>;
|
|
46
46
|
/**
|
|
47
47
|
*
|
|
48
48
|
* @export
|
|
@@ -52,7 +52,7 @@ export declare const setSearchParams: (url: URL, ...objects: any[]) => void;
|
|
|
52
52
|
*
|
|
53
53
|
* @export
|
|
54
54
|
*/
|
|
55
|
-
export declare const serializeDataIfNeeded: (value: any, requestOptions: any, configuration?: Configuration
|
|
55
|
+
export declare const serializeDataIfNeeded: (value: any, requestOptions: any, configuration?: Configuration) => any;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @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
|
|
65
|
+
export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) => <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
|
|
18
|
-
AsInstructed
|
|
19
|
-
Carport
|
|
20
|
-
CustomerPickup
|
|
21
|
-
Deck
|
|
22
|
-
DoorPerson
|
|
23
|
-
FrontDesk
|
|
24
|
-
FrontDoor
|
|
25
|
-
Garage
|
|
26
|
-
Guard
|
|
27
|
-
MailRoom
|
|
28
|
-
MailSlot
|
|
29
|
-
Mailbox
|
|
30
|
-
McBoy
|
|
31
|
-
McGirl
|
|
32
|
-
McMan
|
|
33
|
-
McWoman
|
|
34
|
-
Neighbor
|
|
35
|
-
Office
|
|
36
|
-
Outbuilding
|
|
37
|
-
Patio
|
|
38
|
-
Porch
|
|
39
|
-
RearDoor
|
|
40
|
-
Receptionist
|
|
41
|
-
Receiver
|
|
42
|
-
SecureLocation
|
|
43
|
-
SideDoor
|
|
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
|
}
|
|
@@ -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
|
}
|