@sp-api-sdk/fulfillment-inbound-api-v0 2.1.0 → 2.2.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-inbound-api.js +60 -81
- package/dist/cjs/src/api-model/models/index.js +0 -1
- package/dist/cjs/src/client.js +0 -7
- package/dist/es/src/api-model/api/fba-inbound-api.js +60 -81
- package/dist/es/src/api-model/models/index.js +0 -1
- package/dist/es/src/client.js +0 -7
- package/dist/types/src/api-model/api/fba-inbound-api.d.ts +64 -75
- package/dist/types/src/api-model/models/address.d.ts +1 -1
- package/dist/types/src/api-model/models/amount.d.ts +1 -1
- package/dist/types/src/api-model/models/bill-of-lading-download-url.d.ts +1 -1
- package/dist/types/src/api-model/models/common-transport-result.d.ts +1 -1
- package/dist/types/src/api-model/models/confirm-preorder-result.d.ts +3 -3
- package/dist/types/src/api-model/models/create-inbound-shipment-plan-request.d.ts +1 -1
- package/dist/types/src/api-model/models/create-inbound-shipment-plan-result.d.ts +1 -1
- package/dist/types/src/api-model/models/dimensions.d.ts +3 -3
- package/dist/types/src/api-model/models/get-inbound-guidance-result.d.ts +1 -1
- package/dist/types/src/api-model/models/get-preorder-info-result.d.ts +3 -3
- package/dist/types/src/api-model/models/get-prep-instructions-result.d.ts +1 -1
- package/dist/types/src/api-model/models/get-shipment-items-result.d.ts +1 -1
- package/dist/types/src/api-model/models/get-shipments-result.d.ts +1 -1
- package/dist/types/src/api-model/models/get-transport-details-result.d.ts +1 -1
- package/dist/types/src/api-model/models/inbound-shipment-info.d.ts +1 -1
- package/dist/types/src/api-model/models/inbound-shipment-item.d.ts +1 -1
- package/dist/types/src/api-model/models/inbound-shipment-result.d.ts +1 -1
- package/dist/types/src/api-model/models/index.d.ts +0 -1
- package/dist/types/src/api-model/models/invalid-asin.d.ts +1 -1
- package/dist/types/src/api-model/models/invalid-sku.d.ts +1 -1
- package/dist/types/src/api-model/models/label-download-url.d.ts +1 -1
- package/dist/types/src/api-model/models/partnered-estimate.d.ts +2 -2
- package/dist/types/src/api-model/models/partnered-ltl-data-input.d.ts +2 -2
- package/dist/types/src/api-model/models/partnered-ltl-data-output.d.ts +4 -4
- package/dist/types/src/api-model/models/weight.d.ts +1 -1
- package/package.json +5 -5
- package/dist/cjs/src/api-model/models/get-inbound-guidance-response.js +0 -15
- package/dist/es/src/api-model/models/get-inbound-guidance-response.js +0 -14
- package/dist/types/src/api-model/models/get-inbound-guidance-response.d.ts +0 -31
|
@@ -29,6 +29,7 @@ export const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
29
29
|
* @param {string} needByDate Date that the shipment must arrive at the Amazon fulfillment center to avoid delivery promise breaks for pre-ordered items. Must be in YYYY-MM-DD format. The response to the getPreorderInfo operation returns this value.
|
|
30
30
|
* @param {string} marketplaceId A marketplace identifier. Specifies the marketplace the shipment is tied to.
|
|
31
31
|
* @param {*} [options] Override http request option.
|
|
32
|
+
* @deprecated
|
|
32
33
|
* @throws {RequiredError}
|
|
33
34
|
*/
|
|
34
35
|
confirmPreorder: async (shipmentId, needByDate, marketplaceId, options = {}) => {
|
|
@@ -69,6 +70,7 @@ export const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
69
70
|
* Confirms that the seller accepts the Amazon-partnered shipping estimate, agrees to allow Amazon to charge their account for the shipping cost, and requests that the Amazon-partnered carrier ship the inbound shipment. Prior to calling the confirmTransport operation, you should call the getTransportDetails operation to get the Amazon-partnered shipping estimate. Important: After confirming the transportation request, if the seller decides that they do not want the Amazon-partnered carrier to ship the inbound shipment, you can call the voidTransport operation to cancel the transportation request. Note that for a Small Parcel shipment, the seller has 24 hours after confirming a transportation request to void the transportation request. For a Less Than Truckload/Full Truckload (LTL/FTL) shipment, the seller has one hour after confirming a transportation request to void it. After the grace period has expired the seller\'s account will be charged for the shipping cost. **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, 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).
|
|
70
71
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
71
72
|
* @param {*} [options] Override http request option.
|
|
73
|
+
* @deprecated
|
|
72
74
|
* @throws {RequiredError}
|
|
73
75
|
*/
|
|
74
76
|
confirmTransport: async (shipmentId, options = {}) => {
|
|
@@ -96,8 +98,9 @@ export const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
96
98
|
/**
|
|
97
99
|
* Returns a new inbound shipment based on the specified shipmentId that was returned by the createInboundShipmentPlan operation. **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, 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).
|
|
98
100
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
99
|
-
* @param {InboundShipmentRequest} body
|
|
101
|
+
* @param {InboundShipmentRequest} body The request schema for the InboundShipmentRequest operation.
|
|
100
102
|
* @param {*} [options] Override http request option.
|
|
103
|
+
* @deprecated
|
|
101
104
|
* @throws {RequiredError}
|
|
102
105
|
*/
|
|
103
106
|
createInboundShipment: async (shipmentId, body, options = {}) => {
|
|
@@ -128,8 +131,9 @@ export const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
128
131
|
},
|
|
129
132
|
/**
|
|
130
133
|
* Returns one or more inbound shipment plans, which provide the information you need to create one or more inbound shipments for a set of items that you specify. Multiple inbound shipment plans might be required so that items can be optimally placed in Amazon\'s fulfillment network—for example, positioning inventory closer to the customer. Alternatively, two inbound shipment plans might be created with the same Amazon fulfillment center destination if the two shipment plans require different processing—for example, items that require labels must be shipped separately from stickerless, commingled inventory. **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, 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).
|
|
131
|
-
* @param {CreateInboundShipmentPlanRequest} body
|
|
134
|
+
* @param {CreateInboundShipmentPlanRequest} body The request schema for the CreateInboundShipmentPlanRequest operation.
|
|
132
135
|
* @param {*} [options] Override http request option.
|
|
136
|
+
* @deprecated
|
|
133
137
|
* @throws {RequiredError}
|
|
134
138
|
*/
|
|
135
139
|
createInboundShipmentPlan: async (body, options = {}) => {
|
|
@@ -159,6 +163,7 @@ export const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
159
163
|
* Initiates the process of estimating the shipping cost for an inbound shipment by an Amazon-partnered carrier. Prior to calling the estimateTransport operation, you must call the putTransportDetails operation to provide Amazon with the transportation information for the inbound shipment. **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, 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).
|
|
160
164
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
161
165
|
* @param {*} [options] Override http request option.
|
|
166
|
+
* @deprecated
|
|
162
167
|
* @throws {RequiredError}
|
|
163
168
|
*/
|
|
164
169
|
estimateTransport: async (shipmentId, options = {}) => {
|
|
@@ -211,45 +216,6 @@ export const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
211
216
|
options: localVarRequestOptions,
|
|
212
217
|
};
|
|
213
218
|
},
|
|
214
|
-
/**
|
|
215
|
-
* Returns information that lets a seller know if Amazon recommends sending an item to a given marketplace. In some cases, Amazon provides guidance for why a given SellerSKU or ASIN is not recommended for shipment to Amazon\'s fulfillment network. Sellers may still ship items that are not recommended, at their discretion. **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, 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).
|
|
216
|
-
* @param {string} marketplaceId A marketplace identifier. Specifies the marketplace where the product would be stored.
|
|
217
|
-
* @param {Array<string>} [sellerSKUList] A list of SellerSKU values. Used to identify items for which you want inbound guidance for shipment to Amazon\'s fulfillment network. Note: SellerSKU is qualified by the SellerId, which is included with every Selling Partner API operation that you submit. If you specify a SellerSKU that identifies a variation parent ASIN, this operation returns an error. A variation parent ASIN represents a generic product that cannot be sold. Variation child ASINs represent products that have specific characteristics (such as size and color) and can be sold.
|
|
218
|
-
* @param {Array<string>} [aSINList] A list of ASIN values. Used to identify items for which you want inbound guidance for shipment to Amazon\'s fulfillment network. Note: If you specify a ASIN that identifies a variation parent ASIN, this operation returns an error. A variation parent ASIN represents a generic product that cannot be sold. Variation child ASINs represent products that have specific characteristics (such as size and color) and can be sold.
|
|
219
|
-
* @param {*} [options] Override http request option.
|
|
220
|
-
* @deprecated
|
|
221
|
-
* @throws {RequiredError}
|
|
222
|
-
*/
|
|
223
|
-
getInboundGuidance: async (marketplaceId, sellerSKUList, aSINList, options = {}) => {
|
|
224
|
-
// verify required parameter 'marketplaceId' is not null or undefined
|
|
225
|
-
assertParamExists('getInboundGuidance', 'marketplaceId', marketplaceId);
|
|
226
|
-
const localVarPath = `/fba/inbound/v0/itemsGuidance`;
|
|
227
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
228
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
229
|
-
let baseOptions;
|
|
230
|
-
if (configuration) {
|
|
231
|
-
baseOptions = configuration.baseOptions;
|
|
232
|
-
}
|
|
233
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
|
|
234
|
-
const localVarHeaderParameter = {};
|
|
235
|
-
const localVarQueryParameter = {};
|
|
236
|
-
if (marketplaceId !== undefined) {
|
|
237
|
-
localVarQueryParameter['MarketplaceId'] = marketplaceId;
|
|
238
|
-
}
|
|
239
|
-
if (sellerSKUList) {
|
|
240
|
-
localVarQueryParameter['SellerSKUList'] = sellerSKUList.join(COLLECTION_FORMATS.csv);
|
|
241
|
-
}
|
|
242
|
-
if (aSINList) {
|
|
243
|
-
localVarQueryParameter['ASINList'] = aSINList.join(COLLECTION_FORMATS.csv);
|
|
244
|
-
}
|
|
245
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
246
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
247
|
-
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
248
|
-
return {
|
|
249
|
-
url: toPathString(localVarUrlObj),
|
|
250
|
-
options: localVarRequestOptions,
|
|
251
|
-
};
|
|
252
|
-
},
|
|
253
219
|
/**
|
|
254
220
|
* Returns package/pallet labels for faster and more accurate shipment processing at the Amazon fulfillment center. **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, 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).
|
|
255
221
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
@@ -315,6 +281,7 @@ export const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
315
281
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
316
282
|
* @param {string} marketplaceId A marketplace identifier. Specifies the marketplace the shipment is tied to.
|
|
317
283
|
* @param {*} [options] Override http request option.
|
|
284
|
+
* @deprecated
|
|
318
285
|
* @throws {RequiredError}
|
|
319
286
|
*/
|
|
320
287
|
getPreorderInfo: async (shipmentId, marketplaceId, options = {}) => {
|
|
@@ -390,6 +357,7 @@ export const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
390
357
|
* @param {string} [lastUpdatedBefore] A date used for selecting inbound shipment items that were last updated before (or at) a specified time. The selection includes updates made by Amazon and by the seller.
|
|
391
358
|
* @param {string} [nextToken] A string token returned in the response to your previous request.
|
|
392
359
|
* @param {*} [options] Override http request option.
|
|
360
|
+
* @deprecated
|
|
393
361
|
* @throws {RequiredError}
|
|
394
362
|
*/
|
|
395
363
|
getShipmentItems: async (queryType, marketplaceId, lastUpdatedAfter, lastUpdatedBefore, nextToken, options = {}) => {
|
|
@@ -439,6 +407,7 @@ export const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
439
407
|
* @param {string} shipmentId A shipment identifier used for selecting items in a specific inbound shipment.
|
|
440
408
|
* @param {string} marketplaceId A marketplace identifier. Specifies the marketplace where the product would be stored.
|
|
441
409
|
* @param {*} [options] Override http request option.
|
|
410
|
+
* @deprecated
|
|
442
411
|
* @throws {RequiredError}
|
|
443
412
|
*/
|
|
444
413
|
getShipmentItemsByShipmentId: async (shipmentId, marketplaceId, options = {}) => {
|
|
@@ -478,6 +447,7 @@ export const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
478
447
|
* @param {string} [lastUpdatedBefore] A date used for selecting inbound shipments that were last updated before (or at) a specified time. The selection includes updates made by Amazon and by the seller.
|
|
479
448
|
* @param {string} [nextToken] A string token returned in the response to your previous request.
|
|
480
449
|
* @param {*} [options] Override http request option.
|
|
450
|
+
* @deprecated
|
|
481
451
|
* @throws {RequiredError}
|
|
482
452
|
*/
|
|
483
453
|
getShipments: async (queryType, marketplaceId, shipmentStatusList, shipmentIdList, lastUpdatedAfter, lastUpdatedBefore, nextToken, options = {}) => {
|
|
@@ -532,6 +502,7 @@ export const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
532
502
|
* Returns current transportation information about an inbound shipment. **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, 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).
|
|
533
503
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
534
504
|
* @param {*} [options] Override http request option.
|
|
505
|
+
* @deprecated
|
|
535
506
|
* @throws {RequiredError}
|
|
536
507
|
*/
|
|
537
508
|
getTransportDetails: async (shipmentId, options = {}) => {
|
|
@@ -559,8 +530,9 @@ export const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
559
530
|
/**
|
|
560
531
|
* Sends transportation information to Amazon about an inbound shipment. **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, 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).
|
|
561
532
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
562
|
-
* @param {PutTransportDetailsRequest} body
|
|
533
|
+
* @param {PutTransportDetailsRequest} body The request schema for the PutTransportDetailsRequest operation.
|
|
563
534
|
* @param {*} [options] Override http request option.
|
|
535
|
+
* @deprecated
|
|
564
536
|
* @throws {RequiredError}
|
|
565
537
|
*/
|
|
566
538
|
putTransportDetails: async (shipmentId, body, options = {}) => {
|
|
@@ -592,8 +564,9 @@ export const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
592
564
|
/**
|
|
593
565
|
* Updates or removes items from the inbound shipment identified by the specified shipment identifier. Adding new items is not supported. **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, 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).
|
|
594
566
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
595
|
-
* @param {InboundShipmentRequest} body
|
|
567
|
+
* @param {InboundShipmentRequest} body The request schema for the InboundShipmentRequest operation.
|
|
596
568
|
* @param {*} [options] Override http request option.
|
|
569
|
+
* @deprecated
|
|
597
570
|
* @throws {RequiredError}
|
|
598
571
|
*/
|
|
599
572
|
updateInboundShipment: async (shipmentId, body, options = {}) => {
|
|
@@ -626,6 +599,7 @@ export const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
626
599
|
* Cancels a previously-confirmed request to ship an inbound shipment using an Amazon-partnered carrier. To be successful, you must call this operation before the VoidDeadline date that is returned by the getTransportDetails operation. Important: The VoidDeadline date is 24 hours after you confirm a Small Parcel shipment transportation request or one hour after you confirm a Less Than Truckload/Full Truckload (LTL/FTL) shipment transportation request. After the void deadline passes, your account will be charged for the shipping cost. **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, 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).
|
|
627
600
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
628
601
|
* @param {*} [options] Override http request option.
|
|
602
|
+
* @deprecated
|
|
629
603
|
* @throws {RequiredError}
|
|
630
604
|
*/
|
|
631
605
|
voidTransport: async (shipmentId, options = {}) => {
|
|
@@ -665,6 +639,7 @@ export const FbaInboundApiFp = function (configuration) {
|
|
|
665
639
|
* @param {string} needByDate Date that the shipment must arrive at the Amazon fulfillment center to avoid delivery promise breaks for pre-ordered items. Must be in YYYY-MM-DD format. The response to the getPreorderInfo operation returns this value.
|
|
666
640
|
* @param {string} marketplaceId A marketplace identifier. Specifies the marketplace the shipment is tied to.
|
|
667
641
|
* @param {*} [options] Override http request option.
|
|
642
|
+
* @deprecated
|
|
668
643
|
* @throws {RequiredError}
|
|
669
644
|
*/
|
|
670
645
|
async confirmPreorder(shipmentId, needByDate, marketplaceId, options) {
|
|
@@ -675,6 +650,7 @@ export const FbaInboundApiFp = function (configuration) {
|
|
|
675
650
|
* Confirms that the seller accepts the Amazon-partnered shipping estimate, agrees to allow Amazon to charge their account for the shipping cost, and requests that the Amazon-partnered carrier ship the inbound shipment. Prior to calling the confirmTransport operation, you should call the getTransportDetails operation to get the Amazon-partnered shipping estimate. Important: After confirming the transportation request, if the seller decides that they do not want the Amazon-partnered carrier to ship the inbound shipment, you can call the voidTransport operation to cancel the transportation request. Note that for a Small Parcel shipment, the seller has 24 hours after confirming a transportation request to void the transportation request. For a Less Than Truckload/Full Truckload (LTL/FTL) shipment, the seller has one hour after confirming a transportation request to void it. After the grace period has expired the seller\'s account will be charged for the shipping cost. **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, 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).
|
|
676
651
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
677
652
|
* @param {*} [options] Override http request option.
|
|
653
|
+
* @deprecated
|
|
678
654
|
* @throws {RequiredError}
|
|
679
655
|
*/
|
|
680
656
|
async confirmTransport(shipmentId, options) {
|
|
@@ -684,8 +660,9 @@ export const FbaInboundApiFp = function (configuration) {
|
|
|
684
660
|
/**
|
|
685
661
|
* Returns a new inbound shipment based on the specified shipmentId that was returned by the createInboundShipmentPlan operation. **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, 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).
|
|
686
662
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
687
|
-
* @param {InboundShipmentRequest} body
|
|
663
|
+
* @param {InboundShipmentRequest} body The request schema for the InboundShipmentRequest operation.
|
|
688
664
|
* @param {*} [options] Override http request option.
|
|
665
|
+
* @deprecated
|
|
689
666
|
* @throws {RequiredError}
|
|
690
667
|
*/
|
|
691
668
|
async createInboundShipment(shipmentId, body, options) {
|
|
@@ -694,8 +671,9 @@ export const FbaInboundApiFp = function (configuration) {
|
|
|
694
671
|
},
|
|
695
672
|
/**
|
|
696
673
|
* Returns one or more inbound shipment plans, which provide the information you need to create one or more inbound shipments for a set of items that you specify. Multiple inbound shipment plans might be required so that items can be optimally placed in Amazon\'s fulfillment network—for example, positioning inventory closer to the customer. Alternatively, two inbound shipment plans might be created with the same Amazon fulfillment center destination if the two shipment plans require different processing—for example, items that require labels must be shipped separately from stickerless, commingled inventory. **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, 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).
|
|
697
|
-
* @param {CreateInboundShipmentPlanRequest} body
|
|
674
|
+
* @param {CreateInboundShipmentPlanRequest} body The request schema for the CreateInboundShipmentPlanRequest operation.
|
|
698
675
|
* @param {*} [options] Override http request option.
|
|
676
|
+
* @deprecated
|
|
699
677
|
* @throws {RequiredError}
|
|
700
678
|
*/
|
|
701
679
|
async createInboundShipmentPlan(body, options) {
|
|
@@ -706,6 +684,7 @@ export const FbaInboundApiFp = function (configuration) {
|
|
|
706
684
|
* Initiates the process of estimating the shipping cost for an inbound shipment by an Amazon-partnered carrier. Prior to calling the estimateTransport operation, you must call the putTransportDetails operation to provide Amazon with the transportation information for the inbound shipment. **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, 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).
|
|
707
685
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
708
686
|
* @param {*} [options] Override http request option.
|
|
687
|
+
* @deprecated
|
|
709
688
|
* @throws {RequiredError}
|
|
710
689
|
*/
|
|
711
690
|
async estimateTransport(shipmentId, options) {
|
|
@@ -722,19 +701,6 @@ export const FbaInboundApiFp = function (configuration) {
|
|
|
722
701
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getBillOfLading(shipmentId, options);
|
|
723
702
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
724
703
|
},
|
|
725
|
-
/**
|
|
726
|
-
* Returns information that lets a seller know if Amazon recommends sending an item to a given marketplace. In some cases, Amazon provides guidance for why a given SellerSKU or ASIN is not recommended for shipment to Amazon\'s fulfillment network. Sellers may still ship items that are not recommended, at their discretion. **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, 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).
|
|
727
|
-
* @param {string} marketplaceId A marketplace identifier. Specifies the marketplace where the product would be stored.
|
|
728
|
-
* @param {Array<string>} [sellerSKUList] A list of SellerSKU values. Used to identify items for which you want inbound guidance for shipment to Amazon\'s fulfillment network. Note: SellerSKU is qualified by the SellerId, which is included with every Selling Partner API operation that you submit. If you specify a SellerSKU that identifies a variation parent ASIN, this operation returns an error. A variation parent ASIN represents a generic product that cannot be sold. Variation child ASINs represent products that have specific characteristics (such as size and color) and can be sold.
|
|
729
|
-
* @param {Array<string>} [aSINList] A list of ASIN values. Used to identify items for which you want inbound guidance for shipment to Amazon\'s fulfillment network. Note: If you specify a ASIN that identifies a variation parent ASIN, this operation returns an error. A variation parent ASIN represents a generic product that cannot be sold. Variation child ASINs represent products that have specific characteristics (such as size and color) and can be sold.
|
|
730
|
-
* @param {*} [options] Override http request option.
|
|
731
|
-
* @deprecated
|
|
732
|
-
* @throws {RequiredError}
|
|
733
|
-
*/
|
|
734
|
-
async getInboundGuidance(marketplaceId, sellerSKUList, aSINList, options) {
|
|
735
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getInboundGuidance(marketplaceId, sellerSKUList, aSINList, options);
|
|
736
|
-
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
737
|
-
},
|
|
738
704
|
/**
|
|
739
705
|
* Returns package/pallet labels for faster and more accurate shipment processing at the Amazon fulfillment center. **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, 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).
|
|
740
706
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
@@ -757,6 +723,7 @@ export const FbaInboundApiFp = function (configuration) {
|
|
|
757
723
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
758
724
|
* @param {string} marketplaceId A marketplace identifier. Specifies the marketplace the shipment is tied to.
|
|
759
725
|
* @param {*} [options] Override http request option.
|
|
726
|
+
* @deprecated
|
|
760
727
|
* @throws {RequiredError}
|
|
761
728
|
*/
|
|
762
729
|
async getPreorderInfo(shipmentId, marketplaceId, options) {
|
|
@@ -783,6 +750,7 @@ export const FbaInboundApiFp = function (configuration) {
|
|
|
783
750
|
* @param {string} [lastUpdatedBefore] A date used for selecting inbound shipment items that were last updated before (or at) a specified time. The selection includes updates made by Amazon and by the seller.
|
|
784
751
|
* @param {string} [nextToken] A string token returned in the response to your previous request.
|
|
785
752
|
* @param {*} [options] Override http request option.
|
|
753
|
+
* @deprecated
|
|
786
754
|
* @throws {RequiredError}
|
|
787
755
|
*/
|
|
788
756
|
async getShipmentItems(queryType, marketplaceId, lastUpdatedAfter, lastUpdatedBefore, nextToken, options) {
|
|
@@ -794,6 +762,7 @@ export const FbaInboundApiFp = function (configuration) {
|
|
|
794
762
|
* @param {string} shipmentId A shipment identifier used for selecting items in a specific inbound shipment.
|
|
795
763
|
* @param {string} marketplaceId A marketplace identifier. Specifies the marketplace where the product would be stored.
|
|
796
764
|
* @param {*} [options] Override http request option.
|
|
765
|
+
* @deprecated
|
|
797
766
|
* @throws {RequiredError}
|
|
798
767
|
*/
|
|
799
768
|
async getShipmentItemsByShipmentId(shipmentId, marketplaceId, options) {
|
|
@@ -810,6 +779,7 @@ export const FbaInboundApiFp = function (configuration) {
|
|
|
810
779
|
* @param {string} [lastUpdatedBefore] A date used for selecting inbound shipments that were last updated before (or at) a specified time. The selection includes updates made by Amazon and by the seller.
|
|
811
780
|
* @param {string} [nextToken] A string token returned in the response to your previous request.
|
|
812
781
|
* @param {*} [options] Override http request option.
|
|
782
|
+
* @deprecated
|
|
813
783
|
* @throws {RequiredError}
|
|
814
784
|
*/
|
|
815
785
|
async getShipments(queryType, marketplaceId, shipmentStatusList, shipmentIdList, lastUpdatedAfter, lastUpdatedBefore, nextToken, options) {
|
|
@@ -820,6 +790,7 @@ export const FbaInboundApiFp = function (configuration) {
|
|
|
820
790
|
* Returns current transportation information about an inbound shipment. **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, 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).
|
|
821
791
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
822
792
|
* @param {*} [options] Override http request option.
|
|
793
|
+
* @deprecated
|
|
823
794
|
* @throws {RequiredError}
|
|
824
795
|
*/
|
|
825
796
|
async getTransportDetails(shipmentId, options) {
|
|
@@ -829,8 +800,9 @@ export const FbaInboundApiFp = function (configuration) {
|
|
|
829
800
|
/**
|
|
830
801
|
* Sends transportation information to Amazon about an inbound shipment. **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, 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).
|
|
831
802
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
832
|
-
* @param {PutTransportDetailsRequest} body
|
|
803
|
+
* @param {PutTransportDetailsRequest} body The request schema for the PutTransportDetailsRequest operation.
|
|
833
804
|
* @param {*} [options] Override http request option.
|
|
805
|
+
* @deprecated
|
|
834
806
|
* @throws {RequiredError}
|
|
835
807
|
*/
|
|
836
808
|
async putTransportDetails(shipmentId, body, options) {
|
|
@@ -840,8 +812,9 @@ export const FbaInboundApiFp = function (configuration) {
|
|
|
840
812
|
/**
|
|
841
813
|
* Updates or removes items from the inbound shipment identified by the specified shipment identifier. Adding new items is not supported. **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, 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).
|
|
842
814
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
843
|
-
* @param {InboundShipmentRequest} body
|
|
815
|
+
* @param {InboundShipmentRequest} body The request schema for the InboundShipmentRequest operation.
|
|
844
816
|
* @param {*} [options] Override http request option.
|
|
817
|
+
* @deprecated
|
|
845
818
|
* @throws {RequiredError}
|
|
846
819
|
*/
|
|
847
820
|
async updateInboundShipment(shipmentId, body, options) {
|
|
@@ -852,6 +825,7 @@ export const FbaInboundApiFp = function (configuration) {
|
|
|
852
825
|
* Cancels a previously-confirmed request to ship an inbound shipment using an Amazon-partnered carrier. To be successful, you must call this operation before the VoidDeadline date that is returned by the getTransportDetails operation. Important: The VoidDeadline date is 24 hours after you confirm a Small Parcel shipment transportation request or one hour after you confirm a Less Than Truckload/Full Truckload (LTL/FTL) shipment transportation request. After the void deadline passes, your account will be charged for the shipping cost. **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, 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).
|
|
853
826
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
854
827
|
* @param {*} [options] Override http request option.
|
|
828
|
+
* @deprecated
|
|
855
829
|
* @throws {RequiredError}
|
|
856
830
|
*/
|
|
857
831
|
async voidTransport(shipmentId, options) {
|
|
@@ -871,6 +845,7 @@ export const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
871
845
|
* Returns information needed to confirm a shipment for pre-order. Call this operation after calling the getPreorderInfo operation to get the NeedByDate value and other pre-order information about the shipment. **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, 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).
|
|
872
846
|
* @param {FbaInboundApiConfirmPreorderRequest} requestParameters Request parameters.
|
|
873
847
|
* @param {*} [options] Override http request option.
|
|
848
|
+
* @deprecated
|
|
874
849
|
* @throws {RequiredError}
|
|
875
850
|
*/
|
|
876
851
|
confirmPreorder(requestParameters, options) {
|
|
@@ -880,6 +855,7 @@ export const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
880
855
|
* Confirms that the seller accepts the Amazon-partnered shipping estimate, agrees to allow Amazon to charge their account for the shipping cost, and requests that the Amazon-partnered carrier ship the inbound shipment. Prior to calling the confirmTransport operation, you should call the getTransportDetails operation to get the Amazon-partnered shipping estimate. Important: After confirming the transportation request, if the seller decides that they do not want the Amazon-partnered carrier to ship the inbound shipment, you can call the voidTransport operation to cancel the transportation request. Note that for a Small Parcel shipment, the seller has 24 hours after confirming a transportation request to void the transportation request. For a Less Than Truckload/Full Truckload (LTL/FTL) shipment, the seller has one hour after confirming a transportation request to void it. After the grace period has expired the seller\'s account will be charged for the shipping cost. **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, 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).
|
|
881
856
|
* @param {FbaInboundApiConfirmTransportRequest} requestParameters Request parameters.
|
|
882
857
|
* @param {*} [options] Override http request option.
|
|
858
|
+
* @deprecated
|
|
883
859
|
* @throws {RequiredError}
|
|
884
860
|
*/
|
|
885
861
|
confirmTransport(requestParameters, options) {
|
|
@@ -889,6 +865,7 @@ export const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
889
865
|
* Returns a new inbound shipment based on the specified shipmentId that was returned by the createInboundShipmentPlan operation. **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, 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).
|
|
890
866
|
* @param {FbaInboundApiCreateInboundShipmentRequest} requestParameters Request parameters.
|
|
891
867
|
* @param {*} [options] Override http request option.
|
|
868
|
+
* @deprecated
|
|
892
869
|
* @throws {RequiredError}
|
|
893
870
|
*/
|
|
894
871
|
createInboundShipment(requestParameters, options) {
|
|
@@ -898,6 +875,7 @@ export const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
898
875
|
* Returns one or more inbound shipment plans, which provide the information you need to create one or more inbound shipments for a set of items that you specify. Multiple inbound shipment plans might be required so that items can be optimally placed in Amazon\'s fulfillment network—for example, positioning inventory closer to the customer. Alternatively, two inbound shipment plans might be created with the same Amazon fulfillment center destination if the two shipment plans require different processing—for example, items that require labels must be shipped separately from stickerless, commingled inventory. **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, 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).
|
|
899
876
|
* @param {FbaInboundApiCreateInboundShipmentPlanRequest} requestParameters Request parameters.
|
|
900
877
|
* @param {*} [options] Override http request option.
|
|
878
|
+
* @deprecated
|
|
901
879
|
* @throws {RequiredError}
|
|
902
880
|
*/
|
|
903
881
|
createInboundShipmentPlan(requestParameters, options) {
|
|
@@ -907,6 +885,7 @@ export const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
907
885
|
* Initiates the process of estimating the shipping cost for an inbound shipment by an Amazon-partnered carrier. Prior to calling the estimateTransport operation, you must call the putTransportDetails operation to provide Amazon with the transportation information for the inbound shipment. **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, 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).
|
|
908
886
|
* @param {FbaInboundApiEstimateTransportRequest} requestParameters Request parameters.
|
|
909
887
|
* @param {*} [options] Override http request option.
|
|
888
|
+
* @deprecated
|
|
910
889
|
* @throws {RequiredError}
|
|
911
890
|
*/
|
|
912
891
|
estimateTransport(requestParameters, options) {
|
|
@@ -921,16 +900,6 @@ export const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
921
900
|
getBillOfLading(requestParameters, options) {
|
|
922
901
|
return localVarFp.getBillOfLading(requestParameters.shipmentId, options).then((request) => request(axios, basePath));
|
|
923
902
|
},
|
|
924
|
-
/**
|
|
925
|
-
* Returns information that lets a seller know if Amazon recommends sending an item to a given marketplace. In some cases, Amazon provides guidance for why a given SellerSKU or ASIN is not recommended for shipment to Amazon\'s fulfillment network. Sellers may still ship items that are not recommended, at their discretion. **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, 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).
|
|
926
|
-
* @param {FbaInboundApiGetInboundGuidanceRequest} requestParameters Request parameters.
|
|
927
|
-
* @param {*} [options] Override http request option.
|
|
928
|
-
* @deprecated
|
|
929
|
-
* @throws {RequiredError}
|
|
930
|
-
*/
|
|
931
|
-
getInboundGuidance(requestParameters, options) {
|
|
932
|
-
return localVarFp.getInboundGuidance(requestParameters.marketplaceId, requestParameters.sellerSKUList, requestParameters.aSINList, options).then((request) => request(axios, basePath));
|
|
933
|
-
},
|
|
934
903
|
/**
|
|
935
904
|
* Returns package/pallet labels for faster and more accurate shipment processing at the Amazon fulfillment center. **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, 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).
|
|
936
905
|
* @param {FbaInboundApiGetLabelsRequest} requestParameters Request parameters.
|
|
@@ -944,6 +913,7 @@ export const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
944
913
|
* Returns pre-order information, including dates, that a seller needs before confirming a shipment for pre-order. **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, 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).
|
|
945
914
|
* @param {FbaInboundApiGetPreorderInfoRequest} requestParameters Request parameters.
|
|
946
915
|
* @param {*} [options] Override http request option.
|
|
916
|
+
* @deprecated
|
|
947
917
|
* @throws {RequiredError}
|
|
948
918
|
*/
|
|
949
919
|
getPreorderInfo(requestParameters, options) {
|
|
@@ -962,6 +932,7 @@ export const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
962
932
|
* Returns a list of items in a specified inbound shipment, or a list of items that were updated within a specified time frame. **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, 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).
|
|
963
933
|
* @param {FbaInboundApiGetShipmentItemsRequest} requestParameters Request parameters.
|
|
964
934
|
* @param {*} [options] Override http request option.
|
|
935
|
+
* @deprecated
|
|
965
936
|
* @throws {RequiredError}
|
|
966
937
|
*/
|
|
967
938
|
getShipmentItems(requestParameters, options) {
|
|
@@ -971,6 +942,7 @@ export const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
971
942
|
* Returns a list of items in a specified inbound shipment. **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, 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).
|
|
972
943
|
* @param {FbaInboundApiGetShipmentItemsByShipmentIdRequest} requestParameters Request parameters.
|
|
973
944
|
* @param {*} [options] Override http request option.
|
|
945
|
+
* @deprecated
|
|
974
946
|
* @throws {RequiredError}
|
|
975
947
|
*/
|
|
976
948
|
getShipmentItemsByShipmentId(requestParameters, options) {
|
|
@@ -980,6 +952,7 @@ export const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
980
952
|
* Returns a list of inbound shipments based on 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, 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).
|
|
981
953
|
* @param {FbaInboundApiGetShipmentsRequest} requestParameters Request parameters.
|
|
982
954
|
* @param {*} [options] Override http request option.
|
|
955
|
+
* @deprecated
|
|
983
956
|
* @throws {RequiredError}
|
|
984
957
|
*/
|
|
985
958
|
getShipments(requestParameters, options) {
|
|
@@ -989,6 +962,7 @@ export const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
989
962
|
* Returns current transportation information about an inbound shipment. **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, 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).
|
|
990
963
|
* @param {FbaInboundApiGetTransportDetailsRequest} requestParameters Request parameters.
|
|
991
964
|
* @param {*} [options] Override http request option.
|
|
965
|
+
* @deprecated
|
|
992
966
|
* @throws {RequiredError}
|
|
993
967
|
*/
|
|
994
968
|
getTransportDetails(requestParameters, options) {
|
|
@@ -998,6 +972,7 @@ export const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
998
972
|
* Sends transportation information to Amazon about an inbound shipment. **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, 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).
|
|
999
973
|
* @param {FbaInboundApiPutTransportDetailsRequest} requestParameters Request parameters.
|
|
1000
974
|
* @param {*} [options] Override http request option.
|
|
975
|
+
* @deprecated
|
|
1001
976
|
* @throws {RequiredError}
|
|
1002
977
|
*/
|
|
1003
978
|
putTransportDetails(requestParameters, options) {
|
|
@@ -1007,6 +982,7 @@ export const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
1007
982
|
* Updates or removes items from the inbound shipment identified by the specified shipment identifier. Adding new items is not supported. **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, 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).
|
|
1008
983
|
* @param {FbaInboundApiUpdateInboundShipmentRequest} requestParameters Request parameters.
|
|
1009
984
|
* @param {*} [options] Override http request option.
|
|
985
|
+
* @deprecated
|
|
1010
986
|
* @throws {RequiredError}
|
|
1011
987
|
*/
|
|
1012
988
|
updateInboundShipment(requestParameters, options) {
|
|
@@ -1016,6 +992,7 @@ export const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
1016
992
|
* Cancels a previously-confirmed request to ship an inbound shipment using an Amazon-partnered carrier. To be successful, you must call this operation before the VoidDeadline date that is returned by the getTransportDetails operation. Important: The VoidDeadline date is 24 hours after you confirm a Small Parcel shipment transportation request or one hour after you confirm a Less Than Truckload/Full Truckload (LTL/FTL) shipment transportation request. After the void deadline passes, your account will be charged for the shipping cost. **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, 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).
|
|
1017
993
|
* @param {FbaInboundApiVoidTransportRequest} requestParameters Request parameters.
|
|
1018
994
|
* @param {*} [options] Override http request option.
|
|
995
|
+
* @deprecated
|
|
1019
996
|
* @throws {RequiredError}
|
|
1020
997
|
*/
|
|
1021
998
|
voidTransport(requestParameters, options) {
|
|
@@ -1034,6 +1011,7 @@ export class FbaInboundApi extends BaseAPI {
|
|
|
1034
1011
|
* Returns information needed to confirm a shipment for pre-order. Call this operation after calling the getPreorderInfo operation to get the NeedByDate value and other pre-order information about the shipment. **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, 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).
|
|
1035
1012
|
* @param {FbaInboundApiConfirmPreorderRequest} requestParameters Request parameters.
|
|
1036
1013
|
* @param {*} [options] Override http request option.
|
|
1014
|
+
* @deprecated
|
|
1037
1015
|
* @throws {RequiredError}
|
|
1038
1016
|
* @memberof FbaInboundApi
|
|
1039
1017
|
*/
|
|
@@ -1044,6 +1022,7 @@ export class FbaInboundApi extends BaseAPI {
|
|
|
1044
1022
|
* Confirms that the seller accepts the Amazon-partnered shipping estimate, agrees to allow Amazon to charge their account for the shipping cost, and requests that the Amazon-partnered carrier ship the inbound shipment. Prior to calling the confirmTransport operation, you should call the getTransportDetails operation to get the Amazon-partnered shipping estimate. Important: After confirming the transportation request, if the seller decides that they do not want the Amazon-partnered carrier to ship the inbound shipment, you can call the voidTransport operation to cancel the transportation request. Note that for a Small Parcel shipment, the seller has 24 hours after confirming a transportation request to void the transportation request. For a Less Than Truckload/Full Truckload (LTL/FTL) shipment, the seller has one hour after confirming a transportation request to void it. After the grace period has expired the seller\'s account will be charged for the shipping cost. **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, 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).
|
|
1045
1023
|
* @param {FbaInboundApiConfirmTransportRequest} requestParameters Request parameters.
|
|
1046
1024
|
* @param {*} [options] Override http request option.
|
|
1025
|
+
* @deprecated
|
|
1047
1026
|
* @throws {RequiredError}
|
|
1048
1027
|
* @memberof FbaInboundApi
|
|
1049
1028
|
*/
|
|
@@ -1054,6 +1033,7 @@ export class FbaInboundApi extends BaseAPI {
|
|
|
1054
1033
|
* Returns a new inbound shipment based on the specified shipmentId that was returned by the createInboundShipmentPlan operation. **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, 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).
|
|
1055
1034
|
* @param {FbaInboundApiCreateInboundShipmentRequest} requestParameters Request parameters.
|
|
1056
1035
|
* @param {*} [options] Override http request option.
|
|
1036
|
+
* @deprecated
|
|
1057
1037
|
* @throws {RequiredError}
|
|
1058
1038
|
* @memberof FbaInboundApi
|
|
1059
1039
|
*/
|
|
@@ -1064,6 +1044,7 @@ export class FbaInboundApi extends BaseAPI {
|
|
|
1064
1044
|
* Returns one or more inbound shipment plans, which provide the information you need to create one or more inbound shipments for a set of items that you specify. Multiple inbound shipment plans might be required so that items can be optimally placed in Amazon\'s fulfillment network—for example, positioning inventory closer to the customer. Alternatively, two inbound shipment plans might be created with the same Amazon fulfillment center destination if the two shipment plans require different processing—for example, items that require labels must be shipped separately from stickerless, commingled inventory. **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, 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).
|
|
1065
1045
|
* @param {FbaInboundApiCreateInboundShipmentPlanRequest} requestParameters Request parameters.
|
|
1066
1046
|
* @param {*} [options] Override http request option.
|
|
1047
|
+
* @deprecated
|
|
1067
1048
|
* @throws {RequiredError}
|
|
1068
1049
|
* @memberof FbaInboundApi
|
|
1069
1050
|
*/
|
|
@@ -1074,6 +1055,7 @@ export class FbaInboundApi extends BaseAPI {
|
|
|
1074
1055
|
* Initiates the process of estimating the shipping cost for an inbound shipment by an Amazon-partnered carrier. Prior to calling the estimateTransport operation, you must call the putTransportDetails operation to provide Amazon with the transportation information for the inbound shipment. **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, 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).
|
|
1075
1056
|
* @param {FbaInboundApiEstimateTransportRequest} requestParameters Request parameters.
|
|
1076
1057
|
* @param {*} [options] Override http request option.
|
|
1058
|
+
* @deprecated
|
|
1077
1059
|
* @throws {RequiredError}
|
|
1078
1060
|
* @memberof FbaInboundApi
|
|
1079
1061
|
*/
|
|
@@ -1090,17 +1072,6 @@ export class FbaInboundApi extends BaseAPI {
|
|
|
1090
1072
|
getBillOfLading(requestParameters, options) {
|
|
1091
1073
|
return FbaInboundApiFp(this.configuration).getBillOfLading(requestParameters.shipmentId, options).then((request) => request(this.axios, this.basePath));
|
|
1092
1074
|
}
|
|
1093
|
-
/**
|
|
1094
|
-
* Returns information that lets a seller know if Amazon recommends sending an item to a given marketplace. In some cases, Amazon provides guidance for why a given SellerSKU or ASIN is not recommended for shipment to Amazon\'s fulfillment network. Sellers may still ship items that are not recommended, at their discretion. **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, 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).
|
|
1095
|
-
* @param {FbaInboundApiGetInboundGuidanceRequest} requestParameters Request parameters.
|
|
1096
|
-
* @param {*} [options] Override http request option.
|
|
1097
|
-
* @deprecated
|
|
1098
|
-
* @throws {RequiredError}
|
|
1099
|
-
* @memberof FbaInboundApi
|
|
1100
|
-
*/
|
|
1101
|
-
getInboundGuidance(requestParameters, options) {
|
|
1102
|
-
return FbaInboundApiFp(this.configuration).getInboundGuidance(requestParameters.marketplaceId, requestParameters.sellerSKUList, requestParameters.aSINList, options).then((request) => request(this.axios, this.basePath));
|
|
1103
|
-
}
|
|
1104
1075
|
/**
|
|
1105
1076
|
* Returns package/pallet labels for faster and more accurate shipment processing at the Amazon fulfillment center. **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, 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).
|
|
1106
1077
|
* @param {FbaInboundApiGetLabelsRequest} requestParameters Request parameters.
|
|
@@ -1115,6 +1086,7 @@ export class FbaInboundApi extends BaseAPI {
|
|
|
1115
1086
|
* Returns pre-order information, including dates, that a seller needs before confirming a shipment for pre-order. **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, 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).
|
|
1116
1087
|
* @param {FbaInboundApiGetPreorderInfoRequest} requestParameters Request parameters.
|
|
1117
1088
|
* @param {*} [options] Override http request option.
|
|
1089
|
+
* @deprecated
|
|
1118
1090
|
* @throws {RequiredError}
|
|
1119
1091
|
* @memberof FbaInboundApi
|
|
1120
1092
|
*/
|
|
@@ -1135,6 +1107,7 @@ export class FbaInboundApi extends BaseAPI {
|
|
|
1135
1107
|
* Returns a list of items in a specified inbound shipment, or a list of items that were updated within a specified time frame. **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, 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).
|
|
1136
1108
|
* @param {FbaInboundApiGetShipmentItemsRequest} requestParameters Request parameters.
|
|
1137
1109
|
* @param {*} [options] Override http request option.
|
|
1110
|
+
* @deprecated
|
|
1138
1111
|
* @throws {RequiredError}
|
|
1139
1112
|
* @memberof FbaInboundApi
|
|
1140
1113
|
*/
|
|
@@ -1145,6 +1118,7 @@ export class FbaInboundApi extends BaseAPI {
|
|
|
1145
1118
|
* Returns a list of items in a specified inbound shipment. **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, 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).
|
|
1146
1119
|
* @param {FbaInboundApiGetShipmentItemsByShipmentIdRequest} requestParameters Request parameters.
|
|
1147
1120
|
* @param {*} [options] Override http request option.
|
|
1121
|
+
* @deprecated
|
|
1148
1122
|
* @throws {RequiredError}
|
|
1149
1123
|
* @memberof FbaInboundApi
|
|
1150
1124
|
*/
|
|
@@ -1155,6 +1129,7 @@ export class FbaInboundApi extends BaseAPI {
|
|
|
1155
1129
|
* Returns a list of inbound shipments based on 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, 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).
|
|
1156
1130
|
* @param {FbaInboundApiGetShipmentsRequest} requestParameters Request parameters.
|
|
1157
1131
|
* @param {*} [options] Override http request option.
|
|
1132
|
+
* @deprecated
|
|
1158
1133
|
* @throws {RequiredError}
|
|
1159
1134
|
* @memberof FbaInboundApi
|
|
1160
1135
|
*/
|
|
@@ -1165,6 +1140,7 @@ export class FbaInboundApi extends BaseAPI {
|
|
|
1165
1140
|
* Returns current transportation information about an inbound shipment. **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, 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).
|
|
1166
1141
|
* @param {FbaInboundApiGetTransportDetailsRequest} requestParameters Request parameters.
|
|
1167
1142
|
* @param {*} [options] Override http request option.
|
|
1143
|
+
* @deprecated
|
|
1168
1144
|
* @throws {RequiredError}
|
|
1169
1145
|
* @memberof FbaInboundApi
|
|
1170
1146
|
*/
|
|
@@ -1175,6 +1151,7 @@ export class FbaInboundApi extends BaseAPI {
|
|
|
1175
1151
|
* Sends transportation information to Amazon about an inbound shipment. **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, 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).
|
|
1176
1152
|
* @param {FbaInboundApiPutTransportDetailsRequest} requestParameters Request parameters.
|
|
1177
1153
|
* @param {*} [options] Override http request option.
|
|
1154
|
+
* @deprecated
|
|
1178
1155
|
* @throws {RequiredError}
|
|
1179
1156
|
* @memberof FbaInboundApi
|
|
1180
1157
|
*/
|
|
@@ -1185,6 +1162,7 @@ export class FbaInboundApi extends BaseAPI {
|
|
|
1185
1162
|
* Updates or removes items from the inbound shipment identified by the specified shipment identifier. Adding new items is not supported. **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, 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).
|
|
1186
1163
|
* @param {FbaInboundApiUpdateInboundShipmentRequest} requestParameters Request parameters.
|
|
1187
1164
|
* @param {*} [options] Override http request option.
|
|
1165
|
+
* @deprecated
|
|
1188
1166
|
* @throws {RequiredError}
|
|
1189
1167
|
* @memberof FbaInboundApi
|
|
1190
1168
|
*/
|
|
@@ -1195,6 +1173,7 @@ export class FbaInboundApi extends BaseAPI {
|
|
|
1195
1173
|
* Cancels a previously-confirmed request to ship an inbound shipment using an Amazon-partnered carrier. To be successful, you must call this operation before the VoidDeadline date that is returned by the getTransportDetails operation. Important: The VoidDeadline date is 24 hours after you confirm a Small Parcel shipment transportation request or one hour after you confirm a Less Than Truckload/Full Truckload (LTL/FTL) shipment transportation request. After the void deadline passes, your account will be charged for the shipping cost. **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, 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).
|
|
1196
1174
|
* @param {FbaInboundApiVoidTransportRequest} requestParameters Request parameters.
|
|
1197
1175
|
* @param {*} [options] Override http request option.
|
|
1176
|
+
* @deprecated
|
|
1198
1177
|
* @throws {RequiredError}
|
|
1199
1178
|
* @memberof FbaInboundApi
|
|
1200
1179
|
*/
|
|
@@ -21,7 +21,6 @@ export * from './dimensions';
|
|
|
21
21
|
export * from './error-reason';
|
|
22
22
|
export * from './estimate-transport-response';
|
|
23
23
|
export * from './get-bill-of-lading-response';
|
|
24
|
-
export * from './get-inbound-guidance-response';
|
|
25
24
|
export * from './get-inbound-guidance-result';
|
|
26
25
|
export * from './get-labels-response';
|
|
27
26
|
export * from './get-preorder-info-response';
|
package/dist/es/src/client.js
CHANGED
|
@@ -1,13 +1,6 @@
|
|
|
1
1
|
import { createAxiosInstance } from '@sp-api-sdk/common';
|
|
2
2
|
import { Configuration, FbaInboundApi } from './api-model';
|
|
3
3
|
export const clientRateLimits = [
|
|
4
|
-
{
|
|
5
|
-
method: 'get',
|
|
6
|
-
// eslint-disable-next-line prefer-regex-literals
|
|
7
|
-
urlRegex: new RegExp('^/fba/inbound/v0/itemsGuidance$'),
|
|
8
|
-
rate: 2,
|
|
9
|
-
burst: 30,
|
|
10
|
-
},
|
|
11
4
|
{
|
|
12
5
|
method: 'post',
|
|
13
6
|
// eslint-disable-next-line prefer-regex-literals
|