@sp-api-sdk/fulfillment-inbound-api-v0 2.2.0 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/src/api-model/api/fba-inbound-api.js +116 -28
- 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/fba-inbound-api.js +116 -28
- 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/fba-inbound-api.d.ts +159 -98
- 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/amazon-prep-fees-details.d.ts +2 -2
- package/dist/types/src/api-model/models/amount.d.ts +1 -1
- package/dist/types/src/api-model/models/asininbound-guidance.d.ts +2 -2
- package/dist/types/src/api-model/models/asinprep-instructions.d.ts +3 -3
- package/dist/types/src/api-model/models/box-contents-fee-details.d.ts +1 -1
- package/dist/types/src/api-model/models/common-transport-result.d.ts +1 -1
- package/dist/types/src/api-model/models/confirm-preorder-response.d.ts +1 -1
- package/dist/types/src/api-model/models/confirm-transport-response.d.ts +1 -1
- package/dist/types/src/api-model/models/create-inbound-shipment-plan-request.d.ts +3 -3
- package/dist/types/src/api-model/models/create-inbound-shipment-plan-response.d.ts +1 -1
- package/dist/types/src/api-model/models/create-inbound-shipment-plan-result.d.ts +1 -1
- package/dist/types/src/api-model/models/dimensions.d.ts +1 -1
- package/dist/types/src/api-model/models/estimate-transport-response.d.ts +1 -1
- package/dist/types/src/api-model/models/get-bill-of-lading-response.d.ts +1 -1
- package/dist/types/src/api-model/models/get-inbound-guidance-result.d.ts +4 -4
- package/dist/types/src/api-model/models/get-labels-response.d.ts +1 -1
- package/dist/types/src/api-model/models/get-preorder-info-response.d.ts +1 -1
- package/dist/types/src/api-model/models/get-prep-instructions-response.d.ts +1 -1
- package/dist/types/src/api-model/models/get-prep-instructions-result.d.ts +4 -4
- package/dist/types/src/api-model/models/get-shipment-items-response.d.ts +1 -1
- package/dist/types/src/api-model/models/get-shipment-items-result.d.ts +1 -1
- package/dist/types/src/api-model/models/get-shipments-response.d.ts +1 -1
- package/dist/types/src/api-model/models/get-shipments-result.d.ts +1 -1
- package/dist/types/src/api-model/models/get-transport-details-response.d.ts +1 -1
- package/dist/types/src/api-model/models/get-transport-details-result.d.ts +1 -1
- package/dist/types/src/api-model/models/inbound-shipment-header.d.ts +4 -4
- package/dist/types/src/api-model/models/inbound-shipment-info.d.ts +5 -5
- package/dist/types/src/api-model/models/inbound-shipment-item.d.ts +1 -1
- package/dist/types/src/api-model/models/inbound-shipment-plan-item.d.ts +1 -1
- package/dist/types/src/api-model/models/inbound-shipment-plan-request-item.d.ts +2 -2
- package/dist/types/src/api-model/models/inbound-shipment-plan.d.ts +4 -4
- package/dist/types/src/api-model/models/inbound-shipment-request.d.ts +2 -2
- package/dist/types/src/api-model/models/inbound-shipment-response.d.ts +1 -1
- package/dist/types/src/api-model/models/invalid-asin.d.ts +1 -1
- package/dist/types/src/api-model/models/invalid-sku.d.ts +1 -1
- package/dist/types/src/api-model/models/non-partnered-small-parcel-data-input.d.ts +1 -1
- package/dist/types/src/api-model/models/non-partnered-small-parcel-data-output.d.ts +1 -1
- package/dist/types/src/api-model/models/non-partnered-small-parcel-package-output.d.ts +1 -1
- package/dist/types/src/api-model/models/pallet.d.ts +2 -2
- package/dist/types/src/api-model/models/partnered-estimate.d.ts +1 -1
- package/dist/types/src/api-model/models/partnered-ltl-data-input.d.ts +5 -5
- package/dist/types/src/api-model/models/partnered-ltl-data-output.d.ts +6 -6
- package/dist/types/src/api-model/models/partnered-small-parcel-data-input.d.ts +1 -1
- package/dist/types/src/api-model/models/partnered-small-parcel-data-output.d.ts +2 -2
- package/dist/types/src/api-model/models/partnered-small-parcel-package-input.d.ts +2 -2
- package/dist/types/src/api-model/models/partnered-small-parcel-package-output.d.ts +3 -3
- package/dist/types/src/api-model/models/prep-details.d.ts +2 -2
- package/dist/types/src/api-model/models/put-transport-details-request.d.ts +2 -2
- package/dist/types/src/api-model/models/put-transport-details-response.d.ts +1 -1
- package/dist/types/src/api-model/models/skuinbound-guidance.d.ts +2 -2
- package/dist/types/src/api-model/models/skuprep-instructions.d.ts +4 -4
- package/dist/types/src/api-model/models/transport-content.d.ts +3 -3
- package/dist/types/src/api-model/models/transport-detail-input.d.ts +4 -4
- package/dist/types/src/api-model/models/transport-detail-output.d.ts +4 -4
- package/dist/types/src/api-model/models/transport-header.d.ts +1 -1
- package/dist/types/src/api-model/models/transport-result.d.ts +1 -1
- package/dist/types/src/api-model/models/void-transport-response.d.ts +1 -1
- package/dist/types/src/api-model/models/weight.d.ts +1 -1
- package/package.json +4 -4
|
@@ -16,7 +16,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
16
16
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
17
17
|
};
|
|
18
18
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
-
exports.FbaInboundApi = exports.FbaInboundApiFactory = exports.FbaInboundApiFp = exports.FbaInboundApiAxiosParamCreator = void 0;
|
|
19
|
+
exports.GetShipmentsShipmentStatusListEnum = exports.GetShipmentsQueryTypeEnum = exports.GetShipmentItemsQueryTypeEnum = exports.GetLabelsLabelTypeEnum = exports.GetLabelsPageTypeEnum = exports.FbaInboundApi = exports.FbaInboundApiFactory = exports.FbaInboundApiFp = exports.FbaInboundApiAxiosParamCreator = void 0;
|
|
20
20
|
const axios_1 = __importDefault(require("axios"));
|
|
21
21
|
// Some imports not used depending on template conditions
|
|
22
22
|
// @ts-ignore
|
|
@@ -58,7 +58,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
58
58
|
const localVarQueryParameter = {};
|
|
59
59
|
if (needByDate !== undefined) {
|
|
60
60
|
localVarQueryParameter['NeedByDate'] = (needByDate instanceof Date) ?
|
|
61
|
-
needByDate.toISOString().
|
|
61
|
+
needByDate.toISOString().substring(0, 10) :
|
|
62
62
|
needByDate;
|
|
63
63
|
}
|
|
64
64
|
if (marketplaceId !== undefined) {
|
|
@@ -225,8 +225,8 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
225
225
|
/**
|
|
226
226
|
* Returns package/pallet labels for faster and more accurate shipment processing at the Amazon fulfillment center. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
227
227
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
228
|
-
* @param {
|
|
229
|
-
* @param {
|
|
228
|
+
* @param {GetLabelsPageTypeEnum} pageType The page type to use to print the labels. Submitting a PageType value that is not supported in your marketplace returns an error.
|
|
229
|
+
* @param {GetLabelsLabelTypeEnum} labelType The type of labels requested.
|
|
230
230
|
* @param {number} [numberOfPackages] The number of packages in the shipment.
|
|
231
231
|
* @param {Array<string>} [packageLabelsToPrint] A list of identifiers that specify packages for which you want package labels printed. Must match CartonId values previously passed using the FBA Inbound Shipment Carton Information Feed. If not, the operation returns the IncorrectPackageIdentifier error code.
|
|
232
232
|
* @param {number} [numberOfPallets] The number of pallets in the shipment. This returns four identical labels for each pallet.
|
|
@@ -357,7 +357,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
357
357
|
},
|
|
358
358
|
/**
|
|
359
359
|
* Returns a list of items in a specified inbound shipment, or a list of items that were updated within a specified time frame. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
360
|
-
* @param {
|
|
360
|
+
* @param {GetShipmentItemsQueryTypeEnum} queryType Indicates whether items are returned using a date range (by providing the LastUpdatedAfter and LastUpdatedBefore parameters), or using NextToken, which continues returning items specified in a previous request.
|
|
361
361
|
* @param {string} marketplaceId A marketplace identifier. Specifies the marketplace where the product would be stored.
|
|
362
362
|
* @param {string} [lastUpdatedAfter] A date used for selecting inbound shipment items that were last updated after (or at) a specified time. The selection includes updates made by Amazon and by the seller.
|
|
363
363
|
* @param {string} [lastUpdatedBefore] A date used for selecting inbound shipment items that were last updated before (or at) a specified time. The selection includes updates made by Amazon and by the seller.
|
|
@@ -445,9 +445,9 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
445
445
|
},
|
|
446
446
|
/**
|
|
447
447
|
* Returns a list of inbound shipments based on criteria that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
448
|
-
* @param {
|
|
448
|
+
* @param {GetShipmentsQueryTypeEnum} queryType Indicates whether shipments are returned using shipment information (by providing the ShipmentStatusList or ShipmentIdList parameters), using a date range (by providing the LastUpdatedAfter and LastUpdatedBefore parameters), or by using NextToken to continue returning items specified in a previous request.
|
|
449
449
|
* @param {string} marketplaceId A marketplace identifier. Specifies the marketplace where the product would be stored.
|
|
450
|
-
* @param {Array<
|
|
450
|
+
* @param {Array<GetShipmentsShipmentStatusListEnum>} [shipmentStatusList] A list of ShipmentStatus values. Used to select shipments with a current status that matches the status values that you specify.
|
|
451
451
|
* @param {Array<string>} [shipmentIdList] A list of shipment IDs used to select the shipments that you want. If both ShipmentStatusList and ShipmentIdList are specified, only shipments that match both parameters are returned.
|
|
452
452
|
* @param {string} [lastUpdatedAfter] A date used for selecting inbound shipments that were last updated after (or at) a specified time. The selection includes updates made by Amazon and by the seller.
|
|
453
453
|
* @param {string} [lastUpdatedBefore] A date used for selecting inbound shipments that were last updated before (or at) a specified time. The selection includes updates made by Amazon and by the seller.
|
|
@@ -651,7 +651,9 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
651
651
|
*/
|
|
652
652
|
async confirmPreorder(shipmentId, needByDate, marketplaceId, options) {
|
|
653
653
|
const localVarAxiosArgs = await localVarAxiosParamCreator.confirmPreorder(shipmentId, needByDate, marketplaceId, options);
|
|
654
|
-
|
|
654
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
655
|
+
const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.confirmPreorder']?.[localVarOperationServerIndex]?.url;
|
|
656
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
655
657
|
},
|
|
656
658
|
/**
|
|
657
659
|
* Confirms that the seller accepts the Amazon-partnered shipping estimate, agrees to allow Amazon to charge their account for the shipping cost, and requests that the Amazon-partnered carrier ship the inbound shipment. Prior to calling the confirmTransport operation, you should call the getTransportDetails operation to get the Amazon-partnered shipping estimate. Important: After confirming the transportation request, if the seller decides that they do not want the Amazon-partnered carrier to ship the inbound shipment, you can call the voidTransport operation to cancel the transportation request. Note that for a Small Parcel shipment, the seller has 24 hours after confirming a transportation request to void the transportation request. For a Less Than Truckload/Full Truckload (LTL/FTL) shipment, the seller has one hour after confirming a transportation request to void it. After the grace period has expired the seller\'s account will be charged for the shipping cost. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
@@ -662,7 +664,9 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
662
664
|
*/
|
|
663
665
|
async confirmTransport(shipmentId, options) {
|
|
664
666
|
const localVarAxiosArgs = await localVarAxiosParamCreator.confirmTransport(shipmentId, options);
|
|
665
|
-
|
|
667
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
668
|
+
const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.confirmTransport']?.[localVarOperationServerIndex]?.url;
|
|
669
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
666
670
|
},
|
|
667
671
|
/**
|
|
668
672
|
* Returns a new inbound shipment based on the specified shipmentId that was returned by the createInboundShipmentPlan operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
@@ -674,7 +678,9 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
674
678
|
*/
|
|
675
679
|
async createInboundShipment(shipmentId, body, options) {
|
|
676
680
|
const localVarAxiosArgs = await localVarAxiosParamCreator.createInboundShipment(shipmentId, body, options);
|
|
677
|
-
|
|
681
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
682
|
+
const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.createInboundShipment']?.[localVarOperationServerIndex]?.url;
|
|
683
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
678
684
|
},
|
|
679
685
|
/**
|
|
680
686
|
* Returns one or more inbound shipment plans, which provide the information you need to create one or more inbound shipments for a set of items that you specify. Multiple inbound shipment plans might be required so that items can be optimally placed in Amazon\'s fulfillment network—for example, positioning inventory closer to the customer. Alternatively, two inbound shipment plans might be created with the same Amazon fulfillment center destination if the two shipment plans require different processing—for example, items that require labels must be shipped separately from stickerless, commingled inventory. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
@@ -685,7 +691,9 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
685
691
|
*/
|
|
686
692
|
async createInboundShipmentPlan(body, options) {
|
|
687
693
|
const localVarAxiosArgs = await localVarAxiosParamCreator.createInboundShipmentPlan(body, options);
|
|
688
|
-
|
|
694
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
695
|
+
const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.createInboundShipmentPlan']?.[localVarOperationServerIndex]?.url;
|
|
696
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
689
697
|
},
|
|
690
698
|
/**
|
|
691
699
|
* Initiates the process of estimating the shipping cost for an inbound shipment by an Amazon-partnered carrier. Prior to calling the estimateTransport operation, you must call the putTransportDetails operation to provide Amazon with the transportation information for the inbound shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
@@ -696,7 +704,9 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
696
704
|
*/
|
|
697
705
|
async estimateTransport(shipmentId, options) {
|
|
698
706
|
const localVarAxiosArgs = await localVarAxiosParamCreator.estimateTransport(shipmentId, options);
|
|
699
|
-
|
|
707
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
708
|
+
const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.estimateTransport']?.[localVarOperationServerIndex]?.url;
|
|
709
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
700
710
|
},
|
|
701
711
|
/**
|
|
702
712
|
* Returns a bill of lading for a Less Than Truckload/Full Truckload (LTL/FTL) shipment. The getBillOfLading operation returns PDF document data for printing a bill of lading for an Amazon-partnered Less Than Truckload/Full Truckload (LTL/FTL) inbound shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
@@ -706,13 +716,15 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
706
716
|
*/
|
|
707
717
|
async getBillOfLading(shipmentId, options) {
|
|
708
718
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getBillOfLading(shipmentId, options);
|
|
709
|
-
|
|
719
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
720
|
+
const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.getBillOfLading']?.[localVarOperationServerIndex]?.url;
|
|
721
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
710
722
|
},
|
|
711
723
|
/**
|
|
712
724
|
* Returns package/pallet labels for faster and more accurate shipment processing at the Amazon fulfillment center. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
713
725
|
* @param {string} shipmentId A shipment identifier originally returned by the createInboundShipmentPlan operation.
|
|
714
|
-
* @param {
|
|
715
|
-
* @param {
|
|
726
|
+
* @param {GetLabelsPageTypeEnum} pageType The page type to use to print the labels. Submitting a PageType value that is not supported in your marketplace returns an error.
|
|
727
|
+
* @param {GetLabelsLabelTypeEnum} labelType The type of labels requested.
|
|
716
728
|
* @param {number} [numberOfPackages] The number of packages in the shipment.
|
|
717
729
|
* @param {Array<string>} [packageLabelsToPrint] A list of identifiers that specify packages for which you want package labels printed. Must match CartonId values previously passed using the FBA Inbound Shipment Carton Information Feed. If not, the operation returns the IncorrectPackageIdentifier error code.
|
|
718
730
|
* @param {number} [numberOfPallets] The number of pallets in the shipment. This returns four identical labels for each pallet.
|
|
@@ -723,7 +735,9 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
723
735
|
*/
|
|
724
736
|
async getLabels(shipmentId, pageType, labelType, numberOfPackages, packageLabelsToPrint, numberOfPallets, pageSize, pageStartIndex, options) {
|
|
725
737
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getLabels(shipmentId, pageType, labelType, numberOfPackages, packageLabelsToPrint, numberOfPallets, pageSize, pageStartIndex, options);
|
|
726
|
-
|
|
738
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
739
|
+
const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.getLabels']?.[localVarOperationServerIndex]?.url;
|
|
740
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
727
741
|
},
|
|
728
742
|
/**
|
|
729
743
|
* Returns pre-order information, including dates, that a seller needs before confirming a shipment for pre-order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
@@ -735,7 +749,9 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
735
749
|
*/
|
|
736
750
|
async getPreorderInfo(shipmentId, marketplaceId, options) {
|
|
737
751
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getPreorderInfo(shipmentId, marketplaceId, options);
|
|
738
|
-
|
|
752
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
753
|
+
const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.getPreorderInfo']?.[localVarOperationServerIndex]?.url;
|
|
754
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
739
755
|
},
|
|
740
756
|
/**
|
|
741
757
|
* Returns labeling requirements and item preparation instructions to help prepare items for shipment to Amazon\'s fulfillment network. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
@@ -747,11 +763,13 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
747
763
|
*/
|
|
748
764
|
async getPrepInstructions(shipToCountryCode, sellerSKUList, aSINList, options) {
|
|
749
765
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getPrepInstructions(shipToCountryCode, sellerSKUList, aSINList, options);
|
|
750
|
-
|
|
766
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
767
|
+
const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.getPrepInstructions']?.[localVarOperationServerIndex]?.url;
|
|
768
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
751
769
|
},
|
|
752
770
|
/**
|
|
753
771
|
* Returns a list of items in a specified inbound shipment, or a list of items that were updated within a specified time frame. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
754
|
-
* @param {
|
|
772
|
+
* @param {GetShipmentItemsQueryTypeEnum} queryType Indicates whether items are returned using a date range (by providing the LastUpdatedAfter and LastUpdatedBefore parameters), or using NextToken, which continues returning items specified in a previous request.
|
|
755
773
|
* @param {string} marketplaceId A marketplace identifier. Specifies the marketplace where the product would be stored.
|
|
756
774
|
* @param {string} [lastUpdatedAfter] A date used for selecting inbound shipment items that were last updated after (or at) a specified time. The selection includes updates made by Amazon and by the seller.
|
|
757
775
|
* @param {string} [lastUpdatedBefore] A date used for selecting inbound shipment items that were last updated before (or at) a specified time. The selection includes updates made by Amazon and by the seller.
|
|
@@ -762,7 +780,9 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
762
780
|
*/
|
|
763
781
|
async getShipmentItems(queryType, marketplaceId, lastUpdatedAfter, lastUpdatedBefore, nextToken, options) {
|
|
764
782
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getShipmentItems(queryType, marketplaceId, lastUpdatedAfter, lastUpdatedBefore, nextToken, options);
|
|
765
|
-
|
|
783
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
784
|
+
const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.getShipmentItems']?.[localVarOperationServerIndex]?.url;
|
|
785
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
766
786
|
},
|
|
767
787
|
/**
|
|
768
788
|
* Returns a list of items in a specified inbound shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
@@ -774,13 +794,15 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
774
794
|
*/
|
|
775
795
|
async getShipmentItemsByShipmentId(shipmentId, marketplaceId, options) {
|
|
776
796
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getShipmentItemsByShipmentId(shipmentId, marketplaceId, options);
|
|
777
|
-
|
|
797
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
798
|
+
const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.getShipmentItemsByShipmentId']?.[localVarOperationServerIndex]?.url;
|
|
799
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
778
800
|
},
|
|
779
801
|
/**
|
|
780
802
|
* Returns a list of inbound shipments based on criteria that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
781
|
-
* @param {
|
|
803
|
+
* @param {GetShipmentsQueryTypeEnum} queryType Indicates whether shipments are returned using shipment information (by providing the ShipmentStatusList or ShipmentIdList parameters), using a date range (by providing the LastUpdatedAfter and LastUpdatedBefore parameters), or by using NextToken to continue returning items specified in a previous request.
|
|
782
804
|
* @param {string} marketplaceId A marketplace identifier. Specifies the marketplace where the product would be stored.
|
|
783
|
-
* @param {Array<
|
|
805
|
+
* @param {Array<GetShipmentsShipmentStatusListEnum>} [shipmentStatusList] A list of ShipmentStatus values. Used to select shipments with a current status that matches the status values that you specify.
|
|
784
806
|
* @param {Array<string>} [shipmentIdList] A list of shipment IDs used to select the shipments that you want. If both ShipmentStatusList and ShipmentIdList are specified, only shipments that match both parameters are returned.
|
|
785
807
|
* @param {string} [lastUpdatedAfter] A date used for selecting inbound shipments that were last updated after (or at) a specified time. The selection includes updates made by Amazon and by the seller.
|
|
786
808
|
* @param {string} [lastUpdatedBefore] A date used for selecting inbound shipments that were last updated before (or at) a specified time. The selection includes updates made by Amazon and by the seller.
|
|
@@ -791,7 +813,9 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
791
813
|
*/
|
|
792
814
|
async getShipments(queryType, marketplaceId, shipmentStatusList, shipmentIdList, lastUpdatedAfter, lastUpdatedBefore, nextToken, options) {
|
|
793
815
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getShipments(queryType, marketplaceId, shipmentStatusList, shipmentIdList, lastUpdatedAfter, lastUpdatedBefore, nextToken, options);
|
|
794
|
-
|
|
816
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
817
|
+
const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.getShipments']?.[localVarOperationServerIndex]?.url;
|
|
818
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
795
819
|
},
|
|
796
820
|
/**
|
|
797
821
|
* Returns current transportation information about an inbound shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
@@ -802,7 +826,9 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
802
826
|
*/
|
|
803
827
|
async getTransportDetails(shipmentId, options) {
|
|
804
828
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getTransportDetails(shipmentId, options);
|
|
805
|
-
|
|
829
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
830
|
+
const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.getTransportDetails']?.[localVarOperationServerIndex]?.url;
|
|
831
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
806
832
|
},
|
|
807
833
|
/**
|
|
808
834
|
* Sends transportation information to Amazon about an inbound shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
@@ -814,7 +840,9 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
814
840
|
*/
|
|
815
841
|
async putTransportDetails(shipmentId, body, options) {
|
|
816
842
|
const localVarAxiosArgs = await localVarAxiosParamCreator.putTransportDetails(shipmentId, body, options);
|
|
817
|
-
|
|
843
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
844
|
+
const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.putTransportDetails']?.[localVarOperationServerIndex]?.url;
|
|
845
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
818
846
|
},
|
|
819
847
|
/**
|
|
820
848
|
* Updates or removes items from the inbound shipment identified by the specified shipment identifier. Adding new items is not supported. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
@@ -826,7 +854,9 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
826
854
|
*/
|
|
827
855
|
async updateInboundShipment(shipmentId, body, options) {
|
|
828
856
|
const localVarAxiosArgs = await localVarAxiosParamCreator.updateInboundShipment(shipmentId, body, options);
|
|
829
|
-
|
|
857
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
858
|
+
const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.updateInboundShipment']?.[localVarOperationServerIndex]?.url;
|
|
859
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
830
860
|
},
|
|
831
861
|
/**
|
|
832
862
|
* Cancels a previously-confirmed request to ship an inbound shipment using an Amazon-partnered carrier. To be successful, you must call this operation before the VoidDeadline date that is returned by the getTransportDetails operation. Important: The VoidDeadline date is 24 hours after you confirm a Small Parcel shipment transportation request or one hour after you confirm a Less Than Truckload/Full Truckload (LTL/FTL) shipment transportation request. After the void deadline passes, your account will be charged for the shipping cost. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
@@ -837,7 +867,9 @@ const FbaInboundApiFp = function (configuration) {
|
|
|
837
867
|
*/
|
|
838
868
|
async voidTransport(shipmentId, options) {
|
|
839
869
|
const localVarAxiosArgs = await localVarAxiosParamCreator.voidTransport(shipmentId, options);
|
|
840
|
-
|
|
870
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
871
|
+
const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.voidTransport']?.[localVarOperationServerIndex]?.url;
|
|
872
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
841
873
|
},
|
|
842
874
|
};
|
|
843
875
|
};
|
|
@@ -1191,3 +1223,59 @@ class FbaInboundApi extends base_1.BaseAPI {
|
|
|
1191
1223
|
}
|
|
1192
1224
|
}
|
|
1193
1225
|
exports.FbaInboundApi = FbaInboundApi;
|
|
1226
|
+
/**
|
|
1227
|
+
* @export
|
|
1228
|
+
*/
|
|
1229
|
+
exports.GetLabelsPageTypeEnum = {
|
|
1230
|
+
Letter2: 'PackageLabel_Letter_2',
|
|
1231
|
+
Letter4: 'PackageLabel_Letter_4',
|
|
1232
|
+
Letter6: 'PackageLabel_Letter_6',
|
|
1233
|
+
Letter6CarrierLeft: 'PackageLabel_Letter_6_CarrierLeft',
|
|
1234
|
+
A42: 'PackageLabel_A4_2',
|
|
1235
|
+
A44: 'PackageLabel_A4_4',
|
|
1236
|
+
PlainPaper: 'PackageLabel_Plain_Paper',
|
|
1237
|
+
PlainPaperCarrierBottom: 'PackageLabel_Plain_Paper_CarrierBottom',
|
|
1238
|
+
Thermal: 'PackageLabel_Thermal',
|
|
1239
|
+
ThermalUnified: 'PackageLabel_Thermal_Unified',
|
|
1240
|
+
ThermalNonPcp: 'PackageLabel_Thermal_NonPCP',
|
|
1241
|
+
ThermalNoCarrierRotation: 'PackageLabel_Thermal_No_Carrier_Rotation'
|
|
1242
|
+
};
|
|
1243
|
+
/**
|
|
1244
|
+
* @export
|
|
1245
|
+
*/
|
|
1246
|
+
exports.GetLabelsLabelTypeEnum = {
|
|
1247
|
+
Barcode2D: 'BARCODE_2D',
|
|
1248
|
+
Unique: 'UNIQUE',
|
|
1249
|
+
Pallet: 'PALLET'
|
|
1250
|
+
};
|
|
1251
|
+
/**
|
|
1252
|
+
* @export
|
|
1253
|
+
*/
|
|
1254
|
+
exports.GetShipmentItemsQueryTypeEnum = {
|
|
1255
|
+
DateRange: 'DATE_RANGE',
|
|
1256
|
+
NextToken: 'NEXT_TOKEN'
|
|
1257
|
+
};
|
|
1258
|
+
/**
|
|
1259
|
+
* @export
|
|
1260
|
+
*/
|
|
1261
|
+
exports.GetShipmentsQueryTypeEnum = {
|
|
1262
|
+
Shipment: 'SHIPMENT',
|
|
1263
|
+
DateRange: 'DATE_RANGE',
|
|
1264
|
+
NextToken: 'NEXT_TOKEN'
|
|
1265
|
+
};
|
|
1266
|
+
/**
|
|
1267
|
+
* @export
|
|
1268
|
+
*/
|
|
1269
|
+
exports.GetShipmentsShipmentStatusListEnum = {
|
|
1270
|
+
Working: 'WORKING',
|
|
1271
|
+
ReadyToShip: 'READY_TO_SHIP',
|
|
1272
|
+
Shipped: 'SHIPPED',
|
|
1273
|
+
Receiving: 'RECEIVING',
|
|
1274
|
+
Cancelled: 'CANCELLED',
|
|
1275
|
+
Deleted: 'DELETED',
|
|
1276
|
+
Closed: 'CLOSED',
|
|
1277
|
+
Error: 'ERROR',
|
|
1278
|
+
InTransit: 'IN_TRANSIT',
|
|
1279
|
+
Delivered: 'DELIVERED',
|
|
1280
|
+
CheckedIn: 'CHECKED_IN'
|
|
1281
|
+
};
|
|
@@ -16,7 +16,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
16
16
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
17
17
|
};
|
|
18
18
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
-
exports.RequiredError = exports.BaseAPI = exports.COLLECTION_FORMATS = exports.BASE_PATH = void 0;
|
|
19
|
+
exports.operationServerMap = exports.RequiredError = exports.BaseAPI = exports.COLLECTION_FORMATS = exports.BASE_PATH = void 0;
|
|
20
20
|
const axios_1 = __importDefault(require("axios"));
|
|
21
21
|
exports.BASE_PATH = "https://sellingpartnerapi-na.amazon.com".replace(/\/+$/, "");
|
|
22
22
|
/**
|
|
@@ -43,7 +43,7 @@ class BaseAPI {
|
|
|
43
43
|
this.axios = axios;
|
|
44
44
|
if (configuration) {
|
|
45
45
|
this.configuration = configuration;
|
|
46
|
-
this.basePath = configuration.basePath
|
|
46
|
+
this.basePath = configuration.basePath ?? basePath;
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
}
|
|
@@ -64,3 +64,8 @@ class RequiredError extends Error {
|
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
exports.RequiredError = RequiredError;
|
|
67
|
+
/**
|
|
68
|
+
*
|
|
69
|
+
* @export
|
|
70
|
+
*/
|
|
71
|
+
exports.operationServerMap = {};
|
|
@@ -138,7 +138,7 @@ exports.toPathString = toPathString;
|
|
|
138
138
|
*/
|
|
139
139
|
const createRequestFunction = function (axiosArgs, globalAxios, BASE_PATH, configuration) {
|
|
140
140
|
return (axios = globalAxios, basePath = BASE_PATH) => {
|
|
141
|
-
const axiosRequestArgs = { ...axiosArgs.options, url: (configuration?.basePath
|
|
141
|
+
const axiosRequestArgs = { ...axiosArgs.options, url: (axios.defaults.baseURL ? '' : configuration?.basePath ?? basePath) + axiosArgs.url };
|
|
142
142
|
return axios.request(axiosRequestArgs);
|
|
143
143
|
};
|
|
144
144
|
};
|
|
@@ -49,6 +49,13 @@ class Configuration {
|
|
|
49
49
|
* @memberof Configuration
|
|
50
50
|
*/
|
|
51
51
|
basePath;
|
|
52
|
+
/**
|
|
53
|
+
* override server index
|
|
54
|
+
*
|
|
55
|
+
* @type {number}
|
|
56
|
+
* @memberof Configuration
|
|
57
|
+
*/
|
|
58
|
+
serverIndex;
|
|
52
59
|
/**
|
|
53
60
|
* base options for axios calls
|
|
54
61
|
*
|
|
@@ -70,6 +77,7 @@ class Configuration {
|
|
|
70
77
|
this.password = param.password;
|
|
71
78
|
this.accessToken = param.accessToken;
|
|
72
79
|
this.basePath = param.basePath;
|
|
80
|
+
this.serverIndex = param.serverIndex;
|
|
73
81
|
this.baseOptions = param.baseOptions;
|
|
74
82
|
this.formDataCtor = param.formDataCtor;
|
|
75
83
|
}
|