@sp-api-sdk/shipping-api-v2 2.1.7 → 2.1.9

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.
@@ -866,140 +866,140 @@ export declare class ShippingApi extends BaseAPI {
866
866
  * @param {*} [options] Override http request option.
867
867
  * @throws {RequiredError}
868
868
  */
869
- cancelShipment(requestParameters: ShippingApiCancelShipmentRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CancelShipmentResponse, any>>;
869
+ cancelShipment(requestParameters: ShippingApiCancelShipmentRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CancelShipmentResponse, any, {}>>;
870
870
  /**
871
871
  * This API will be used to create claim for single eligible shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 80 | 100 | 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 then those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
872
872
  * @param {ShippingApiCreateClaimRequest} requestParameters Request parameters.
873
873
  * @param {*} [options] Override http request option.
874
874
  * @throws {RequiredError}
875
875
  */
876
- createClaim(requestParameters: ShippingApiCreateClaimRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateClaimResponse, any>>;
876
+ createClaim(requestParameters: ShippingApiCreateClaimRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateClaimResponse, any, {}>>;
877
877
  /**
878
878
  * Purchases the shipping service for a shipment using the best fit service offering. Returns purchase related details and documents. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 80 | 100 | 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 then 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).
879
879
  * @param {ShippingApiDirectPurchaseShipmentRequest} requestParameters Request parameters.
880
880
  * @param {*} [options] Override http request option.
881
881
  * @throws {RequiredError}
882
882
  */
883
- directPurchaseShipment(requestParameters: ShippingApiDirectPurchaseShipmentRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<DirectPurchaseResponse, any>>;
883
+ directPurchaseShipment(requestParameters: ShippingApiDirectPurchaseShipmentRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<DirectPurchaseResponse, any, {}>>;
884
884
  /**
885
885
  * This API Call to generate the collection form. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 80 | 100 | 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 then 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
886
  * @param {ShippingApiGenerateCollectionFormRequest} requestParameters Request parameters.
887
887
  * @param {*} [options] Override http request option.
888
888
  * @throws {RequiredError}
889
889
  */
890
- generateCollectionForm(requestParameters: ShippingApiGenerateCollectionFormRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GenerateCollectionFormResponse, any>>;
890
+ generateCollectionForm(requestParameters: ShippingApiGenerateCollectionFormRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GenerateCollectionFormResponse, any, {}>>;
891
891
  /**
892
892
  * Returns a list of access points in proximity of input postal code. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 80 | 100 | 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 then 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).
893
893
  * @param {ShippingApiGetAccessPointsRequest} requestParameters Request parameters.
894
894
  * @param {*} [options] Override http request option.
895
895
  * @throws {RequiredError}
896
896
  */
897
- getAccessPoints(requestParameters: ShippingApiGetAccessPointsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetAccessPointsResponse, any>>;
897
+ getAccessPoints(requestParameters: ShippingApiGetAccessPointsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetAccessPointsResponse, any, {}>>;
898
898
  /**
899
899
  * Returns the JSON schema to use for providing additional inputs when needed to purchase a shipping offering. Call the getAdditionalInputs operation when the response to a previous call to the getRates operation indicates that additional inputs are required for the rate (shipping offering) that you want to purchase. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 80 | 100 | 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 then 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).
900
900
  * @param {ShippingApiGetAdditionalInputsRequest} requestParameters Request parameters.
901
901
  * @param {*} [options] Override http request option.
902
902
  * @throws {RequiredError}
903
903
  */
904
- getAdditionalInputs(requestParameters: ShippingApiGetAdditionalInputsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetAdditionalInputsResponse, any>>;
904
+ getAdditionalInputs(requestParameters: ShippingApiGetAdditionalInputsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetAdditionalInputsResponse, any, {}>>;
905
905
  /**
906
906
  * This API will return a list of input schema required to register a shipper account with the carrier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 80 | 100 | 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 then 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
907
  * @param {ShippingApiGetCarrierAccountFormInputsRequest} requestParameters Request parameters.
908
908
  * @param {*} [options] Override http request option.
909
909
  * @throws {RequiredError}
910
910
  */
911
- getCarrierAccountFormInputs(requestParameters?: ShippingApiGetCarrierAccountFormInputsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetCarrierAccountFormInputsResponse, any>>;
911
+ getCarrierAccountFormInputs(requestParameters?: ShippingApiGetCarrierAccountFormInputsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetCarrierAccountFormInputsResponse, any, {}>>;
912
912
  /**
913
913
  * This API will return Get all carrier accounts for a merchant. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 80 | 100 | 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 then 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).
914
914
  * @param {ShippingApiGetCarrierAccountsRequest} requestParameters Request parameters.
915
915
  * @param {*} [options] Override http request option.
916
916
  * @throws {RequiredError}
917
917
  */
918
- getCarrierAccounts(requestParameters: ShippingApiGetCarrierAccountsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetCarrierAccountsResponse, any>>;
918
+ getCarrierAccounts(requestParameters: ShippingApiGetCarrierAccountsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetCarrierAccountsResponse, any, {}>>;
919
919
  /**
920
920
  * This API reprint a collection form. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 80 | 100 | 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 then 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).
921
921
  * @param {ShippingApiGetCollectionFormRequest} requestParameters Request parameters.
922
922
  * @param {*} [options] Override http request option.
923
923
  * @throws {RequiredError}
924
924
  */
925
- getCollectionForm(requestParameters: ShippingApiGetCollectionFormRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetCollectionFormResponse, any>>;
925
+ getCollectionForm(requestParameters: ShippingApiGetCollectionFormRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetCollectionFormResponse, any, {}>>;
926
926
  /**
927
927
  * This API Call to get the history of the previously generated collection forms. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 80 | 100 | 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 then 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).
928
928
  * @param {ShippingApiGetCollectionFormHistoryRequest} requestParameters Request parameters.
929
929
  * @param {*} [options] Override http request option.
930
930
  * @throws {RequiredError}
931
931
  */
932
- getCollectionFormHistory(requestParameters: ShippingApiGetCollectionFormHistoryRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetCollectionFormHistoryResponse, any>>;
932
+ getCollectionFormHistory(requestParameters: ShippingApiGetCollectionFormHistoryRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetCollectionFormHistoryResponse, any, {}>>;
933
933
  /**
934
934
  * Returns the available shipping service offerings. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 80 | 100 | 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 then 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).
935
935
  * @param {ShippingApiGetRatesRequest} requestParameters Request parameters.
936
936
  * @param {*} [options] Override http request option.
937
937
  * @throws {RequiredError}
938
938
  */
939
- getRates(requestParameters: ShippingApiGetRatesRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetRatesResponse, any>>;
939
+ getRates(requestParameters: ShippingApiGetRatesRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetRatesResponse, any, {}>>;
940
940
  /**
941
941
  * Returns the shipping documents associated with a package in a shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 80 | 100 | 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 then 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
942
  * @param {ShippingApiGetShipmentDocumentsRequest} requestParameters Request parameters.
943
943
  * @param {*} [options] Override http request option.
944
944
  * @throws {RequiredError}
945
945
  */
946
- getShipmentDocuments(requestParameters: ShippingApiGetShipmentDocumentsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetShipmentDocumentsResponse, any>>;
946
+ getShipmentDocuments(requestParameters: ShippingApiGetShipmentDocumentsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetShipmentDocumentsResponse, any, {}>>;
947
947
  /**
948
948
  * Returns tracking information for a purchased shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 80 | 100 | 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 then 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).
949
949
  * @param {ShippingApiGetTrackingRequest} requestParameters Request parameters.
950
950
  * @param {*} [options] Override http request option.
951
951
  * @throws {RequiredError}
952
952
  */
953
- getTracking(requestParameters: ShippingApiGetTrackingRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetTrackingResponse, any>>;
953
+ getTracking(requestParameters: ShippingApiGetTrackingRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetTrackingResponse, any, {}>>;
954
954
  /**
955
955
  * This API Get all unmanifested carriers with shipment locations. Any locations which has unmanifested shipments with an eligible carrier for manifesting shall be returned. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 80 | 100 | 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 then 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).
956
956
  * @param {ShippingApiGetUnmanifestedShipmentsRequest} requestParameters Request parameters.
957
957
  * @param {*} [options] Override http request option.
958
958
  * @throws {RequiredError}
959
959
  */
960
- getUnmanifestedShipments(requestParameters: ShippingApiGetUnmanifestedShipmentsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetUnmanifestedShipmentsResponse, any>>;
960
+ getUnmanifestedShipments(requestParameters: ShippingApiGetUnmanifestedShipmentsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetUnmanifestedShipmentsResponse, any, {}>>;
961
961
  /**
962
962
  * This API associates/links the specified carrier account with the merchant. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 80 | 100 | 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 then those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
963
963
  * @param {ShippingApiLinkCarrierAccountRequest} requestParameters Request parameters.
964
964
  * @param {*} [options] Override http request option.
965
965
  * @throws {RequiredError}
966
966
  */
967
- linkCarrierAccount(requestParameters: ShippingApiLinkCarrierAccountRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<LinkCarrierAccountResponse, any>>;
967
+ linkCarrierAccount(requestParameters: ShippingApiLinkCarrierAccountRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<LinkCarrierAccountResponse, any, {}>>;
968
968
  /**
969
969
  * This API associates/links the specified carrier account with the merchant. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 10 | 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 then 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).
970
970
  * @param {ShippingApiLinkCarrierAccount0Request} requestParameters Request parameters.
971
971
  * @param {*} [options] Override http request option.
972
972
  * @throws {RequiredError}
973
973
  */
974
- linkCarrierAccount_1(requestParameters: ShippingApiLinkCarrierAccount0Request, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<LinkCarrierAccountResponse, any>>;
974
+ linkCarrierAccount_1(requestParameters: ShippingApiLinkCarrierAccount0Request, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<LinkCarrierAccountResponse, any, {}>>;
975
975
  /**
976
976
  * Purchases a shipping service identifier and returns purchase-related details and documents. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 80 | 100 | 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 then 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).
977
977
  * @param {ShippingApiOneClickShipmentRequest} requestParameters Request parameters.
978
978
  * @param {*} [options] Override http request option.
979
979
  * @throws {RequiredError}
980
980
  */
981
- oneClickShipment(requestParameters: ShippingApiOneClickShipmentRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<OneClickShipmentResponse, any>>;
981
+ oneClickShipment(requestParameters: ShippingApiOneClickShipmentRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<OneClickShipmentResponse, any, {}>>;
982
982
  /**
983
983
  * Purchases a shipping service and returns purchase related details and documents. Note: You must complete the purchase within 10 minutes of rate creation by the shipping service provider. If you make the request after the 10 minutes have expired, you will receive an error response with the error code equal to \"TOKEN_EXPIRED\". If you receive this error response, you must get the rates for the shipment again. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 80 | 100 | 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 then 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).
984
984
  * @param {ShippingApiPurchaseShipmentRequest} requestParameters Request parameters.
985
985
  * @param {*} [options] Override http request option.
986
986
  * @throws {RequiredError}
987
987
  */
988
- purchaseShipment(requestParameters: ShippingApiPurchaseShipmentRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<PurchaseShipmentResponse, any>>;
988
+ purchaseShipment(requestParameters: ShippingApiPurchaseShipmentRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<PurchaseShipmentResponse, any, {}>>;
989
989
  /**
990
990
  * This API submits the NDR (Non-delivery Report) Feedback for any eligible shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 80 | 100 | 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 then 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).
991
991
  * @param {ShippingApiSubmitNdrFeedbackRequest} requestParameters Request parameters.
992
992
  * @param {*} [options] Override http request option.
993
993
  * @throws {RequiredError}
994
994
  */
995
- submitNdrFeedback(requestParameters: ShippingApiSubmitNdrFeedbackRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<void, any>>;
995
+ submitNdrFeedback(requestParameters: ShippingApiSubmitNdrFeedbackRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<void, any, {}>>;
996
996
  /**
997
997
  * This API Unlink the specified carrier account with the merchant. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 80 | 100 | 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 then 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
998
  * @param {ShippingApiUnlinkCarrierAccountRequest} requestParameters Request parameters.
999
999
  * @param {*} [options] Override http request option.
1000
1000
  * @throws {RequiredError}
1001
1001
  */
1002
- unlinkCarrierAccount(requestParameters: ShippingApiUnlinkCarrierAccountRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<UnlinkCarrierAccountResponse, any>>;
1002
+ unlinkCarrierAccount(requestParameters: ShippingApiUnlinkCarrierAccountRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<UnlinkCarrierAccountResponse, any, {}>>;
1003
1003
  }
1004
1004
  export declare const CancelShipmentXAmznShippingBusinessIdEnum: {
1005
1005
  readonly AmazonShippingUs: "AmazonShipping_US";
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sp-api-sdk/shipping-api-v2",
3
3
  "author": "Bertrand Marron <bertrand@bizon.solutions>",
4
4
  "description": "The Amazon Shipping API is designed to support outbound shipping use cases both for orders originating on Amazon-owned marketplaces as well as external channels/marketplaces. With these APIs, you can request shipping rates, create shipments, cancel shipments, and track shipments.",
5
- "version": "2.1.7",
5
+ "version": "2.1.9",
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.1.18",
22
- "axios": "^1.11.0"
21
+ "@sp-api-sdk/common": "2.1.20",
22
+ "axios": "^1.12.2"
23
23
  },
24
24
  "repository": {
25
25
  "type": "git",
@@ -40,26 +40,5 @@
40
40
  "sp sdk",
41
41
  "shipping api"
42
42
  ],
43
- "xo": {
44
- "extends": [
45
- "xo-bizon"
46
- ],
47
- "settings": {
48
- "import/internal-regex": "^@sp-api-sdk/"
49
- },
50
- "semicolon": false,
51
- "space": 2,
52
- "prettier": true,
53
- "ignores": [
54
- "src/api-model/**"
55
- ],
56
- "rules": {
57
- "unicorn/prevent-abbreviations": "off"
58
- }
59
- },
60
- "prettier": {
61
- "printWidth": 100,
62
- "jsxSingleQuote": true
63
- },
64
- "gitHead": "4c9d1270205ee00090d635b31eeabb323860546d"
43
+ "gitHead": "03484c02930fb24976769bd4688b4750908169b6"
65
44
  }