@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
|
@@ -35,6 +35,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
35
35
|
* @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.
|
|
36
36
|
* @param {string} marketplaceId A marketplace identifier. Specifies the marketplace the shipment is tied to.
|
|
37
37
|
* @param {*} [options] Override http request option.
|
|
38
|
+
* @deprecated
|
|
38
39
|
* @throws {RequiredError}
|
|
39
40
|
*/
|
|
40
41
|
confirmPreorder: async (shipmentId, needByDate, marketplaceId, options = {}) => {
|
|
@@ -75,6 +76,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
75
76
|
* 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).
|
|
76
77
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
77
78
|
* @param {*} [options] Override http request option.
|
|
79
|
+
* @deprecated
|
|
78
80
|
* @throws {RequiredError}
|
|
79
81
|
*/
|
|
80
82
|
confirmTransport: async (shipmentId, options = {}) => {
|
|
@@ -102,8 +104,9 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
102
104
|
/**
|
|
103
105
|
* 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).
|
|
104
106
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
105
|
-
* @param {InboundShipmentRequest} body
|
|
107
|
+
* @param {InboundShipmentRequest} body The request schema for the InboundShipmentRequest operation.
|
|
106
108
|
* @param {*} [options] Override http request option.
|
|
109
|
+
* @deprecated
|
|
107
110
|
* @throws {RequiredError}
|
|
108
111
|
*/
|
|
109
112
|
createInboundShipment: async (shipmentId, body, options = {}) => {
|
|
@@ -134,8 +137,9 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
134
137
|
},
|
|
135
138
|
/**
|
|
136
139
|
* 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).
|
|
137
|
-
* @param {CreateInboundShipmentPlanRequest} body
|
|
140
|
+
* @param {CreateInboundShipmentPlanRequest} body The request schema for the CreateInboundShipmentPlanRequest operation.
|
|
138
141
|
* @param {*} [options] Override http request option.
|
|
142
|
+
* @deprecated
|
|
139
143
|
* @throws {RequiredError}
|
|
140
144
|
*/
|
|
141
145
|
createInboundShipmentPlan: async (body, options = {}) => {
|
|
@@ -165,6 +169,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
165
169
|
* 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).
|
|
166
170
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
167
171
|
* @param {*} [options] Override http request option.
|
|
172
|
+
* @deprecated
|
|
168
173
|
* @throws {RequiredError}
|
|
169
174
|
*/
|
|
170
175
|
estimateTransport: async (shipmentId, options = {}) => {
|
|
@@ -217,45 +222,6 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
217
222
|
options: localVarRequestOptions,
|
|
218
223
|
};
|
|
219
224
|
},
|
|
220
|
-
/**
|
|
221
|
-
* 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).
|
|
222
|
-
* @param {string} marketplaceId A marketplace identifier. Specifies the marketplace where the product would be stored.
|
|
223
|
-
* @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.
|
|
224
|
-
* @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.
|
|
225
|
-
* @param {*} [options] Override http request option.
|
|
226
|
-
* @deprecated
|
|
227
|
-
* @throws {RequiredError}
|
|
228
|
-
*/
|
|
229
|
-
getInboundGuidance: async (marketplaceId, sellerSKUList, aSINList, options = {}) => {
|
|
230
|
-
// verify required parameter 'marketplaceId' is not null or undefined
|
|
231
|
-
(0, common_1.assertParamExists)('getInboundGuidance', 'marketplaceId', marketplaceId);
|
|
232
|
-
const localVarPath = `/fba/inbound/v0/itemsGuidance`;
|
|
233
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
234
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
235
|
-
let baseOptions;
|
|
236
|
-
if (configuration) {
|
|
237
|
-
baseOptions = configuration.baseOptions;
|
|
238
|
-
}
|
|
239
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
|
|
240
|
-
const localVarHeaderParameter = {};
|
|
241
|
-
const localVarQueryParameter = {};
|
|
242
|
-
if (marketplaceId !== undefined) {
|
|
243
|
-
localVarQueryParameter['MarketplaceId'] = marketplaceId;
|
|
244
|
-
}
|
|
245
|
-
if (sellerSKUList) {
|
|
246
|
-
localVarQueryParameter['SellerSKUList'] = sellerSKUList.join(base_1.COLLECTION_FORMATS.csv);
|
|
247
|
-
}
|
|
248
|
-
if (aSINList) {
|
|
249
|
-
localVarQueryParameter['ASINList'] = aSINList.join(base_1.COLLECTION_FORMATS.csv);
|
|
250
|
-
}
|
|
251
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
252
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
253
|
-
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
254
|
-
return {
|
|
255
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
256
|
-
options: localVarRequestOptions,
|
|
257
|
-
};
|
|
258
|
-
},
|
|
259
225
|
/**
|
|
260
226
|
* 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).
|
|
261
227
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
@@ -321,6 +287,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
321
287
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
322
288
|
* @param {string} marketplaceId A marketplace identifier. Specifies the marketplace the shipment is tied to.
|
|
323
289
|
* @param {*} [options] Override http request option.
|
|
290
|
+
* @deprecated
|
|
324
291
|
* @throws {RequiredError}
|
|
325
292
|
*/
|
|
326
293
|
getPreorderInfo: async (shipmentId, marketplaceId, options = {}) => {
|
|
@@ -396,6 +363,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
396
363
|
* @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.
|
|
397
364
|
* @param {string} [nextToken] A string token returned in the response to your previous request.
|
|
398
365
|
* @param {*} [options] Override http request option.
|
|
366
|
+
* @deprecated
|
|
399
367
|
* @throws {RequiredError}
|
|
400
368
|
*/
|
|
401
369
|
getShipmentItems: async (queryType, marketplaceId, lastUpdatedAfter, lastUpdatedBefore, nextToken, options = {}) => {
|
|
@@ -445,6 +413,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
445
413
|
* @param {string} shipmentId A shipment identifier used for selecting items in a specific inbound shipment.
|
|
446
414
|
* @param {string} marketplaceId A marketplace identifier. Specifies the marketplace where the product would be stored.
|
|
447
415
|
* @param {*} [options] Override http request option.
|
|
416
|
+
* @deprecated
|
|
448
417
|
* @throws {RequiredError}
|
|
449
418
|
*/
|
|
450
419
|
getShipmentItemsByShipmentId: async (shipmentId, marketplaceId, options = {}) => {
|
|
@@ -484,6 +453,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
484
453
|
* @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.
|
|
485
454
|
* @param {string} [nextToken] A string token returned in the response to your previous request.
|
|
486
455
|
* @param {*} [options] Override http request option.
|
|
456
|
+
* @deprecated
|
|
487
457
|
* @throws {RequiredError}
|
|
488
458
|
*/
|
|
489
459
|
getShipments: async (queryType, marketplaceId, shipmentStatusList, shipmentIdList, lastUpdatedAfter, lastUpdatedBefore, nextToken, options = {}) => {
|
|
@@ -538,6 +508,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
538
508
|
* 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).
|
|
539
509
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
540
510
|
* @param {*} [options] Override http request option.
|
|
511
|
+
* @deprecated
|
|
541
512
|
* @throws {RequiredError}
|
|
542
513
|
*/
|
|
543
514
|
getTransportDetails: async (shipmentId, options = {}) => {
|
|
@@ -565,8 +536,9 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
565
536
|
/**
|
|
566
537
|
* 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).
|
|
567
538
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
568
|
-
* @param {PutTransportDetailsRequest} body
|
|
539
|
+
* @param {PutTransportDetailsRequest} body The request schema for the PutTransportDetailsRequest operation.
|
|
569
540
|
* @param {*} [options] Override http request option.
|
|
541
|
+
* @deprecated
|
|
570
542
|
* @throws {RequiredError}
|
|
571
543
|
*/
|
|
572
544
|
putTransportDetails: async (shipmentId, body, options = {}) => {
|
|
@@ -598,8 +570,9 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
598
570
|
/**
|
|
599
571
|
* 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).
|
|
600
572
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
601
|
-
* @param {InboundShipmentRequest} body
|
|
573
|
+
* @param {InboundShipmentRequest} body The request schema for the InboundShipmentRequest operation.
|
|
602
574
|
* @param {*} [options] Override http request option.
|
|
575
|
+
* @deprecated
|
|
603
576
|
* @throws {RequiredError}
|
|
604
577
|
*/
|
|
605
578
|
updateInboundShipment: async (shipmentId, body, options = {}) => {
|
|
@@ -632,6 +605,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
632
605
|
* 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).
|
|
633
606
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
634
607
|
* @param {*} [options] Override http request option.
|
|
608
|
+
* @deprecated
|
|
635
609
|
* @throws {RequiredError}
|
|
636
610
|
*/
|
|
637
611
|
voidTransport: async (shipmentId, options = {}) => {
|
|
@@ -672,6 +646,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
672
646
|
* @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.
|
|
673
647
|
* @param {string} marketplaceId A marketplace identifier. Specifies the marketplace the shipment is tied to.
|
|
674
648
|
* @param {*} [options] Override http request option.
|
|
649
|
+
* @deprecated
|
|
675
650
|
* @throws {RequiredError}
|
|
676
651
|
*/
|
|
677
652
|
async confirmPreorder(shipmentId, needByDate, marketplaceId, options) {
|
|
@@ -682,6 +657,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
682
657
|
* 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).
|
|
683
658
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
684
659
|
* @param {*} [options] Override http request option.
|
|
660
|
+
* @deprecated
|
|
685
661
|
* @throws {RequiredError}
|
|
686
662
|
*/
|
|
687
663
|
async confirmTransport(shipmentId, options) {
|
|
@@ -691,8 +667,9 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
691
667
|
/**
|
|
692
668
|
* 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).
|
|
693
669
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
694
|
-
* @param {InboundShipmentRequest} body
|
|
670
|
+
* @param {InboundShipmentRequest} body The request schema for the InboundShipmentRequest operation.
|
|
695
671
|
* @param {*} [options] Override http request option.
|
|
672
|
+
* @deprecated
|
|
696
673
|
* @throws {RequiredError}
|
|
697
674
|
*/
|
|
698
675
|
async createInboundShipment(shipmentId, body, options) {
|
|
@@ -701,8 +678,9 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
701
678
|
},
|
|
702
679
|
/**
|
|
703
680
|
* 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).
|
|
704
|
-
* @param {CreateInboundShipmentPlanRequest} body
|
|
681
|
+
* @param {CreateInboundShipmentPlanRequest} body The request schema for the CreateInboundShipmentPlanRequest operation.
|
|
705
682
|
* @param {*} [options] Override http request option.
|
|
683
|
+
* @deprecated
|
|
706
684
|
* @throws {RequiredError}
|
|
707
685
|
*/
|
|
708
686
|
async createInboundShipmentPlan(body, options) {
|
|
@@ -713,6 +691,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
713
691
|
* 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).
|
|
714
692
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
715
693
|
* @param {*} [options] Override http request option.
|
|
694
|
+
* @deprecated
|
|
716
695
|
* @throws {RequiredError}
|
|
717
696
|
*/
|
|
718
697
|
async estimateTransport(shipmentId, options) {
|
|
@@ -729,19 +708,6 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
729
708
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getBillOfLading(shipmentId, options);
|
|
730
709
|
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
731
710
|
},
|
|
732
|
-
/**
|
|
733
|
-
* 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).
|
|
734
|
-
* @param {string} marketplaceId A marketplace identifier. Specifies the marketplace where the product would be stored.
|
|
735
|
-
* @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.
|
|
736
|
-
* @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.
|
|
737
|
-
* @param {*} [options] Override http request option.
|
|
738
|
-
* @deprecated
|
|
739
|
-
* @throws {RequiredError}
|
|
740
|
-
*/
|
|
741
|
-
async getInboundGuidance(marketplaceId, sellerSKUList, aSINList, options) {
|
|
742
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getInboundGuidance(marketplaceId, sellerSKUList, aSINList, options);
|
|
743
|
-
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
744
|
-
},
|
|
745
711
|
/**
|
|
746
712
|
* 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).
|
|
747
713
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
@@ -764,6 +730,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
764
730
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
765
731
|
* @param {string} marketplaceId A marketplace identifier. Specifies the marketplace the shipment is tied to.
|
|
766
732
|
* @param {*} [options] Override http request option.
|
|
733
|
+
* @deprecated
|
|
767
734
|
* @throws {RequiredError}
|
|
768
735
|
*/
|
|
769
736
|
async getPreorderInfo(shipmentId, marketplaceId, options) {
|
|
@@ -790,6 +757,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
790
757
|
* @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.
|
|
791
758
|
* @param {string} [nextToken] A string token returned in the response to your previous request.
|
|
792
759
|
* @param {*} [options] Override http request option.
|
|
760
|
+
* @deprecated
|
|
793
761
|
* @throws {RequiredError}
|
|
794
762
|
*/
|
|
795
763
|
async getShipmentItems(queryType, marketplaceId, lastUpdatedAfter, lastUpdatedBefore, nextToken, options) {
|
|
@@ -801,6 +769,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
801
769
|
* @param {string} shipmentId A shipment identifier used for selecting items in a specific inbound shipment.
|
|
802
770
|
* @param {string} marketplaceId A marketplace identifier. Specifies the marketplace where the product would be stored.
|
|
803
771
|
* @param {*} [options] Override http request option.
|
|
772
|
+
* @deprecated
|
|
804
773
|
* @throws {RequiredError}
|
|
805
774
|
*/
|
|
806
775
|
async getShipmentItemsByShipmentId(shipmentId, marketplaceId, options) {
|
|
@@ -817,6 +786,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
817
786
|
* @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.
|
|
818
787
|
* @param {string} [nextToken] A string token returned in the response to your previous request.
|
|
819
788
|
* @param {*} [options] Override http request option.
|
|
789
|
+
* @deprecated
|
|
820
790
|
* @throws {RequiredError}
|
|
821
791
|
*/
|
|
822
792
|
async getShipments(queryType, marketplaceId, shipmentStatusList, shipmentIdList, lastUpdatedAfter, lastUpdatedBefore, nextToken, options) {
|
|
@@ -827,6 +797,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
827
797
|
* 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).
|
|
828
798
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
829
799
|
* @param {*} [options] Override http request option.
|
|
800
|
+
* @deprecated
|
|
830
801
|
* @throws {RequiredError}
|
|
831
802
|
*/
|
|
832
803
|
async getTransportDetails(shipmentId, options) {
|
|
@@ -836,8 +807,9 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
836
807
|
/**
|
|
837
808
|
* 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).
|
|
838
809
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
839
|
-
* @param {PutTransportDetailsRequest} body
|
|
810
|
+
* @param {PutTransportDetailsRequest} body The request schema for the PutTransportDetailsRequest operation.
|
|
840
811
|
* @param {*} [options] Override http request option.
|
|
812
|
+
* @deprecated
|
|
841
813
|
* @throws {RequiredError}
|
|
842
814
|
*/
|
|
843
815
|
async putTransportDetails(shipmentId, body, options) {
|
|
@@ -847,8 +819,9 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
847
819
|
/**
|
|
848
820
|
* 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).
|
|
849
821
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
850
|
-
* @param {InboundShipmentRequest} body
|
|
822
|
+
* @param {InboundShipmentRequest} body The request schema for the InboundShipmentRequest operation.
|
|
851
823
|
* @param {*} [options] Override http request option.
|
|
824
|
+
* @deprecated
|
|
852
825
|
* @throws {RequiredError}
|
|
853
826
|
*/
|
|
854
827
|
async updateInboundShipment(shipmentId, body, options) {
|
|
@@ -859,6 +832,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
859
832
|
* 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).
|
|
860
833
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
861
834
|
* @param {*} [options] Override http request option.
|
|
835
|
+
* @deprecated
|
|
862
836
|
* @throws {RequiredError}
|
|
863
837
|
*/
|
|
864
838
|
async voidTransport(shipmentId, options) {
|
|
@@ -879,6 +853,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
879
853
|
* 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).
|
|
880
854
|
* @param {FbaInboundApiConfirmPreorderRequest} requestParameters Request parameters.
|
|
881
855
|
* @param {*} [options] Override http request option.
|
|
856
|
+
* @deprecated
|
|
882
857
|
* @throws {RequiredError}
|
|
883
858
|
*/
|
|
884
859
|
confirmPreorder(requestParameters, options) {
|
|
@@ -888,6 +863,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
888
863
|
* 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).
|
|
889
864
|
* @param {FbaInboundApiConfirmTransportRequest} requestParameters Request parameters.
|
|
890
865
|
* @param {*} [options] Override http request option.
|
|
866
|
+
* @deprecated
|
|
891
867
|
* @throws {RequiredError}
|
|
892
868
|
*/
|
|
893
869
|
confirmTransport(requestParameters, options) {
|
|
@@ -897,6 +873,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
897
873
|
* 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).
|
|
898
874
|
* @param {FbaInboundApiCreateInboundShipmentRequest} requestParameters Request parameters.
|
|
899
875
|
* @param {*} [options] Override http request option.
|
|
876
|
+
* @deprecated
|
|
900
877
|
* @throws {RequiredError}
|
|
901
878
|
*/
|
|
902
879
|
createInboundShipment(requestParameters, options) {
|
|
@@ -906,6 +883,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
906
883
|
* 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).
|
|
907
884
|
* @param {FbaInboundApiCreateInboundShipmentPlanRequest} requestParameters Request parameters.
|
|
908
885
|
* @param {*} [options] Override http request option.
|
|
886
|
+
* @deprecated
|
|
909
887
|
* @throws {RequiredError}
|
|
910
888
|
*/
|
|
911
889
|
createInboundShipmentPlan(requestParameters, options) {
|
|
@@ -915,6 +893,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
915
893
|
* 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).
|
|
916
894
|
* @param {FbaInboundApiEstimateTransportRequest} requestParameters Request parameters.
|
|
917
895
|
* @param {*} [options] Override http request option.
|
|
896
|
+
* @deprecated
|
|
918
897
|
* @throws {RequiredError}
|
|
919
898
|
*/
|
|
920
899
|
estimateTransport(requestParameters, options) {
|
|
@@ -929,16 +908,6 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
929
908
|
getBillOfLading(requestParameters, options) {
|
|
930
909
|
return localVarFp.getBillOfLading(requestParameters.shipmentId, options).then((request) => request(axios, basePath));
|
|
931
910
|
},
|
|
932
|
-
/**
|
|
933
|
-
* 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).
|
|
934
|
-
* @param {FbaInboundApiGetInboundGuidanceRequest} requestParameters Request parameters.
|
|
935
|
-
* @param {*} [options] Override http request option.
|
|
936
|
-
* @deprecated
|
|
937
|
-
* @throws {RequiredError}
|
|
938
|
-
*/
|
|
939
|
-
getInboundGuidance(requestParameters, options) {
|
|
940
|
-
return localVarFp.getInboundGuidance(requestParameters.marketplaceId, requestParameters.sellerSKUList, requestParameters.aSINList, options).then((request) => request(axios, basePath));
|
|
941
|
-
},
|
|
942
911
|
/**
|
|
943
912
|
* 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).
|
|
944
913
|
* @param {FbaInboundApiGetLabelsRequest} requestParameters Request parameters.
|
|
@@ -952,6 +921,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
952
921
|
* 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).
|
|
953
922
|
* @param {FbaInboundApiGetPreorderInfoRequest} requestParameters Request parameters.
|
|
954
923
|
* @param {*} [options] Override http request option.
|
|
924
|
+
* @deprecated
|
|
955
925
|
* @throws {RequiredError}
|
|
956
926
|
*/
|
|
957
927
|
getPreorderInfo(requestParameters, options) {
|
|
@@ -970,6 +940,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
970
940
|
* 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).
|
|
971
941
|
* @param {FbaInboundApiGetShipmentItemsRequest} requestParameters Request parameters.
|
|
972
942
|
* @param {*} [options] Override http request option.
|
|
943
|
+
* @deprecated
|
|
973
944
|
* @throws {RequiredError}
|
|
974
945
|
*/
|
|
975
946
|
getShipmentItems(requestParameters, options) {
|
|
@@ -979,6 +950,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
979
950
|
* 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).
|
|
980
951
|
* @param {FbaInboundApiGetShipmentItemsByShipmentIdRequest} requestParameters Request parameters.
|
|
981
952
|
* @param {*} [options] Override http request option.
|
|
953
|
+
* @deprecated
|
|
982
954
|
* @throws {RequiredError}
|
|
983
955
|
*/
|
|
984
956
|
getShipmentItemsByShipmentId(requestParameters, options) {
|
|
@@ -988,6 +960,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
988
960
|
* 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).
|
|
989
961
|
* @param {FbaInboundApiGetShipmentsRequest} requestParameters Request parameters.
|
|
990
962
|
* @param {*} [options] Override http request option.
|
|
963
|
+
* @deprecated
|
|
991
964
|
* @throws {RequiredError}
|
|
992
965
|
*/
|
|
993
966
|
getShipments(requestParameters, options) {
|
|
@@ -997,6 +970,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
997
970
|
* 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).
|
|
998
971
|
* @param {FbaInboundApiGetTransportDetailsRequest} requestParameters Request parameters.
|
|
999
972
|
* @param {*} [options] Override http request option.
|
|
973
|
+
* @deprecated
|
|
1000
974
|
* @throws {RequiredError}
|
|
1001
975
|
*/
|
|
1002
976
|
getTransportDetails(requestParameters, options) {
|
|
@@ -1006,6 +980,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
1006
980
|
* 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).
|
|
1007
981
|
* @param {FbaInboundApiPutTransportDetailsRequest} requestParameters Request parameters.
|
|
1008
982
|
* @param {*} [options] Override http request option.
|
|
983
|
+
* @deprecated
|
|
1009
984
|
* @throws {RequiredError}
|
|
1010
985
|
*/
|
|
1011
986
|
putTransportDetails(requestParameters, options) {
|
|
@@ -1015,6 +990,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
1015
990
|
* 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).
|
|
1016
991
|
* @param {FbaInboundApiUpdateInboundShipmentRequest} requestParameters Request parameters.
|
|
1017
992
|
* @param {*} [options] Override http request option.
|
|
993
|
+
* @deprecated
|
|
1018
994
|
* @throws {RequiredError}
|
|
1019
995
|
*/
|
|
1020
996
|
updateInboundShipment(requestParameters, options) {
|
|
@@ -1024,6 +1000,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
1024
1000
|
* 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).
|
|
1025
1001
|
* @param {FbaInboundApiVoidTransportRequest} requestParameters Request parameters.
|
|
1026
1002
|
* @param {*} [options] Override http request option.
|
|
1003
|
+
* @deprecated
|
|
1027
1004
|
* @throws {RequiredError}
|
|
1028
1005
|
*/
|
|
1029
1006
|
voidTransport(requestParameters, options) {
|
|
@@ -1043,6 +1020,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
1043
1020
|
* 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).
|
|
1044
1021
|
* @param {FbaInboundApiConfirmPreorderRequest} requestParameters Request parameters.
|
|
1045
1022
|
* @param {*} [options] Override http request option.
|
|
1023
|
+
* @deprecated
|
|
1046
1024
|
* @throws {RequiredError}
|
|
1047
1025
|
* @memberof FbaInboundApi
|
|
1048
1026
|
*/
|
|
@@ -1053,6 +1031,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
1053
1031
|
* 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).
|
|
1054
1032
|
* @param {FbaInboundApiConfirmTransportRequest} requestParameters Request parameters.
|
|
1055
1033
|
* @param {*} [options] Override http request option.
|
|
1034
|
+
* @deprecated
|
|
1056
1035
|
* @throws {RequiredError}
|
|
1057
1036
|
* @memberof FbaInboundApi
|
|
1058
1037
|
*/
|
|
@@ -1063,6 +1042,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
1063
1042
|
* 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).
|
|
1064
1043
|
* @param {FbaInboundApiCreateInboundShipmentRequest} requestParameters Request parameters.
|
|
1065
1044
|
* @param {*} [options] Override http request option.
|
|
1045
|
+
* @deprecated
|
|
1066
1046
|
* @throws {RequiredError}
|
|
1067
1047
|
* @memberof FbaInboundApi
|
|
1068
1048
|
*/
|
|
@@ -1073,6 +1053,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
1073
1053
|
* 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).
|
|
1074
1054
|
* @param {FbaInboundApiCreateInboundShipmentPlanRequest} requestParameters Request parameters.
|
|
1075
1055
|
* @param {*} [options] Override http request option.
|
|
1056
|
+
* @deprecated
|
|
1076
1057
|
* @throws {RequiredError}
|
|
1077
1058
|
* @memberof FbaInboundApi
|
|
1078
1059
|
*/
|
|
@@ -1083,6 +1064,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
1083
1064
|
* 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).
|
|
1084
1065
|
* @param {FbaInboundApiEstimateTransportRequest} requestParameters Request parameters.
|
|
1085
1066
|
* @param {*} [options] Override http request option.
|
|
1067
|
+
* @deprecated
|
|
1086
1068
|
* @throws {RequiredError}
|
|
1087
1069
|
* @memberof FbaInboundApi
|
|
1088
1070
|
*/
|
|
@@ -1099,17 +1081,6 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
1099
1081
|
getBillOfLading(requestParameters, options) {
|
|
1100
1082
|
return (0, exports.FbaInboundApiFp)(this.configuration).getBillOfLading(requestParameters.shipmentId, options).then((request) => request(this.axios, this.basePath));
|
|
1101
1083
|
}
|
|
1102
|
-
/**
|
|
1103
|
-
* 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).
|
|
1104
|
-
* @param {FbaInboundApiGetInboundGuidanceRequest} requestParameters Request parameters.
|
|
1105
|
-
* @param {*} [options] Override http request option.
|
|
1106
|
-
* @deprecated
|
|
1107
|
-
* @throws {RequiredError}
|
|
1108
|
-
* @memberof FbaInboundApi
|
|
1109
|
-
*/
|
|
1110
|
-
getInboundGuidance(requestParameters, options) {
|
|
1111
|
-
return (0, exports.FbaInboundApiFp)(this.configuration).getInboundGuidance(requestParameters.marketplaceId, requestParameters.sellerSKUList, requestParameters.aSINList, options).then((request) => request(this.axios, this.basePath));
|
|
1112
|
-
}
|
|
1113
1084
|
/**
|
|
1114
1085
|
* 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).
|
|
1115
1086
|
* @param {FbaInboundApiGetLabelsRequest} requestParameters Request parameters.
|
|
@@ -1124,6 +1095,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
1124
1095
|
* 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).
|
|
1125
1096
|
* @param {FbaInboundApiGetPreorderInfoRequest} requestParameters Request parameters.
|
|
1126
1097
|
* @param {*} [options] Override http request option.
|
|
1098
|
+
* @deprecated
|
|
1127
1099
|
* @throws {RequiredError}
|
|
1128
1100
|
* @memberof FbaInboundApi
|
|
1129
1101
|
*/
|
|
@@ -1144,6 +1116,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
1144
1116
|
* 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).
|
|
1145
1117
|
* @param {FbaInboundApiGetShipmentItemsRequest} requestParameters Request parameters.
|
|
1146
1118
|
* @param {*} [options] Override http request option.
|
|
1119
|
+
* @deprecated
|
|
1147
1120
|
* @throws {RequiredError}
|
|
1148
1121
|
* @memberof FbaInboundApi
|
|
1149
1122
|
*/
|
|
@@ -1154,6 +1127,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
1154
1127
|
* 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).
|
|
1155
1128
|
* @param {FbaInboundApiGetShipmentItemsByShipmentIdRequest} requestParameters Request parameters.
|
|
1156
1129
|
* @param {*} [options] Override http request option.
|
|
1130
|
+
* @deprecated
|
|
1157
1131
|
* @throws {RequiredError}
|
|
1158
1132
|
* @memberof FbaInboundApi
|
|
1159
1133
|
*/
|
|
@@ -1164,6 +1138,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
1164
1138
|
* 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).
|
|
1165
1139
|
* @param {FbaInboundApiGetShipmentsRequest} requestParameters Request parameters.
|
|
1166
1140
|
* @param {*} [options] Override http request option.
|
|
1141
|
+
* @deprecated
|
|
1167
1142
|
* @throws {RequiredError}
|
|
1168
1143
|
* @memberof FbaInboundApi
|
|
1169
1144
|
*/
|
|
@@ -1174,6 +1149,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
1174
1149
|
* 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).
|
|
1175
1150
|
* @param {FbaInboundApiGetTransportDetailsRequest} requestParameters Request parameters.
|
|
1176
1151
|
* @param {*} [options] Override http request option.
|
|
1152
|
+
* @deprecated
|
|
1177
1153
|
* @throws {RequiredError}
|
|
1178
1154
|
* @memberof FbaInboundApi
|
|
1179
1155
|
*/
|
|
@@ -1184,6 +1160,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
1184
1160
|
* 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).
|
|
1185
1161
|
* @param {FbaInboundApiPutTransportDetailsRequest} requestParameters Request parameters.
|
|
1186
1162
|
* @param {*} [options] Override http request option.
|
|
1163
|
+
* @deprecated
|
|
1187
1164
|
* @throws {RequiredError}
|
|
1188
1165
|
* @memberof FbaInboundApi
|
|
1189
1166
|
*/
|
|
@@ -1194,6 +1171,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
1194
1171
|
* 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).
|
|
1195
1172
|
* @param {FbaInboundApiUpdateInboundShipmentRequest} requestParameters Request parameters.
|
|
1196
1173
|
* @param {*} [options] Override http request option.
|
|
1174
|
+
* @deprecated
|
|
1197
1175
|
* @throws {RequiredError}
|
|
1198
1176
|
* @memberof FbaInboundApi
|
|
1199
1177
|
*/
|
|
@@ -1204,6 +1182,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
1204
1182
|
* 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).
|
|
1205
1183
|
* @param {FbaInboundApiVoidTransportRequest} requestParameters Request parameters.
|
|
1206
1184
|
* @param {*} [options] Override http request option.
|
|
1185
|
+
* @deprecated
|
|
1207
1186
|
* @throws {RequiredError}
|
|
1208
1187
|
* @memberof FbaInboundApi
|
|
1209
1188
|
*/
|
|
@@ -37,7 +37,6 @@ __exportStar(require("./dimensions"), exports);
|
|
|
37
37
|
__exportStar(require("./error-reason"), exports);
|
|
38
38
|
__exportStar(require("./estimate-transport-response"), exports);
|
|
39
39
|
__exportStar(require("./get-bill-of-lading-response"), exports);
|
|
40
|
-
__exportStar(require("./get-inbound-guidance-response"), exports);
|
|
41
40
|
__exportStar(require("./get-inbound-guidance-result"), exports);
|
|
42
41
|
__exportStar(require("./get-labels-response"), exports);
|
|
43
42
|
__exportStar(require("./get-preorder-info-response"), exports);
|
package/dist/cjs/src/client.js
CHANGED
|
@@ -4,13 +4,6 @@ exports.FulfillmentInboundApiClient = exports.clientRateLimits = void 0;
|
|
|
4
4
|
const common_1 = require("@sp-api-sdk/common");
|
|
5
5
|
const api_model_1 = require("./api-model");
|
|
6
6
|
exports.clientRateLimits = [
|
|
7
|
-
{
|
|
8
|
-
method: 'get',
|
|
9
|
-
// eslint-disable-next-line prefer-regex-literals
|
|
10
|
-
urlRegex: new RegExp('^/fba/inbound/v0/itemsGuidance$'),
|
|
11
|
-
rate: 2,
|
|
12
|
-
burst: 30,
|
|
13
|
-
},
|
|
14
7
|
{
|
|
15
8
|
method: 'post',
|
|
16
9
|
// eslint-disable-next-line prefer-regex-literals
|