@sp-api-sdk/shipping-api-v2 1.1.2 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/src/api-model/api/shipping-api.js +356 -54
- package/dist/cjs/src/api-model/base.js +7 -2
- package/dist/cjs/src/api-model/common.js +1 -1
- package/dist/cjs/src/api-model/configuration.js +8 -0
- package/dist/es/src/api-model/api/shipping-api.js +356 -54
- package/dist/es/src/api-model/base.js +6 -1
- package/dist/es/src/api-model/common.js +1 -1
- package/dist/es/src/api-model/configuration.js +8 -0
- package/dist/types/src/api-model/api/shipping-api.d.ts +437 -151
- package/dist/types/src/api-model/base.d.ts +14 -2
- package/dist/types/src/api-model/configuration.d.ts +8 -0
- package/dist/types/src/api-model/models/access-point.d.ts +5 -5
- package/dist/types/src/api-model/models/address.d.ts +1 -1
- package/dist/types/src/api-model/models/available-value-added-service-group.d.ts +1 -1
- package/dist/types/src/api-model/models/benefits.d.ts +1 -1
- package/dist/types/src/api-model/models/carrier-account-input.d.ts +2 -2
- package/dist/types/src/api-model/models/channel-details.d.ts +3 -3
- package/dist/types/src/api-model/models/charge-component.d.ts +1 -1
- package/dist/types/src/api-model/models/collect-on-delivery.d.ts +1 -1
- package/dist/types/src/api-model/models/collection-forms-history-record.d.ts +2 -2
- package/dist/types/src/api-model/models/direct-purchase-request.d.ts +4 -4
- package/dist/types/src/api-model/models/direct-purchase-response.d.ts +1 -1
- package/dist/types/src/api-model/models/direct-purchase-result.d.ts +1 -1
- package/dist/types/src/api-model/models/event.d.ts +2 -2
- package/dist/types/src/api-model/models/exception-operating-hours.d.ts +2 -2
- package/dist/types/src/api-model/models/generate-collection-form-request.d.ts +2 -2
- package/dist/types/src/api-model/models/generate-collection-form-response.d.ts +1 -1
- package/dist/types/src/api-model/models/get-access-points-response.d.ts +1 -1
- package/dist/types/src/api-model/models/get-access-points-result.d.ts +1 -1
- package/dist/types/src/api-model/models/get-carrier-account-form-inputs-response.d.ts +1 -1
- package/dist/types/src/api-model/models/get-carrier-accounts-request.d.ts +1 -1
- package/dist/types/src/api-model/models/get-carrier-accounts-response.d.ts +1 -1
- package/dist/types/src/api-model/models/get-collection-form-history-request.d.ts +3 -3
- package/dist/types/src/api-model/models/get-collection-form-history-response.d.ts +1 -1
- package/dist/types/src/api-model/models/get-collection-form-response.d.ts +1 -1
- package/dist/types/src/api-model/models/get-rates-request.d.ts +9 -9
- package/dist/types/src/api-model/models/get-rates-response.d.ts +1 -1
- package/dist/types/src/api-model/models/get-rates-result.d.ts +2 -2
- package/dist/types/src/api-model/models/get-shipment-documents-response.d.ts +1 -1
- package/dist/types/src/api-model/models/get-shipment-documents-result.d.ts +1 -1
- package/dist/types/src/api-model/models/get-tracking-response.d.ts +1 -1
- package/dist/types/src/api-model/models/get-tracking-result.d.ts +2 -2
- package/dist/types/src/api-model/models/get-unmanifested-shipments-request.d.ts +1 -1
- package/dist/types/src/api-model/models/get-unmanifested-shipments-response.d.ts +1 -1
- package/dist/types/src/api-model/models/ineligibility-reason.d.ts +1 -1
- package/dist/types/src/api-model/models/ineligible-rate.d.ts +1 -1
- package/dist/types/src/api-model/models/item.d.ts +6 -6
- package/dist/types/src/api-model/models/link-carrier-account-request.d.ts +2 -2
- package/dist/types/src/api-model/models/link-carrier-account-response.d.ts +1 -1
- package/dist/types/src/api-model/models/linkable-account-type.d.ts +2 -2
- package/dist/types/src/api-model/models/linkable-carrier.d.ts +1 -1
- package/dist/types/src/api-model/models/one-click-shipment-request.d.ts +9 -9
- package/dist/types/src/api-model/models/one-click-shipment-response.d.ts +1 -1
- package/dist/types/src/api-model/models/one-click-shipment-result.d.ts +5 -5
- package/dist/types/src/api-model/models/one-click-shipment-value-added-service.d.ts +1 -1
- package/dist/types/src/api-model/models/operating-hours.d.ts +1 -1
- package/dist/types/src/api-model/models/package-document-detail.d.ts +1 -1
- package/dist/types/src/api-model/models/package-document.d.ts +2 -2
- package/dist/types/src/api-model/models/package.d.ts +5 -5
- package/dist/types/src/api-model/models/print-option.d.ts +1 -1
- package/dist/types/src/api-model/models/promise.d.ts +1 -1
- package/dist/types/src/api-model/models/purchase-shipment-request.d.ts +2 -2
- package/dist/types/src/api-model/models/purchase-shipment-response.d.ts +1 -1
- package/dist/types/src/api-model/models/purchase-shipment-result.d.ts +2 -2
- package/dist/types/src/api-model/models/rate-item.d.ts +3 -3
- package/dist/types/src/api-model/models/rate.d.ts +8 -8
- package/dist/types/src/api-model/models/requested-document-specification.d.ts +3 -3
- package/dist/types/src/api-model/models/supported-document-detail.d.ts +1 -1
- package/dist/types/src/api-model/models/supported-document-specification.d.ts +3 -3
- package/dist/types/src/api-model/models/tax-detail.d.ts +1 -1
- package/dist/types/src/api-model/models/tracking-summary.d.ts +1 -1
- package/dist/types/src/api-model/models/unlink-carrier-account-request.d.ts +1 -1
- package/dist/types/src/api-model/models/unmanifested-carrier-information.d.ts +1 -1
- package/dist/types/src/api-model/models/unmanifested-shipment-location.d.ts +1 -1
- package/dist/types/src/api-model/models/value-added-service-details.d.ts +1 -1
- package/dist/types/src/api-model/models/value-added-service.d.ts +1 -1
- package/package.json +5 -5
|
@@ -10,36 +10,36 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { Configuration } from '../configuration';
|
|
13
|
-
import type { AxiosPromise, AxiosInstance,
|
|
13
|
+
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
14
|
import globalAxios from 'axios';
|
|
15
|
-
import { RequestArgs, BaseAPI } from '../base';
|
|
16
|
-
import { CancelShipmentResponse } from '../models';
|
|
17
|
-
import { DirectPurchaseRequest } from '../models';
|
|
18
|
-
import { DirectPurchaseResponse } from '../models';
|
|
19
|
-
import { GenerateCollectionFormRequest } from '../models';
|
|
20
|
-
import { GenerateCollectionFormResponse } from '../models';
|
|
21
|
-
import { GetAccessPointsResponse } from '../models';
|
|
22
|
-
import { GetAdditionalInputsResponse } from '../models';
|
|
23
|
-
import { GetCarrierAccountFormInputsResponse } from '../models';
|
|
24
|
-
import { GetCarrierAccountsRequest } from '../models';
|
|
25
|
-
import { GetCarrierAccountsResponse } from '../models';
|
|
26
|
-
import { GetCollectionFormHistoryRequest } from '../models';
|
|
27
|
-
import { GetCollectionFormHistoryResponse } from '../models';
|
|
28
|
-
import { GetCollectionFormResponse } from '../models';
|
|
29
|
-
import { GetRatesRequest } from '../models';
|
|
30
|
-
import { GetRatesResponse } from '../models';
|
|
31
|
-
import { GetShipmentDocumentsResponse } from '../models';
|
|
32
|
-
import { GetTrackingResponse } from '../models';
|
|
33
|
-
import { GetUnmanifestedShipmentsRequest } from '../models';
|
|
34
|
-
import { GetUnmanifestedShipmentsResponse } from '../models';
|
|
35
|
-
import { LinkCarrierAccountRequest } from '../models';
|
|
36
|
-
import { LinkCarrierAccountResponse } from '../models';
|
|
37
|
-
import { OneClickShipmentRequest } from '../models';
|
|
38
|
-
import { OneClickShipmentResponse } from '../models';
|
|
39
|
-
import { PurchaseShipmentRequest } from '../models';
|
|
40
|
-
import { PurchaseShipmentResponse } from '../models';
|
|
41
|
-
import { UnlinkCarrierAccountRequest } from '../models';
|
|
42
|
-
import { UnlinkCarrierAccountResponse } from '../models';
|
|
15
|
+
import { type RequestArgs, BaseAPI } from '../base';
|
|
16
|
+
import type { CancelShipmentResponse } from '../models';
|
|
17
|
+
import type { DirectPurchaseRequest } from '../models';
|
|
18
|
+
import type { DirectPurchaseResponse } from '../models';
|
|
19
|
+
import type { GenerateCollectionFormRequest } from '../models';
|
|
20
|
+
import type { GenerateCollectionFormResponse } from '../models';
|
|
21
|
+
import type { GetAccessPointsResponse } from '../models';
|
|
22
|
+
import type { GetAdditionalInputsResponse } from '../models';
|
|
23
|
+
import type { GetCarrierAccountFormInputsResponse } from '../models';
|
|
24
|
+
import type { GetCarrierAccountsRequest } from '../models';
|
|
25
|
+
import type { GetCarrierAccountsResponse } from '../models';
|
|
26
|
+
import type { GetCollectionFormHistoryRequest } from '../models';
|
|
27
|
+
import type { GetCollectionFormHistoryResponse } from '../models';
|
|
28
|
+
import type { GetCollectionFormResponse } from '../models';
|
|
29
|
+
import type { GetRatesRequest } from '../models';
|
|
30
|
+
import type { GetRatesResponse } from '../models';
|
|
31
|
+
import type { GetShipmentDocumentsResponse } from '../models';
|
|
32
|
+
import type { GetTrackingResponse } from '../models';
|
|
33
|
+
import type { GetUnmanifestedShipmentsRequest } from '../models';
|
|
34
|
+
import type { GetUnmanifestedShipmentsResponse } from '../models';
|
|
35
|
+
import type { LinkCarrierAccountRequest } from '../models';
|
|
36
|
+
import type { LinkCarrierAccountResponse } from '../models';
|
|
37
|
+
import type { OneClickShipmentRequest } from '../models';
|
|
38
|
+
import type { OneClickShipmentResponse } from '../models';
|
|
39
|
+
import type { PurchaseShipmentRequest } from '../models';
|
|
40
|
+
import type { PurchaseShipmentResponse } from '../models';
|
|
41
|
+
import type { UnlinkCarrierAccountRequest } from '../models';
|
|
42
|
+
import type { UnlinkCarrierAccountResponse } from '../models';
|
|
43
43
|
/**
|
|
44
44
|
* ShippingApi - axios parameter creator
|
|
45
45
|
* @export
|
|
@@ -48,151 +48,151 @@ export declare const ShippingApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
48
48
|
/**
|
|
49
49
|
* Cancels a purchased shipment. Returns an empty object if the shipment is successfully cancelled. **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).
|
|
50
50
|
* @param {string} shipmentId The shipment identifier originally returned by the purchaseShipment operation.
|
|
51
|
-
* @param {
|
|
51
|
+
* @param {CancelShipmentXAmznShippingBusinessIdEnum} [xAmznShippingBusinessId] Amazon shipping business to assume for this request. The default is AmazonShipping_UK.
|
|
52
52
|
* @param {*} [options] Override http request option.
|
|
53
53
|
* @throws {RequiredError}
|
|
54
54
|
*/
|
|
55
|
-
cancelShipment: (shipmentId: string, xAmznShippingBusinessId?:
|
|
55
|
+
cancelShipment: (shipmentId: string, xAmznShippingBusinessId?: CancelShipmentXAmznShippingBusinessIdEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
56
56
|
/**
|
|
57
57
|
* 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).
|
|
58
58
|
* @param {DirectPurchaseRequest} body
|
|
59
59
|
* @param {string} [xAmznIdempotencyKey] A unique value which the server uses to recognize subsequent retries of the same request.
|
|
60
60
|
* @param {string} [locale] The IETF Language Tag. Note that this only supports the primary language subtag with one secondary language subtag (i.e. en-US, fr-CA). The secondary language subtag is almost always a regional designation. This does not support additional subtags beyond the primary and secondary language subtags.
|
|
61
|
-
* @param {
|
|
61
|
+
* @param {DirectPurchaseShipmentXAmznShippingBusinessIdEnum} [xAmznShippingBusinessId] Amazon shipping business to assume for this request. The default is AmazonShipping_UK.
|
|
62
62
|
* @param {*} [options] Override http request option.
|
|
63
63
|
* @throws {RequiredError}
|
|
64
64
|
*/
|
|
65
|
-
directPurchaseShipment: (body: DirectPurchaseRequest, xAmznIdempotencyKey?: string, locale?: string, xAmznShippingBusinessId?:
|
|
65
|
+
directPurchaseShipment: (body: DirectPurchaseRequest, xAmznIdempotencyKey?: string, locale?: string, xAmznShippingBusinessId?: DirectPurchaseShipmentXAmznShippingBusinessIdEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
66
66
|
/**
|
|
67
67
|
* 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).
|
|
68
68
|
* @param {GenerateCollectionFormRequest} body
|
|
69
69
|
* @param {string} [xAmznIdempotencyKey] A unique value which the server uses to recognize subsequent retries of the same request.
|
|
70
|
-
* @param {
|
|
70
|
+
* @param {GenerateCollectionFormXAmznShippingBusinessIdEnum} [xAmznShippingBusinessId] Amazon shipping business to assume for this request. The default is AmazonShipping_UK.
|
|
71
71
|
* @param {*} [options] Override http request option.
|
|
72
72
|
* @throws {RequiredError}
|
|
73
73
|
*/
|
|
74
|
-
generateCollectionForm: (body: GenerateCollectionFormRequest, xAmznIdempotencyKey?: string, xAmznShippingBusinessId?:
|
|
74
|
+
generateCollectionForm: (body: GenerateCollectionFormRequest, xAmznIdempotencyKey?: string, xAmznShippingBusinessId?: GenerateCollectionFormXAmznShippingBusinessIdEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
75
75
|
/**
|
|
76
76
|
* 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).
|
|
77
|
-
* @param {Array<
|
|
77
|
+
* @param {Array<GetAccessPointsAccessPointTypesEnum>} accessPointTypes
|
|
78
78
|
* @param {string} countryCode
|
|
79
79
|
* @param {string} postalCode
|
|
80
|
-
* @param {
|
|
80
|
+
* @param {GetAccessPointsXAmznShippingBusinessIdEnum} [xAmznShippingBusinessId] Amazon shipping business to assume for this request. The default is AmazonShipping_UK.
|
|
81
81
|
* @param {*} [options] Override http request option.
|
|
82
82
|
* @throws {RequiredError}
|
|
83
83
|
*/
|
|
84
|
-
getAccessPoints: (accessPointTypes: Array<
|
|
84
|
+
getAccessPoints: (accessPointTypes: Array<GetAccessPointsAccessPointTypesEnum>, countryCode: string, postalCode: string, xAmznShippingBusinessId?: GetAccessPointsXAmznShippingBusinessIdEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
85
85
|
/**
|
|
86
86
|
* 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).
|
|
87
87
|
* @param {string} requestToken The request token returned in the response to the getRates operation.
|
|
88
88
|
* @param {string} rateId The rate identifier for the shipping offering (rate) returned in the response to the getRates operation.
|
|
89
|
-
* @param {
|
|
89
|
+
* @param {GetAdditionalInputsXAmznShippingBusinessIdEnum} [xAmznShippingBusinessId] Amazon shipping business to assume for this request. The default is AmazonShipping_UK.
|
|
90
90
|
* @param {*} [options] Override http request option.
|
|
91
91
|
* @throws {RequiredError}
|
|
92
92
|
*/
|
|
93
|
-
getAdditionalInputs: (requestToken: string, rateId: string, xAmznShippingBusinessId?:
|
|
93
|
+
getAdditionalInputs: (requestToken: string, rateId: string, xAmznShippingBusinessId?: GetAdditionalInputsXAmznShippingBusinessIdEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
94
94
|
/**
|
|
95
95
|
* 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).
|
|
96
|
-
* @param {
|
|
96
|
+
* @param {GetCarrierAccountFormInputsXAmznShippingBusinessIdEnum} [xAmznShippingBusinessId] Amazon shipping business to assume for this request. The default is AmazonShipping_UK.
|
|
97
97
|
* @param {*} [options] Override http request option.
|
|
98
98
|
* @throws {RequiredError}
|
|
99
99
|
*/
|
|
100
|
-
getCarrierAccountFormInputs: (xAmznShippingBusinessId?:
|
|
100
|
+
getCarrierAccountFormInputs: (xAmznShippingBusinessId?: GetCarrierAccountFormInputsXAmznShippingBusinessIdEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
101
101
|
/**
|
|
102
102
|
* 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).
|
|
103
103
|
* @param {GetCarrierAccountsRequest} body
|
|
104
|
-
* @param {
|
|
104
|
+
* @param {GetCarrierAccountsXAmznShippingBusinessIdEnum} [xAmznShippingBusinessId] Amazon shipping business to assume for this request. The default is AmazonShipping_UK.
|
|
105
105
|
* @param {*} [options] Override http request option.
|
|
106
106
|
* @throws {RequiredError}
|
|
107
107
|
*/
|
|
108
|
-
getCarrierAccounts: (body: GetCarrierAccountsRequest, xAmznShippingBusinessId?:
|
|
108
|
+
getCarrierAccounts: (body: GetCarrierAccountsRequest, xAmznShippingBusinessId?: GetCarrierAccountsXAmznShippingBusinessIdEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
109
109
|
/**
|
|
110
110
|
* 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).
|
|
111
111
|
* @param {string} collectionFormId collection form Id to reprint a collection.
|
|
112
|
-
* @param {
|
|
112
|
+
* @param {GetCollectionFormXAmznShippingBusinessIdEnum} [xAmznShippingBusinessId] Amazon shipping business to assume for this request. The default is AmazonShipping_UK.
|
|
113
113
|
* @param {*} [options] Override http request option.
|
|
114
114
|
* @throws {RequiredError}
|
|
115
115
|
*/
|
|
116
|
-
getCollectionForm: (collectionFormId: string, xAmznShippingBusinessId?:
|
|
116
|
+
getCollectionForm: (collectionFormId: string, xAmznShippingBusinessId?: GetCollectionFormXAmznShippingBusinessIdEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
117
117
|
/**
|
|
118
118
|
* 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).
|
|
119
119
|
* @param {GetCollectionFormHistoryRequest} body
|
|
120
|
-
* @param {
|
|
120
|
+
* @param {GetCollectionFormHistoryXAmznShippingBusinessIdEnum} [xAmznShippingBusinessId] Amazon shipping business to assume for this request. The default is AmazonShipping_UK.
|
|
121
121
|
* @param {*} [options] Override http request option.
|
|
122
122
|
* @throws {RequiredError}
|
|
123
123
|
*/
|
|
124
|
-
getCollectionFormHistory: (body: GetCollectionFormHistoryRequest, xAmznShippingBusinessId?:
|
|
124
|
+
getCollectionFormHistory: (body: GetCollectionFormHistoryRequest, xAmznShippingBusinessId?: GetCollectionFormHistoryXAmznShippingBusinessIdEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
125
125
|
/**
|
|
126
126
|
* 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).
|
|
127
127
|
* @param {GetRatesRequest} body
|
|
128
|
-
* @param {
|
|
128
|
+
* @param {GetRatesXAmznShippingBusinessIdEnum} [xAmznShippingBusinessId] Amazon shipping business to assume for this request. The default is AmazonShipping_UK.
|
|
129
129
|
* @param {*} [options] Override http request option.
|
|
130
130
|
* @throws {RequiredError}
|
|
131
131
|
*/
|
|
132
|
-
getRates: (body: GetRatesRequest, xAmznShippingBusinessId?:
|
|
132
|
+
getRates: (body: GetRatesRequest, xAmznShippingBusinessId?: GetRatesXAmznShippingBusinessIdEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
133
133
|
/**
|
|
134
134
|
* 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).
|
|
135
135
|
* @param {string} shipmentId The shipment identifier originally returned by the purchaseShipment operation.
|
|
136
136
|
* @param {string} packageClientReferenceId The package client reference identifier originally provided in the request body parameter for the getRates operation.
|
|
137
137
|
* @param {string} [format] The file format of the document. Must be one of the supported formats returned by the getRates operation.
|
|
138
138
|
* @param {number} [dpi] The resolution of the document (for example, 300 means 300 dots per inch). Must be one of the supported resolutions returned in the response to the getRates operation.
|
|
139
|
-
* @param {
|
|
139
|
+
* @param {GetShipmentDocumentsXAmznShippingBusinessIdEnum} [xAmznShippingBusinessId] Amazon shipping business to assume for this request. The default is AmazonShipping_UK.
|
|
140
140
|
* @param {*} [options] Override http request option.
|
|
141
141
|
* @throws {RequiredError}
|
|
142
142
|
*/
|
|
143
|
-
getShipmentDocuments: (shipmentId: string, packageClientReferenceId: string, format?: string, dpi?: number, xAmznShippingBusinessId?:
|
|
143
|
+
getShipmentDocuments: (shipmentId: string, packageClientReferenceId: string, format?: string, dpi?: number, xAmznShippingBusinessId?: GetShipmentDocumentsXAmznShippingBusinessIdEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
144
144
|
/**
|
|
145
145
|
* 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).
|
|
146
146
|
* @param {string} trackingId A carrier-generated tracking identifier originally returned by the purchaseShipment operation.
|
|
147
147
|
* @param {string} carrierId A carrier identifier originally returned by the getRates operation for the selected rate.
|
|
148
|
-
* @param {
|
|
148
|
+
* @param {GetTrackingXAmznShippingBusinessIdEnum} [xAmznShippingBusinessId] Amazon shipping business to assume for this request. The default is AmazonShipping_UK.
|
|
149
149
|
* @param {*} [options] Override http request option.
|
|
150
150
|
* @throws {RequiredError}
|
|
151
151
|
*/
|
|
152
|
-
getTracking: (trackingId: string, carrierId: string, xAmznShippingBusinessId?:
|
|
152
|
+
getTracking: (trackingId: string, carrierId: string, xAmznShippingBusinessId?: GetTrackingXAmznShippingBusinessIdEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
153
153
|
/**
|
|
154
154
|
* 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).
|
|
155
155
|
* @param {GetUnmanifestedShipmentsRequest} body
|
|
156
|
-
* @param {
|
|
156
|
+
* @param {GetUnmanifestedShipmentsXAmznShippingBusinessIdEnum} [xAmznShippingBusinessId] Amazon shipping business to assume for this request. The default is AmazonShipping_UK.
|
|
157
157
|
* @param {*} [options] Override http request option.
|
|
158
158
|
* @throws {RequiredError}
|
|
159
159
|
*/
|
|
160
|
-
getUnmanifestedShipments: (body: GetUnmanifestedShipmentsRequest, xAmznShippingBusinessId?:
|
|
160
|
+
getUnmanifestedShipments: (body: GetUnmanifestedShipmentsRequest, xAmznShippingBusinessId?: GetUnmanifestedShipmentsXAmznShippingBusinessIdEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
161
161
|
/**
|
|
162
162
|
* 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).
|
|
163
163
|
* @param {string} carrierId The unique identifier associated with the carrier account.
|
|
164
164
|
* @param {LinkCarrierAccountRequest} body
|
|
165
|
-
* @param {
|
|
165
|
+
* @param {LinkCarrierAccountXAmznShippingBusinessIdEnum} [xAmznShippingBusinessId] Amazon shipping business to assume for this request. The default is AmazonShipping_UK.
|
|
166
166
|
* @param {*} [options] Override http request option.
|
|
167
167
|
* @throws {RequiredError}
|
|
168
168
|
*/
|
|
169
|
-
linkCarrierAccount: (carrierId: string, body: LinkCarrierAccountRequest, xAmznShippingBusinessId?:
|
|
169
|
+
linkCarrierAccount: (carrierId: string, body: LinkCarrierAccountRequest, xAmznShippingBusinessId?: LinkCarrierAccountXAmznShippingBusinessIdEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
170
170
|
/**
|
|
171
171
|
* 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).
|
|
172
172
|
* @param {OneClickShipmentRequest} body
|
|
173
|
-
* @param {
|
|
173
|
+
* @param {OneClickShipmentXAmznShippingBusinessIdEnum} [xAmznShippingBusinessId] Amazon shipping business to assume for this request. The default is AmazonShipping_UK.
|
|
174
174
|
* @param {*} [options] Override http request option.
|
|
175
175
|
* @throws {RequiredError}
|
|
176
176
|
*/
|
|
177
|
-
oneClickShipment: (body: OneClickShipmentRequest, xAmznShippingBusinessId?:
|
|
177
|
+
oneClickShipment: (body: OneClickShipmentRequest, xAmznShippingBusinessId?: OneClickShipmentXAmznShippingBusinessIdEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
178
178
|
/**
|
|
179
179
|
* 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).
|
|
180
180
|
* @param {PurchaseShipmentRequest} body
|
|
181
181
|
* @param {string} [xAmznIdempotencyKey] A unique value which the server uses to recognize subsequent retries of the same request.
|
|
182
|
-
* @param {
|
|
182
|
+
* @param {PurchaseShipmentXAmznShippingBusinessIdEnum} [xAmznShippingBusinessId] Amazon shipping business to assume for this request. The default is AmazonShipping_UK.
|
|
183
183
|
* @param {*} [options] Override http request option.
|
|
184
184
|
* @throws {RequiredError}
|
|
185
185
|
*/
|
|
186
|
-
purchaseShipment: (body: PurchaseShipmentRequest, xAmznIdempotencyKey?: string, xAmznShippingBusinessId?:
|
|
186
|
+
purchaseShipment: (body: PurchaseShipmentRequest, xAmznIdempotencyKey?: string, xAmznShippingBusinessId?: PurchaseShipmentXAmznShippingBusinessIdEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
187
187
|
/**
|
|
188
188
|
* 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).
|
|
189
189
|
* @param {string} carrierId carrier Id to unlink with merchant.
|
|
190
190
|
* @param {UnlinkCarrierAccountRequest} body
|
|
191
|
-
* @param {
|
|
191
|
+
* @param {UnlinkCarrierAccountXAmznShippingBusinessIdEnum} [xAmznShippingBusinessId] Amazon shipping business to assume for this request. The default is AmazonShipping_UK.
|
|
192
192
|
* @param {*} [options] Override http request option.
|
|
193
193
|
* @throws {RequiredError}
|
|
194
194
|
*/
|
|
195
|
-
unlinkCarrierAccount: (carrierId: string, body: UnlinkCarrierAccountRequest, xAmznShippingBusinessId?:
|
|
195
|
+
unlinkCarrierAccount: (carrierId: string, body: UnlinkCarrierAccountRequest, xAmznShippingBusinessId?: UnlinkCarrierAccountXAmznShippingBusinessIdEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
196
196
|
};
|
|
197
197
|
/**
|
|
198
198
|
* ShippingApi - functional programming interface
|
|
@@ -202,151 +202,151 @@ export declare const ShippingApiFp: (configuration?: Configuration) => {
|
|
|
202
202
|
/**
|
|
203
203
|
* Cancels a purchased shipment. Returns an empty object if the shipment is successfully cancelled. **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).
|
|
204
204
|
* @param {string} shipmentId The shipment identifier originally returned by the purchaseShipment operation.
|
|
205
|
-
* @param {
|
|
205
|
+
* @param {CancelShipmentXAmznShippingBusinessIdEnum} [xAmznShippingBusinessId] Amazon shipping business to assume for this request. The default is AmazonShipping_UK.
|
|
206
206
|
* @param {*} [options] Override http request option.
|
|
207
207
|
* @throws {RequiredError}
|
|
208
208
|
*/
|
|
209
|
-
cancelShipment(shipmentId: string, xAmznShippingBusinessId?:
|
|
209
|
+
cancelShipment(shipmentId: string, xAmznShippingBusinessId?: CancelShipmentXAmznShippingBusinessIdEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CancelShipmentResponse>>;
|
|
210
210
|
/**
|
|
211
211
|
* 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).
|
|
212
212
|
* @param {DirectPurchaseRequest} body
|
|
213
213
|
* @param {string} [xAmznIdempotencyKey] A unique value which the server uses to recognize subsequent retries of the same request.
|
|
214
214
|
* @param {string} [locale] The IETF Language Tag. Note that this only supports the primary language subtag with one secondary language subtag (i.e. en-US, fr-CA). The secondary language subtag is almost always a regional designation. This does not support additional subtags beyond the primary and secondary language subtags.
|
|
215
|
-
* @param {
|
|
215
|
+
* @param {DirectPurchaseShipmentXAmznShippingBusinessIdEnum} [xAmznShippingBusinessId] Amazon shipping business to assume for this request. The default is AmazonShipping_UK.
|
|
216
216
|
* @param {*} [options] Override http request option.
|
|
217
217
|
* @throws {RequiredError}
|
|
218
218
|
*/
|
|
219
|
-
directPurchaseShipment(body: DirectPurchaseRequest, xAmznIdempotencyKey?: string, locale?: string, xAmznShippingBusinessId?:
|
|
219
|
+
directPurchaseShipment(body: DirectPurchaseRequest, xAmznIdempotencyKey?: string, locale?: string, xAmznShippingBusinessId?: DirectPurchaseShipmentXAmznShippingBusinessIdEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DirectPurchaseResponse>>;
|
|
220
220
|
/**
|
|
221
221
|
* 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).
|
|
222
222
|
* @param {GenerateCollectionFormRequest} body
|
|
223
223
|
* @param {string} [xAmznIdempotencyKey] A unique value which the server uses to recognize subsequent retries of the same request.
|
|
224
|
-
* @param {
|
|
224
|
+
* @param {GenerateCollectionFormXAmznShippingBusinessIdEnum} [xAmznShippingBusinessId] Amazon shipping business to assume for this request. The default is AmazonShipping_UK.
|
|
225
225
|
* @param {*} [options] Override http request option.
|
|
226
226
|
* @throws {RequiredError}
|
|
227
227
|
*/
|
|
228
|
-
generateCollectionForm(body: GenerateCollectionFormRequest, xAmznIdempotencyKey?: string, xAmznShippingBusinessId?:
|
|
228
|
+
generateCollectionForm(body: GenerateCollectionFormRequest, xAmznIdempotencyKey?: string, xAmznShippingBusinessId?: GenerateCollectionFormXAmznShippingBusinessIdEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GenerateCollectionFormResponse>>;
|
|
229
229
|
/**
|
|
230
230
|
* 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).
|
|
231
|
-
* @param {Array<
|
|
231
|
+
* @param {Array<GetAccessPointsAccessPointTypesEnum>} accessPointTypes
|
|
232
232
|
* @param {string} countryCode
|
|
233
233
|
* @param {string} postalCode
|
|
234
|
-
* @param {
|
|
234
|
+
* @param {GetAccessPointsXAmznShippingBusinessIdEnum} [xAmznShippingBusinessId] Amazon shipping business to assume for this request. The default is AmazonShipping_UK.
|
|
235
235
|
* @param {*} [options] Override http request option.
|
|
236
236
|
* @throws {RequiredError}
|
|
237
237
|
*/
|
|
238
|
-
getAccessPoints(accessPointTypes: Array<
|
|
238
|
+
getAccessPoints(accessPointTypes: Array<GetAccessPointsAccessPointTypesEnum>, countryCode: string, postalCode: string, xAmznShippingBusinessId?: GetAccessPointsXAmznShippingBusinessIdEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAccessPointsResponse>>;
|
|
239
239
|
/**
|
|
240
240
|
* 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).
|
|
241
241
|
* @param {string} requestToken The request token returned in the response to the getRates operation.
|
|
242
242
|
* @param {string} rateId The rate identifier for the shipping offering (rate) returned in the response to the getRates operation.
|
|
243
|
-
* @param {
|
|
243
|
+
* @param {GetAdditionalInputsXAmznShippingBusinessIdEnum} [xAmznShippingBusinessId] Amazon shipping business to assume for this request. The default is AmazonShipping_UK.
|
|
244
244
|
* @param {*} [options] Override http request option.
|
|
245
245
|
* @throws {RequiredError}
|
|
246
246
|
*/
|
|
247
|
-
getAdditionalInputs(requestToken: string, rateId: string, xAmznShippingBusinessId?:
|
|
247
|
+
getAdditionalInputs(requestToken: string, rateId: string, xAmznShippingBusinessId?: GetAdditionalInputsXAmznShippingBusinessIdEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAdditionalInputsResponse>>;
|
|
248
248
|
/**
|
|
249
249
|
* 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).
|
|
250
|
-
* @param {
|
|
250
|
+
* @param {GetCarrierAccountFormInputsXAmznShippingBusinessIdEnum} [xAmznShippingBusinessId] Amazon shipping business to assume for this request. The default is AmazonShipping_UK.
|
|
251
251
|
* @param {*} [options] Override http request option.
|
|
252
252
|
* @throws {RequiredError}
|
|
253
253
|
*/
|
|
254
|
-
getCarrierAccountFormInputs(xAmznShippingBusinessId?:
|
|
254
|
+
getCarrierAccountFormInputs(xAmznShippingBusinessId?: GetCarrierAccountFormInputsXAmznShippingBusinessIdEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetCarrierAccountFormInputsResponse>>;
|
|
255
255
|
/**
|
|
256
256
|
* 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).
|
|
257
257
|
* @param {GetCarrierAccountsRequest} body
|
|
258
|
-
* @param {
|
|
258
|
+
* @param {GetCarrierAccountsXAmznShippingBusinessIdEnum} [xAmznShippingBusinessId] Amazon shipping business to assume for this request. The default is AmazonShipping_UK.
|
|
259
259
|
* @param {*} [options] Override http request option.
|
|
260
260
|
* @throws {RequiredError}
|
|
261
261
|
*/
|
|
262
|
-
getCarrierAccounts(body: GetCarrierAccountsRequest, xAmznShippingBusinessId?:
|
|
262
|
+
getCarrierAccounts(body: GetCarrierAccountsRequest, xAmznShippingBusinessId?: GetCarrierAccountsXAmznShippingBusinessIdEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetCarrierAccountsResponse>>;
|
|
263
263
|
/**
|
|
264
264
|
* 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).
|
|
265
265
|
* @param {string} collectionFormId collection form Id to reprint a collection.
|
|
266
|
-
* @param {
|
|
266
|
+
* @param {GetCollectionFormXAmznShippingBusinessIdEnum} [xAmznShippingBusinessId] Amazon shipping business to assume for this request. The default is AmazonShipping_UK.
|
|
267
267
|
* @param {*} [options] Override http request option.
|
|
268
268
|
* @throws {RequiredError}
|
|
269
269
|
*/
|
|
270
|
-
getCollectionForm(collectionFormId: string, xAmznShippingBusinessId?:
|
|
270
|
+
getCollectionForm(collectionFormId: string, xAmznShippingBusinessId?: GetCollectionFormXAmznShippingBusinessIdEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetCollectionFormResponse>>;
|
|
271
271
|
/**
|
|
272
272
|
* 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).
|
|
273
273
|
* @param {GetCollectionFormHistoryRequest} body
|
|
274
|
-
* @param {
|
|
274
|
+
* @param {GetCollectionFormHistoryXAmznShippingBusinessIdEnum} [xAmznShippingBusinessId] Amazon shipping business to assume for this request. The default is AmazonShipping_UK.
|
|
275
275
|
* @param {*} [options] Override http request option.
|
|
276
276
|
* @throws {RequiredError}
|
|
277
277
|
*/
|
|
278
|
-
getCollectionFormHistory(body: GetCollectionFormHistoryRequest, xAmznShippingBusinessId?:
|
|
278
|
+
getCollectionFormHistory(body: GetCollectionFormHistoryRequest, xAmznShippingBusinessId?: GetCollectionFormHistoryXAmznShippingBusinessIdEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetCollectionFormHistoryResponse>>;
|
|
279
279
|
/**
|
|
280
280
|
* 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).
|
|
281
281
|
* @param {GetRatesRequest} body
|
|
282
|
-
* @param {
|
|
282
|
+
* @param {GetRatesXAmznShippingBusinessIdEnum} [xAmznShippingBusinessId] Amazon shipping business to assume for this request. The default is AmazonShipping_UK.
|
|
283
283
|
* @param {*} [options] Override http request option.
|
|
284
284
|
* @throws {RequiredError}
|
|
285
285
|
*/
|
|
286
|
-
getRates(body: GetRatesRequest, xAmznShippingBusinessId?:
|
|
286
|
+
getRates(body: GetRatesRequest, xAmznShippingBusinessId?: GetRatesXAmznShippingBusinessIdEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetRatesResponse>>;
|
|
287
287
|
/**
|
|
288
288
|
* 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).
|
|
289
289
|
* @param {string} shipmentId The shipment identifier originally returned by the purchaseShipment operation.
|
|
290
290
|
* @param {string} packageClientReferenceId The package client reference identifier originally provided in the request body parameter for the getRates operation.
|
|
291
291
|
* @param {string} [format] The file format of the document. Must be one of the supported formats returned by the getRates operation.
|
|
292
292
|
* @param {number} [dpi] The resolution of the document (for example, 300 means 300 dots per inch). Must be one of the supported resolutions returned in the response to the getRates operation.
|
|
293
|
-
* @param {
|
|
293
|
+
* @param {GetShipmentDocumentsXAmznShippingBusinessIdEnum} [xAmznShippingBusinessId] Amazon shipping business to assume for this request. The default is AmazonShipping_UK.
|
|
294
294
|
* @param {*} [options] Override http request option.
|
|
295
295
|
* @throws {RequiredError}
|
|
296
296
|
*/
|
|
297
|
-
getShipmentDocuments(shipmentId: string, packageClientReferenceId: string, format?: string, dpi?: number, xAmznShippingBusinessId?:
|
|
297
|
+
getShipmentDocuments(shipmentId: string, packageClientReferenceId: string, format?: string, dpi?: number, xAmznShippingBusinessId?: GetShipmentDocumentsXAmznShippingBusinessIdEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetShipmentDocumentsResponse>>;
|
|
298
298
|
/**
|
|
299
299
|
* 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).
|
|
300
300
|
* @param {string} trackingId A carrier-generated tracking identifier originally returned by the purchaseShipment operation.
|
|
301
301
|
* @param {string} carrierId A carrier identifier originally returned by the getRates operation for the selected rate.
|
|
302
|
-
* @param {
|
|
302
|
+
* @param {GetTrackingXAmznShippingBusinessIdEnum} [xAmznShippingBusinessId] Amazon shipping business to assume for this request. The default is AmazonShipping_UK.
|
|
303
303
|
* @param {*} [options] Override http request option.
|
|
304
304
|
* @throws {RequiredError}
|
|
305
305
|
*/
|
|
306
|
-
getTracking(trackingId: string, carrierId: string, xAmznShippingBusinessId?:
|
|
306
|
+
getTracking(trackingId: string, carrierId: string, xAmznShippingBusinessId?: GetTrackingXAmznShippingBusinessIdEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetTrackingResponse>>;
|
|
307
307
|
/**
|
|
308
308
|
* 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).
|
|
309
309
|
* @param {GetUnmanifestedShipmentsRequest} body
|
|
310
|
-
* @param {
|
|
310
|
+
* @param {GetUnmanifestedShipmentsXAmznShippingBusinessIdEnum} [xAmznShippingBusinessId] Amazon shipping business to assume for this request. The default is AmazonShipping_UK.
|
|
311
311
|
* @param {*} [options] Override http request option.
|
|
312
312
|
* @throws {RequiredError}
|
|
313
313
|
*/
|
|
314
|
-
getUnmanifestedShipments(body: GetUnmanifestedShipmentsRequest, xAmznShippingBusinessId?:
|
|
314
|
+
getUnmanifestedShipments(body: GetUnmanifestedShipmentsRequest, xAmznShippingBusinessId?: GetUnmanifestedShipmentsXAmznShippingBusinessIdEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetUnmanifestedShipmentsResponse>>;
|
|
315
315
|
/**
|
|
316
316
|
* 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).
|
|
317
317
|
* @param {string} carrierId The unique identifier associated with the carrier account.
|
|
318
318
|
* @param {LinkCarrierAccountRequest} body
|
|
319
|
-
* @param {
|
|
319
|
+
* @param {LinkCarrierAccountXAmznShippingBusinessIdEnum} [xAmznShippingBusinessId] Amazon shipping business to assume for this request. The default is AmazonShipping_UK.
|
|
320
320
|
* @param {*} [options] Override http request option.
|
|
321
321
|
* @throws {RequiredError}
|
|
322
322
|
*/
|
|
323
|
-
linkCarrierAccount(carrierId: string, body: LinkCarrierAccountRequest, xAmznShippingBusinessId?:
|
|
323
|
+
linkCarrierAccount(carrierId: string, body: LinkCarrierAccountRequest, xAmznShippingBusinessId?: LinkCarrierAccountXAmznShippingBusinessIdEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LinkCarrierAccountResponse>>;
|
|
324
324
|
/**
|
|
325
325
|
* 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).
|
|
326
326
|
* @param {OneClickShipmentRequest} body
|
|
327
|
-
* @param {
|
|
327
|
+
* @param {OneClickShipmentXAmznShippingBusinessIdEnum} [xAmznShippingBusinessId] Amazon shipping business to assume for this request. The default is AmazonShipping_UK.
|
|
328
328
|
* @param {*} [options] Override http request option.
|
|
329
329
|
* @throws {RequiredError}
|
|
330
330
|
*/
|
|
331
|
-
oneClickShipment(body: OneClickShipmentRequest, xAmznShippingBusinessId?:
|
|
331
|
+
oneClickShipment(body: OneClickShipmentRequest, xAmznShippingBusinessId?: OneClickShipmentXAmznShippingBusinessIdEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OneClickShipmentResponse>>;
|
|
332
332
|
/**
|
|
333
333
|
* 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).
|
|
334
334
|
* @param {PurchaseShipmentRequest} body
|
|
335
335
|
* @param {string} [xAmznIdempotencyKey] A unique value which the server uses to recognize subsequent retries of the same request.
|
|
336
|
-
* @param {
|
|
336
|
+
* @param {PurchaseShipmentXAmznShippingBusinessIdEnum} [xAmznShippingBusinessId] Amazon shipping business to assume for this request. The default is AmazonShipping_UK.
|
|
337
337
|
* @param {*} [options] Override http request option.
|
|
338
338
|
* @throws {RequiredError}
|
|
339
339
|
*/
|
|
340
|
-
purchaseShipment(body: PurchaseShipmentRequest, xAmznIdempotencyKey?: string, xAmznShippingBusinessId?:
|
|
340
|
+
purchaseShipment(body: PurchaseShipmentRequest, xAmznIdempotencyKey?: string, xAmznShippingBusinessId?: PurchaseShipmentXAmznShippingBusinessIdEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PurchaseShipmentResponse>>;
|
|
341
341
|
/**
|
|
342
342
|
* 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).
|
|
343
343
|
* @param {string} carrierId carrier Id to unlink with merchant.
|
|
344
344
|
* @param {UnlinkCarrierAccountRequest} body
|
|
345
|
-
* @param {
|
|
345
|
+
* @param {UnlinkCarrierAccountXAmznShippingBusinessIdEnum} [xAmznShippingBusinessId] Amazon shipping business to assume for this request. The default is AmazonShipping_UK.
|
|
346
346
|
* @param {*} [options] Override http request option.
|
|
347
347
|
* @throws {RequiredError}
|
|
348
348
|
*/
|
|
349
|
-
unlinkCarrierAccount(carrierId: string, body: UnlinkCarrierAccountRequest, xAmznShippingBusinessId?:
|
|
349
|
+
unlinkCarrierAccount(carrierId: string, body: UnlinkCarrierAccountRequest, xAmznShippingBusinessId?: UnlinkCarrierAccountXAmznShippingBusinessIdEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UnlinkCarrierAccountResponse>>;
|
|
350
350
|
};
|
|
351
351
|
/**
|
|
352
352
|
* ShippingApi - factory interface
|
|
@@ -359,119 +359,119 @@ export declare const ShippingApiFactory: (configuration?: Configuration, basePat
|
|
|
359
359
|
* @param {*} [options] Override http request option.
|
|
360
360
|
* @throws {RequiredError}
|
|
361
361
|
*/
|
|
362
|
-
cancelShipment(requestParameters: ShippingApiCancelShipmentRequest, options?:
|
|
362
|
+
cancelShipment(requestParameters: ShippingApiCancelShipmentRequest, options?: RawAxiosRequestConfig): AxiosPromise<CancelShipmentResponse>;
|
|
363
363
|
/**
|
|
364
364
|
* 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).
|
|
365
365
|
* @param {ShippingApiDirectPurchaseShipmentRequest} requestParameters Request parameters.
|
|
366
366
|
* @param {*} [options] Override http request option.
|
|
367
367
|
* @throws {RequiredError}
|
|
368
368
|
*/
|
|
369
|
-
directPurchaseShipment(requestParameters: ShippingApiDirectPurchaseShipmentRequest, options?:
|
|
369
|
+
directPurchaseShipment(requestParameters: ShippingApiDirectPurchaseShipmentRequest, options?: RawAxiosRequestConfig): AxiosPromise<DirectPurchaseResponse>;
|
|
370
370
|
/**
|
|
371
371
|
* 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).
|
|
372
372
|
* @param {ShippingApiGenerateCollectionFormRequest} requestParameters Request parameters.
|
|
373
373
|
* @param {*} [options] Override http request option.
|
|
374
374
|
* @throws {RequiredError}
|
|
375
375
|
*/
|
|
376
|
-
generateCollectionForm(requestParameters: ShippingApiGenerateCollectionFormRequest, options?:
|
|
376
|
+
generateCollectionForm(requestParameters: ShippingApiGenerateCollectionFormRequest, options?: RawAxiosRequestConfig): AxiosPromise<GenerateCollectionFormResponse>;
|
|
377
377
|
/**
|
|
378
378
|
* 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).
|
|
379
379
|
* @param {ShippingApiGetAccessPointsRequest} requestParameters Request parameters.
|
|
380
380
|
* @param {*} [options] Override http request option.
|
|
381
381
|
* @throws {RequiredError}
|
|
382
382
|
*/
|
|
383
|
-
getAccessPoints(requestParameters: ShippingApiGetAccessPointsRequest, options?:
|
|
383
|
+
getAccessPoints(requestParameters: ShippingApiGetAccessPointsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetAccessPointsResponse>;
|
|
384
384
|
/**
|
|
385
385
|
* 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).
|
|
386
386
|
* @param {ShippingApiGetAdditionalInputsRequest} requestParameters Request parameters.
|
|
387
387
|
* @param {*} [options] Override http request option.
|
|
388
388
|
* @throws {RequiredError}
|
|
389
389
|
*/
|
|
390
|
-
getAdditionalInputs(requestParameters: ShippingApiGetAdditionalInputsRequest, options?:
|
|
390
|
+
getAdditionalInputs(requestParameters: ShippingApiGetAdditionalInputsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetAdditionalInputsResponse>;
|
|
391
391
|
/**
|
|
392
392
|
* 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).
|
|
393
393
|
* @param {ShippingApiGetCarrierAccountFormInputsRequest} requestParameters Request parameters.
|
|
394
394
|
* @param {*} [options] Override http request option.
|
|
395
395
|
* @throws {RequiredError}
|
|
396
396
|
*/
|
|
397
|
-
getCarrierAccountFormInputs(requestParameters?: ShippingApiGetCarrierAccountFormInputsRequest, options?:
|
|
397
|
+
getCarrierAccountFormInputs(requestParameters?: ShippingApiGetCarrierAccountFormInputsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetCarrierAccountFormInputsResponse>;
|
|
398
398
|
/**
|
|
399
399
|
* 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).
|
|
400
400
|
* @param {ShippingApiGetCarrierAccountsRequest} requestParameters Request parameters.
|
|
401
401
|
* @param {*} [options] Override http request option.
|
|
402
402
|
* @throws {RequiredError}
|
|
403
403
|
*/
|
|
404
|
-
getCarrierAccounts(requestParameters: ShippingApiGetCarrierAccountsRequest, options?:
|
|
404
|
+
getCarrierAccounts(requestParameters: ShippingApiGetCarrierAccountsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetCarrierAccountsResponse>;
|
|
405
405
|
/**
|
|
406
406
|
* 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).
|
|
407
407
|
* @param {ShippingApiGetCollectionFormRequest} requestParameters Request parameters.
|
|
408
408
|
* @param {*} [options] Override http request option.
|
|
409
409
|
* @throws {RequiredError}
|
|
410
410
|
*/
|
|
411
|
-
getCollectionForm(requestParameters: ShippingApiGetCollectionFormRequest, options?:
|
|
411
|
+
getCollectionForm(requestParameters: ShippingApiGetCollectionFormRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetCollectionFormResponse>;
|
|
412
412
|
/**
|
|
413
413
|
* 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).
|
|
414
414
|
* @param {ShippingApiGetCollectionFormHistoryRequest} requestParameters Request parameters.
|
|
415
415
|
* @param {*} [options] Override http request option.
|
|
416
416
|
* @throws {RequiredError}
|
|
417
417
|
*/
|
|
418
|
-
getCollectionFormHistory(requestParameters: ShippingApiGetCollectionFormHistoryRequest, options?:
|
|
418
|
+
getCollectionFormHistory(requestParameters: ShippingApiGetCollectionFormHistoryRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetCollectionFormHistoryResponse>;
|
|
419
419
|
/**
|
|
420
420
|
* 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).
|
|
421
421
|
* @param {ShippingApiGetRatesRequest} requestParameters Request parameters.
|
|
422
422
|
* @param {*} [options] Override http request option.
|
|
423
423
|
* @throws {RequiredError}
|
|
424
424
|
*/
|
|
425
|
-
getRates(requestParameters: ShippingApiGetRatesRequest, options?:
|
|
425
|
+
getRates(requestParameters: ShippingApiGetRatesRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetRatesResponse>;
|
|
426
426
|
/**
|
|
427
427
|
* 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).
|
|
428
428
|
* @param {ShippingApiGetShipmentDocumentsRequest} requestParameters Request parameters.
|
|
429
429
|
* @param {*} [options] Override http request option.
|
|
430
430
|
* @throws {RequiredError}
|
|
431
431
|
*/
|
|
432
|
-
getShipmentDocuments(requestParameters: ShippingApiGetShipmentDocumentsRequest, options?:
|
|
432
|
+
getShipmentDocuments(requestParameters: ShippingApiGetShipmentDocumentsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetShipmentDocumentsResponse>;
|
|
433
433
|
/**
|
|
434
434
|
* 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).
|
|
435
435
|
* @param {ShippingApiGetTrackingRequest} requestParameters Request parameters.
|
|
436
436
|
* @param {*} [options] Override http request option.
|
|
437
437
|
* @throws {RequiredError}
|
|
438
438
|
*/
|
|
439
|
-
getTracking(requestParameters: ShippingApiGetTrackingRequest, options?:
|
|
439
|
+
getTracking(requestParameters: ShippingApiGetTrackingRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetTrackingResponse>;
|
|
440
440
|
/**
|
|
441
441
|
* 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).
|
|
442
442
|
* @param {ShippingApiGetUnmanifestedShipmentsRequest} requestParameters Request parameters.
|
|
443
443
|
* @param {*} [options] Override http request option.
|
|
444
444
|
* @throws {RequiredError}
|
|
445
445
|
*/
|
|
446
|
-
getUnmanifestedShipments(requestParameters: ShippingApiGetUnmanifestedShipmentsRequest, options?:
|
|
446
|
+
getUnmanifestedShipments(requestParameters: ShippingApiGetUnmanifestedShipmentsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetUnmanifestedShipmentsResponse>;
|
|
447
447
|
/**
|
|
448
448
|
* 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).
|
|
449
449
|
* @param {ShippingApiLinkCarrierAccountRequest} requestParameters Request parameters.
|
|
450
450
|
* @param {*} [options] Override http request option.
|
|
451
451
|
* @throws {RequiredError}
|
|
452
452
|
*/
|
|
453
|
-
linkCarrierAccount(requestParameters: ShippingApiLinkCarrierAccountRequest, options?:
|
|
453
|
+
linkCarrierAccount(requestParameters: ShippingApiLinkCarrierAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<LinkCarrierAccountResponse>;
|
|
454
454
|
/**
|
|
455
455
|
* 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).
|
|
456
456
|
* @param {ShippingApiOneClickShipmentRequest} requestParameters Request parameters.
|
|
457
457
|
* @param {*} [options] Override http request option.
|
|
458
458
|
* @throws {RequiredError}
|
|
459
459
|
*/
|
|
460
|
-
oneClickShipment(requestParameters: ShippingApiOneClickShipmentRequest, options?:
|
|
460
|
+
oneClickShipment(requestParameters: ShippingApiOneClickShipmentRequest, options?: RawAxiosRequestConfig): AxiosPromise<OneClickShipmentResponse>;
|
|
461
461
|
/**
|
|
462
462
|
* 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).
|
|
463
463
|
* @param {ShippingApiPurchaseShipmentRequest} requestParameters Request parameters.
|
|
464
464
|
* @param {*} [options] Override http request option.
|
|
465
465
|
* @throws {RequiredError}
|
|
466
466
|
*/
|
|
467
|
-
purchaseShipment(requestParameters: ShippingApiPurchaseShipmentRequest, options?:
|
|
467
|
+
purchaseShipment(requestParameters: ShippingApiPurchaseShipmentRequest, options?: RawAxiosRequestConfig): AxiosPromise<PurchaseShipmentResponse>;
|
|
468
468
|
/**
|
|
469
469
|
* 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).
|
|
470
470
|
* @param {ShippingApiUnlinkCarrierAccountRequest} requestParameters Request parameters.
|
|
471
471
|
* @param {*} [options] Override http request option.
|
|
472
472
|
* @throws {RequiredError}
|
|
473
473
|
*/
|
|
474
|
-
unlinkCarrierAccount(requestParameters: ShippingApiUnlinkCarrierAccountRequest, options?:
|
|
474
|
+
unlinkCarrierAccount(requestParameters: ShippingApiUnlinkCarrierAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<UnlinkCarrierAccountResponse>;
|
|
475
475
|
};
|
|
476
476
|
/**
|
|
477
477
|
* Request parameters for cancelShipment operation in ShippingApi.
|
|
@@ -490,7 +490,7 @@ export interface ShippingApiCancelShipmentRequest {
|
|
|
490
490
|
* @type {'AmazonShipping_US' | 'AmazonShipping_IN' | 'AmazonShipping_UK' | 'AmazonShipping_UAE' | 'AmazonShipping_SA' | 'AmazonShipping_EG' | 'AmazonShipping_IT' | 'AmazonShipping_ES' | 'AmazonShipping_FR' | 'AmazonShipping_JP'}
|
|
491
491
|
* @memberof ShippingApiCancelShipment
|
|
492
492
|
*/
|
|
493
|
-
readonly xAmznShippingBusinessId?:
|
|
493
|
+
readonly xAmznShippingBusinessId?: CancelShipmentXAmznShippingBusinessIdEnum;
|
|
494
494
|
}
|
|
495
495
|
/**
|
|
496
496
|
* Request parameters for directPurchaseShipment operation in ShippingApi.
|
|
@@ -521,7 +521,7 @@ export interface ShippingApiDirectPurchaseShipmentRequest {
|
|
|
521
521
|
* @type {'AmazonShipping_US' | 'AmazonShipping_IN' | 'AmazonShipping_UK' | 'AmazonShipping_UAE' | 'AmazonShipping_SA' | 'AmazonShipping_EG' | 'AmazonShipping_IT' | 'AmazonShipping_ES' | 'AmazonShipping_FR' | 'AmazonShipping_JP'}
|
|
522
522
|
* @memberof ShippingApiDirectPurchaseShipment
|
|
523
523
|
*/
|
|
524
|
-
readonly xAmznShippingBusinessId?:
|
|
524
|
+
readonly xAmznShippingBusinessId?: DirectPurchaseShipmentXAmznShippingBusinessIdEnum;
|
|
525
525
|
}
|
|
526
526
|
/**
|
|
527
527
|
* Request parameters for generateCollectionForm operation in ShippingApi.
|
|
@@ -546,7 +546,7 @@ export interface ShippingApiGenerateCollectionFormRequest {
|
|
|
546
546
|
* @type {'AmazonShipping_US' | 'AmazonShipping_IN' | 'AmazonShipping_UK' | 'AmazonShipping_UAE' | 'AmazonShipping_SA' | 'AmazonShipping_EG' | 'AmazonShipping_IT' | 'AmazonShipping_ES' | 'AmazonShipping_FR' | 'AmazonShipping_JP'}
|
|
547
547
|
* @memberof ShippingApiGenerateCollectionForm
|
|
548
548
|
*/
|
|
549
|
-
readonly xAmznShippingBusinessId?:
|
|
549
|
+
readonly xAmznShippingBusinessId?: GenerateCollectionFormXAmznShippingBusinessIdEnum;
|
|
550
550
|
}
|
|
551
551
|
/**
|
|
552
552
|
* Request parameters for getAccessPoints operation in ShippingApi.
|
|
@@ -559,7 +559,7 @@ export interface ShippingApiGetAccessPointsRequest {
|
|
|
559
559
|
* @type {Array<'HELIX' | 'CAMPUS_LOCKER' | 'OMNI_LOCKER' | 'ODIN_LOCKER' | 'DOBBY_LOCKER' | 'CORE_LOCKER' | '3P' | 'CAMPUS_ROOM'>}
|
|
560
560
|
* @memberof ShippingApiGetAccessPoints
|
|
561
561
|
*/
|
|
562
|
-
readonly accessPointTypes: Array<
|
|
562
|
+
readonly accessPointTypes: Array<GetAccessPointsAccessPointTypesEnum>;
|
|
563
563
|
/**
|
|
564
564
|
*
|
|
565
565
|
* @type {string}
|
|
@@ -577,7 +577,7 @@ export interface ShippingApiGetAccessPointsRequest {
|
|
|
577
577
|
* @type {'AmazonShipping_US' | 'AmazonShipping_IN' | 'AmazonShipping_UK' | 'AmazonShipping_UAE' | 'AmazonShipping_SA' | 'AmazonShipping_EG' | 'AmazonShipping_IT' | 'AmazonShipping_ES' | 'AmazonShipping_FR' | 'AmazonShipping_JP'}
|
|
578
578
|
* @memberof ShippingApiGetAccessPoints
|
|
579
579
|
*/
|
|
580
|
-
readonly xAmznShippingBusinessId?:
|
|
580
|
+
readonly xAmznShippingBusinessId?: GetAccessPointsXAmznShippingBusinessIdEnum;
|
|
581
581
|
}
|
|
582
582
|
/**
|
|
583
583
|
* Request parameters for getAdditionalInputs operation in ShippingApi.
|
|
@@ -602,7 +602,7 @@ export interface ShippingApiGetAdditionalInputsRequest {
|
|
|
602
602
|
* @type {'AmazonShipping_US' | 'AmazonShipping_IN' | 'AmazonShipping_UK' | 'AmazonShipping_UAE' | 'AmazonShipping_SA' | 'AmazonShipping_EG' | 'AmazonShipping_IT' | 'AmazonShipping_ES' | 'AmazonShipping_FR' | 'AmazonShipping_JP'}
|
|
603
603
|
* @memberof ShippingApiGetAdditionalInputs
|
|
604
604
|
*/
|
|
605
|
-
readonly xAmznShippingBusinessId?:
|
|
605
|
+
readonly xAmznShippingBusinessId?: GetAdditionalInputsXAmznShippingBusinessIdEnum;
|
|
606
606
|
}
|
|
607
607
|
/**
|
|
608
608
|
* Request parameters for getCarrierAccountFormInputs operation in ShippingApi.
|
|
@@ -615,7 +615,7 @@ export interface ShippingApiGetCarrierAccountFormInputsRequest {
|
|
|
615
615
|
* @type {'AmazonShipping_US' | 'AmazonShipping_IN' | 'AmazonShipping_UK' | 'AmazonShipping_UAE' | 'AmazonShipping_SA' | 'AmazonShipping_EG' | 'AmazonShipping_IT' | 'AmazonShipping_ES' | 'AmazonShipping_FR' | 'AmazonShipping_JP'}
|
|
616
616
|
* @memberof ShippingApiGetCarrierAccountFormInputs
|
|
617
617
|
*/
|
|
618
|
-
readonly xAmznShippingBusinessId?:
|
|
618
|
+
readonly xAmznShippingBusinessId?: GetCarrierAccountFormInputsXAmznShippingBusinessIdEnum;
|
|
619
619
|
}
|
|
620
620
|
/**
|
|
621
621
|
* Request parameters for getCarrierAccounts operation in ShippingApi.
|
|
@@ -634,7 +634,7 @@ export interface ShippingApiGetCarrierAccountsRequest {
|
|
|
634
634
|
* @type {'AmazonShipping_US' | 'AmazonShipping_IN' | 'AmazonShipping_UK' | 'AmazonShipping_UAE' | 'AmazonShipping_SA' | 'AmazonShipping_EG' | 'AmazonShipping_IT' | 'AmazonShipping_ES' | 'AmazonShipping_FR' | 'AmazonShipping_JP'}
|
|
635
635
|
* @memberof ShippingApiGetCarrierAccounts
|
|
636
636
|
*/
|
|
637
|
-
readonly xAmznShippingBusinessId?:
|
|
637
|
+
readonly xAmznShippingBusinessId?: GetCarrierAccountsXAmznShippingBusinessIdEnum;
|
|
638
638
|
}
|
|
639
639
|
/**
|
|
640
640
|
* Request parameters for getCollectionForm operation in ShippingApi.
|
|
@@ -653,7 +653,7 @@ export interface ShippingApiGetCollectionFormRequest {
|
|
|
653
653
|
* @type {'AmazonShipping_US' | 'AmazonShipping_IN' | 'AmazonShipping_UK' | 'AmazonShipping_UAE' | 'AmazonShipping_SA' | 'AmazonShipping_EG' | 'AmazonShipping_IT' | 'AmazonShipping_ES' | 'AmazonShipping_FR' | 'AmazonShipping_JP'}
|
|
654
654
|
* @memberof ShippingApiGetCollectionForm
|
|
655
655
|
*/
|
|
656
|
-
readonly xAmznShippingBusinessId?:
|
|
656
|
+
readonly xAmznShippingBusinessId?: GetCollectionFormXAmznShippingBusinessIdEnum;
|
|
657
657
|
}
|
|
658
658
|
/**
|
|
659
659
|
* Request parameters for getCollectionFormHistory operation in ShippingApi.
|
|
@@ -672,7 +672,7 @@ export interface ShippingApiGetCollectionFormHistoryRequest {
|
|
|
672
672
|
* @type {'AmazonShipping_US' | 'AmazonShipping_IN' | 'AmazonShipping_UK' | 'AmazonShipping_UAE' | 'AmazonShipping_SA' | 'AmazonShipping_EG' | 'AmazonShipping_IT' | 'AmazonShipping_ES' | 'AmazonShipping_FR' | 'AmazonShipping_JP'}
|
|
673
673
|
* @memberof ShippingApiGetCollectionFormHistory
|
|
674
674
|
*/
|
|
675
|
-
readonly xAmznShippingBusinessId?:
|
|
675
|
+
readonly xAmznShippingBusinessId?: GetCollectionFormHistoryXAmznShippingBusinessIdEnum;
|
|
676
676
|
}
|
|
677
677
|
/**
|
|
678
678
|
* Request parameters for getRates operation in ShippingApi.
|
|
@@ -691,7 +691,7 @@ export interface ShippingApiGetRatesRequest {
|
|
|
691
691
|
* @type {'AmazonShipping_US' | 'AmazonShipping_IN' | 'AmazonShipping_UK' | 'AmazonShipping_UAE' | 'AmazonShipping_SA' | 'AmazonShipping_EG' | 'AmazonShipping_IT' | 'AmazonShipping_ES' | 'AmazonShipping_FR' | 'AmazonShipping_JP'}
|
|
692
692
|
* @memberof ShippingApiGetRates
|
|
693
693
|
*/
|
|
694
|
-
readonly xAmznShippingBusinessId?:
|
|
694
|
+
readonly xAmznShippingBusinessId?: GetRatesXAmznShippingBusinessIdEnum;
|
|
695
695
|
}
|
|
696
696
|
/**
|
|
697
697
|
* Request parameters for getShipmentDocuments operation in ShippingApi.
|
|
@@ -728,7 +728,7 @@ export interface ShippingApiGetShipmentDocumentsRequest {
|
|
|
728
728
|
* @type {'AmazonShipping_US' | 'AmazonShipping_IN' | 'AmazonShipping_UK' | 'AmazonShipping_UAE' | 'AmazonShipping_SA' | 'AmazonShipping_EG' | 'AmazonShipping_IT' | 'AmazonShipping_ES' | 'AmazonShipping_FR' | 'AmazonShipping_JP'}
|
|
729
729
|
* @memberof ShippingApiGetShipmentDocuments
|
|
730
730
|
*/
|
|
731
|
-
readonly xAmznShippingBusinessId?:
|
|
731
|
+
readonly xAmznShippingBusinessId?: GetShipmentDocumentsXAmznShippingBusinessIdEnum;
|
|
732
732
|
}
|
|
733
733
|
/**
|
|
734
734
|
* Request parameters for getTracking operation in ShippingApi.
|
|
@@ -753,7 +753,7 @@ export interface ShippingApiGetTrackingRequest {
|
|
|
753
753
|
* @type {'AmazonShipping_US' | 'AmazonShipping_IN' | 'AmazonShipping_UK' | 'AmazonShipping_UAE' | 'AmazonShipping_SA' | 'AmazonShipping_EG' | 'AmazonShipping_IT' | 'AmazonShipping_ES' | 'AmazonShipping_FR' | 'AmazonShipping_JP'}
|
|
754
754
|
* @memberof ShippingApiGetTracking
|
|
755
755
|
*/
|
|
756
|
-
readonly xAmznShippingBusinessId?:
|
|
756
|
+
readonly xAmznShippingBusinessId?: GetTrackingXAmznShippingBusinessIdEnum;
|
|
757
757
|
}
|
|
758
758
|
/**
|
|
759
759
|
* Request parameters for getUnmanifestedShipments operation in ShippingApi.
|
|
@@ -772,7 +772,7 @@ export interface ShippingApiGetUnmanifestedShipmentsRequest {
|
|
|
772
772
|
* @type {'AmazonShipping_US' | 'AmazonShipping_IN' | 'AmazonShipping_UK' | 'AmazonShipping_UAE' | 'AmazonShipping_SA' | 'AmazonShipping_EG' | 'AmazonShipping_IT' | 'AmazonShipping_ES' | 'AmazonShipping_FR' | 'AmazonShipping_JP'}
|
|
773
773
|
* @memberof ShippingApiGetUnmanifestedShipments
|
|
774
774
|
*/
|
|
775
|
-
readonly xAmznShippingBusinessId?:
|
|
775
|
+
readonly xAmznShippingBusinessId?: GetUnmanifestedShipmentsXAmznShippingBusinessIdEnum;
|
|
776
776
|
}
|
|
777
777
|
/**
|
|
778
778
|
* Request parameters for linkCarrierAccount operation in ShippingApi.
|
|
@@ -797,7 +797,7 @@ export interface ShippingApiLinkCarrierAccountRequest {
|
|
|
797
797
|
* @type {'AmazonShipping_US' | 'AmazonShipping_IN' | 'AmazonShipping_UK' | 'AmazonShipping_UAE' | 'AmazonShipping_SA' | 'AmazonShipping_EG' | 'AmazonShipping_IT' | 'AmazonShipping_ES' | 'AmazonShipping_FR' | 'AmazonShipping_JP'}
|
|
798
798
|
* @memberof ShippingApiLinkCarrierAccount
|
|
799
799
|
*/
|
|
800
|
-
readonly xAmznShippingBusinessId?:
|
|
800
|
+
readonly xAmznShippingBusinessId?: LinkCarrierAccountXAmznShippingBusinessIdEnum;
|
|
801
801
|
}
|
|
802
802
|
/**
|
|
803
803
|
* Request parameters for oneClickShipment operation in ShippingApi.
|
|
@@ -816,7 +816,7 @@ export interface ShippingApiOneClickShipmentRequest {
|
|
|
816
816
|
* @type {'AmazonShipping_US' | 'AmazonShipping_IN' | 'AmazonShipping_UK' | 'AmazonShipping_UAE' | 'AmazonShipping_SA' | 'AmazonShipping_EG' | 'AmazonShipping_IT' | 'AmazonShipping_ES' | 'AmazonShipping_FR' | 'AmazonShipping_JP'}
|
|
817
817
|
* @memberof ShippingApiOneClickShipment
|
|
818
818
|
*/
|
|
819
|
-
readonly xAmznShippingBusinessId?:
|
|
819
|
+
readonly xAmznShippingBusinessId?: OneClickShipmentXAmznShippingBusinessIdEnum;
|
|
820
820
|
}
|
|
821
821
|
/**
|
|
822
822
|
* Request parameters for purchaseShipment operation in ShippingApi.
|
|
@@ -841,7 +841,7 @@ export interface ShippingApiPurchaseShipmentRequest {
|
|
|
841
841
|
* @type {'AmazonShipping_US' | 'AmazonShipping_IN' | 'AmazonShipping_UK' | 'AmazonShipping_UAE' | 'AmazonShipping_SA' | 'AmazonShipping_EG' | 'AmazonShipping_IT' | 'AmazonShipping_ES' | 'AmazonShipping_FR' | 'AmazonShipping_JP'}
|
|
842
842
|
* @memberof ShippingApiPurchaseShipment
|
|
843
843
|
*/
|
|
844
|
-
readonly xAmznShippingBusinessId?:
|
|
844
|
+
readonly xAmznShippingBusinessId?: PurchaseShipmentXAmznShippingBusinessIdEnum;
|
|
845
845
|
}
|
|
846
846
|
/**
|
|
847
847
|
* Request parameters for unlinkCarrierAccount operation in ShippingApi.
|
|
@@ -866,7 +866,7 @@ export interface ShippingApiUnlinkCarrierAccountRequest {
|
|
|
866
866
|
* @type {'AmazonShipping_US' | 'AmazonShipping_IN' | 'AmazonShipping_UK' | 'AmazonShipping_UAE' | 'AmazonShipping_SA' | 'AmazonShipping_EG' | 'AmazonShipping_IT' | 'AmazonShipping_ES' | 'AmazonShipping_FR' | 'AmazonShipping_JP'}
|
|
867
867
|
* @memberof ShippingApiUnlinkCarrierAccount
|
|
868
868
|
*/
|
|
869
|
-
readonly xAmznShippingBusinessId?:
|
|
869
|
+
readonly xAmznShippingBusinessId?: UnlinkCarrierAccountXAmznShippingBusinessIdEnum;
|
|
870
870
|
}
|
|
871
871
|
/**
|
|
872
872
|
* ShippingApi - object-oriented interface
|
|
@@ -882,7 +882,7 @@ export declare class ShippingApi extends BaseAPI {
|
|
|
882
882
|
* @throws {RequiredError}
|
|
883
883
|
* @memberof ShippingApi
|
|
884
884
|
*/
|
|
885
|
-
cancelShipment(requestParameters: ShippingApiCancelShipmentRequest, options?:
|
|
885
|
+
cancelShipment(requestParameters: ShippingApiCancelShipmentRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CancelShipmentResponse, any>>;
|
|
886
886
|
/**
|
|
887
887
|
* 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).
|
|
888
888
|
* @param {ShippingApiDirectPurchaseShipmentRequest} requestParameters Request parameters.
|
|
@@ -890,7 +890,7 @@ export declare class ShippingApi extends BaseAPI {
|
|
|
890
890
|
* @throws {RequiredError}
|
|
891
891
|
* @memberof ShippingApi
|
|
892
892
|
*/
|
|
893
|
-
directPurchaseShipment(requestParameters: ShippingApiDirectPurchaseShipmentRequest, options?:
|
|
893
|
+
directPurchaseShipment(requestParameters: ShippingApiDirectPurchaseShipmentRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<DirectPurchaseResponse, any>>;
|
|
894
894
|
/**
|
|
895
895
|
* 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).
|
|
896
896
|
* @param {ShippingApiGenerateCollectionFormRequest} requestParameters Request parameters.
|
|
@@ -898,7 +898,7 @@ export declare class ShippingApi extends BaseAPI {
|
|
|
898
898
|
* @throws {RequiredError}
|
|
899
899
|
* @memberof ShippingApi
|
|
900
900
|
*/
|
|
901
|
-
generateCollectionForm(requestParameters: ShippingApiGenerateCollectionFormRequest, options?:
|
|
901
|
+
generateCollectionForm(requestParameters: ShippingApiGenerateCollectionFormRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GenerateCollectionFormResponse, any>>;
|
|
902
902
|
/**
|
|
903
903
|
* 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).
|
|
904
904
|
* @param {ShippingApiGetAccessPointsRequest} requestParameters Request parameters.
|
|
@@ -906,7 +906,7 @@ export declare class ShippingApi extends BaseAPI {
|
|
|
906
906
|
* @throws {RequiredError}
|
|
907
907
|
* @memberof ShippingApi
|
|
908
908
|
*/
|
|
909
|
-
getAccessPoints(requestParameters: ShippingApiGetAccessPointsRequest, options?:
|
|
909
|
+
getAccessPoints(requestParameters: ShippingApiGetAccessPointsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetAccessPointsResponse, any>>;
|
|
910
910
|
/**
|
|
911
911
|
* 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).
|
|
912
912
|
* @param {ShippingApiGetAdditionalInputsRequest} requestParameters Request parameters.
|
|
@@ -914,7 +914,7 @@ export declare class ShippingApi extends BaseAPI {
|
|
|
914
914
|
* @throws {RequiredError}
|
|
915
915
|
* @memberof ShippingApi
|
|
916
916
|
*/
|
|
917
|
-
getAdditionalInputs(requestParameters: ShippingApiGetAdditionalInputsRequest, options?:
|
|
917
|
+
getAdditionalInputs(requestParameters: ShippingApiGetAdditionalInputsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetAdditionalInputsResponse, any>>;
|
|
918
918
|
/**
|
|
919
919
|
* 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).
|
|
920
920
|
* @param {ShippingApiGetCarrierAccountFormInputsRequest} requestParameters Request parameters.
|
|
@@ -922,7 +922,7 @@ export declare class ShippingApi extends BaseAPI {
|
|
|
922
922
|
* @throws {RequiredError}
|
|
923
923
|
* @memberof ShippingApi
|
|
924
924
|
*/
|
|
925
|
-
getCarrierAccountFormInputs(requestParameters?: ShippingApiGetCarrierAccountFormInputsRequest, options?:
|
|
925
|
+
getCarrierAccountFormInputs(requestParameters?: ShippingApiGetCarrierAccountFormInputsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetCarrierAccountFormInputsResponse, any>>;
|
|
926
926
|
/**
|
|
927
927
|
* 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).
|
|
928
928
|
* @param {ShippingApiGetCarrierAccountsRequest} requestParameters Request parameters.
|
|
@@ -930,7 +930,7 @@ export declare class ShippingApi extends BaseAPI {
|
|
|
930
930
|
* @throws {RequiredError}
|
|
931
931
|
* @memberof ShippingApi
|
|
932
932
|
*/
|
|
933
|
-
getCarrierAccounts(requestParameters: ShippingApiGetCarrierAccountsRequest, options?:
|
|
933
|
+
getCarrierAccounts(requestParameters: ShippingApiGetCarrierAccountsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetCarrierAccountsResponse, any>>;
|
|
934
934
|
/**
|
|
935
935
|
* 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).
|
|
936
936
|
* @param {ShippingApiGetCollectionFormRequest} requestParameters Request parameters.
|
|
@@ -938,7 +938,7 @@ export declare class ShippingApi extends BaseAPI {
|
|
|
938
938
|
* @throws {RequiredError}
|
|
939
939
|
* @memberof ShippingApi
|
|
940
940
|
*/
|
|
941
|
-
getCollectionForm(requestParameters: ShippingApiGetCollectionFormRequest, options?:
|
|
941
|
+
getCollectionForm(requestParameters: ShippingApiGetCollectionFormRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetCollectionFormResponse, any>>;
|
|
942
942
|
/**
|
|
943
943
|
* 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).
|
|
944
944
|
* @param {ShippingApiGetCollectionFormHistoryRequest} requestParameters Request parameters.
|
|
@@ -946,7 +946,7 @@ export declare class ShippingApi extends BaseAPI {
|
|
|
946
946
|
* @throws {RequiredError}
|
|
947
947
|
* @memberof ShippingApi
|
|
948
948
|
*/
|
|
949
|
-
getCollectionFormHistory(requestParameters: ShippingApiGetCollectionFormHistoryRequest, options?:
|
|
949
|
+
getCollectionFormHistory(requestParameters: ShippingApiGetCollectionFormHistoryRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetCollectionFormHistoryResponse, any>>;
|
|
950
950
|
/**
|
|
951
951
|
* 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).
|
|
952
952
|
* @param {ShippingApiGetRatesRequest} requestParameters Request parameters.
|
|
@@ -954,7 +954,7 @@ export declare class ShippingApi extends BaseAPI {
|
|
|
954
954
|
* @throws {RequiredError}
|
|
955
955
|
* @memberof ShippingApi
|
|
956
956
|
*/
|
|
957
|
-
getRates(requestParameters: ShippingApiGetRatesRequest, options?:
|
|
957
|
+
getRates(requestParameters: ShippingApiGetRatesRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetRatesResponse, any>>;
|
|
958
958
|
/**
|
|
959
959
|
* 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).
|
|
960
960
|
* @param {ShippingApiGetShipmentDocumentsRequest} requestParameters Request parameters.
|
|
@@ -962,7 +962,7 @@ export declare class ShippingApi extends BaseAPI {
|
|
|
962
962
|
* @throws {RequiredError}
|
|
963
963
|
* @memberof ShippingApi
|
|
964
964
|
*/
|
|
965
|
-
getShipmentDocuments(requestParameters: ShippingApiGetShipmentDocumentsRequest, options?:
|
|
965
|
+
getShipmentDocuments(requestParameters: ShippingApiGetShipmentDocumentsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetShipmentDocumentsResponse, any>>;
|
|
966
966
|
/**
|
|
967
967
|
* 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).
|
|
968
968
|
* @param {ShippingApiGetTrackingRequest} requestParameters Request parameters.
|
|
@@ -970,7 +970,7 @@ export declare class ShippingApi extends BaseAPI {
|
|
|
970
970
|
* @throws {RequiredError}
|
|
971
971
|
* @memberof ShippingApi
|
|
972
972
|
*/
|
|
973
|
-
getTracking(requestParameters: ShippingApiGetTrackingRequest, options?:
|
|
973
|
+
getTracking(requestParameters: ShippingApiGetTrackingRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetTrackingResponse, any>>;
|
|
974
974
|
/**
|
|
975
975
|
* 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).
|
|
976
976
|
* @param {ShippingApiGetUnmanifestedShipmentsRequest} requestParameters Request parameters.
|
|
@@ -978,7 +978,7 @@ export declare class ShippingApi extends BaseAPI {
|
|
|
978
978
|
* @throws {RequiredError}
|
|
979
979
|
* @memberof ShippingApi
|
|
980
980
|
*/
|
|
981
|
-
getUnmanifestedShipments(requestParameters: ShippingApiGetUnmanifestedShipmentsRequest, options?:
|
|
981
|
+
getUnmanifestedShipments(requestParameters: ShippingApiGetUnmanifestedShipmentsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetUnmanifestedShipmentsResponse, any>>;
|
|
982
982
|
/**
|
|
983
983
|
* 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).
|
|
984
984
|
* @param {ShippingApiLinkCarrierAccountRequest} requestParameters Request parameters.
|
|
@@ -986,7 +986,7 @@ export declare class ShippingApi extends BaseAPI {
|
|
|
986
986
|
* @throws {RequiredError}
|
|
987
987
|
* @memberof ShippingApi
|
|
988
988
|
*/
|
|
989
|
-
linkCarrierAccount(requestParameters: ShippingApiLinkCarrierAccountRequest, options?:
|
|
989
|
+
linkCarrierAccount(requestParameters: ShippingApiLinkCarrierAccountRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<LinkCarrierAccountResponse, any>>;
|
|
990
990
|
/**
|
|
991
991
|
* 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).
|
|
992
992
|
* @param {ShippingApiOneClickShipmentRequest} requestParameters Request parameters.
|
|
@@ -994,7 +994,7 @@ export declare class ShippingApi extends BaseAPI {
|
|
|
994
994
|
* @throws {RequiredError}
|
|
995
995
|
* @memberof ShippingApi
|
|
996
996
|
*/
|
|
997
|
-
oneClickShipment(requestParameters: ShippingApiOneClickShipmentRequest, options?:
|
|
997
|
+
oneClickShipment(requestParameters: ShippingApiOneClickShipmentRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<OneClickShipmentResponse, any>>;
|
|
998
998
|
/**
|
|
999
999
|
* 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).
|
|
1000
1000
|
* @param {ShippingApiPurchaseShipmentRequest} requestParameters Request parameters.
|
|
@@ -1002,7 +1002,7 @@ export declare class ShippingApi extends BaseAPI {
|
|
|
1002
1002
|
* @throws {RequiredError}
|
|
1003
1003
|
* @memberof ShippingApi
|
|
1004
1004
|
*/
|
|
1005
|
-
purchaseShipment(requestParameters: ShippingApiPurchaseShipmentRequest, options?:
|
|
1005
|
+
purchaseShipment(requestParameters: ShippingApiPurchaseShipmentRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<PurchaseShipmentResponse, any>>;
|
|
1006
1006
|
/**
|
|
1007
1007
|
* 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).
|
|
1008
1008
|
* @param {ShippingApiUnlinkCarrierAccountRequest} requestParameters Request parameters.
|
|
@@ -1010,5 +1010,291 @@ export declare class ShippingApi extends BaseAPI {
|
|
|
1010
1010
|
* @throws {RequiredError}
|
|
1011
1011
|
* @memberof ShippingApi
|
|
1012
1012
|
*/
|
|
1013
|
-
unlinkCarrierAccount(requestParameters: ShippingApiUnlinkCarrierAccountRequest, options?:
|
|
1013
|
+
unlinkCarrierAccount(requestParameters: ShippingApiUnlinkCarrierAccountRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<UnlinkCarrierAccountResponse, any>>;
|
|
1014
1014
|
}
|
|
1015
|
+
/**
|
|
1016
|
+
* @export
|
|
1017
|
+
*/
|
|
1018
|
+
export declare const CancelShipmentXAmznShippingBusinessIdEnum: {
|
|
1019
|
+
readonly Us: "AmazonShipping_US";
|
|
1020
|
+
readonly In: "AmazonShipping_IN";
|
|
1021
|
+
readonly Uk: "AmazonShipping_UK";
|
|
1022
|
+
readonly Uae: "AmazonShipping_UAE";
|
|
1023
|
+
readonly Sa: "AmazonShipping_SA";
|
|
1024
|
+
readonly Eg: "AmazonShipping_EG";
|
|
1025
|
+
readonly It: "AmazonShipping_IT";
|
|
1026
|
+
readonly Es: "AmazonShipping_ES";
|
|
1027
|
+
readonly Fr: "AmazonShipping_FR";
|
|
1028
|
+
readonly Jp: "AmazonShipping_JP";
|
|
1029
|
+
};
|
|
1030
|
+
export type CancelShipmentXAmznShippingBusinessIdEnum = typeof CancelShipmentXAmznShippingBusinessIdEnum[keyof typeof CancelShipmentXAmznShippingBusinessIdEnum];
|
|
1031
|
+
/**
|
|
1032
|
+
* @export
|
|
1033
|
+
*/
|
|
1034
|
+
export declare const DirectPurchaseShipmentXAmznShippingBusinessIdEnum: {
|
|
1035
|
+
readonly Us: "AmazonShipping_US";
|
|
1036
|
+
readonly In: "AmazonShipping_IN";
|
|
1037
|
+
readonly Uk: "AmazonShipping_UK";
|
|
1038
|
+
readonly Uae: "AmazonShipping_UAE";
|
|
1039
|
+
readonly Sa: "AmazonShipping_SA";
|
|
1040
|
+
readonly Eg: "AmazonShipping_EG";
|
|
1041
|
+
readonly It: "AmazonShipping_IT";
|
|
1042
|
+
readonly Es: "AmazonShipping_ES";
|
|
1043
|
+
readonly Fr: "AmazonShipping_FR";
|
|
1044
|
+
readonly Jp: "AmazonShipping_JP";
|
|
1045
|
+
};
|
|
1046
|
+
export type DirectPurchaseShipmentXAmznShippingBusinessIdEnum = typeof DirectPurchaseShipmentXAmznShippingBusinessIdEnum[keyof typeof DirectPurchaseShipmentXAmznShippingBusinessIdEnum];
|
|
1047
|
+
/**
|
|
1048
|
+
* @export
|
|
1049
|
+
*/
|
|
1050
|
+
export declare const GenerateCollectionFormXAmznShippingBusinessIdEnum: {
|
|
1051
|
+
readonly Us: "AmazonShipping_US";
|
|
1052
|
+
readonly In: "AmazonShipping_IN";
|
|
1053
|
+
readonly Uk: "AmazonShipping_UK";
|
|
1054
|
+
readonly Uae: "AmazonShipping_UAE";
|
|
1055
|
+
readonly Sa: "AmazonShipping_SA";
|
|
1056
|
+
readonly Eg: "AmazonShipping_EG";
|
|
1057
|
+
readonly It: "AmazonShipping_IT";
|
|
1058
|
+
readonly Es: "AmazonShipping_ES";
|
|
1059
|
+
readonly Fr: "AmazonShipping_FR";
|
|
1060
|
+
readonly Jp: "AmazonShipping_JP";
|
|
1061
|
+
};
|
|
1062
|
+
export type GenerateCollectionFormXAmznShippingBusinessIdEnum = typeof GenerateCollectionFormXAmznShippingBusinessIdEnum[keyof typeof GenerateCollectionFormXAmznShippingBusinessIdEnum];
|
|
1063
|
+
/**
|
|
1064
|
+
* @export
|
|
1065
|
+
*/
|
|
1066
|
+
export declare const GetAccessPointsAccessPointTypesEnum: {
|
|
1067
|
+
readonly Helix: "HELIX";
|
|
1068
|
+
readonly CampusLocker: "CAMPUS_LOCKER";
|
|
1069
|
+
readonly OmniLocker: "OMNI_LOCKER";
|
|
1070
|
+
readonly OdinLocker: "ODIN_LOCKER";
|
|
1071
|
+
readonly DobbyLocker: "DOBBY_LOCKER";
|
|
1072
|
+
readonly CoreLocker: "CORE_LOCKER";
|
|
1073
|
+
readonly _3P: "3P";
|
|
1074
|
+
readonly CampusRoom: "CAMPUS_ROOM";
|
|
1075
|
+
};
|
|
1076
|
+
export type GetAccessPointsAccessPointTypesEnum = typeof GetAccessPointsAccessPointTypesEnum[keyof typeof GetAccessPointsAccessPointTypesEnum];
|
|
1077
|
+
/**
|
|
1078
|
+
* @export
|
|
1079
|
+
*/
|
|
1080
|
+
export declare const GetAccessPointsXAmznShippingBusinessIdEnum: {
|
|
1081
|
+
readonly Us: "AmazonShipping_US";
|
|
1082
|
+
readonly In: "AmazonShipping_IN";
|
|
1083
|
+
readonly Uk: "AmazonShipping_UK";
|
|
1084
|
+
readonly Uae: "AmazonShipping_UAE";
|
|
1085
|
+
readonly Sa: "AmazonShipping_SA";
|
|
1086
|
+
readonly Eg: "AmazonShipping_EG";
|
|
1087
|
+
readonly It: "AmazonShipping_IT";
|
|
1088
|
+
readonly Es: "AmazonShipping_ES";
|
|
1089
|
+
readonly Fr: "AmazonShipping_FR";
|
|
1090
|
+
readonly Jp: "AmazonShipping_JP";
|
|
1091
|
+
};
|
|
1092
|
+
export type GetAccessPointsXAmznShippingBusinessIdEnum = typeof GetAccessPointsXAmznShippingBusinessIdEnum[keyof typeof GetAccessPointsXAmznShippingBusinessIdEnum];
|
|
1093
|
+
/**
|
|
1094
|
+
* @export
|
|
1095
|
+
*/
|
|
1096
|
+
export declare const GetAdditionalInputsXAmznShippingBusinessIdEnum: {
|
|
1097
|
+
readonly Us: "AmazonShipping_US";
|
|
1098
|
+
readonly In: "AmazonShipping_IN";
|
|
1099
|
+
readonly Uk: "AmazonShipping_UK";
|
|
1100
|
+
readonly Uae: "AmazonShipping_UAE";
|
|
1101
|
+
readonly Sa: "AmazonShipping_SA";
|
|
1102
|
+
readonly Eg: "AmazonShipping_EG";
|
|
1103
|
+
readonly It: "AmazonShipping_IT";
|
|
1104
|
+
readonly Es: "AmazonShipping_ES";
|
|
1105
|
+
readonly Fr: "AmazonShipping_FR";
|
|
1106
|
+
readonly Jp: "AmazonShipping_JP";
|
|
1107
|
+
};
|
|
1108
|
+
export type GetAdditionalInputsXAmznShippingBusinessIdEnum = typeof GetAdditionalInputsXAmznShippingBusinessIdEnum[keyof typeof GetAdditionalInputsXAmznShippingBusinessIdEnum];
|
|
1109
|
+
/**
|
|
1110
|
+
* @export
|
|
1111
|
+
*/
|
|
1112
|
+
export declare const GetCarrierAccountFormInputsXAmznShippingBusinessIdEnum: {
|
|
1113
|
+
readonly Us: "AmazonShipping_US";
|
|
1114
|
+
readonly In: "AmazonShipping_IN";
|
|
1115
|
+
readonly Uk: "AmazonShipping_UK";
|
|
1116
|
+
readonly Uae: "AmazonShipping_UAE";
|
|
1117
|
+
readonly Sa: "AmazonShipping_SA";
|
|
1118
|
+
readonly Eg: "AmazonShipping_EG";
|
|
1119
|
+
readonly It: "AmazonShipping_IT";
|
|
1120
|
+
readonly Es: "AmazonShipping_ES";
|
|
1121
|
+
readonly Fr: "AmazonShipping_FR";
|
|
1122
|
+
readonly Jp: "AmazonShipping_JP";
|
|
1123
|
+
};
|
|
1124
|
+
export type GetCarrierAccountFormInputsXAmznShippingBusinessIdEnum = typeof GetCarrierAccountFormInputsXAmznShippingBusinessIdEnum[keyof typeof GetCarrierAccountFormInputsXAmznShippingBusinessIdEnum];
|
|
1125
|
+
/**
|
|
1126
|
+
* @export
|
|
1127
|
+
*/
|
|
1128
|
+
export declare const GetCarrierAccountsXAmznShippingBusinessIdEnum: {
|
|
1129
|
+
readonly Us: "AmazonShipping_US";
|
|
1130
|
+
readonly In: "AmazonShipping_IN";
|
|
1131
|
+
readonly Uk: "AmazonShipping_UK";
|
|
1132
|
+
readonly Uae: "AmazonShipping_UAE";
|
|
1133
|
+
readonly Sa: "AmazonShipping_SA";
|
|
1134
|
+
readonly Eg: "AmazonShipping_EG";
|
|
1135
|
+
readonly It: "AmazonShipping_IT";
|
|
1136
|
+
readonly Es: "AmazonShipping_ES";
|
|
1137
|
+
readonly Fr: "AmazonShipping_FR";
|
|
1138
|
+
readonly Jp: "AmazonShipping_JP";
|
|
1139
|
+
};
|
|
1140
|
+
export type GetCarrierAccountsXAmznShippingBusinessIdEnum = typeof GetCarrierAccountsXAmznShippingBusinessIdEnum[keyof typeof GetCarrierAccountsXAmznShippingBusinessIdEnum];
|
|
1141
|
+
/**
|
|
1142
|
+
* @export
|
|
1143
|
+
*/
|
|
1144
|
+
export declare const GetCollectionFormXAmznShippingBusinessIdEnum: {
|
|
1145
|
+
readonly Us: "AmazonShipping_US";
|
|
1146
|
+
readonly In: "AmazonShipping_IN";
|
|
1147
|
+
readonly Uk: "AmazonShipping_UK";
|
|
1148
|
+
readonly Uae: "AmazonShipping_UAE";
|
|
1149
|
+
readonly Sa: "AmazonShipping_SA";
|
|
1150
|
+
readonly Eg: "AmazonShipping_EG";
|
|
1151
|
+
readonly It: "AmazonShipping_IT";
|
|
1152
|
+
readonly Es: "AmazonShipping_ES";
|
|
1153
|
+
readonly Fr: "AmazonShipping_FR";
|
|
1154
|
+
readonly Jp: "AmazonShipping_JP";
|
|
1155
|
+
};
|
|
1156
|
+
export type GetCollectionFormXAmznShippingBusinessIdEnum = typeof GetCollectionFormXAmznShippingBusinessIdEnum[keyof typeof GetCollectionFormXAmznShippingBusinessIdEnum];
|
|
1157
|
+
/**
|
|
1158
|
+
* @export
|
|
1159
|
+
*/
|
|
1160
|
+
export declare const GetCollectionFormHistoryXAmznShippingBusinessIdEnum: {
|
|
1161
|
+
readonly Us: "AmazonShipping_US";
|
|
1162
|
+
readonly In: "AmazonShipping_IN";
|
|
1163
|
+
readonly Uk: "AmazonShipping_UK";
|
|
1164
|
+
readonly Uae: "AmazonShipping_UAE";
|
|
1165
|
+
readonly Sa: "AmazonShipping_SA";
|
|
1166
|
+
readonly Eg: "AmazonShipping_EG";
|
|
1167
|
+
readonly It: "AmazonShipping_IT";
|
|
1168
|
+
readonly Es: "AmazonShipping_ES";
|
|
1169
|
+
readonly Fr: "AmazonShipping_FR";
|
|
1170
|
+
readonly Jp: "AmazonShipping_JP";
|
|
1171
|
+
};
|
|
1172
|
+
export type GetCollectionFormHistoryXAmznShippingBusinessIdEnum = typeof GetCollectionFormHistoryXAmznShippingBusinessIdEnum[keyof typeof GetCollectionFormHistoryXAmznShippingBusinessIdEnum];
|
|
1173
|
+
/**
|
|
1174
|
+
* @export
|
|
1175
|
+
*/
|
|
1176
|
+
export declare const GetRatesXAmznShippingBusinessIdEnum: {
|
|
1177
|
+
readonly Us: "AmazonShipping_US";
|
|
1178
|
+
readonly In: "AmazonShipping_IN";
|
|
1179
|
+
readonly Uk: "AmazonShipping_UK";
|
|
1180
|
+
readonly Uae: "AmazonShipping_UAE";
|
|
1181
|
+
readonly Sa: "AmazonShipping_SA";
|
|
1182
|
+
readonly Eg: "AmazonShipping_EG";
|
|
1183
|
+
readonly It: "AmazonShipping_IT";
|
|
1184
|
+
readonly Es: "AmazonShipping_ES";
|
|
1185
|
+
readonly Fr: "AmazonShipping_FR";
|
|
1186
|
+
readonly Jp: "AmazonShipping_JP";
|
|
1187
|
+
};
|
|
1188
|
+
export type GetRatesXAmznShippingBusinessIdEnum = typeof GetRatesXAmznShippingBusinessIdEnum[keyof typeof GetRatesXAmznShippingBusinessIdEnum];
|
|
1189
|
+
/**
|
|
1190
|
+
* @export
|
|
1191
|
+
*/
|
|
1192
|
+
export declare const GetShipmentDocumentsXAmznShippingBusinessIdEnum: {
|
|
1193
|
+
readonly Us: "AmazonShipping_US";
|
|
1194
|
+
readonly In: "AmazonShipping_IN";
|
|
1195
|
+
readonly Uk: "AmazonShipping_UK";
|
|
1196
|
+
readonly Uae: "AmazonShipping_UAE";
|
|
1197
|
+
readonly Sa: "AmazonShipping_SA";
|
|
1198
|
+
readonly Eg: "AmazonShipping_EG";
|
|
1199
|
+
readonly It: "AmazonShipping_IT";
|
|
1200
|
+
readonly Es: "AmazonShipping_ES";
|
|
1201
|
+
readonly Fr: "AmazonShipping_FR";
|
|
1202
|
+
readonly Jp: "AmazonShipping_JP";
|
|
1203
|
+
};
|
|
1204
|
+
export type GetShipmentDocumentsXAmznShippingBusinessIdEnum = typeof GetShipmentDocumentsXAmznShippingBusinessIdEnum[keyof typeof GetShipmentDocumentsXAmznShippingBusinessIdEnum];
|
|
1205
|
+
/**
|
|
1206
|
+
* @export
|
|
1207
|
+
*/
|
|
1208
|
+
export declare const GetTrackingXAmznShippingBusinessIdEnum: {
|
|
1209
|
+
readonly Us: "AmazonShipping_US";
|
|
1210
|
+
readonly In: "AmazonShipping_IN";
|
|
1211
|
+
readonly Uk: "AmazonShipping_UK";
|
|
1212
|
+
readonly Uae: "AmazonShipping_UAE";
|
|
1213
|
+
readonly Sa: "AmazonShipping_SA";
|
|
1214
|
+
readonly Eg: "AmazonShipping_EG";
|
|
1215
|
+
readonly It: "AmazonShipping_IT";
|
|
1216
|
+
readonly Es: "AmazonShipping_ES";
|
|
1217
|
+
readonly Fr: "AmazonShipping_FR";
|
|
1218
|
+
readonly Jp: "AmazonShipping_JP";
|
|
1219
|
+
};
|
|
1220
|
+
export type GetTrackingXAmznShippingBusinessIdEnum = typeof GetTrackingXAmznShippingBusinessIdEnum[keyof typeof GetTrackingXAmznShippingBusinessIdEnum];
|
|
1221
|
+
/**
|
|
1222
|
+
* @export
|
|
1223
|
+
*/
|
|
1224
|
+
export declare const GetUnmanifestedShipmentsXAmznShippingBusinessIdEnum: {
|
|
1225
|
+
readonly Us: "AmazonShipping_US";
|
|
1226
|
+
readonly In: "AmazonShipping_IN";
|
|
1227
|
+
readonly Uk: "AmazonShipping_UK";
|
|
1228
|
+
readonly Uae: "AmazonShipping_UAE";
|
|
1229
|
+
readonly Sa: "AmazonShipping_SA";
|
|
1230
|
+
readonly Eg: "AmazonShipping_EG";
|
|
1231
|
+
readonly It: "AmazonShipping_IT";
|
|
1232
|
+
readonly Es: "AmazonShipping_ES";
|
|
1233
|
+
readonly Fr: "AmazonShipping_FR";
|
|
1234
|
+
readonly Jp: "AmazonShipping_JP";
|
|
1235
|
+
};
|
|
1236
|
+
export type GetUnmanifestedShipmentsXAmznShippingBusinessIdEnum = typeof GetUnmanifestedShipmentsXAmznShippingBusinessIdEnum[keyof typeof GetUnmanifestedShipmentsXAmznShippingBusinessIdEnum];
|
|
1237
|
+
/**
|
|
1238
|
+
* @export
|
|
1239
|
+
*/
|
|
1240
|
+
export declare const LinkCarrierAccountXAmznShippingBusinessIdEnum: {
|
|
1241
|
+
readonly Us: "AmazonShipping_US";
|
|
1242
|
+
readonly In: "AmazonShipping_IN";
|
|
1243
|
+
readonly Uk: "AmazonShipping_UK";
|
|
1244
|
+
readonly Uae: "AmazonShipping_UAE";
|
|
1245
|
+
readonly Sa: "AmazonShipping_SA";
|
|
1246
|
+
readonly Eg: "AmazonShipping_EG";
|
|
1247
|
+
readonly It: "AmazonShipping_IT";
|
|
1248
|
+
readonly Es: "AmazonShipping_ES";
|
|
1249
|
+
readonly Fr: "AmazonShipping_FR";
|
|
1250
|
+
readonly Jp: "AmazonShipping_JP";
|
|
1251
|
+
};
|
|
1252
|
+
export type LinkCarrierAccountXAmznShippingBusinessIdEnum = typeof LinkCarrierAccountXAmznShippingBusinessIdEnum[keyof typeof LinkCarrierAccountXAmznShippingBusinessIdEnum];
|
|
1253
|
+
/**
|
|
1254
|
+
* @export
|
|
1255
|
+
*/
|
|
1256
|
+
export declare const OneClickShipmentXAmznShippingBusinessIdEnum: {
|
|
1257
|
+
readonly Us: "AmazonShipping_US";
|
|
1258
|
+
readonly In: "AmazonShipping_IN";
|
|
1259
|
+
readonly Uk: "AmazonShipping_UK";
|
|
1260
|
+
readonly Uae: "AmazonShipping_UAE";
|
|
1261
|
+
readonly Sa: "AmazonShipping_SA";
|
|
1262
|
+
readonly Eg: "AmazonShipping_EG";
|
|
1263
|
+
readonly It: "AmazonShipping_IT";
|
|
1264
|
+
readonly Es: "AmazonShipping_ES";
|
|
1265
|
+
readonly Fr: "AmazonShipping_FR";
|
|
1266
|
+
readonly Jp: "AmazonShipping_JP";
|
|
1267
|
+
};
|
|
1268
|
+
export type OneClickShipmentXAmznShippingBusinessIdEnum = typeof OneClickShipmentXAmznShippingBusinessIdEnum[keyof typeof OneClickShipmentXAmznShippingBusinessIdEnum];
|
|
1269
|
+
/**
|
|
1270
|
+
* @export
|
|
1271
|
+
*/
|
|
1272
|
+
export declare const PurchaseShipmentXAmznShippingBusinessIdEnum: {
|
|
1273
|
+
readonly Us: "AmazonShipping_US";
|
|
1274
|
+
readonly In: "AmazonShipping_IN";
|
|
1275
|
+
readonly Uk: "AmazonShipping_UK";
|
|
1276
|
+
readonly Uae: "AmazonShipping_UAE";
|
|
1277
|
+
readonly Sa: "AmazonShipping_SA";
|
|
1278
|
+
readonly Eg: "AmazonShipping_EG";
|
|
1279
|
+
readonly It: "AmazonShipping_IT";
|
|
1280
|
+
readonly Es: "AmazonShipping_ES";
|
|
1281
|
+
readonly Fr: "AmazonShipping_FR";
|
|
1282
|
+
readonly Jp: "AmazonShipping_JP";
|
|
1283
|
+
};
|
|
1284
|
+
export type PurchaseShipmentXAmznShippingBusinessIdEnum = typeof PurchaseShipmentXAmznShippingBusinessIdEnum[keyof typeof PurchaseShipmentXAmznShippingBusinessIdEnum];
|
|
1285
|
+
/**
|
|
1286
|
+
* @export
|
|
1287
|
+
*/
|
|
1288
|
+
export declare const UnlinkCarrierAccountXAmznShippingBusinessIdEnum: {
|
|
1289
|
+
readonly Us: "AmazonShipping_US";
|
|
1290
|
+
readonly In: "AmazonShipping_IN";
|
|
1291
|
+
readonly Uk: "AmazonShipping_UK";
|
|
1292
|
+
readonly Uae: "AmazonShipping_UAE";
|
|
1293
|
+
readonly Sa: "AmazonShipping_SA";
|
|
1294
|
+
readonly Eg: "AmazonShipping_EG";
|
|
1295
|
+
readonly It: "AmazonShipping_IT";
|
|
1296
|
+
readonly Es: "AmazonShipping_ES";
|
|
1297
|
+
readonly Fr: "AmazonShipping_FR";
|
|
1298
|
+
readonly Jp: "AmazonShipping_JP";
|
|
1299
|
+
};
|
|
1300
|
+
export type UnlinkCarrierAccountXAmznShippingBusinessIdEnum = typeof UnlinkCarrierAccountXAmznShippingBusinessIdEnum[keyof typeof UnlinkCarrierAccountXAmznShippingBusinessIdEnum];
|