@sp-api-sdk/fulfillment-inbound-api-v0 1.8.2 → 1.8.5
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 +17 -17
- package/dist/cjs/src/api-model/models/barcode-instruction.js +5 -6
- package/dist/cjs/src/api-model/models/box-contents-source.js +6 -7
- package/dist/cjs/src/api-model/models/condition.js +20 -21
- package/dist/cjs/src/api-model/models/currency-code.js +4 -5
- package/dist/cjs/src/api-model/models/error-reason.js +4 -5
- package/dist/cjs/src/api-model/models/guidance-reason.js +4 -5
- package/dist/cjs/src/api-model/models/inbound-guidance.js +4 -5
- package/dist/cjs/src/api-model/models/intended-box-contents-source.js +5 -6
- package/dist/cjs/src/api-model/models/label-prep-preference.js +5 -6
- package/dist/cjs/src/api-model/models/label-prep-type.js +5 -6
- package/dist/cjs/src/api-model/models/package-status.js +9 -10
- package/dist/cjs/src/api-model/models/prep-guidance.js +5 -6
- package/dist/cjs/src/api-model/models/prep-instruction.js +8 -9
- package/dist/cjs/src/api-model/models/prep-owner.js +4 -5
- package/dist/cjs/src/api-model/models/seller-freight-class.js +20 -21
- package/dist/cjs/src/api-model/models/shipment-status.js +12 -13
- package/dist/cjs/src/api-model/models/shipment-type.js +4 -5
- package/dist/cjs/src/api-model/models/transport-status.js +13 -14
- package/dist/cjs/src/api-model/models/unit-of-measurement.js +4 -5
- package/dist/cjs/src/api-model/models/unit-of-weight.js +4 -5
- package/dist/es/src/api-model/api/fba-inbound-api.js +17 -17
- package/dist/es/src/api-model/models/barcode-instruction.js +5 -6
- package/dist/es/src/api-model/models/box-contents-source.js +6 -7
- package/dist/es/src/api-model/models/condition.js +20 -21
- package/dist/es/src/api-model/models/currency-code.js +4 -5
- package/dist/es/src/api-model/models/error-reason.js +4 -5
- package/dist/es/src/api-model/models/guidance-reason.js +4 -5
- package/dist/es/src/api-model/models/inbound-guidance.js +4 -5
- package/dist/es/src/api-model/models/intended-box-contents-source.js +5 -6
- package/dist/es/src/api-model/models/label-prep-preference.js +5 -6
- package/dist/es/src/api-model/models/label-prep-type.js +5 -6
- package/dist/es/src/api-model/models/package-status.js +9 -10
- package/dist/es/src/api-model/models/prep-guidance.js +5 -6
- package/dist/es/src/api-model/models/prep-instruction.js +8 -9
- package/dist/es/src/api-model/models/prep-owner.js +4 -5
- package/dist/es/src/api-model/models/seller-freight-class.js +20 -21
- package/dist/es/src/api-model/models/shipment-status.js +12 -13
- package/dist/es/src/api-model/models/shipment-type.js +4 -5
- package/dist/es/src/api-model/models/transport-status.js +13 -14
- package/dist/es/src/api-model/models/unit-of-measurement.js +4 -5
- package/dist/es/src/api-model/models/unit-of-weight.js +4 -5
- package/dist/types/src/api-model/api/fba-inbound-api.d.ts +53 -53
- package/dist/types/src/api-model/base.d.ts +2 -2
- package/dist/types/src/api-model/common.d.ts +2 -2
- package/dist/types/src/api-model/models/address.d.ts +8 -8
- 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 +2 -2
- package/dist/types/src/api-model/models/asininbound-guidance.d.ts +3 -3
- package/dist/types/src/api-model/models/asinprep-instructions.d.ts +4 -4
- package/dist/types/src/api-model/models/barcode-instruction.d.ts +6 -5
- package/dist/types/src/api-model/models/bill-of-lading-download-url.d.ts +1 -1
- package/dist/types/src/api-model/models/box-contents-fee-details.d.ts +3 -3
- package/dist/types/src/api-model/models/box-contents-source.d.ts +7 -6
- package/dist/types/src/api-model/models/common-transport-result.d.ts +1 -1
- package/dist/types/src/api-model/models/condition.d.ts +21 -20
- package/dist/types/src/api-model/models/confirm-preorder-response.d.ts +2 -2
- package/dist/types/src/api-model/models/confirm-preorder-result.d.ts +2 -2
- package/dist/types/src/api-model/models/confirm-transport-response.d.ts +2 -2
- package/dist/types/src/api-model/models/contact.d.ts +4 -4
- package/dist/types/src/api-model/models/create-inbound-shipment-plan-request.d.ts +5 -5
- package/dist/types/src/api-model/models/create-inbound-shipment-plan-response.d.ts +2 -2
- package/dist/types/src/api-model/models/create-inbound-shipment-plan-result.d.ts +1 -1
- package/dist/types/src/api-model/models/currency-code.d.ts +5 -4
- package/dist/types/src/api-model/models/dimensions.d.ts +4 -4
- package/dist/types/src/api-model/models/error-reason.d.ts +5 -4
- package/dist/types/src/api-model/models/estimate-transport-response.d.ts +2 -2
- package/dist/types/src/api-model/models/get-bill-of-lading-response.d.ts +2 -2
- package/dist/types/src/api-model/models/get-inbound-guidance-response.d.ts +2 -2
- 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 +2 -2
- package/dist/types/src/api-model/models/get-preorder-info-response.d.ts +2 -2
- package/dist/types/src/api-model/models/get-preorder-info-result.d.ts +4 -4
- package/dist/types/src/api-model/models/get-prep-instructions-response.d.ts +2 -2
- 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 +2 -2
- package/dist/types/src/api-model/models/get-shipment-items-result.d.ts +2 -2
- package/dist/types/src/api-model/models/get-shipments-response.d.ts +2 -2
- package/dist/types/src/api-model/models/get-shipments-result.d.ts +2 -2
- package/dist/types/src/api-model/models/get-transport-details-response.d.ts +2 -2
- package/dist/types/src/api-model/models/get-transport-details-result.d.ts +1 -1
- package/dist/types/src/api-model/models/guidance-reason.d.ts +5 -4
- package/dist/types/src/api-model/models/inbound-guidance.d.ts +5 -4
- package/dist/types/src/api-model/models/inbound-shipment-header.d.ts +7 -7
- package/dist/types/src/api-model/models/inbound-shipment-info.d.ts +10 -10
- package/dist/types/src/api-model/models/inbound-shipment-item.d.ts +8 -8
- package/dist/types/src/api-model/models/inbound-shipment-plan-item.d.ts +4 -4
- package/dist/types/src/api-model/models/inbound-shipment-plan-request-item.d.ts +6 -6
- package/dist/types/src/api-model/models/inbound-shipment-plan.d.ts +6 -6
- package/dist/types/src/api-model/models/inbound-shipment-request.d.ts +3 -3
- package/dist/types/src/api-model/models/inbound-shipment-response.d.ts +2 -2
- package/dist/types/src/api-model/models/inbound-shipment-result.d.ts +1 -1
- package/dist/types/src/api-model/models/intended-box-contents-source.d.ts +6 -5
- package/dist/types/src/api-model/models/invalid-asin.d.ts +2 -2
- package/dist/types/src/api-model/models/invalid-sku.d.ts +2 -2
- package/dist/types/src/api-model/models/label-download-url.d.ts +1 -1
- package/dist/types/src/api-model/models/label-prep-preference.d.ts +6 -5
- package/dist/types/src/api-model/models/label-prep-type.d.ts +6 -5
- package/dist/types/src/api-model/models/model-error.d.ts +3 -3
- package/dist/types/src/api-model/models/non-partnered-ltl-data-input.d.ts +2 -2
- package/dist/types/src/api-model/models/non-partnered-ltl-data-output.d.ts +2 -2
- package/dist/types/src/api-model/models/non-partnered-small-parcel-data-input.d.ts +2 -2
- 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-input.d.ts +1 -1
- package/dist/types/src/api-model/models/non-partnered-small-parcel-package-output.d.ts +3 -3
- package/dist/types/src/api-model/models/package-status.d.ts +10 -9
- package/dist/types/src/api-model/models/pallet.d.ts +3 -3
- package/dist/types/src/api-model/models/partnered-estimate.d.ts +3 -3
- package/dist/types/src/api-model/models/partnered-ltl-data-input.d.ts +7 -7
- package/dist/types/src/api-model/models/partnered-ltl-data-output.d.ts +15 -15
- package/dist/types/src/api-model/models/partnered-small-parcel-data-input.d.ts +2 -2
- 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 +5 -5
- package/dist/types/src/api-model/models/prep-details.d.ts +2 -2
- package/dist/types/src/api-model/models/prep-guidance.d.ts +6 -5
- package/dist/types/src/api-model/models/prep-instruction.d.ts +9 -8
- package/dist/types/src/api-model/models/prep-owner.d.ts +5 -4
- package/dist/types/src/api-model/models/put-transport-details-request.d.ts +3 -3
- package/dist/types/src/api-model/models/put-transport-details-response.d.ts +2 -2
- package/dist/types/src/api-model/models/seller-freight-class.d.ts +21 -20
- package/dist/types/src/api-model/models/shipment-status.d.ts +13 -12
- package/dist/types/src/api-model/models/shipment-type.d.ts +5 -4
- package/dist/types/src/api-model/models/skuinbound-guidance.d.ts +4 -4
- package/dist/types/src/api-model/models/skuprep-instructions.d.ts +6 -6
- 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 +4 -4
- package/dist/types/src/api-model/models/transport-result.d.ts +3 -3
- package/dist/types/src/api-model/models/transport-status.d.ts +14 -13
- package/dist/types/src/api-model/models/unit-of-measurement.d.ts +5 -4
- package/dist/types/src/api-model/models/unit-of-weight.d.ts +5 -4
- package/dist/types/src/api-model/models/void-transport-response.d.ts +2 -2
- package/dist/types/src/api-model/models/weight.d.ts +2 -2
- package/package.json +5 -5
|
@@ -61,7 +61,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
61
61
|
if (marketplaceId !== undefined) {
|
|
62
62
|
localVarQueryParameter['MarketplaceId'] = marketplaceId;
|
|
63
63
|
}
|
|
64
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
64
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
65
65
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
66
66
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
67
67
|
return {
|
|
@@ -89,7 +89,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
89
89
|
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
90
90
|
const localVarHeaderParameter = {};
|
|
91
91
|
const localVarQueryParameter = {};
|
|
92
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
92
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
93
93
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
94
94
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
95
95
|
return {
|
|
@@ -121,7 +121,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
121
121
|
const localVarHeaderParameter = {};
|
|
122
122
|
const localVarQueryParameter = {};
|
|
123
123
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
124
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
124
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
125
125
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
126
126
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
127
127
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration);
|
|
@@ -150,7 +150,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
150
150
|
const localVarHeaderParameter = {};
|
|
151
151
|
const localVarQueryParameter = {};
|
|
152
152
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
153
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
153
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
154
154
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
155
155
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
156
156
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration);
|
|
@@ -179,7 +179,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
179
179
|
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
180
180
|
const localVarHeaderParameter = {};
|
|
181
181
|
const localVarQueryParameter = {};
|
|
182
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
182
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
183
183
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
184
184
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
185
185
|
return {
|
|
@@ -207,7 +207,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
207
207
|
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
|
|
208
208
|
const localVarHeaderParameter = {};
|
|
209
209
|
const localVarQueryParameter = {};
|
|
210
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
210
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
211
211
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
212
212
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
213
213
|
return {
|
|
@@ -245,7 +245,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
245
245
|
if (aSINList) {
|
|
246
246
|
localVarQueryParameter['ASINList'] = aSINList.join(base_1.COLLECTION_FORMATS.csv);
|
|
247
247
|
}
|
|
248
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
248
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
249
249
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
250
250
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
251
251
|
return {
|
|
@@ -305,7 +305,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
305
305
|
if (pageStartIndex !== undefined) {
|
|
306
306
|
localVarQueryParameter['PageStartIndex'] = pageStartIndex;
|
|
307
307
|
}
|
|
308
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
308
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
309
309
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
310
310
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
311
311
|
return {
|
|
@@ -339,7 +339,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
339
339
|
if (marketplaceId !== undefined) {
|
|
340
340
|
localVarQueryParameter['MarketplaceId'] = marketplaceId;
|
|
341
341
|
}
|
|
342
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
342
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
343
343
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
344
344
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
345
345
|
return {
|
|
@@ -377,7 +377,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
377
377
|
if (aSINList) {
|
|
378
378
|
localVarQueryParameter['ASINList'] = aSINList.join(base_1.COLLECTION_FORMATS.csv);
|
|
379
379
|
}
|
|
380
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
380
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
381
381
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
382
382
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
383
383
|
return {
|
|
@@ -429,7 +429,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
429
429
|
if (marketplaceId !== undefined) {
|
|
430
430
|
localVarQueryParameter['MarketplaceId'] = marketplaceId;
|
|
431
431
|
}
|
|
432
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
432
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
433
433
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
434
434
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
435
435
|
return {
|
|
@@ -463,7 +463,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
463
463
|
if (marketplaceId !== undefined) {
|
|
464
464
|
localVarQueryParameter['MarketplaceId'] = marketplaceId;
|
|
465
465
|
}
|
|
466
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
466
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
467
467
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
468
468
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
469
469
|
return {
|
|
@@ -523,7 +523,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
523
523
|
if (marketplaceId !== undefined) {
|
|
524
524
|
localVarQueryParameter['MarketplaceId'] = marketplaceId;
|
|
525
525
|
}
|
|
526
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
526
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
527
527
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
528
528
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
529
529
|
return {
|
|
@@ -551,7 +551,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
551
551
|
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
|
|
552
552
|
const localVarHeaderParameter = {};
|
|
553
553
|
const localVarQueryParameter = {};
|
|
554
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
554
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
555
555
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
556
556
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
557
557
|
return {
|
|
@@ -583,7 +583,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
583
583
|
const localVarHeaderParameter = {};
|
|
584
584
|
const localVarQueryParameter = {};
|
|
585
585
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
586
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
586
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
587
587
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
588
588
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
589
589
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration);
|
|
@@ -616,7 +616,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
616
616
|
const localVarHeaderParameter = {};
|
|
617
617
|
const localVarQueryParameter = {};
|
|
618
618
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
619
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
619
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
620
620
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
621
621
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
622
622
|
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration);
|
|
@@ -645,7 +645,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
|
|
|
645
645
|
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
646
646
|
const localVarHeaderParameter = {};
|
|
647
647
|
const localVarQueryParameter = {};
|
|
648
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter
|
|
648
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
649
649
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
650
650
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
651
651
|
return {
|
|
@@ -19,9 +19,8 @@ exports.BarcodeInstruction = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
})(BarcodeInstruction = exports.BarcodeInstruction || (exports.BarcodeInstruction = {}));
|
|
22
|
+
exports.BarcodeInstruction = {
|
|
23
|
+
RequiresFnskuLabel: 'RequiresFNSKULabel',
|
|
24
|
+
CanUseOriginalBarcode: 'CanUseOriginalBarcode',
|
|
25
|
+
MustProvideSellerSku: 'MustProvideSellerSKU'
|
|
26
|
+
};
|
|
@@ -19,10 +19,9 @@ exports.BoxContentsSource = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
})(BoxContentsSource = exports.BoxContentsSource || (exports.BoxContentsSource = {}));
|
|
22
|
+
exports.BoxContentsSource = {
|
|
23
|
+
None: 'NONE',
|
|
24
|
+
Feed: 'FEED',
|
|
25
|
+
_2DBarcode: '2D_BARCODE',
|
|
26
|
+
Interactive: 'INTERACTIVE'
|
|
27
|
+
};
|
|
@@ -19,24 +19,23 @@ exports.Condition = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
})(Condition = exports.Condition || (exports.Condition = {}));
|
|
22
|
+
exports.Condition = {
|
|
23
|
+
NewItem: 'NewItem',
|
|
24
|
+
NewWithWarranty: 'NewWithWarranty',
|
|
25
|
+
NewOem: 'NewOEM',
|
|
26
|
+
NewOpenBox: 'NewOpenBox',
|
|
27
|
+
UsedLikeNew: 'UsedLikeNew',
|
|
28
|
+
UsedVeryGood: 'UsedVeryGood',
|
|
29
|
+
UsedGood: 'UsedGood',
|
|
30
|
+
UsedAcceptable: 'UsedAcceptable',
|
|
31
|
+
UsedPoor: 'UsedPoor',
|
|
32
|
+
UsedRefurbished: 'UsedRefurbished',
|
|
33
|
+
CollectibleLikeNew: 'CollectibleLikeNew',
|
|
34
|
+
CollectibleVeryGood: 'CollectibleVeryGood',
|
|
35
|
+
CollectibleGood: 'CollectibleGood',
|
|
36
|
+
CollectibleAcceptable: 'CollectibleAcceptable',
|
|
37
|
+
CollectiblePoor: 'CollectiblePoor',
|
|
38
|
+
RefurbishedWithWarranty: 'RefurbishedWithWarranty',
|
|
39
|
+
Refurbished: 'Refurbished',
|
|
40
|
+
Club: 'Club'
|
|
41
|
+
};
|
|
@@ -19,8 +19,7 @@ exports.CurrencyCode = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
})(CurrencyCode = exports.CurrencyCode || (exports.CurrencyCode = {}));
|
|
22
|
+
exports.CurrencyCode = {
|
|
23
|
+
Usd: 'USD',
|
|
24
|
+
Gbp: 'GBP'
|
|
25
|
+
};
|
|
@@ -19,8 +19,7 @@ exports.ErrorReason = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
})(ErrorReason = exports.ErrorReason || (exports.ErrorReason = {}));
|
|
22
|
+
exports.ErrorReason = {
|
|
23
|
+
DoesNotExist: 'DoesNotExist',
|
|
24
|
+
InvalidAsin: 'InvalidASIN'
|
|
25
|
+
};
|
|
@@ -19,8 +19,7 @@ exports.GuidanceReason = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
})(GuidanceReason = exports.GuidanceReason || (exports.GuidanceReason = {}));
|
|
22
|
+
exports.GuidanceReason = {
|
|
23
|
+
SlowMovingAsin: 'SlowMovingASIN',
|
|
24
|
+
NoApplicableGuidance: 'NoApplicableGuidance'
|
|
25
|
+
};
|
|
@@ -19,8 +19,7 @@ exports.InboundGuidance = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
})(InboundGuidance = exports.InboundGuidance || (exports.InboundGuidance = {}));
|
|
22
|
+
exports.InboundGuidance = {
|
|
23
|
+
InboundNotRecommended: 'InboundNotRecommended',
|
|
24
|
+
InboundOk: 'InboundOK'
|
|
25
|
+
};
|
|
@@ -19,9 +19,8 @@ exports.IntendedBoxContentsSource = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
})(IntendedBoxContentsSource = exports.IntendedBoxContentsSource || (exports.IntendedBoxContentsSource = {}));
|
|
22
|
+
exports.IntendedBoxContentsSource = {
|
|
23
|
+
None: 'NONE',
|
|
24
|
+
Feed: 'FEED',
|
|
25
|
+
_2DBarcode: '2D_BARCODE'
|
|
26
|
+
};
|
|
@@ -19,9 +19,8 @@ exports.LabelPrepPreference = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
})(LabelPrepPreference = exports.LabelPrepPreference || (exports.LabelPrepPreference = {}));
|
|
22
|
+
exports.LabelPrepPreference = {
|
|
23
|
+
SellerLabel: 'SELLER_LABEL',
|
|
24
|
+
AmazonLabelOnly: 'AMAZON_LABEL_ONLY',
|
|
25
|
+
AmazonLabelPreferred: 'AMAZON_LABEL_PREFERRED'
|
|
26
|
+
};
|
|
@@ -19,9 +19,8 @@ exports.LabelPrepType = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
})(LabelPrepType = exports.LabelPrepType || (exports.LabelPrepType = {}));
|
|
22
|
+
exports.LabelPrepType = {
|
|
23
|
+
NoLabel: 'NO_LABEL',
|
|
24
|
+
SellerLabel: 'SELLER_LABEL',
|
|
25
|
+
AmazonLabel: 'AMAZON_LABEL'
|
|
26
|
+
};
|
|
@@ -19,13 +19,12 @@ exports.PackageStatus = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
})(PackageStatus = exports.PackageStatus || (exports.PackageStatus = {}));
|
|
22
|
+
exports.PackageStatus = {
|
|
23
|
+
Shipped: 'SHIPPED',
|
|
24
|
+
InTransit: 'IN_TRANSIT',
|
|
25
|
+
Delivered: 'DELIVERED',
|
|
26
|
+
CheckedIn: 'CHECKED_IN',
|
|
27
|
+
Receiving: 'RECEIVING',
|
|
28
|
+
Closed: 'CLOSED',
|
|
29
|
+
Deleted: 'DELETED'
|
|
30
|
+
};
|
|
@@ -19,9 +19,8 @@ exports.PrepGuidance = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
})(PrepGuidance = exports.PrepGuidance || (exports.PrepGuidance = {}));
|
|
22
|
+
exports.PrepGuidance = {
|
|
23
|
+
ConsultHelpDocuments: 'ConsultHelpDocuments',
|
|
24
|
+
NoAdditionalPrepRequired: 'NoAdditionalPrepRequired',
|
|
25
|
+
SeePrepInstructionsList: 'SeePrepInstructionsList'
|
|
26
|
+
};
|
|
@@ -19,12 +19,11 @@ exports.PrepInstruction = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
})(PrepInstruction = exports.PrepInstruction || (exports.PrepInstruction = {}));
|
|
22
|
+
exports.PrepInstruction = {
|
|
23
|
+
Polybagging: 'Polybagging',
|
|
24
|
+
BubbleWrapping: 'BubbleWrapping',
|
|
25
|
+
Taping: 'Taping',
|
|
26
|
+
BlackShrinkWrapping: 'BlackShrinkWrapping',
|
|
27
|
+
Labeling: 'Labeling',
|
|
28
|
+
HangGarment: 'HangGarment'
|
|
29
|
+
};
|
|
@@ -19,8 +19,7 @@ exports.PrepOwner = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
})(PrepOwner = exports.PrepOwner || (exports.PrepOwner = {}));
|
|
22
|
+
exports.PrepOwner = {
|
|
23
|
+
Amazon: 'AMAZON',
|
|
24
|
+
Seller: 'SELLER'
|
|
25
|
+
};
|
|
@@ -19,24 +19,23 @@ exports.SellerFreightClass = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
})(SellerFreightClass = exports.SellerFreightClass || (exports.SellerFreightClass = {}));
|
|
22
|
+
exports.SellerFreightClass = {
|
|
23
|
+
_50: '50',
|
|
24
|
+
_55: '55',
|
|
25
|
+
_60: '60',
|
|
26
|
+
_65: '65',
|
|
27
|
+
_70: '70',
|
|
28
|
+
_775: '77.5',
|
|
29
|
+
_85: '85',
|
|
30
|
+
_925: '92.5',
|
|
31
|
+
_100: '100',
|
|
32
|
+
_110: '110',
|
|
33
|
+
_125: '125',
|
|
34
|
+
_150: '150',
|
|
35
|
+
_175: '175',
|
|
36
|
+
_200: '200',
|
|
37
|
+
_250: '250',
|
|
38
|
+
_300: '300',
|
|
39
|
+
_400: '400',
|
|
40
|
+
_500: '500'
|
|
41
|
+
};
|
|
@@ -19,16 +19,15 @@ exports.ShipmentStatus = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
})(ShipmentStatus = exports.ShipmentStatus || (exports.ShipmentStatus = {}));
|
|
22
|
+
exports.ShipmentStatus = {
|
|
23
|
+
Working: 'WORKING',
|
|
24
|
+
Shipped: 'SHIPPED',
|
|
25
|
+
Receiving: 'RECEIVING',
|
|
26
|
+
Cancelled: 'CANCELLED',
|
|
27
|
+
Deleted: 'DELETED',
|
|
28
|
+
Closed: 'CLOSED',
|
|
29
|
+
Error: 'ERROR',
|
|
30
|
+
InTransit: 'IN_TRANSIT',
|
|
31
|
+
Delivered: 'DELIVERED',
|
|
32
|
+
CheckedIn: 'CHECKED_IN'
|
|
33
|
+
};
|
|
@@ -19,8 +19,7 @@ exports.ShipmentType = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
})(ShipmentType = exports.ShipmentType || (exports.ShipmentType = {}));
|
|
22
|
+
exports.ShipmentType = {
|
|
23
|
+
Sp: 'SP',
|
|
24
|
+
Ltl: 'LTL'
|
|
25
|
+
};
|
|
@@ -19,17 +19,16 @@ exports.TransportStatus = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
})(TransportStatus = exports.TransportStatus || (exports.TransportStatus = {}));
|
|
22
|
+
exports.TransportStatus = {
|
|
23
|
+
Working: 'WORKING',
|
|
24
|
+
Estimating: 'ESTIMATING',
|
|
25
|
+
Estimated: 'ESTIMATED',
|
|
26
|
+
ErrorOnEstimating: 'ERROR_ON_ESTIMATING',
|
|
27
|
+
Confirming: 'CONFIRMING',
|
|
28
|
+
Confirmed: 'CONFIRMED',
|
|
29
|
+
ErrorOnConfirming: 'ERROR_ON_CONFIRMING',
|
|
30
|
+
Voiding: 'VOIDING',
|
|
31
|
+
Voided: 'VOIDED',
|
|
32
|
+
ErrorInVoiding: 'ERROR_IN_VOIDING',
|
|
33
|
+
Error: 'ERROR'
|
|
34
|
+
};
|
|
@@ -19,8 +19,7 @@ exports.UnitOfMeasurement = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
})(UnitOfMeasurement = exports.UnitOfMeasurement || (exports.UnitOfMeasurement = {}));
|
|
22
|
+
exports.UnitOfMeasurement = {
|
|
23
|
+
Inches: 'inches',
|
|
24
|
+
Centimeters: 'centimeters'
|
|
25
|
+
};
|
|
@@ -19,8 +19,7 @@ exports.UnitOfWeight = void 0;
|
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
})(UnitOfWeight = exports.UnitOfWeight || (exports.UnitOfWeight = {}));
|
|
22
|
+
exports.UnitOfWeight = {
|
|
23
|
+
Pounds: 'pounds',
|
|
24
|
+
Kilograms: 'kilograms'
|
|
25
|
+
};
|