@sp-api-sdk/fulfillment-outbound-api-2020-07-01 2.2.1 → 2.3.0
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 +82 -15
- package/dist/cjs/src/api-model/models/amount.js +19 -0
- package/dist/cjs/src/api-model/models/date-range.js +15 -0
- package/dist/cjs/src/api-model/models/delivery-message.js +15 -0
- package/dist/cjs/src/api-model/models/delivery-offer.js +15 -0
- package/dist/cjs/src/api-model/models/delivery-policy.js +15 -0
- package/dist/cjs/src/api-model/models/delivery-preferences.js +15 -0
- package/dist/cjs/src/api-model/models/delivery-quantity.js +19 -0
- package/dist/cjs/src/api-model/models/destination.js +15 -0
- package/dist/cjs/src/api-model/models/drop-off-location.js +26 -0
- package/dist/cjs/src/api-model/models/get-delivery-offers-product.js +15 -0
- package/dist/cjs/src/api-model/models/get-delivery-offers-request.js +15 -0
- package/dist/cjs/src/api-model/models/get-delivery-offers-response.js +15 -0
- package/dist/cjs/src/api-model/models/get-delivery-offers-result.js +15 -0
- package/dist/cjs/src/api-model/models/get-delivery-offers-terms.js +15 -0
- package/dist/cjs/src/api-model/models/index.js +18 -0
- package/dist/cjs/src/api-model/models/locker-details.js +15 -0
- package/dist/cjs/src/api-model/models/origin.js +15 -0
- package/dist/cjs/src/api-model/models/product-identifier.js +15 -0
- package/dist/cjs/src/api-model/models/variable-precision-address.js +15 -0
- package/dist/cjs/src/client.js +7 -0
- package/dist/es/src/api-model/api/fba-outbound-api.js +82 -15
- package/dist/es/src/api-model/models/amount.js +16 -0
- package/dist/es/src/api-model/models/date-range.js +14 -0
- package/dist/es/src/api-model/models/delivery-message.js +14 -0
- package/dist/es/src/api-model/models/delivery-offer.js +14 -0
- package/dist/es/src/api-model/models/delivery-policy.js +14 -0
- package/dist/es/src/api-model/models/delivery-preferences.js +14 -0
- package/dist/es/src/api-model/models/delivery-quantity.js +16 -0
- package/dist/es/src/api-model/models/destination.js +14 -0
- package/dist/es/src/api-model/models/drop-off-location.js +23 -0
- package/dist/es/src/api-model/models/get-delivery-offers-product.js +14 -0
- package/dist/es/src/api-model/models/get-delivery-offers-request.js +14 -0
- package/dist/es/src/api-model/models/get-delivery-offers-response.js +14 -0
- package/dist/es/src/api-model/models/get-delivery-offers-result.js +14 -0
- package/dist/es/src/api-model/models/get-delivery-offers-terms.js +14 -0
- package/dist/es/src/api-model/models/index.js +18 -0
- package/dist/es/src/api-model/models/locker-details.js +14 -0
- package/dist/es/src/api-model/models/origin.js +14 -0
- package/dist/es/src/api-model/models/product-identifier.js +14 -0
- package/dist/es/src/api-model/models/variable-precision-address.js +14 -0
- package/dist/es/src/client.js +7 -0
- package/dist/types/src/api-model/api/fba-outbound-api.d.ts +69 -17
- package/dist/types/src/api-model/models/amount.d.ts +34 -0
- package/dist/types/src/api-model/models/create-fulfillment-order-request.d.ts +8 -1
- package/dist/types/src/api-model/models/create-fulfillment-return-result.d.ts +1 -1
- package/dist/types/src/api-model/models/date-range.d.ts +30 -0
- package/dist/types/src/api-model/models/delivery-message.d.ts +30 -0
- package/dist/types/src/api-model/models/delivery-offer.d.ts +38 -0
- package/dist/types/src/api-model/models/delivery-policy.d.ts +25 -0
- package/dist/types/src/api-model/models/delivery-preferences.d.ts +31 -0
- package/dist/types/src/api-model/models/delivery-quantity.d.ts +34 -0
- package/dist/types/src/api-model/models/delivery-window.d.ts +2 -2
- package/dist/types/src/api-model/models/destination.d.ts +31 -0
- package/dist/types/src/api-model/models/drop-off-location.d.ts +43 -0
- package/dist/types/src/api-model/models/fulfillment-order-item.d.ts +2 -2
- package/dist/types/src/api-model/models/fulfillment-order.d.ts +3 -3
- package/dist/types/src/api-model/models/fulfillment-preview-shipment.d.ts +4 -4
- package/dist/types/src/api-model/models/fulfillment-preview.d.ts +1 -1
- package/dist/types/src/api-model/models/fulfillment-shipment-item.d.ts +6 -0
- package/dist/types/src/api-model/models/fulfillment-shipment-package.d.ts +8 -1
- package/dist/types/src/api-model/models/fulfillment-shipment.d.ts +2 -2
- package/dist/types/src/api-model/models/get-delivery-offers-product.d.ts +32 -0
- package/dist/types/src/api-model/models/get-delivery-offers-request.d.ts +32 -0
- package/dist/types/src/api-model/models/get-delivery-offers-response.d.ts +31 -0
- package/dist/types/src/api-model/models/get-delivery-offers-result.d.ts +25 -0
- package/dist/types/src/api-model/models/get-delivery-offers-terms.d.ts +32 -0
- package/dist/types/src/api-model/models/get-fulfillment-order-result.d.ts +1 -1
- package/dist/types/src/api-model/models/get-fulfillment-preview-request.d.ts +1 -1
- package/dist/types/src/api-model/models/index.d.ts +18 -0
- package/dist/types/src/api-model/models/list-all-fulfillment-orders-result.d.ts +1 -1
- package/dist/types/src/api-model/models/list-return-reason-codes-result.d.ts +1 -1
- package/dist/types/src/api-model/models/locker-details.d.ts +30 -0
- package/dist/types/src/api-model/models/origin.d.ts +24 -0
- package/dist/types/src/api-model/models/package-tracking-details.d.ts +3 -3
- package/dist/types/src/api-model/models/payment-information.d.ts +1 -1
- package/dist/types/src/api-model/models/product-identifier.d.ts +24 -0
- package/dist/types/src/api-model/models/return-item.d.ts +1 -1
- package/dist/types/src/api-model/models/tracking-event.d.ts +1 -1
- package/dist/types/src/api-model/models/unfulfillable-preview-item.d.ts +1 -1
- package/dist/types/src/api-model/models/update-fulfillment-order-request.d.ts +1 -1
- package/dist/types/src/api-model/models/variable-precision-address.d.ts +66 -0
- package/package.json +2 -2
|
@@ -18,6 +18,8 @@ import type { CreateFulfillmentOrderRequest } from '../models';
|
|
|
18
18
|
import type { CreateFulfillmentOrderResponse } from '../models';
|
|
19
19
|
import type { CreateFulfillmentReturnRequest } from '../models';
|
|
20
20
|
import type { CreateFulfillmentReturnResponse } from '../models';
|
|
21
|
+
import type { GetDeliveryOffersRequest } from '../models';
|
|
22
|
+
import type { GetDeliveryOffersResponse } from '../models';
|
|
21
23
|
import type { GetFeatureInventoryResponse } from '../models';
|
|
22
24
|
import type { GetFeatureSkuResponse } from '../models';
|
|
23
25
|
import type { GetFeaturesResponse } from '../models';
|
|
@@ -45,7 +47,7 @@ export declare const FbaOutboundApiAxiosParamCreator: (configuration?: Configura
|
|
|
45
47
|
cancelFulfillmentOrder: (sellerFulfillmentOrderId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
46
48
|
/**
|
|
47
49
|
* 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 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api)
|
|
48
|
-
* @param {CreateFulfillmentOrderRequest} body
|
|
50
|
+
* @param {CreateFulfillmentOrderRequest} body CreateFulfillmentOrderRequest parameter
|
|
49
51
|
* @param {*} [options] Override http request option.
|
|
50
52
|
* @throws {RequiredError}
|
|
51
53
|
*/
|
|
@@ -53,20 +55,28 @@ export declare const FbaOutboundApiAxiosParamCreator: (configuration?: Configura
|
|
|
53
55
|
/**
|
|
54
56
|
* Creates a fulfillment return. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
55
57
|
* @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.
|
|
56
|
-
* @param {CreateFulfillmentReturnRequest} body
|
|
58
|
+
* @param {CreateFulfillmentReturnRequest} body CreateFulfillmentReturnRequest parameter
|
|
57
59
|
* @param {*} [options] Override http request option.
|
|
58
60
|
* @throws {RequiredError}
|
|
59
61
|
*/
|
|
60
62
|
createFulfillmentReturn: (sellerFulfillmentOrderId: string, body: CreateFulfillmentReturnRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
63
|
+
/**
|
|
64
|
+
* Returns delivery options that include an estimated delivery date and offer expiration, based on criteria that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
65
|
+
* @param {GetDeliveryOffersRequest} body GetDeliveryOffersRequest parameter
|
|
66
|
+
* @param {*} [options] Override http request option.
|
|
67
|
+
* @throws {RequiredError}
|
|
68
|
+
*/
|
|
69
|
+
deliveryOffers: (body: GetDeliveryOffersRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
61
70
|
/**
|
|
62
71
|
* Returns a list of inventory items that are eligible for the fulfillment feature you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api)..
|
|
63
72
|
* @param {string} marketplaceId The marketplace for which to return a list of the inventory that is eligible for the specified feature.
|
|
64
73
|
* @param {string} featureName The name of the feature for which to return a list of eligible inventory.
|
|
65
74
|
* @param {string} [nextToken] A string token returned in the response to your previous request that is used to return the next response page. A value of null will return the first page.
|
|
75
|
+
* @param {string} [queryStartDate] A date that you can use to select inventory that has been updated since a specified date. An update is defined as any change in feature-enabled inventory availability. The date must be in the format yyyy-MM-ddTHH:mm:ss.sssZ
|
|
66
76
|
* @param {*} [options] Override http request option.
|
|
67
77
|
* @throws {RequiredError}
|
|
68
78
|
*/
|
|
69
|
-
getFeatureInventory: (marketplaceId: string, featureName: string, nextToken?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
79
|
+
getFeatureInventory: (marketplaceId: string, featureName: string, nextToken?: string, queryStartDate?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
70
80
|
/**
|
|
71
81
|
* 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. The parameters for this operation may contain special characters that require URL encoding. To avoid errors with SKUs when encoding URLs, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding). **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
72
82
|
* @param {string} marketplaceId The marketplace for which to return the count.
|
|
@@ -92,7 +102,7 @@ export declare const FbaOutboundApiAxiosParamCreator: (configuration?: Configura
|
|
|
92
102
|
getFulfillmentOrder: (sellerFulfillmentOrderId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
93
103
|
/**
|
|
94
104
|
* Returns a list of fulfillment order previews based on shipping criteria that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
95
|
-
* @param {GetFulfillmentPreviewRequest} body
|
|
105
|
+
* @param {GetFulfillmentPreviewRequest} body GetFulfillmentPreviewRequest parameter
|
|
96
106
|
* @param {*} [options] Override http request option.
|
|
97
107
|
* @throws {RequiredError}
|
|
98
108
|
*/
|
|
@@ -125,7 +135,7 @@ export declare const FbaOutboundApiAxiosParamCreator: (configuration?: Configura
|
|
|
125
135
|
/**
|
|
126
136
|
* Requests that Amazon update the status of an order in the sandbox testing environment. This is a sandbox-only operation and must be directed to a sandbox endpoint. Refer to [Fulfillment Outbound Dynamic Sandbox Guide](https://developer-docs.amazon.com/sp-api/docs/fulfillment-outbound-dynamic-sandbox-guide) and [Selling Partner API sandbox](https://developer-docs.amazon.com/sp-api/docs/the-selling-partner-api-sandbox) for more information.
|
|
127
137
|
* @param {string} sellerFulfillmentOrderId The identifier assigned to the item by the seller when the fulfillment order was created.
|
|
128
|
-
* @param {SubmitFulfillmentOrderStatusUpdateRequest} body
|
|
138
|
+
* @param {SubmitFulfillmentOrderStatusUpdateRequest} body The identifier assigned to the item by the seller when the fulfillment order was created.
|
|
129
139
|
* @param {*} [options] Override http request option.
|
|
130
140
|
* @throws {RequiredError}
|
|
131
141
|
*/
|
|
@@ -133,7 +143,7 @@ export declare const FbaOutboundApiAxiosParamCreator: (configuration?: Configura
|
|
|
133
143
|
/**
|
|
134
144
|
* Updates and/or requests shipment for a fulfillment order with an order hold on it. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
135
145
|
* @param {string} sellerFulfillmentOrderId The identifier assigned to the item by the seller when the fulfillment order was created.
|
|
136
|
-
* @param {UpdateFulfillmentOrderRequest} body
|
|
146
|
+
* @param {UpdateFulfillmentOrderRequest} body UpdateFulfillmentOrderRequest parameter
|
|
137
147
|
* @param {*} [options] Override http request option.
|
|
138
148
|
* @throws {RequiredError}
|
|
139
149
|
*/
|
|
@@ -153,7 +163,7 @@ export declare const FbaOutboundApiFp: (configuration?: Configuration) => {
|
|
|
153
163
|
cancelFulfillmentOrder(sellerFulfillmentOrderId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CancelFulfillmentOrderResponse>>;
|
|
154
164
|
/**
|
|
155
165
|
* 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 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api)
|
|
156
|
-
* @param {CreateFulfillmentOrderRequest} body
|
|
166
|
+
* @param {CreateFulfillmentOrderRequest} body CreateFulfillmentOrderRequest parameter
|
|
157
167
|
* @param {*} [options] Override http request option.
|
|
158
168
|
* @throws {RequiredError}
|
|
159
169
|
*/
|
|
@@ -161,20 +171,28 @@ export declare const FbaOutboundApiFp: (configuration?: Configuration) => {
|
|
|
161
171
|
/**
|
|
162
172
|
* Creates a fulfillment return. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
163
173
|
* @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.
|
|
164
|
-
* @param {CreateFulfillmentReturnRequest} body
|
|
174
|
+
* @param {CreateFulfillmentReturnRequest} body CreateFulfillmentReturnRequest parameter
|
|
165
175
|
* @param {*} [options] Override http request option.
|
|
166
176
|
* @throws {RequiredError}
|
|
167
177
|
*/
|
|
168
178
|
createFulfillmentReturn(sellerFulfillmentOrderId: string, body: CreateFulfillmentReturnRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateFulfillmentReturnResponse>>;
|
|
179
|
+
/**
|
|
180
|
+
* Returns delivery options that include an estimated delivery date and offer expiration, based on criteria that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
181
|
+
* @param {GetDeliveryOffersRequest} body GetDeliveryOffersRequest parameter
|
|
182
|
+
* @param {*} [options] Override http request option.
|
|
183
|
+
* @throws {RequiredError}
|
|
184
|
+
*/
|
|
185
|
+
deliveryOffers(body: GetDeliveryOffersRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetDeliveryOffersResponse>>;
|
|
169
186
|
/**
|
|
170
187
|
* Returns a list of inventory items that are eligible for the fulfillment feature you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api)..
|
|
171
188
|
* @param {string} marketplaceId The marketplace for which to return a list of the inventory that is eligible for the specified feature.
|
|
172
189
|
* @param {string} featureName The name of the feature for which to return a list of eligible inventory.
|
|
173
190
|
* @param {string} [nextToken] A string token returned in the response to your previous request that is used to return the next response page. A value of null will return the first page.
|
|
191
|
+
* @param {string} [queryStartDate] A date that you can use to select inventory that has been updated since a specified date. An update is defined as any change in feature-enabled inventory availability. The date must be in the format yyyy-MM-ddTHH:mm:ss.sssZ
|
|
174
192
|
* @param {*} [options] Override http request option.
|
|
175
193
|
* @throws {RequiredError}
|
|
176
194
|
*/
|
|
177
|
-
getFeatureInventory(marketplaceId: string, featureName: string, nextToken?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetFeatureInventoryResponse>>;
|
|
195
|
+
getFeatureInventory(marketplaceId: string, featureName: string, nextToken?: string, queryStartDate?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetFeatureInventoryResponse>>;
|
|
178
196
|
/**
|
|
179
197
|
* 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. The parameters for this operation may contain special characters that require URL encoding. To avoid errors with SKUs when encoding URLs, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding). **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
180
198
|
* @param {string} marketplaceId The marketplace for which to return the count.
|
|
@@ -200,7 +218,7 @@ export declare const FbaOutboundApiFp: (configuration?: Configuration) => {
|
|
|
200
218
|
getFulfillmentOrder(sellerFulfillmentOrderId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetFulfillmentOrderResponse>>;
|
|
201
219
|
/**
|
|
202
220
|
* Returns a list of fulfillment order previews based on shipping criteria that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
203
|
-
* @param {GetFulfillmentPreviewRequest} body
|
|
221
|
+
* @param {GetFulfillmentPreviewRequest} body GetFulfillmentPreviewRequest parameter
|
|
204
222
|
* @param {*} [options] Override http request option.
|
|
205
223
|
* @throws {RequiredError}
|
|
206
224
|
*/
|
|
@@ -233,7 +251,7 @@ export declare const FbaOutboundApiFp: (configuration?: Configuration) => {
|
|
|
233
251
|
/**
|
|
234
252
|
* Requests that Amazon update the status of an order in the sandbox testing environment. This is a sandbox-only operation and must be directed to a sandbox endpoint. Refer to [Fulfillment Outbound Dynamic Sandbox Guide](https://developer-docs.amazon.com/sp-api/docs/fulfillment-outbound-dynamic-sandbox-guide) and [Selling Partner API sandbox](https://developer-docs.amazon.com/sp-api/docs/the-selling-partner-api-sandbox) for more information.
|
|
235
253
|
* @param {string} sellerFulfillmentOrderId The identifier assigned to the item by the seller when the fulfillment order was created.
|
|
236
|
-
* @param {SubmitFulfillmentOrderStatusUpdateRequest} body
|
|
254
|
+
* @param {SubmitFulfillmentOrderStatusUpdateRequest} body The identifier assigned to the item by the seller when the fulfillment order was created.
|
|
237
255
|
* @param {*} [options] Override http request option.
|
|
238
256
|
* @throws {RequiredError}
|
|
239
257
|
*/
|
|
@@ -241,7 +259,7 @@ export declare const FbaOutboundApiFp: (configuration?: Configuration) => {
|
|
|
241
259
|
/**
|
|
242
260
|
* Updates and/or requests shipment for a fulfillment order with an order hold on it. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
243
261
|
* @param {string} sellerFulfillmentOrderId The identifier assigned to the item by the seller when the fulfillment order was created.
|
|
244
|
-
* @param {UpdateFulfillmentOrderRequest} body
|
|
262
|
+
* @param {UpdateFulfillmentOrderRequest} body UpdateFulfillmentOrderRequest parameter
|
|
245
263
|
* @param {*} [options] Override http request option.
|
|
246
264
|
* @throws {RequiredError}
|
|
247
265
|
*/
|
|
@@ -273,6 +291,13 @@ export declare const FbaOutboundApiFactory: (configuration?: Configuration, base
|
|
|
273
291
|
* @throws {RequiredError}
|
|
274
292
|
*/
|
|
275
293
|
createFulfillmentReturn(requestParameters: FbaOutboundApiCreateFulfillmentReturnRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateFulfillmentReturnResponse>;
|
|
294
|
+
/**
|
|
295
|
+
* Returns delivery options that include an estimated delivery date and offer expiration, based on criteria that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
296
|
+
* @param {FbaOutboundApiDeliveryOffersRequest} requestParameters Request parameters.
|
|
297
|
+
* @param {*} [options] Override http request option.
|
|
298
|
+
* @throws {RequiredError}
|
|
299
|
+
*/
|
|
300
|
+
deliveryOffers(requestParameters: FbaOutboundApiDeliveryOffersRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetDeliveryOffersResponse>;
|
|
276
301
|
/**
|
|
277
302
|
* Returns a list of inventory items that are eligible for the fulfillment feature you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api)..
|
|
278
303
|
* @param {FbaOutboundApiGetFeatureInventoryRequest} requestParameters Request parameters.
|
|
@@ -364,7 +389,7 @@ export interface FbaOutboundApiCancelFulfillmentOrderRequest {
|
|
|
364
389
|
*/
|
|
365
390
|
export interface FbaOutboundApiCreateFulfillmentOrderRequest {
|
|
366
391
|
/**
|
|
367
|
-
*
|
|
392
|
+
* CreateFulfillmentOrderRequest parameter
|
|
368
393
|
* @type {CreateFulfillmentOrderRequest}
|
|
369
394
|
* @memberof FbaOutboundApiCreateFulfillmentOrder
|
|
370
395
|
*/
|
|
@@ -383,12 +408,25 @@ export interface FbaOutboundApiCreateFulfillmentReturnRequest {
|
|
|
383
408
|
*/
|
|
384
409
|
readonly sellerFulfillmentOrderId: string;
|
|
385
410
|
/**
|
|
386
|
-
*
|
|
411
|
+
* CreateFulfillmentReturnRequest parameter
|
|
387
412
|
* @type {CreateFulfillmentReturnRequest}
|
|
388
413
|
* @memberof FbaOutboundApiCreateFulfillmentReturn
|
|
389
414
|
*/
|
|
390
415
|
readonly body: CreateFulfillmentReturnRequest;
|
|
391
416
|
}
|
|
417
|
+
/**
|
|
418
|
+
* Request parameters for deliveryOffers operation in FbaOutboundApi.
|
|
419
|
+
* @export
|
|
420
|
+
* @interface FbaOutboundApiDeliveryOffersRequest
|
|
421
|
+
*/
|
|
422
|
+
export interface FbaOutboundApiDeliveryOffersRequest {
|
|
423
|
+
/**
|
|
424
|
+
* GetDeliveryOffersRequest parameter
|
|
425
|
+
* @type {GetDeliveryOffersRequest}
|
|
426
|
+
* @memberof FbaOutboundApiDeliveryOffers
|
|
427
|
+
*/
|
|
428
|
+
readonly body: GetDeliveryOffersRequest;
|
|
429
|
+
}
|
|
392
430
|
/**
|
|
393
431
|
* Request parameters for getFeatureInventory operation in FbaOutboundApi.
|
|
394
432
|
* @export
|
|
@@ -413,6 +451,12 @@ export interface FbaOutboundApiGetFeatureInventoryRequest {
|
|
|
413
451
|
* @memberof FbaOutboundApiGetFeatureInventory
|
|
414
452
|
*/
|
|
415
453
|
readonly nextToken?: string;
|
|
454
|
+
/**
|
|
455
|
+
* A date that you can use to select inventory that has been updated since a specified date. An update is defined as any change in feature-enabled inventory availability. The date must be in the format yyyy-MM-ddTHH:mm:ss.sssZ
|
|
456
|
+
* @type {string}
|
|
457
|
+
* @memberof FbaOutboundApiGetFeatureInventory
|
|
458
|
+
*/
|
|
459
|
+
readonly queryStartDate?: string;
|
|
416
460
|
}
|
|
417
461
|
/**
|
|
418
462
|
* Request parameters for getFeatureSKU operation in FbaOutboundApi.
|
|
@@ -472,7 +516,7 @@ export interface FbaOutboundApiGetFulfillmentOrderRequest {
|
|
|
472
516
|
*/
|
|
473
517
|
export interface FbaOutboundApiGetFulfillmentPreviewRequest {
|
|
474
518
|
/**
|
|
475
|
-
*
|
|
519
|
+
* GetFulfillmentPreviewRequest parameter
|
|
476
520
|
* @type {GetFulfillmentPreviewRequest}
|
|
477
521
|
* @memberof FbaOutboundApiGetFulfillmentPreview
|
|
478
522
|
*/
|
|
@@ -554,7 +598,7 @@ export interface FbaOutboundApiSubmitFulfillmentOrderStatusUpdateRequest {
|
|
|
554
598
|
*/
|
|
555
599
|
readonly sellerFulfillmentOrderId: string;
|
|
556
600
|
/**
|
|
557
|
-
*
|
|
601
|
+
* The identifier assigned to the item by the seller when the fulfillment order was created.
|
|
558
602
|
* @type {SubmitFulfillmentOrderStatusUpdateRequest}
|
|
559
603
|
* @memberof FbaOutboundApiSubmitFulfillmentOrderStatusUpdate
|
|
560
604
|
*/
|
|
@@ -573,7 +617,7 @@ export interface FbaOutboundApiUpdateFulfillmentOrderRequest {
|
|
|
573
617
|
*/
|
|
574
618
|
readonly sellerFulfillmentOrderId: string;
|
|
575
619
|
/**
|
|
576
|
-
*
|
|
620
|
+
* UpdateFulfillmentOrderRequest parameter
|
|
577
621
|
* @type {UpdateFulfillmentOrderRequest}
|
|
578
622
|
* @memberof FbaOutboundApiUpdateFulfillmentOrder
|
|
579
623
|
*/
|
|
@@ -610,6 +654,14 @@ export declare class FbaOutboundApi extends BaseAPI {
|
|
|
610
654
|
* @memberof FbaOutboundApi
|
|
611
655
|
*/
|
|
612
656
|
createFulfillmentReturn(requestParameters: FbaOutboundApiCreateFulfillmentReturnRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateFulfillmentReturnResponse, any>>;
|
|
657
|
+
/**
|
|
658
|
+
* Returns delivery options that include an estimated delivery date and offer expiration, based on criteria that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
659
|
+
* @param {FbaOutboundApiDeliveryOffersRequest} requestParameters Request parameters.
|
|
660
|
+
* @param {*} [options] Override http request option.
|
|
661
|
+
* @throws {RequiredError}
|
|
662
|
+
* @memberof FbaOutboundApi
|
|
663
|
+
*/
|
|
664
|
+
deliveryOffers(requestParameters: FbaOutboundApiDeliveryOffersRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetDeliveryOffersResponse, any>>;
|
|
613
665
|
/**
|
|
614
666
|
* Returns a list of inventory items that are eligible for the fulfillment feature you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api)..
|
|
615
667
|
* @param {FbaOutboundApiGetFeatureInventoryRequest} requestParameters Request parameters.
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Selling Partner APIs for Fulfillment Outbound
|
|
3
|
+
* The Selling Partner API for Fulfillment Outbound lets you create applications that help a seller fulfill Multi-Channel Fulfillment orders using their inventory in Amazon\'s fulfillment network. You can get information on both potential and existing fulfillment orders.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2020-07-01
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* A quantity based on unit of measure.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface Amount
|
|
16
|
+
*/
|
|
17
|
+
export interface Amount {
|
|
18
|
+
/**
|
|
19
|
+
* The unit of measure for the amount.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof Amount
|
|
22
|
+
*/
|
|
23
|
+
'unitOfMeasure': AmountUnitOfMeasureEnum;
|
|
24
|
+
/**
|
|
25
|
+
* A decimal number with no loss of precision. Useful when precision loss is unacceptable, as with currencies. Follows RFC7159 for number representation.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof Amount
|
|
28
|
+
*/
|
|
29
|
+
'value': string;
|
|
30
|
+
}
|
|
31
|
+
export declare const AmountUnitOfMeasureEnum: {
|
|
32
|
+
readonly Eaches: "Eaches";
|
|
33
|
+
};
|
|
34
|
+
export type AmountUnitOfMeasureEnum = typeof AmountUnitOfMeasureEnum[keyof typeof AmountUnitOfMeasureEnum];
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
import type { Address } from './address';
|
|
13
13
|
import type { CODSettings } from './codsettings';
|
|
14
14
|
import type { CreateFulfillmentOrderItem } from './create-fulfillment-order-item';
|
|
15
|
+
import type { DeliveryPreferences } from './delivery-preferences';
|
|
15
16
|
import type { DeliveryWindow } from './delivery-window';
|
|
16
17
|
import type { FeatureSettings } from './feature-settings';
|
|
17
18
|
import type { FulfillmentAction } from './fulfillment-action';
|
|
@@ -43,7 +44,7 @@ export interface CreateFulfillmentOrderRequest {
|
|
|
43
44
|
*/
|
|
44
45
|
'displayableOrderId': string;
|
|
45
46
|
/**
|
|
46
|
-
*
|
|
47
|
+
* Date timestamp
|
|
47
48
|
* @type {string}
|
|
48
49
|
* @memberof CreateFulfillmentOrderRequest
|
|
49
50
|
*/
|
|
@@ -72,6 +73,12 @@ export interface CreateFulfillmentOrderRequest {
|
|
|
72
73
|
* @memberof CreateFulfillmentOrderRequest
|
|
73
74
|
*/
|
|
74
75
|
'destinationAddress': Address;
|
|
76
|
+
/**
|
|
77
|
+
*
|
|
78
|
+
* @type {DeliveryPreferences}
|
|
79
|
+
* @memberof CreateFulfillmentOrderRequest
|
|
80
|
+
*/
|
|
81
|
+
'deliveryPreferences'?: DeliveryPreferences;
|
|
75
82
|
/**
|
|
76
83
|
*
|
|
77
84
|
* @type {FulfillmentAction}
|
|
@@ -13,7 +13,7 @@ import type { InvalidReturnItem } from './invalid-return-item';
|
|
|
13
13
|
import type { ReturnAuthorization } from './return-authorization';
|
|
14
14
|
import type { ReturnItem } from './return-item';
|
|
15
15
|
/**
|
|
16
|
-
*
|
|
16
|
+
* The result for the createFulfillmentReturn operation.
|
|
17
17
|
* @export
|
|
18
18
|
* @interface CreateFulfillmentReturnResult
|
|
19
19
|
*/
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Selling Partner APIs for Fulfillment Outbound
|
|
3
|
+
* The Selling Partner API for Fulfillment Outbound lets you create applications that help a seller fulfill Multi-Channel Fulfillment orders using their inventory in Amazon\'s fulfillment network. You can get information on both potential and existing fulfillment orders.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2020-07-01
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* The time range within which something (for example, a delivery) will occur.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface DateRange
|
|
16
|
+
*/
|
|
17
|
+
export interface DateRange {
|
|
18
|
+
/**
|
|
19
|
+
* Date timestamp
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof DateRange
|
|
22
|
+
*/
|
|
23
|
+
'earliest': string;
|
|
24
|
+
/**
|
|
25
|
+
* Date timestamp
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof DateRange
|
|
28
|
+
*/
|
|
29
|
+
'latest': string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Selling Partner APIs for Fulfillment Outbound
|
|
3
|
+
* The Selling Partner API for Fulfillment Outbound lets you create applications that help a seller fulfill Multi-Channel Fulfillment orders using their inventory in Amazon\'s fulfillment network. You can get information on both potential and existing fulfillment orders.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2020-07-01
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Localized messaging for a delivery offering.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface DeliveryMessage
|
|
16
|
+
*/
|
|
17
|
+
export interface DeliveryMessage {
|
|
18
|
+
/**
|
|
19
|
+
* The message content for a delivery offering.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof DeliveryMessage
|
|
22
|
+
*/
|
|
23
|
+
'text'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* The locale for the message (for example, en_US).
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof DeliveryMessage
|
|
28
|
+
*/
|
|
29
|
+
'locale'?: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Selling Partner APIs for Fulfillment Outbound
|
|
3
|
+
* The Selling Partner API for Fulfillment Outbound lets you create applications that help a seller fulfill Multi-Channel Fulfillment orders using their inventory in Amazon\'s fulfillment network. You can get information on both potential and existing fulfillment orders.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2020-07-01
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { DateRange } from './date-range';
|
|
13
|
+
import type { DeliveryPolicy } from './delivery-policy';
|
|
14
|
+
/**
|
|
15
|
+
* An available offer for delivery of a product.
|
|
16
|
+
* @export
|
|
17
|
+
* @interface DeliveryOffer
|
|
18
|
+
*/
|
|
19
|
+
export interface DeliveryOffer {
|
|
20
|
+
/**
|
|
21
|
+
* Date timestamp
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof DeliveryOffer
|
|
24
|
+
*/
|
|
25
|
+
'expiresAt'?: string;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {DateRange}
|
|
29
|
+
* @memberof DeliveryOffer
|
|
30
|
+
*/
|
|
31
|
+
'dateRange'?: DateRange;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {DeliveryPolicy}
|
|
35
|
+
* @memberof DeliveryOffer
|
|
36
|
+
*/
|
|
37
|
+
'policy'?: DeliveryPolicy;
|
|
38
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Selling Partner APIs for Fulfillment Outbound
|
|
3
|
+
* The Selling Partner API for Fulfillment Outbound lets you create applications that help a seller fulfill Multi-Channel Fulfillment orders using their inventory in Amazon\'s fulfillment network. You can get information on both potential and existing fulfillment orders.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2020-07-01
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { DeliveryMessage } from './delivery-message';
|
|
13
|
+
/**
|
|
14
|
+
* The policy for a delivery offering.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DeliveryPolicy
|
|
17
|
+
*/
|
|
18
|
+
export interface DeliveryPolicy {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {DeliveryMessage}
|
|
22
|
+
* @memberof DeliveryPolicy
|
|
23
|
+
*/
|
|
24
|
+
'message'?: DeliveryMessage;
|
|
25
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Selling Partner APIs for Fulfillment Outbound
|
|
3
|
+
* The Selling Partner API for Fulfillment Outbound lets you create applications that help a seller fulfill Multi-Channel Fulfillment orders using their inventory in Amazon\'s fulfillment network. You can get information on both potential and existing fulfillment orders.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2020-07-01
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { DropOffLocation } from './drop-off-location';
|
|
13
|
+
/**
|
|
14
|
+
* The delivery preferences applied to the destination address. These preferences will be applied when possible and are best effort. This feature is currently supported only in the JP marketplace and not applicable for other marketplaces.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DeliveryPreferences
|
|
17
|
+
*/
|
|
18
|
+
export interface DeliveryPreferences {
|
|
19
|
+
/**
|
|
20
|
+
* Additional delivery instructions. For example, this could be instructions on how to enter a building, nearby landmark or navigation instructions, \'Beware of dogs\', etc.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof DeliveryPreferences
|
|
23
|
+
*/
|
|
24
|
+
'deliveryInstructions'?: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {DropOffLocation}
|
|
28
|
+
* @memberof DeliveryPreferences
|
|
29
|
+
*/
|
|
30
|
+
'dropOffLocation'?: DropOffLocation;
|
|
31
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Selling Partner APIs for Fulfillment Outbound
|
|
3
|
+
* The Selling Partner API for Fulfillment Outbound lets you create applications that help a seller fulfill Multi-Channel Fulfillment orders using their inventory in Amazon\'s fulfillment network. You can get information on both potential and existing fulfillment orders.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2020-07-01
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* A quantity based on unit of measure.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface DeliveryQuantity
|
|
16
|
+
*/
|
|
17
|
+
export interface DeliveryQuantity {
|
|
18
|
+
/**
|
|
19
|
+
* The unit of measure for the amount.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof DeliveryQuantity
|
|
22
|
+
*/
|
|
23
|
+
'unitOfMeasure': DeliveryQuantityUnitOfMeasureEnum;
|
|
24
|
+
/**
|
|
25
|
+
* A decimal number with no loss of precision. Useful when precision loss is unacceptable, as with currencies. Follows RFC7159 for number representation.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof DeliveryQuantity
|
|
28
|
+
*/
|
|
29
|
+
'amount': string;
|
|
30
|
+
}
|
|
31
|
+
export declare const DeliveryQuantityUnitOfMeasureEnum: {
|
|
32
|
+
readonly Each: "Each";
|
|
33
|
+
};
|
|
34
|
+
export type DeliveryQuantityUnitOfMeasureEnum = typeof DeliveryQuantityUnitOfMeasureEnum[keyof typeof DeliveryQuantityUnitOfMeasureEnum];
|
|
@@ -16,13 +16,13 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface DeliveryWindow {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Date timestamp
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof DeliveryWindow
|
|
22
22
|
*/
|
|
23
23
|
'startDate': string;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Date timestamp
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof DeliveryWindow
|
|
28
28
|
*/
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Selling Partner APIs for Fulfillment Outbound
|
|
3
|
+
* The Selling Partner API for Fulfillment Outbound lets you create applications that help a seller fulfill Multi-Channel Fulfillment orders using their inventory in Amazon\'s fulfillment network. You can get information on both potential and existing fulfillment orders.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2020-07-01
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { VariablePrecisionAddress } from './variable-precision-address';
|
|
13
|
+
/**
|
|
14
|
+
* The destination for the delivery offer.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface Destination
|
|
17
|
+
*/
|
|
18
|
+
export interface Destination {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {VariablePrecisionAddress}
|
|
22
|
+
* @memberof Destination
|
|
23
|
+
*/
|
|
24
|
+
'deliveryAddress'?: VariablePrecisionAddress;
|
|
25
|
+
/**
|
|
26
|
+
* An IP Address.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof Destination
|
|
29
|
+
*/
|
|
30
|
+
'ipAddress'?: string;
|
|
31
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Selling Partner APIs for Fulfillment Outbound
|
|
3
|
+
* The Selling Partner API for Fulfillment Outbound lets you create applications that help a seller fulfill Multi-Channel Fulfillment orders using their inventory in Amazon\'s fulfillment network. You can get information on both potential and existing fulfillment orders.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2020-07-01
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* The preferred location to leave packages at the destination address.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface DropOffLocation
|
|
16
|
+
*/
|
|
17
|
+
export interface DropOffLocation {
|
|
18
|
+
/**
|
|
19
|
+
* Specifies the preferred location to leave the package at the destination address.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof DropOffLocation
|
|
22
|
+
*/
|
|
23
|
+
'type': DropOffLocationTypeEnum;
|
|
24
|
+
/**
|
|
25
|
+
* Additional information about the drop-off location that can vary depending on the type of drop-off location specified in the `type` field. If the `type` is set to `FALLBACK_NEIGHBOR_DELIVERY`, the `attributes` object should include the exact keys `neighborName` and `houseNumber` to provide the name and house number of the designated neighbor.
|
|
26
|
+
* @type {{ [key: string]: string; }}
|
|
27
|
+
* @memberof DropOffLocation
|
|
28
|
+
*/
|
|
29
|
+
'attributes'?: {
|
|
30
|
+
[key: string]: string;
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
export declare const DropOffLocationTypeEnum: {
|
|
34
|
+
readonly FrontDoor: "FRONT_DOOR";
|
|
35
|
+
readonly DeliveryBox: "DELIVERY_BOX";
|
|
36
|
+
readonly GasMeterBox: "GAS_METER_BOX";
|
|
37
|
+
readonly BicycleBasket: "BICYCLE_BASKET";
|
|
38
|
+
readonly Garage: "GARAGE";
|
|
39
|
+
readonly Receptionist: "RECEPTIONIST";
|
|
40
|
+
readonly FallbackNeighborDelivery: "FALLBACK_NEIGHBOR_DELIVERY";
|
|
41
|
+
readonly DoNotLeaveUnattended: "DO_NOT_LEAVE_UNATTENDED";
|
|
42
|
+
};
|
|
43
|
+
export type DropOffLocationTypeEnum = typeof DropOffLocationTypeEnum[keyof typeof DropOffLocationTypeEnum];
|
|
@@ -71,13 +71,13 @@ export interface FulfillmentOrderItem {
|
|
|
71
71
|
*/
|
|
72
72
|
'unfulfillableQuantity': number;
|
|
73
73
|
/**
|
|
74
|
-
*
|
|
74
|
+
* Date timestamp
|
|
75
75
|
* @type {string}
|
|
76
76
|
* @memberof FulfillmentOrderItem
|
|
77
77
|
*/
|
|
78
78
|
'estimatedShipDate'?: string;
|
|
79
79
|
/**
|
|
80
|
-
*
|
|
80
|
+
* Date timestamp
|
|
81
81
|
* @type {string}
|
|
82
82
|
* @memberof FulfillmentOrderItem
|
|
83
83
|
*/
|