@sp-api-sdk/fulfillment-inbound-api-v0 2.0.2 → 2.0.4

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.
@@ -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';
@@ -864,7 +865,7 @@ export declare class FbaInboundApi extends BaseAPI {
864
865
  * @throws {RequiredError}
865
866
  * @memberof FbaInboundApi
866
867
  */
867
- confirmPreorder(requestParameters: FbaInboundApiConfirmPreorderRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ConfirmPreorderResponse, any>>;
868
+ confirmPreorder(requestParameters: FbaInboundApiConfirmPreorderRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<ConfirmPreorderResponse, any>>;
868
869
  /**
869
870
  * 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
871
  * @param {FbaInboundApiConfirmTransportRequest} requestParameters Request parameters.
@@ -872,7 +873,7 @@ export declare class FbaInboundApi extends BaseAPI {
872
873
  * @throws {RequiredError}
873
874
  * @memberof FbaInboundApi
874
875
  */
875
- confirmTransport(requestParameters: FbaInboundApiConfirmTransportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ConfirmTransportResponse, any>>;
876
+ confirmTransport(requestParameters: FbaInboundApiConfirmTransportRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<ConfirmTransportResponse, any>>;
876
877
  /**
877
878
  * 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
879
  * @param {FbaInboundApiCreateInboundShipmentRequest} requestParameters Request parameters.
@@ -880,7 +881,7 @@ export declare class FbaInboundApi extends BaseAPI {
880
881
  * @throws {RequiredError}
881
882
  * @memberof FbaInboundApi
882
883
  */
883
- createInboundShipment(requestParameters: FbaInboundApiCreateInboundShipmentRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InboundShipmentResponse, any>>;
884
+ createInboundShipment(requestParameters: FbaInboundApiCreateInboundShipmentRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<InboundShipmentResponse, any>>;
884
885
  /**
885
886
  * 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
887
  * @param {FbaInboundApiCreateInboundShipmentPlanRequest} requestParameters Request parameters.
@@ -888,7 +889,7 @@ export declare class FbaInboundApi extends BaseAPI {
888
889
  * @throws {RequiredError}
889
890
  * @memberof FbaInboundApi
890
891
  */
891
- createInboundShipmentPlan(requestParameters: FbaInboundApiCreateInboundShipmentPlanRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateInboundShipmentPlanResponse, any>>;
892
+ createInboundShipmentPlan(requestParameters: FbaInboundApiCreateInboundShipmentPlanRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateInboundShipmentPlanResponse, any>>;
892
893
  /**
893
894
  * 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
895
  * @param {FbaInboundApiEstimateTransportRequest} requestParameters Request parameters.
@@ -896,7 +897,7 @@ export declare class FbaInboundApi extends BaseAPI {
896
897
  * @throws {RequiredError}
897
898
  * @memberof FbaInboundApi
898
899
  */
899
- estimateTransport(requestParameters: FbaInboundApiEstimateTransportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<EstimateTransportResponse, any>>;
900
+ estimateTransport(requestParameters: FbaInboundApiEstimateTransportRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<EstimateTransportResponse, any>>;
900
901
  /**
901
902
  * 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
903
  * @param {FbaInboundApiGetBillOfLadingRequest} requestParameters Request parameters.
@@ -904,7 +905,7 @@ export declare class FbaInboundApi extends BaseAPI {
904
905
  * @throws {RequiredError}
905
906
  * @memberof FbaInboundApi
906
907
  */
907
- getBillOfLading(requestParameters: FbaInboundApiGetBillOfLadingRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetBillOfLadingResponse, any>>;
908
+ getBillOfLading(requestParameters: FbaInboundApiGetBillOfLadingRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetBillOfLadingResponse, any>>;
908
909
  /**
909
910
  * 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
911
  * @param {FbaInboundApiGetInboundGuidanceRequest} requestParameters Request parameters.
@@ -912,7 +913,7 @@ export declare class FbaInboundApi extends BaseAPI {
912
913
  * @throws {RequiredError}
913
914
  * @memberof FbaInboundApi
914
915
  */
915
- getInboundGuidance(requestParameters: FbaInboundApiGetInboundGuidanceRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetInboundGuidanceResponse, any>>;
916
+ getInboundGuidance(requestParameters: FbaInboundApiGetInboundGuidanceRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetInboundGuidanceResponse, any>>;
916
917
  /**
917
918
  * 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
919
  * @param {FbaInboundApiGetLabelsRequest} requestParameters Request parameters.
@@ -920,7 +921,7 @@ export declare class FbaInboundApi extends BaseAPI {
920
921
  * @throws {RequiredError}
921
922
  * @memberof FbaInboundApi
922
923
  */
923
- getLabels(requestParameters: FbaInboundApiGetLabelsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetLabelsResponse, any>>;
924
+ getLabels(requestParameters: FbaInboundApiGetLabelsRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetLabelsResponse, any>>;
924
925
  /**
925
926
  * 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
927
  * @param {FbaInboundApiGetPreorderInfoRequest} requestParameters Request parameters.
@@ -928,7 +929,7 @@ export declare class FbaInboundApi extends BaseAPI {
928
929
  * @throws {RequiredError}
929
930
  * @memberof FbaInboundApi
930
931
  */
931
- getPreorderInfo(requestParameters: FbaInboundApiGetPreorderInfoRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetPreorderInfoResponse, any>>;
932
+ getPreorderInfo(requestParameters: FbaInboundApiGetPreorderInfoRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetPreorderInfoResponse, any>>;
932
933
  /**
933
934
  * 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
935
  * @param {FbaInboundApiGetPrepInstructionsRequest} requestParameters Request parameters.
@@ -936,7 +937,7 @@ export declare class FbaInboundApi extends BaseAPI {
936
937
  * @throws {RequiredError}
937
938
  * @memberof FbaInboundApi
938
939
  */
939
- getPrepInstructions(requestParameters: FbaInboundApiGetPrepInstructionsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetPrepInstructionsResponse, any>>;
940
+ getPrepInstructions(requestParameters: FbaInboundApiGetPrepInstructionsRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetPrepInstructionsResponse, any>>;
940
941
  /**
941
942
  * 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
943
  * @param {FbaInboundApiGetShipmentItemsRequest} requestParameters Request parameters.
@@ -944,7 +945,7 @@ export declare class FbaInboundApi extends BaseAPI {
944
945
  * @throws {RequiredError}
945
946
  * @memberof FbaInboundApi
946
947
  */
947
- getShipmentItems(requestParameters: FbaInboundApiGetShipmentItemsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetShipmentItemsResponse, any>>;
948
+ getShipmentItems(requestParameters: FbaInboundApiGetShipmentItemsRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetShipmentItemsResponse, any>>;
948
949
  /**
949
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).
950
951
  * @param {FbaInboundApiGetShipmentItemsByShipmentIdRequest} requestParameters Request parameters.
@@ -952,7 +953,7 @@ export declare class FbaInboundApi extends BaseAPI {
952
953
  * @throws {RequiredError}
953
954
  * @memberof FbaInboundApi
954
955
  */
955
- getShipmentItemsByShipmentId(requestParameters: FbaInboundApiGetShipmentItemsByShipmentIdRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetShipmentItemsResponse, any>>;
956
+ getShipmentItemsByShipmentId(requestParameters: FbaInboundApiGetShipmentItemsByShipmentIdRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetShipmentItemsResponse, any>>;
956
957
  /**
957
958
  * 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
959
  * @param {FbaInboundApiGetShipmentsRequest} requestParameters Request parameters.
@@ -960,7 +961,7 @@ export declare class FbaInboundApi extends BaseAPI {
960
961
  * @throws {RequiredError}
961
962
  * @memberof FbaInboundApi
962
963
  */
963
- getShipments(requestParameters: FbaInboundApiGetShipmentsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetShipmentsResponse, any>>;
964
+ getShipments(requestParameters: FbaInboundApiGetShipmentsRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetShipmentsResponse, any>>;
964
965
  /**
965
966
  * 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
967
  * @param {FbaInboundApiGetTransportDetailsRequest} requestParameters Request parameters.
@@ -968,7 +969,7 @@ export declare class FbaInboundApi extends BaseAPI {
968
969
  * @throws {RequiredError}
969
970
  * @memberof FbaInboundApi
970
971
  */
971
- getTransportDetails(requestParameters: FbaInboundApiGetTransportDetailsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetTransportDetailsResponse, any>>;
972
+ getTransportDetails(requestParameters: FbaInboundApiGetTransportDetailsRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetTransportDetailsResponse, any>>;
972
973
  /**
973
974
  * 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
975
  * @param {FbaInboundApiPutTransportDetailsRequest} requestParameters Request parameters.
@@ -976,7 +977,7 @@ export declare class FbaInboundApi extends BaseAPI {
976
977
  * @throws {RequiredError}
977
978
  * @memberof FbaInboundApi
978
979
  */
979
- putTransportDetails(requestParameters: FbaInboundApiPutTransportDetailsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PutTransportDetailsResponse, any>>;
980
+ putTransportDetails(requestParameters: FbaInboundApiPutTransportDetailsRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<PutTransportDetailsResponse, any>>;
980
981
  /**
981
982
  * Updates or removes items from the inbound shipment identified by the specified shipment identifier. Adding new items is not supported. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
982
983
  * @param {FbaInboundApiUpdateInboundShipmentRequest} requestParameters Request parameters.
@@ -984,7 +985,7 @@ export declare class FbaInboundApi extends BaseAPI {
984
985
  * @throws {RequiredError}
985
986
  * @memberof FbaInboundApi
986
987
  */
987
- updateInboundShipment(requestParameters: FbaInboundApiUpdateInboundShipmentRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InboundShipmentResponse, any>>;
988
+ updateInboundShipment(requestParameters: FbaInboundApiUpdateInboundShipmentRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<InboundShipmentResponse, any>>;
988
989
  /**
989
990
  * 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
991
  * @param {FbaInboundApiVoidTransportRequest} requestParameters Request parameters.
@@ -992,5 +993,5 @@ export declare class FbaInboundApi extends BaseAPI {
992
993
  * @throws {RequiredError}
993
994
  * @memberof FbaInboundApi
994
995
  */
995
- voidTransport(requestParameters: FbaInboundApiVoidTransportRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<VoidTransportResponse, any>>;
996
+ voidTransport(requestParameters: FbaInboundApiVoidTransportRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<VoidTransportResponse, any>>;
996
997
  }
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.2",
5
+ "version": "2.0.4",
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.2",
22
- "axios": "^1.6.1"
21
+ "@sp-api-sdk/common": "2.0.4",
22
+ "axios": "^1.6.2"
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": "23d420d10e931be7657141e989fccdc9dafe2a9c"
43
+ "gitHead": "96729dd2eabfca855da5eb33f271c0b09b449972"
44
44
  }