@sp-api-sdk/fulfillment-inbound-api-v0 2.0.3 → 2.1.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 +4 -0
- package/dist/cjs/src/api-model/models/prep-instruction.js +1 -0
- package/dist/es/src/api-model/api/fba-inbound-api.js +4 -0
- package/dist/es/src/api-model/models/prep-instruction.js +1 -0
- package/dist/types/src/api-model/api/fba-inbound-api.d.ts +22 -17
- package/dist/types/src/api-model/models/prep-instruction.d.ts +1 -0
- package/package.json +4 -4
|
@@ -223,6 +223,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
223
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
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
225
|
* @param {*} [options] Override http request option.
|
|
226
|
+
* @deprecated
|
|
226
227
|
* @throws {RequiredError}
|
|
227
228
|
*/
|
|
228
229
|
getInboundGuidance: async (marketplaceId, sellerSKUList, aSINList, options = {}) => {
|
|
@@ -734,6 +735,7 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
734
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.
|
|
735
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.
|
|
736
737
|
* @param {*} [options] Override http request option.
|
|
738
|
+
* @deprecated
|
|
737
739
|
* @throws {RequiredError}
|
|
738
740
|
*/
|
|
739
741
|
async getInboundGuidance(marketplaceId, sellerSKUList, aSINList, options) {
|
|
@@ -931,6 +933,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
931
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).
|
|
932
934
|
* @param {FbaInboundApiGetInboundGuidanceRequest} requestParameters Request parameters.
|
|
933
935
|
* @param {*} [options] Override http request option.
|
|
936
|
+
* @deprecated
|
|
934
937
|
* @throws {RequiredError}
|
|
935
938
|
*/
|
|
936
939
|
getInboundGuidance(requestParameters, options) {
|
|
@@ -1100,6 +1103,7 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
1100
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).
|
|
1101
1104
|
* @param {FbaInboundApiGetInboundGuidanceRequest} requestParameters Request parameters.
|
|
1102
1105
|
* @param {*} [options] Override http request option.
|
|
1106
|
+
* @deprecated
|
|
1103
1107
|
* @throws {RequiredError}
|
|
1104
1108
|
* @memberof FbaInboundApi
|
|
1105
1109
|
*/
|
|
@@ -217,6 +217,7 @@ export const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
217
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
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
219
|
* @param {*} [options] Override http request option.
|
|
220
|
+
* @deprecated
|
|
220
221
|
* @throws {RequiredError}
|
|
221
222
|
*/
|
|
222
223
|
getInboundGuidance: async (marketplaceId, sellerSKUList, aSINList, options = {}) => {
|
|
@@ -727,6 +728,7 @@ export const FbaInboundApiFp = function (configuration) {
|
|
|
727
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.
|
|
728
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.
|
|
729
730
|
* @param {*} [options] Override http request option.
|
|
731
|
+
* @deprecated
|
|
730
732
|
* @throws {RequiredError}
|
|
731
733
|
*/
|
|
732
734
|
async getInboundGuidance(marketplaceId, sellerSKUList, aSINList, options) {
|
|
@@ -923,6 +925,7 @@ export const FbaInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
923
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).
|
|
924
926
|
* @param {FbaInboundApiGetInboundGuidanceRequest} requestParameters Request parameters.
|
|
925
927
|
* @param {*} [options] Override http request option.
|
|
928
|
+
* @deprecated
|
|
926
929
|
* @throws {RequiredError}
|
|
927
930
|
*/
|
|
928
931
|
getInboundGuidance(requestParameters, options) {
|
|
@@ -1091,6 +1094,7 @@ export class FbaInboundApi extends BaseAPI {
|
|
|
1091
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).
|
|
1092
1095
|
* @param {FbaInboundApiGetInboundGuidanceRequest} requestParameters Request parameters.
|
|
1093
1096
|
* @param {*} [options] Override http request option.
|
|
1097
|
+
* @deprecated
|
|
1094
1098
|
* @throws {RequiredError}
|
|
1095
1099
|
* @memberof FbaInboundApi
|
|
1096
1100
|
*/
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { Configuration } from '../configuration';
|
|
13
13
|
import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
|
|
14
|
+
import globalAxios from 'axios';
|
|
14
15
|
import { RequestArgs, BaseAPI } from '../base';
|
|
15
16
|
import { ConfirmPreorderResponse } from '../models';
|
|
16
17
|
import { ConfirmTransportResponse } from '../models';
|
|
@@ -86,6 +87,7 @@ export declare const FbaInboundApiAxiosParamCreator: (configuration?: Configurat
|
|
|
86
87
|
* @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.
|
|
87
88
|
* @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.
|
|
88
89
|
* @param {*} [options] Override http request option.
|
|
90
|
+
* @deprecated
|
|
89
91
|
* @throws {RequiredError}
|
|
90
92
|
*/
|
|
91
93
|
getInboundGuidance: (marketplaceId: string, sellerSKUList?: Array<string>, aSINList?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
@@ -239,6 +241,7 @@ export declare const FbaInboundApiFp: (configuration?: Configuration) => {
|
|
|
239
241
|
* @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.
|
|
240
242
|
* @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.
|
|
241
243
|
* @param {*} [options] Override http request option.
|
|
244
|
+
* @deprecated
|
|
242
245
|
* @throws {RequiredError}
|
|
243
246
|
*/
|
|
244
247
|
getInboundGuidance(marketplaceId: string, sellerSKUList?: Array<string>, aSINList?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetInboundGuidanceResponse>>;
|
|
@@ -387,6 +390,7 @@ export declare const FbaInboundApiFactory: (configuration?: Configuration, baseP
|
|
|
387
390
|
* 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).
|
|
388
391
|
* @param {FbaInboundApiGetInboundGuidanceRequest} requestParameters Request parameters.
|
|
389
392
|
* @param {*} [options] Override http request option.
|
|
393
|
+
* @deprecated
|
|
390
394
|
* @throws {RequiredError}
|
|
391
395
|
*/
|
|
392
396
|
getInboundGuidance(requestParameters: FbaInboundApiGetInboundGuidanceRequest, options?: AxiosRequestConfig): AxiosPromise<GetInboundGuidanceResponse>;
|
|
@@ -864,7 +868,7 @@ export declare class FbaInboundApi extends BaseAPI {
|
|
|
864
868
|
* @throws {RequiredError}
|
|
865
869
|
* @memberof FbaInboundApi
|
|
866
870
|
*/
|
|
867
|
-
confirmPreorder(requestParameters: FbaInboundApiConfirmPreorderRequest, options?: AxiosRequestConfig): Promise<
|
|
871
|
+
confirmPreorder(requestParameters: FbaInboundApiConfirmPreorderRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<ConfirmPreorderResponse, any>>;
|
|
868
872
|
/**
|
|
869
873
|
* 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).
|
|
870
874
|
* @param {FbaInboundApiConfirmTransportRequest} requestParameters Request parameters.
|
|
@@ -872,7 +876,7 @@ export declare class FbaInboundApi extends BaseAPI {
|
|
|
872
876
|
* @throws {RequiredError}
|
|
873
877
|
* @memberof FbaInboundApi
|
|
874
878
|
*/
|
|
875
|
-
confirmTransport(requestParameters: FbaInboundApiConfirmTransportRequest, options?: AxiosRequestConfig): Promise<
|
|
879
|
+
confirmTransport(requestParameters: FbaInboundApiConfirmTransportRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<ConfirmTransportResponse, any>>;
|
|
876
880
|
/**
|
|
877
881
|
* 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).
|
|
878
882
|
* @param {FbaInboundApiCreateInboundShipmentRequest} requestParameters Request parameters.
|
|
@@ -880,7 +884,7 @@ export declare class FbaInboundApi extends BaseAPI {
|
|
|
880
884
|
* @throws {RequiredError}
|
|
881
885
|
* @memberof FbaInboundApi
|
|
882
886
|
*/
|
|
883
|
-
createInboundShipment(requestParameters: FbaInboundApiCreateInboundShipmentRequest, options?: AxiosRequestConfig): Promise<
|
|
887
|
+
createInboundShipment(requestParameters: FbaInboundApiCreateInboundShipmentRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<InboundShipmentResponse, any>>;
|
|
884
888
|
/**
|
|
885
889
|
* 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).
|
|
886
890
|
* @param {FbaInboundApiCreateInboundShipmentPlanRequest} requestParameters Request parameters.
|
|
@@ -888,7 +892,7 @@ export declare class FbaInboundApi extends BaseAPI {
|
|
|
888
892
|
* @throws {RequiredError}
|
|
889
893
|
* @memberof FbaInboundApi
|
|
890
894
|
*/
|
|
891
|
-
createInboundShipmentPlan(requestParameters: FbaInboundApiCreateInboundShipmentPlanRequest, options?: AxiosRequestConfig): Promise<
|
|
895
|
+
createInboundShipmentPlan(requestParameters: FbaInboundApiCreateInboundShipmentPlanRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateInboundShipmentPlanResponse, any>>;
|
|
892
896
|
/**
|
|
893
897
|
* 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).
|
|
894
898
|
* @param {FbaInboundApiEstimateTransportRequest} requestParameters Request parameters.
|
|
@@ -896,7 +900,7 @@ export declare class FbaInboundApi extends BaseAPI {
|
|
|
896
900
|
* @throws {RequiredError}
|
|
897
901
|
* @memberof FbaInboundApi
|
|
898
902
|
*/
|
|
899
|
-
estimateTransport(requestParameters: FbaInboundApiEstimateTransportRequest, options?: AxiosRequestConfig): Promise<
|
|
903
|
+
estimateTransport(requestParameters: FbaInboundApiEstimateTransportRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<EstimateTransportResponse, any>>;
|
|
900
904
|
/**
|
|
901
905
|
* Returns a bill of lading for a Less Than Truckload/Full Truckload (LTL/FTL) shipment. The getBillOfLading operation returns PDF document data for printing a bill of lading for an Amazon-partnered Less Than Truckload/Full Truckload (LTL/FTL) 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).
|
|
902
906
|
* @param {FbaInboundApiGetBillOfLadingRequest} requestParameters Request parameters.
|
|
@@ -904,15 +908,16 @@ export declare class FbaInboundApi extends BaseAPI {
|
|
|
904
908
|
* @throws {RequiredError}
|
|
905
909
|
* @memberof FbaInboundApi
|
|
906
910
|
*/
|
|
907
|
-
getBillOfLading(requestParameters: FbaInboundApiGetBillOfLadingRequest, options?: AxiosRequestConfig): Promise<
|
|
911
|
+
getBillOfLading(requestParameters: FbaInboundApiGetBillOfLadingRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetBillOfLadingResponse, any>>;
|
|
908
912
|
/**
|
|
909
913
|
* 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).
|
|
910
914
|
* @param {FbaInboundApiGetInboundGuidanceRequest} requestParameters Request parameters.
|
|
911
915
|
* @param {*} [options] Override http request option.
|
|
916
|
+
* @deprecated
|
|
912
917
|
* @throws {RequiredError}
|
|
913
918
|
* @memberof FbaInboundApi
|
|
914
919
|
*/
|
|
915
|
-
getInboundGuidance(requestParameters: FbaInboundApiGetInboundGuidanceRequest, options?: AxiosRequestConfig): Promise<
|
|
920
|
+
getInboundGuidance(requestParameters: FbaInboundApiGetInboundGuidanceRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetInboundGuidanceResponse, any>>;
|
|
916
921
|
/**
|
|
917
922
|
* 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).
|
|
918
923
|
* @param {FbaInboundApiGetLabelsRequest} requestParameters Request parameters.
|
|
@@ -920,7 +925,7 @@ export declare class FbaInboundApi extends BaseAPI {
|
|
|
920
925
|
* @throws {RequiredError}
|
|
921
926
|
* @memberof FbaInboundApi
|
|
922
927
|
*/
|
|
923
|
-
getLabels(requestParameters: FbaInboundApiGetLabelsRequest, options?: AxiosRequestConfig): Promise<
|
|
928
|
+
getLabels(requestParameters: FbaInboundApiGetLabelsRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetLabelsResponse, any>>;
|
|
924
929
|
/**
|
|
925
930
|
* 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).
|
|
926
931
|
* @param {FbaInboundApiGetPreorderInfoRequest} requestParameters Request parameters.
|
|
@@ -928,7 +933,7 @@ export declare class FbaInboundApi extends BaseAPI {
|
|
|
928
933
|
* @throws {RequiredError}
|
|
929
934
|
* @memberof FbaInboundApi
|
|
930
935
|
*/
|
|
931
|
-
getPreorderInfo(requestParameters: FbaInboundApiGetPreorderInfoRequest, options?: AxiosRequestConfig): Promise<
|
|
936
|
+
getPreorderInfo(requestParameters: FbaInboundApiGetPreorderInfoRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetPreorderInfoResponse, any>>;
|
|
932
937
|
/**
|
|
933
938
|
* Returns labeling requirements and item preparation instructions to help prepare items for shipment to Amazon\'s fulfillment network. **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
939
|
* @param {FbaInboundApiGetPrepInstructionsRequest} requestParameters Request parameters.
|
|
@@ -936,7 +941,7 @@ export declare class FbaInboundApi extends BaseAPI {
|
|
|
936
941
|
* @throws {RequiredError}
|
|
937
942
|
* @memberof FbaInboundApi
|
|
938
943
|
*/
|
|
939
|
-
getPrepInstructions(requestParameters: FbaInboundApiGetPrepInstructionsRequest, options?: AxiosRequestConfig): Promise<
|
|
944
|
+
getPrepInstructions(requestParameters: FbaInboundApiGetPrepInstructionsRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetPrepInstructionsResponse, any>>;
|
|
940
945
|
/**
|
|
941
946
|
* 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).
|
|
942
947
|
* @param {FbaInboundApiGetShipmentItemsRequest} requestParameters Request parameters.
|
|
@@ -944,7 +949,7 @@ export declare class FbaInboundApi extends BaseAPI {
|
|
|
944
949
|
* @throws {RequiredError}
|
|
945
950
|
* @memberof FbaInboundApi
|
|
946
951
|
*/
|
|
947
|
-
getShipmentItems(requestParameters: FbaInboundApiGetShipmentItemsRequest, options?: AxiosRequestConfig): Promise<
|
|
952
|
+
getShipmentItems(requestParameters: FbaInboundApiGetShipmentItemsRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetShipmentItemsResponse, any>>;
|
|
948
953
|
/**
|
|
949
954
|
* 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).
|
|
950
955
|
* @param {FbaInboundApiGetShipmentItemsByShipmentIdRequest} requestParameters Request parameters.
|
|
@@ -952,7 +957,7 @@ export declare class FbaInboundApi extends BaseAPI {
|
|
|
952
957
|
* @throws {RequiredError}
|
|
953
958
|
* @memberof FbaInboundApi
|
|
954
959
|
*/
|
|
955
|
-
getShipmentItemsByShipmentId(requestParameters: FbaInboundApiGetShipmentItemsByShipmentIdRequest, options?: AxiosRequestConfig): Promise<
|
|
960
|
+
getShipmentItemsByShipmentId(requestParameters: FbaInboundApiGetShipmentItemsByShipmentIdRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetShipmentItemsResponse, any>>;
|
|
956
961
|
/**
|
|
957
962
|
* 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).
|
|
958
963
|
* @param {FbaInboundApiGetShipmentsRequest} requestParameters Request parameters.
|
|
@@ -960,7 +965,7 @@ export declare class FbaInboundApi extends BaseAPI {
|
|
|
960
965
|
* @throws {RequiredError}
|
|
961
966
|
* @memberof FbaInboundApi
|
|
962
967
|
*/
|
|
963
|
-
getShipments(requestParameters: FbaInboundApiGetShipmentsRequest, options?: AxiosRequestConfig): Promise<
|
|
968
|
+
getShipments(requestParameters: FbaInboundApiGetShipmentsRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetShipmentsResponse, any>>;
|
|
964
969
|
/**
|
|
965
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).
|
|
966
971
|
* @param {FbaInboundApiGetTransportDetailsRequest} requestParameters Request parameters.
|
|
@@ -968,7 +973,7 @@ export declare class FbaInboundApi extends BaseAPI {
|
|
|
968
973
|
* @throws {RequiredError}
|
|
969
974
|
* @memberof FbaInboundApi
|
|
970
975
|
*/
|
|
971
|
-
getTransportDetails(requestParameters: FbaInboundApiGetTransportDetailsRequest, options?: AxiosRequestConfig): Promise<
|
|
976
|
+
getTransportDetails(requestParameters: FbaInboundApiGetTransportDetailsRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetTransportDetailsResponse, any>>;
|
|
972
977
|
/**
|
|
973
978
|
* 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).
|
|
974
979
|
* @param {FbaInboundApiPutTransportDetailsRequest} requestParameters Request parameters.
|
|
@@ -976,7 +981,7 @@ export declare class FbaInboundApi extends BaseAPI {
|
|
|
976
981
|
* @throws {RequiredError}
|
|
977
982
|
* @memberof FbaInboundApi
|
|
978
983
|
*/
|
|
979
|
-
putTransportDetails(requestParameters: FbaInboundApiPutTransportDetailsRequest, options?: AxiosRequestConfig): Promise<
|
|
984
|
+
putTransportDetails(requestParameters: FbaInboundApiPutTransportDetailsRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<PutTransportDetailsResponse, any>>;
|
|
980
985
|
/**
|
|
981
986
|
* 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).
|
|
982
987
|
* @param {FbaInboundApiUpdateInboundShipmentRequest} requestParameters Request parameters.
|
|
@@ -984,7 +989,7 @@ export declare class FbaInboundApi extends BaseAPI {
|
|
|
984
989
|
* @throws {RequiredError}
|
|
985
990
|
* @memberof FbaInboundApi
|
|
986
991
|
*/
|
|
987
|
-
updateInboundShipment(requestParameters: FbaInboundApiUpdateInboundShipmentRequest, options?: AxiosRequestConfig): Promise<
|
|
992
|
+
updateInboundShipment(requestParameters: FbaInboundApiUpdateInboundShipmentRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<InboundShipmentResponse, any>>;
|
|
988
993
|
/**
|
|
989
994
|
* 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).
|
|
990
995
|
* @param {FbaInboundApiVoidTransportRequest} requestParameters Request parameters.
|
|
@@ -992,5 +997,5 @@ export declare class FbaInboundApi extends BaseAPI {
|
|
|
992
997
|
* @throws {RequiredError}
|
|
993
998
|
* @memberof FbaInboundApi
|
|
994
999
|
*/
|
|
995
|
-
voidTransport(requestParameters: FbaInboundApiVoidTransportRequest, options?: AxiosRequestConfig): Promise<
|
|
1000
|
+
voidTransport(requestParameters: FbaInboundApiVoidTransportRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<VoidTransportResponse, any>>;
|
|
996
1001
|
}
|
|
@@ -29,6 +29,7 @@ export declare const PrepInstruction: {
|
|
|
29
29
|
readonly CapSealing: "CapSealing";
|
|
30
30
|
readonly SetStickering: "SetStickering";
|
|
31
31
|
readonly BlankStickering: "BlankStickering";
|
|
32
|
+
readonly ShipsInProductPackaging: "ShipsInProductPackaging";
|
|
32
33
|
readonly NoPrep: "NoPrep";
|
|
33
34
|
};
|
|
34
35
|
export type PrepInstruction = typeof PrepInstruction[keyof typeof PrepInstruction];
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@sp-api-sdk/fulfillment-inbound-api-v0",
|
|
3
3
|
"author": "Vincent Mesquita <vincent.mesquita@bizon.solutions>",
|
|
4
4
|
"description": "The Selling Partner API for Fulfillment Inbound lets you create applications that create and update inbound shipments of inventory to Amazon's fulfillment network.",
|
|
5
|
-
"version": "2.0
|
|
5
|
+
"version": "2.1.0",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
7
7
|
"module": "dist/es/index.js",
|
|
8
8
|
"types": "dist/types/index.d.ts",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"dist/**/*.d.ts"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@sp-api-sdk/common": "2.0.
|
|
22
|
-
"axios": "^1.6.
|
|
21
|
+
"@sp-api-sdk/common": "2.0.5",
|
|
22
|
+
"axios": "^1.6.7"
|
|
23
23
|
},
|
|
24
24
|
"repository": {
|
|
25
25
|
"type": "git",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"sp sdk",
|
|
41
41
|
"fulfillment inbound api"
|
|
42
42
|
],
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "014aad96509aba433e07461efbe936a6062cc66a"
|
|
44
44
|
}
|