@sp-api-sdk/fulfillment-inbound-api-2024-03-20 3.3.9 → 3.3.10
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/api-model/api/fulfillment-inbound-api.js +68 -68
- package/dist/cjs/api-model/configuration.js +2 -2
- package/dist/cjs/api-model/models/all-owners-constraint.js +1 -1
- package/dist/cjs/api-model/models/box-content-information-source.js +1 -1
- package/dist/cjs/api-model/models/item-label-page-type.js +1 -1
- package/dist/cjs/api-model/models/label-owner.js +1 -1
- package/dist/cjs/api-model/models/label-print-type.js +1 -1
- package/dist/cjs/api-model/models/operation-status.js +1 -1
- package/dist/cjs/api-model/models/owner-constraint.js +1 -1
- package/dist/cjs/api-model/models/prep-category.js +1 -1
- package/dist/cjs/api-model/models/prep-owner.js +1 -1
- package/dist/cjs/api-model/models/prep-type.js +1 -1
- package/dist/cjs/api-model/models/reason-comment.js +1 -1
- package/dist/cjs/api-model/models/stackability.js +1 -1
- package/dist/cjs/api-model/models/unit-of-measurement.js +1 -1
- package/dist/cjs/api-model/models/unit-of-weight.js +1 -1
- package/dist/es/api-model/api/fulfillment-inbound-api.js +68 -68
- package/dist/es/api-model/configuration.js +2 -2
- package/dist/es/api-model/models/all-owners-constraint.js +1 -1
- package/dist/es/api-model/models/box-content-information-source.js +1 -1
- package/dist/es/api-model/models/item-label-page-type.js +1 -1
- package/dist/es/api-model/models/label-owner.js +1 -1
- package/dist/es/api-model/models/label-print-type.js +1 -1
- package/dist/es/api-model/models/operation-status.js +1 -1
- package/dist/es/api-model/models/owner-constraint.js +1 -1
- package/dist/es/api-model/models/prep-category.js +1 -1
- package/dist/es/api-model/models/prep-owner.js +1 -1
- package/dist/es/api-model/models/prep-type.js +1 -1
- package/dist/es/api-model/models/reason-comment.js +1 -1
- package/dist/es/api-model/models/stackability.js +1 -1
- package/dist/es/api-model/models/unit-of-measurement.js +1 -1
- package/dist/es/api-model/models/unit-of-weight.js +1 -1
- package/package.json +4 -4
|
@@ -38,7 +38,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
38
38
|
// verify required parameter 'inboundPlanId' is not null or undefined
|
|
39
39
|
(0, common_1.assertParamExists)('cancelInboundPlan', 'inboundPlanId', inboundPlanId);
|
|
40
40
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/cancellation`
|
|
41
|
-
.replace(
|
|
41
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)));
|
|
42
42
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
43
43
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
44
44
|
let baseOptions;
|
|
@@ -73,8 +73,8 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
73
73
|
// verify required parameter 'body' is not null or undefined
|
|
74
74
|
(0, common_1.assertParamExists)('cancelSelfShipAppointment', 'body', body);
|
|
75
75
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/selfShipAppointmentCancellation`
|
|
76
|
-
.replace(
|
|
77
|
-
.replace(
|
|
76
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
77
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)));
|
|
78
78
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
79
79
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
80
80
|
let baseOptions;
|
|
@@ -111,9 +111,9 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
111
111
|
// verify required parameter 'deliveryWindowOptionId' is not null or undefined
|
|
112
112
|
(0, common_1.assertParamExists)('confirmDeliveryWindowOptions', 'deliveryWindowOptionId', deliveryWindowOptionId);
|
|
113
113
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/deliveryWindowOptions/{deliveryWindowOptionId}/confirmation`
|
|
114
|
-
.replace(
|
|
115
|
-
.replace(
|
|
116
|
-
.replace(
|
|
114
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
115
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)))
|
|
116
|
+
.replace('{deliveryWindowOptionId}', encodeURIComponent(String(deliveryWindowOptionId)));
|
|
117
117
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
118
118
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
119
119
|
let baseOptions;
|
|
@@ -145,8 +145,8 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
145
145
|
// verify required parameter 'packingOptionId' is not null or undefined
|
|
146
146
|
(0, common_1.assertParamExists)('confirmPackingOption', 'packingOptionId', packingOptionId);
|
|
147
147
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingOptions/{packingOptionId}/confirmation`
|
|
148
|
-
.replace(
|
|
149
|
-
.replace(
|
|
148
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
149
|
+
.replace('{packingOptionId}', encodeURIComponent(String(packingOptionId)));
|
|
150
150
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
151
151
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
152
152
|
let baseOptions;
|
|
@@ -178,8 +178,8 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
178
178
|
// verify required parameter 'placementOptionId' is not null or undefined
|
|
179
179
|
(0, common_1.assertParamExists)('confirmPlacementOption', 'placementOptionId', placementOptionId);
|
|
180
180
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/placementOptions/{placementOptionId}/confirmation`
|
|
181
|
-
.replace(
|
|
182
|
-
.replace(
|
|
181
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
182
|
+
.replace('{placementOptionId}', encodeURIComponent(String(placementOptionId)));
|
|
183
183
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
184
184
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
185
185
|
let baseOptions;
|
|
@@ -214,9 +214,9 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
214
214
|
// verify required parameter 'contentUpdatePreviewId' is not null or undefined
|
|
215
215
|
(0, common_1.assertParamExists)('confirmShipmentContentUpdatePreview', 'contentUpdatePreviewId', contentUpdatePreviewId);
|
|
216
216
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/contentUpdatePreviews/{contentUpdatePreviewId}/confirmation`
|
|
217
|
-
.replace(
|
|
218
|
-
.replace(
|
|
219
|
-
.replace(
|
|
217
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
218
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)))
|
|
219
|
+
.replace('{contentUpdatePreviewId}', encodeURIComponent(String(contentUpdatePreviewId)));
|
|
220
220
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
221
221
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
222
222
|
let baseOptions;
|
|
@@ -248,7 +248,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
248
248
|
// verify required parameter 'body' is not null or undefined
|
|
249
249
|
(0, common_1.assertParamExists)('confirmTransportationOptions', 'body', body);
|
|
250
250
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/transportationOptions/confirmation`
|
|
251
|
-
.replace(
|
|
251
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)));
|
|
252
252
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
253
253
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
254
254
|
let baseOptions;
|
|
@@ -342,8 +342,8 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
342
342
|
// verify required parameter 'shipmentId' is not null or undefined
|
|
343
343
|
(0, common_1.assertParamExists)('generateDeliveryWindowOptions', 'shipmentId', shipmentId);
|
|
344
344
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/deliveryWindowOptions`
|
|
345
|
-
.replace(
|
|
346
|
-
.replace(
|
|
345
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
346
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)));
|
|
347
347
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
348
348
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
349
349
|
let baseOptions;
|
|
@@ -372,7 +372,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
372
372
|
// verify required parameter 'inboundPlanId' is not null or undefined
|
|
373
373
|
(0, common_1.assertParamExists)('generatePackingOptions', 'inboundPlanId', inboundPlanId);
|
|
374
374
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingOptions`
|
|
375
|
-
.replace(
|
|
375
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)));
|
|
376
376
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
377
377
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
378
378
|
let baseOptions;
|
|
@@ -404,7 +404,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
404
404
|
// verify required parameter 'body' is not null or undefined
|
|
405
405
|
(0, common_1.assertParamExists)('generatePlacementOptions', 'body', body);
|
|
406
406
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/placementOptions`
|
|
407
|
-
.replace(
|
|
407
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)));
|
|
408
408
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
409
409
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
410
410
|
let baseOptions;
|
|
@@ -441,8 +441,8 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
441
441
|
// verify required parameter 'body' is not null or undefined
|
|
442
442
|
(0, common_1.assertParamExists)('generateSelfShipAppointmentSlots', 'body', body);
|
|
443
443
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/selfShipAppointmentSlots`
|
|
444
|
-
.replace(
|
|
445
|
-
.replace(
|
|
444
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
445
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)));
|
|
446
446
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
447
447
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
448
448
|
let baseOptions;
|
|
@@ -479,8 +479,8 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
479
479
|
// verify required parameter 'body' is not null or undefined
|
|
480
480
|
(0, common_1.assertParamExists)('generateShipmentContentUpdatePreviews', 'body', body);
|
|
481
481
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/contentUpdatePreviews`
|
|
482
|
-
.replace(
|
|
483
|
-
.replace(
|
|
482
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
483
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)));
|
|
484
484
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
485
485
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
486
486
|
let baseOptions;
|
|
@@ -514,7 +514,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
514
514
|
// verify required parameter 'body' is not null or undefined
|
|
515
515
|
(0, common_1.assertParamExists)('generateTransportationOptions', 'body', body);
|
|
516
516
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/transportationOptions`
|
|
517
|
-
.replace(
|
|
517
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)));
|
|
518
518
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
519
519
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
520
520
|
let baseOptions;
|
|
@@ -548,8 +548,8 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
548
548
|
// verify required parameter 'shipmentId' is not null or undefined
|
|
549
549
|
(0, common_1.assertParamExists)('getDeliveryChallanDocument', 'shipmentId', shipmentId);
|
|
550
550
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/deliveryChallanDocument`
|
|
551
|
-
.replace(
|
|
552
|
-
.replace(
|
|
551
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
552
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)));
|
|
553
553
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
554
554
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
555
555
|
let baseOptions;
|
|
@@ -578,7 +578,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
578
578
|
// verify required parameter 'operationId' is not null or undefined
|
|
579
579
|
(0, common_1.assertParamExists)('getInboundOperationStatus', 'operationId', operationId);
|
|
580
580
|
const localVarPath = `/inbound/fba/2024-03-20/operations/{operationId}`
|
|
581
|
-
.replace(
|
|
581
|
+
.replace('{operationId}', encodeURIComponent(String(operationId)));
|
|
582
582
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
583
583
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
584
584
|
let baseOptions;
|
|
@@ -607,7 +607,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
607
607
|
// verify required parameter 'inboundPlanId' is not null or undefined
|
|
608
608
|
(0, common_1.assertParamExists)('getInboundPlan', 'inboundPlanId', inboundPlanId);
|
|
609
609
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}`
|
|
610
|
-
.replace(
|
|
610
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)));
|
|
611
611
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
612
612
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
613
613
|
let baseOptions;
|
|
@@ -641,8 +641,8 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
641
641
|
// verify required parameter 'shipmentId' is not null or undefined
|
|
642
642
|
(0, common_1.assertParamExists)('getSelfShipAppointmentSlots', 'shipmentId', shipmentId);
|
|
643
643
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/selfShipAppointmentSlots`
|
|
644
|
-
.replace(
|
|
645
|
-
.replace(
|
|
644
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
645
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)));
|
|
646
646
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
647
647
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
648
648
|
let baseOptions;
|
|
@@ -680,8 +680,8 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
680
680
|
// verify required parameter 'shipmentId' is not null or undefined
|
|
681
681
|
(0, common_1.assertParamExists)('getShipment', 'shipmentId', shipmentId);
|
|
682
682
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}`
|
|
683
|
-
.replace(
|
|
684
|
-
.replace(
|
|
683
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
684
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)));
|
|
685
685
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
686
686
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
687
687
|
let baseOptions;
|
|
@@ -716,9 +716,9 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
716
716
|
// verify required parameter 'contentUpdatePreviewId' is not null or undefined
|
|
717
717
|
(0, common_1.assertParamExists)('getShipmentContentUpdatePreview', 'contentUpdatePreviewId', contentUpdatePreviewId);
|
|
718
718
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/contentUpdatePreviews/{contentUpdatePreviewId}`
|
|
719
|
-
.replace(
|
|
720
|
-
.replace(
|
|
721
|
-
.replace(
|
|
719
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
720
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)))
|
|
721
|
+
.replace('{contentUpdatePreviewId}', encodeURIComponent(String(contentUpdatePreviewId)));
|
|
722
722
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
723
723
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
724
724
|
let baseOptions;
|
|
@@ -752,8 +752,8 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
752
752
|
// verify required parameter 'shipmentId' is not null or undefined
|
|
753
753
|
(0, common_1.assertParamExists)('listDeliveryWindowOptions', 'shipmentId', shipmentId);
|
|
754
754
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/deliveryWindowOptions`
|
|
755
|
-
.replace(
|
|
756
|
-
.replace(
|
|
755
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
756
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)));
|
|
757
757
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
758
758
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
759
759
|
let baseOptions;
|
|
@@ -790,7 +790,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
790
790
|
// verify required parameter 'inboundPlanId' is not null or undefined
|
|
791
791
|
(0, common_1.assertParamExists)('listInboundPlanBoxes', 'inboundPlanId', inboundPlanId);
|
|
792
792
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/boxes`
|
|
793
|
-
.replace(
|
|
793
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)));
|
|
794
794
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
795
795
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
796
796
|
let baseOptions;
|
|
@@ -827,7 +827,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
827
827
|
// verify required parameter 'inboundPlanId' is not null or undefined
|
|
828
828
|
(0, common_1.assertParamExists)('listInboundPlanItems', 'inboundPlanId', inboundPlanId);
|
|
829
829
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/items`
|
|
830
|
-
.replace(
|
|
830
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)));
|
|
831
831
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
832
832
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
833
833
|
let baseOptions;
|
|
@@ -864,7 +864,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
864
864
|
// verify required parameter 'inboundPlanId' is not null or undefined
|
|
865
865
|
(0, common_1.assertParamExists)('listInboundPlanPallets', 'inboundPlanId', inboundPlanId);
|
|
866
866
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/pallets`
|
|
867
|
-
.replace(
|
|
867
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)));
|
|
868
868
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
869
869
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
870
870
|
let baseOptions;
|
|
@@ -986,8 +986,8 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
986
986
|
// verify required parameter 'packingGroupId' is not null or undefined
|
|
987
987
|
(0, common_1.assertParamExists)('listPackingGroupBoxes', 'packingGroupId', packingGroupId);
|
|
988
988
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingGroups/{packingGroupId}/boxes`
|
|
989
|
-
.replace(
|
|
990
|
-
.replace(
|
|
989
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
990
|
+
.replace('{packingGroupId}', encodeURIComponent(String(packingGroupId)));
|
|
991
991
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
992
992
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
993
993
|
let baseOptions;
|
|
@@ -1027,8 +1027,8 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1027
1027
|
// verify required parameter 'packingGroupId' is not null or undefined
|
|
1028
1028
|
(0, common_1.assertParamExists)('listPackingGroupItems', 'packingGroupId', packingGroupId);
|
|
1029
1029
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingGroups/{packingGroupId}/items`
|
|
1030
|
-
.replace(
|
|
1031
|
-
.replace(
|
|
1030
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
1031
|
+
.replace('{packingGroupId}', encodeURIComponent(String(packingGroupId)));
|
|
1032
1032
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1033
1033
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1034
1034
|
let baseOptions;
|
|
@@ -1065,7 +1065,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1065
1065
|
// verify required parameter 'inboundPlanId' is not null or undefined
|
|
1066
1066
|
(0, common_1.assertParamExists)('listPackingOptions', 'inboundPlanId', inboundPlanId);
|
|
1067
1067
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingOptions`
|
|
1068
|
-
.replace(
|
|
1068
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)));
|
|
1069
1069
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1070
1070
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1071
1071
|
let baseOptions;
|
|
@@ -1102,7 +1102,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1102
1102
|
// verify required parameter 'inboundPlanId' is not null or undefined
|
|
1103
1103
|
(0, common_1.assertParamExists)('listPlacementOptions', 'inboundPlanId', inboundPlanId);
|
|
1104
1104
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/placementOptions`
|
|
1105
|
-
.replace(
|
|
1105
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)));
|
|
1106
1106
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1107
1107
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1108
1108
|
let baseOptions;
|
|
@@ -1179,8 +1179,8 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1179
1179
|
// verify required parameter 'shipmentId' is not null or undefined
|
|
1180
1180
|
(0, common_1.assertParamExists)('listShipmentBoxes', 'shipmentId', shipmentId);
|
|
1181
1181
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/boxes`
|
|
1182
|
-
.replace(
|
|
1183
|
-
.replace(
|
|
1182
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
1183
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)));
|
|
1184
1184
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1185
1185
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1186
1186
|
let baseOptions;
|
|
@@ -1220,8 +1220,8 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1220
1220
|
// verify required parameter 'shipmentId' is not null or undefined
|
|
1221
1221
|
(0, common_1.assertParamExists)('listShipmentContentUpdatePreviews', 'shipmentId', shipmentId);
|
|
1222
1222
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/contentUpdatePreviews`
|
|
1223
|
-
.replace(
|
|
1224
|
-
.replace(
|
|
1223
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
1224
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)));
|
|
1225
1225
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1226
1226
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1227
1227
|
let baseOptions;
|
|
@@ -1261,8 +1261,8 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1261
1261
|
// verify required parameter 'shipmentId' is not null or undefined
|
|
1262
1262
|
(0, common_1.assertParamExists)('listShipmentItems', 'shipmentId', shipmentId);
|
|
1263
1263
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/items`
|
|
1264
|
-
.replace(
|
|
1265
|
-
.replace(
|
|
1264
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
1265
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)));
|
|
1266
1266
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1267
1267
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1268
1268
|
let baseOptions;
|
|
@@ -1302,8 +1302,8 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1302
1302
|
// verify required parameter 'shipmentId' is not null or undefined
|
|
1303
1303
|
(0, common_1.assertParamExists)('listShipmentPallets', 'shipmentId', shipmentId);
|
|
1304
1304
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/pallets`
|
|
1305
|
-
.replace(
|
|
1306
|
-
.replace(
|
|
1305
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
1306
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)));
|
|
1307
1307
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1308
1308
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1309
1309
|
let baseOptions;
|
|
@@ -1342,7 +1342,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1342
1342
|
// verify required parameter 'inboundPlanId' is not null or undefined
|
|
1343
1343
|
(0, common_1.assertParamExists)('listTransportationOptions', 'inboundPlanId', inboundPlanId);
|
|
1344
1344
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/transportationOptions`
|
|
1345
|
-
.replace(
|
|
1345
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)));
|
|
1346
1346
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1347
1347
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1348
1348
|
let baseOptions;
|
|
@@ -1392,9 +1392,9 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1392
1392
|
// verify required parameter 'body' is not null or undefined
|
|
1393
1393
|
(0, common_1.assertParamExists)('scheduleSelfShipAppointment', 'body', body);
|
|
1394
1394
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/selfShipAppointmentSlots/{slotId}/schedule`
|
|
1395
|
-
.replace(
|
|
1396
|
-
.replace(
|
|
1397
|
-
.replace(
|
|
1395
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
1396
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)))
|
|
1397
|
+
.replace('{slotId}', encodeURIComponent(String(slotId)));
|
|
1398
1398
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1399
1399
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1400
1400
|
let baseOptions;
|
|
@@ -1428,7 +1428,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1428
1428
|
// verify required parameter 'body' is not null or undefined
|
|
1429
1429
|
(0, common_1.assertParamExists)('setPackingInformation', 'body', body);
|
|
1430
1430
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingInformation`
|
|
1431
|
-
.replace(
|
|
1431
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)));
|
|
1432
1432
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1433
1433
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1434
1434
|
let baseOptions;
|
|
@@ -1492,7 +1492,7 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1492
1492
|
// verify required parameter 'body' is not null or undefined
|
|
1493
1493
|
(0, common_1.assertParamExists)('updateInboundPlanName', 'body', body);
|
|
1494
1494
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/name`
|
|
1495
|
-
.replace(
|
|
1495
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)));
|
|
1496
1496
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1497
1497
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1498
1498
|
let baseOptions;
|
|
@@ -1565,8 +1565,8 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1565
1565
|
// verify required parameter 'body' is not null or undefined
|
|
1566
1566
|
(0, common_1.assertParamExists)('updateShipmentName', 'body', body);
|
|
1567
1567
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/name`
|
|
1568
|
-
.replace(
|
|
1569
|
-
.replace(
|
|
1568
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
1569
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)));
|
|
1570
1570
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1571
1571
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1572
1572
|
let baseOptions;
|
|
@@ -1603,8 +1603,8 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1603
1603
|
// verify required parameter 'body' is not null or undefined
|
|
1604
1604
|
(0, common_1.assertParamExists)('updateShipmentSourceAddress', 'body', body);
|
|
1605
1605
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/sourceAddress`
|
|
1606
|
-
.replace(
|
|
1607
|
-
.replace(
|
|
1606
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
1607
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)));
|
|
1608
1608
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1609
1609
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1610
1610
|
let baseOptions;
|
|
@@ -1641,8 +1641,8 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1641
1641
|
// verify required parameter 'body' is not null or undefined
|
|
1642
1642
|
(0, common_1.assertParamExists)('updateShipmentTrackingDetails', 'body', body);
|
|
1643
1643
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/trackingDetails`
|
|
1644
|
-
.replace(
|
|
1645
|
-
.replace(
|
|
1644
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
1645
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)));
|
|
1646
1646
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1647
1647
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1648
1648
|
let baseOptions;
|
|
@@ -3119,13 +3119,13 @@ exports.FulfillmentInboundApi = FulfillmentInboundApi;
|
|
|
3119
3119
|
exports.ListInboundPlansStatusEnum = {
|
|
3120
3120
|
Active: 'ACTIVE',
|
|
3121
3121
|
Voided: 'VOIDED',
|
|
3122
|
-
Shipped: 'SHIPPED'
|
|
3122
|
+
Shipped: 'SHIPPED',
|
|
3123
3123
|
};
|
|
3124
3124
|
exports.ListInboundPlansSortByEnum = {
|
|
3125
3125
|
LastUpdatedTime: 'LAST_UPDATED_TIME',
|
|
3126
|
-
CreationTime: 'CREATION_TIME'
|
|
3126
|
+
CreationTime: 'CREATION_TIME',
|
|
3127
3127
|
};
|
|
3128
3128
|
exports.ListInboundPlansSortOrderEnum = {
|
|
3129
3129
|
Asc: 'ASC',
|
|
3130
|
-
Desc: 'DESC'
|
|
3130
|
+
Desc: 'DESC',
|
|
3131
3131
|
};
|
|
@@ -91,8 +91,8 @@ class Configuration {
|
|
|
91
91
|
* @return True if the given MIME is JSON, false otherwise.
|
|
92
92
|
*/
|
|
93
93
|
isJsonMime(mime) {
|
|
94
|
-
const jsonMime =
|
|
95
|
-
return mime !== null &&
|
|
94
|
+
const jsonMime = /^(application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(;.*)?$/i;
|
|
95
|
+
return mime !== null && jsonMime.test(mime);
|
|
96
96
|
}
|
|
97
97
|
}
|
|
98
98
|
exports.Configuration = Configuration;
|
|
@@ -32,7 +32,7 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
32
32
|
// verify required parameter 'inboundPlanId' is not null or undefined
|
|
33
33
|
assertParamExists('cancelInboundPlan', 'inboundPlanId', inboundPlanId);
|
|
34
34
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/cancellation`
|
|
35
|
-
.replace(
|
|
35
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)));
|
|
36
36
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
37
37
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
38
38
|
let baseOptions;
|
|
@@ -67,8 +67,8 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
67
67
|
// verify required parameter 'body' is not null or undefined
|
|
68
68
|
assertParamExists('cancelSelfShipAppointment', 'body', body);
|
|
69
69
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/selfShipAppointmentCancellation`
|
|
70
|
-
.replace(
|
|
71
|
-
.replace(
|
|
70
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
71
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)));
|
|
72
72
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
73
73
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
74
74
|
let baseOptions;
|
|
@@ -105,9 +105,9 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
105
105
|
// verify required parameter 'deliveryWindowOptionId' is not null or undefined
|
|
106
106
|
assertParamExists('confirmDeliveryWindowOptions', 'deliveryWindowOptionId', deliveryWindowOptionId);
|
|
107
107
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/deliveryWindowOptions/{deliveryWindowOptionId}/confirmation`
|
|
108
|
-
.replace(
|
|
109
|
-
.replace(
|
|
110
|
-
.replace(
|
|
108
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
109
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)))
|
|
110
|
+
.replace('{deliveryWindowOptionId}', encodeURIComponent(String(deliveryWindowOptionId)));
|
|
111
111
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
112
112
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
113
113
|
let baseOptions;
|
|
@@ -139,8 +139,8 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
139
139
|
// verify required parameter 'packingOptionId' is not null or undefined
|
|
140
140
|
assertParamExists('confirmPackingOption', 'packingOptionId', packingOptionId);
|
|
141
141
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingOptions/{packingOptionId}/confirmation`
|
|
142
|
-
.replace(
|
|
143
|
-
.replace(
|
|
142
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
143
|
+
.replace('{packingOptionId}', encodeURIComponent(String(packingOptionId)));
|
|
144
144
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
145
145
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
146
146
|
let baseOptions;
|
|
@@ -172,8 +172,8 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
172
172
|
// verify required parameter 'placementOptionId' is not null or undefined
|
|
173
173
|
assertParamExists('confirmPlacementOption', 'placementOptionId', placementOptionId);
|
|
174
174
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/placementOptions/{placementOptionId}/confirmation`
|
|
175
|
-
.replace(
|
|
176
|
-
.replace(
|
|
175
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
176
|
+
.replace('{placementOptionId}', encodeURIComponent(String(placementOptionId)));
|
|
177
177
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
178
178
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
179
179
|
let baseOptions;
|
|
@@ -208,9 +208,9 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
208
208
|
// verify required parameter 'contentUpdatePreviewId' is not null or undefined
|
|
209
209
|
assertParamExists('confirmShipmentContentUpdatePreview', 'contentUpdatePreviewId', contentUpdatePreviewId);
|
|
210
210
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/contentUpdatePreviews/{contentUpdatePreviewId}/confirmation`
|
|
211
|
-
.replace(
|
|
212
|
-
.replace(
|
|
213
|
-
.replace(
|
|
211
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
212
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)))
|
|
213
|
+
.replace('{contentUpdatePreviewId}', encodeURIComponent(String(contentUpdatePreviewId)));
|
|
214
214
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
215
215
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
216
216
|
let baseOptions;
|
|
@@ -242,7 +242,7 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
242
242
|
// verify required parameter 'body' is not null or undefined
|
|
243
243
|
assertParamExists('confirmTransportationOptions', 'body', body);
|
|
244
244
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/transportationOptions/confirmation`
|
|
245
|
-
.replace(
|
|
245
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)));
|
|
246
246
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
247
247
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
248
248
|
let baseOptions;
|
|
@@ -336,8 +336,8 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
336
336
|
// verify required parameter 'shipmentId' is not null or undefined
|
|
337
337
|
assertParamExists('generateDeliveryWindowOptions', 'shipmentId', shipmentId);
|
|
338
338
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/deliveryWindowOptions`
|
|
339
|
-
.replace(
|
|
340
|
-
.replace(
|
|
339
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
340
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)));
|
|
341
341
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
342
342
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
343
343
|
let baseOptions;
|
|
@@ -366,7 +366,7 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
366
366
|
// verify required parameter 'inboundPlanId' is not null or undefined
|
|
367
367
|
assertParamExists('generatePackingOptions', 'inboundPlanId', inboundPlanId);
|
|
368
368
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingOptions`
|
|
369
|
-
.replace(
|
|
369
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)));
|
|
370
370
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
371
371
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
372
372
|
let baseOptions;
|
|
@@ -398,7 +398,7 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
398
398
|
// verify required parameter 'body' is not null or undefined
|
|
399
399
|
assertParamExists('generatePlacementOptions', 'body', body);
|
|
400
400
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/placementOptions`
|
|
401
|
-
.replace(
|
|
401
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)));
|
|
402
402
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
403
403
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
404
404
|
let baseOptions;
|
|
@@ -435,8 +435,8 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
435
435
|
// verify required parameter 'body' is not null or undefined
|
|
436
436
|
assertParamExists('generateSelfShipAppointmentSlots', 'body', body);
|
|
437
437
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/selfShipAppointmentSlots`
|
|
438
|
-
.replace(
|
|
439
|
-
.replace(
|
|
438
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
439
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)));
|
|
440
440
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
441
441
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
442
442
|
let baseOptions;
|
|
@@ -473,8 +473,8 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
473
473
|
// verify required parameter 'body' is not null or undefined
|
|
474
474
|
assertParamExists('generateShipmentContentUpdatePreviews', 'body', body);
|
|
475
475
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/contentUpdatePreviews`
|
|
476
|
-
.replace(
|
|
477
|
-
.replace(
|
|
476
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
477
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)));
|
|
478
478
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
479
479
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
480
480
|
let baseOptions;
|
|
@@ -508,7 +508,7 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
508
508
|
// verify required parameter 'body' is not null or undefined
|
|
509
509
|
assertParamExists('generateTransportationOptions', 'body', body);
|
|
510
510
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/transportationOptions`
|
|
511
|
-
.replace(
|
|
511
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)));
|
|
512
512
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
513
513
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
514
514
|
let baseOptions;
|
|
@@ -542,8 +542,8 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
542
542
|
// verify required parameter 'shipmentId' is not null or undefined
|
|
543
543
|
assertParamExists('getDeliveryChallanDocument', 'shipmentId', shipmentId);
|
|
544
544
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/deliveryChallanDocument`
|
|
545
|
-
.replace(
|
|
546
|
-
.replace(
|
|
545
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
546
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)));
|
|
547
547
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
548
548
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
549
549
|
let baseOptions;
|
|
@@ -572,7 +572,7 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
572
572
|
// verify required parameter 'operationId' is not null or undefined
|
|
573
573
|
assertParamExists('getInboundOperationStatus', 'operationId', operationId);
|
|
574
574
|
const localVarPath = `/inbound/fba/2024-03-20/operations/{operationId}`
|
|
575
|
-
.replace(
|
|
575
|
+
.replace('{operationId}', encodeURIComponent(String(operationId)));
|
|
576
576
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
577
577
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
578
578
|
let baseOptions;
|
|
@@ -601,7 +601,7 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
601
601
|
// verify required parameter 'inboundPlanId' is not null or undefined
|
|
602
602
|
assertParamExists('getInboundPlan', 'inboundPlanId', inboundPlanId);
|
|
603
603
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}`
|
|
604
|
-
.replace(
|
|
604
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)));
|
|
605
605
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
606
606
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
607
607
|
let baseOptions;
|
|
@@ -635,8 +635,8 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
635
635
|
// verify required parameter 'shipmentId' is not null or undefined
|
|
636
636
|
assertParamExists('getSelfShipAppointmentSlots', 'shipmentId', shipmentId);
|
|
637
637
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/selfShipAppointmentSlots`
|
|
638
|
-
.replace(
|
|
639
|
-
.replace(
|
|
638
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
639
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)));
|
|
640
640
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
641
641
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
642
642
|
let baseOptions;
|
|
@@ -674,8 +674,8 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
674
674
|
// verify required parameter 'shipmentId' is not null or undefined
|
|
675
675
|
assertParamExists('getShipment', 'shipmentId', shipmentId);
|
|
676
676
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}`
|
|
677
|
-
.replace(
|
|
678
|
-
.replace(
|
|
677
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
678
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)));
|
|
679
679
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
680
680
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
681
681
|
let baseOptions;
|
|
@@ -710,9 +710,9 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
710
710
|
// verify required parameter 'contentUpdatePreviewId' is not null or undefined
|
|
711
711
|
assertParamExists('getShipmentContentUpdatePreview', 'contentUpdatePreviewId', contentUpdatePreviewId);
|
|
712
712
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/contentUpdatePreviews/{contentUpdatePreviewId}`
|
|
713
|
-
.replace(
|
|
714
|
-
.replace(
|
|
715
|
-
.replace(
|
|
713
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
714
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)))
|
|
715
|
+
.replace('{contentUpdatePreviewId}', encodeURIComponent(String(contentUpdatePreviewId)));
|
|
716
716
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
717
717
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
718
718
|
let baseOptions;
|
|
@@ -746,8 +746,8 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
746
746
|
// verify required parameter 'shipmentId' is not null or undefined
|
|
747
747
|
assertParamExists('listDeliveryWindowOptions', 'shipmentId', shipmentId);
|
|
748
748
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/deliveryWindowOptions`
|
|
749
|
-
.replace(
|
|
750
|
-
.replace(
|
|
749
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
750
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)));
|
|
751
751
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
752
752
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
753
753
|
let baseOptions;
|
|
@@ -784,7 +784,7 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
784
784
|
// verify required parameter 'inboundPlanId' is not null or undefined
|
|
785
785
|
assertParamExists('listInboundPlanBoxes', 'inboundPlanId', inboundPlanId);
|
|
786
786
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/boxes`
|
|
787
|
-
.replace(
|
|
787
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)));
|
|
788
788
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
789
789
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
790
790
|
let baseOptions;
|
|
@@ -821,7 +821,7 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
821
821
|
// verify required parameter 'inboundPlanId' is not null or undefined
|
|
822
822
|
assertParamExists('listInboundPlanItems', 'inboundPlanId', inboundPlanId);
|
|
823
823
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/items`
|
|
824
|
-
.replace(
|
|
824
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)));
|
|
825
825
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
826
826
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
827
827
|
let baseOptions;
|
|
@@ -858,7 +858,7 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
858
858
|
// verify required parameter 'inboundPlanId' is not null or undefined
|
|
859
859
|
assertParamExists('listInboundPlanPallets', 'inboundPlanId', inboundPlanId);
|
|
860
860
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/pallets`
|
|
861
|
-
.replace(
|
|
861
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)));
|
|
862
862
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
863
863
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
864
864
|
let baseOptions;
|
|
@@ -980,8 +980,8 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
980
980
|
// verify required parameter 'packingGroupId' is not null or undefined
|
|
981
981
|
assertParamExists('listPackingGroupBoxes', 'packingGroupId', packingGroupId);
|
|
982
982
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingGroups/{packingGroupId}/boxes`
|
|
983
|
-
.replace(
|
|
984
|
-
.replace(
|
|
983
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
984
|
+
.replace('{packingGroupId}', encodeURIComponent(String(packingGroupId)));
|
|
985
985
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
986
986
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
987
987
|
let baseOptions;
|
|
@@ -1021,8 +1021,8 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1021
1021
|
// verify required parameter 'packingGroupId' is not null or undefined
|
|
1022
1022
|
assertParamExists('listPackingGroupItems', 'packingGroupId', packingGroupId);
|
|
1023
1023
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingGroups/{packingGroupId}/items`
|
|
1024
|
-
.replace(
|
|
1025
|
-
.replace(
|
|
1024
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
1025
|
+
.replace('{packingGroupId}', encodeURIComponent(String(packingGroupId)));
|
|
1026
1026
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1027
1027
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1028
1028
|
let baseOptions;
|
|
@@ -1059,7 +1059,7 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1059
1059
|
// verify required parameter 'inboundPlanId' is not null or undefined
|
|
1060
1060
|
assertParamExists('listPackingOptions', 'inboundPlanId', inboundPlanId);
|
|
1061
1061
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingOptions`
|
|
1062
|
-
.replace(
|
|
1062
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)));
|
|
1063
1063
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1064
1064
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1065
1065
|
let baseOptions;
|
|
@@ -1096,7 +1096,7 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1096
1096
|
// verify required parameter 'inboundPlanId' is not null or undefined
|
|
1097
1097
|
assertParamExists('listPlacementOptions', 'inboundPlanId', inboundPlanId);
|
|
1098
1098
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/placementOptions`
|
|
1099
|
-
.replace(
|
|
1099
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)));
|
|
1100
1100
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1101
1101
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1102
1102
|
let baseOptions;
|
|
@@ -1173,8 +1173,8 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1173
1173
|
// verify required parameter 'shipmentId' is not null or undefined
|
|
1174
1174
|
assertParamExists('listShipmentBoxes', 'shipmentId', shipmentId);
|
|
1175
1175
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/boxes`
|
|
1176
|
-
.replace(
|
|
1177
|
-
.replace(
|
|
1176
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
1177
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)));
|
|
1178
1178
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1179
1179
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1180
1180
|
let baseOptions;
|
|
@@ -1214,8 +1214,8 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1214
1214
|
// verify required parameter 'shipmentId' is not null or undefined
|
|
1215
1215
|
assertParamExists('listShipmentContentUpdatePreviews', 'shipmentId', shipmentId);
|
|
1216
1216
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/contentUpdatePreviews`
|
|
1217
|
-
.replace(
|
|
1218
|
-
.replace(
|
|
1217
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
1218
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)));
|
|
1219
1219
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1220
1220
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1221
1221
|
let baseOptions;
|
|
@@ -1255,8 +1255,8 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1255
1255
|
// verify required parameter 'shipmentId' is not null or undefined
|
|
1256
1256
|
assertParamExists('listShipmentItems', 'shipmentId', shipmentId);
|
|
1257
1257
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/items`
|
|
1258
|
-
.replace(
|
|
1259
|
-
.replace(
|
|
1258
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
1259
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)));
|
|
1260
1260
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1261
1261
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1262
1262
|
let baseOptions;
|
|
@@ -1296,8 +1296,8 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1296
1296
|
// verify required parameter 'shipmentId' is not null or undefined
|
|
1297
1297
|
assertParamExists('listShipmentPallets', 'shipmentId', shipmentId);
|
|
1298
1298
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/pallets`
|
|
1299
|
-
.replace(
|
|
1300
|
-
.replace(
|
|
1299
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
1300
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)));
|
|
1301
1301
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1302
1302
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1303
1303
|
let baseOptions;
|
|
@@ -1336,7 +1336,7 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1336
1336
|
// verify required parameter 'inboundPlanId' is not null or undefined
|
|
1337
1337
|
assertParamExists('listTransportationOptions', 'inboundPlanId', inboundPlanId);
|
|
1338
1338
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/transportationOptions`
|
|
1339
|
-
.replace(
|
|
1339
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)));
|
|
1340
1340
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1341
1341
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1342
1342
|
let baseOptions;
|
|
@@ -1386,9 +1386,9 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1386
1386
|
// verify required parameter 'body' is not null or undefined
|
|
1387
1387
|
assertParamExists('scheduleSelfShipAppointment', 'body', body);
|
|
1388
1388
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/selfShipAppointmentSlots/{slotId}/schedule`
|
|
1389
|
-
.replace(
|
|
1390
|
-
.replace(
|
|
1391
|
-
.replace(
|
|
1389
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
1390
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)))
|
|
1391
|
+
.replace('{slotId}', encodeURIComponent(String(slotId)));
|
|
1392
1392
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1393
1393
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1394
1394
|
let baseOptions;
|
|
@@ -1422,7 +1422,7 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1422
1422
|
// verify required parameter 'body' is not null or undefined
|
|
1423
1423
|
assertParamExists('setPackingInformation', 'body', body);
|
|
1424
1424
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingInformation`
|
|
1425
|
-
.replace(
|
|
1425
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)));
|
|
1426
1426
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1427
1427
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1428
1428
|
let baseOptions;
|
|
@@ -1486,7 +1486,7 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1486
1486
|
// verify required parameter 'body' is not null or undefined
|
|
1487
1487
|
assertParamExists('updateInboundPlanName', 'body', body);
|
|
1488
1488
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/name`
|
|
1489
|
-
.replace(
|
|
1489
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)));
|
|
1490
1490
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1491
1491
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1492
1492
|
let baseOptions;
|
|
@@ -1559,8 +1559,8 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1559
1559
|
// verify required parameter 'body' is not null or undefined
|
|
1560
1560
|
assertParamExists('updateShipmentName', 'body', body);
|
|
1561
1561
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/name`
|
|
1562
|
-
.replace(
|
|
1563
|
-
.replace(
|
|
1562
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
1563
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)));
|
|
1564
1564
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1565
1565
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1566
1566
|
let baseOptions;
|
|
@@ -1597,8 +1597,8 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1597
1597
|
// verify required parameter 'body' is not null or undefined
|
|
1598
1598
|
assertParamExists('updateShipmentSourceAddress', 'body', body);
|
|
1599
1599
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/sourceAddress`
|
|
1600
|
-
.replace(
|
|
1601
|
-
.replace(
|
|
1600
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
1601
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)));
|
|
1602
1602
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1603
1603
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1604
1604
|
let baseOptions;
|
|
@@ -1635,8 +1635,8 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1635
1635
|
// verify required parameter 'body' is not null or undefined
|
|
1636
1636
|
assertParamExists('updateShipmentTrackingDetails', 'body', body);
|
|
1637
1637
|
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/trackingDetails`
|
|
1638
|
-
.replace(
|
|
1639
|
-
.replace(
|
|
1638
|
+
.replace('{inboundPlanId}', encodeURIComponent(String(inboundPlanId)))
|
|
1639
|
+
.replace('{shipmentId}', encodeURIComponent(String(shipmentId)));
|
|
1640
1640
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1641
1641
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1642
1642
|
let baseOptions;
|
|
@@ -3109,13 +3109,13 @@ export class FulfillmentInboundApi extends BaseAPI {
|
|
|
3109
3109
|
export const ListInboundPlansStatusEnum = {
|
|
3110
3110
|
Active: 'ACTIVE',
|
|
3111
3111
|
Voided: 'VOIDED',
|
|
3112
|
-
Shipped: 'SHIPPED'
|
|
3112
|
+
Shipped: 'SHIPPED',
|
|
3113
3113
|
};
|
|
3114
3114
|
export const ListInboundPlansSortByEnum = {
|
|
3115
3115
|
LastUpdatedTime: 'LAST_UPDATED_TIME',
|
|
3116
|
-
CreationTime: 'CREATION_TIME'
|
|
3116
|
+
CreationTime: 'CREATION_TIME',
|
|
3117
3117
|
};
|
|
3118
3118
|
export const ListInboundPlansSortOrderEnum = {
|
|
3119
3119
|
Asc: 'ASC',
|
|
3120
|
-
Desc: 'DESC'
|
|
3120
|
+
Desc: 'DESC',
|
|
3121
3121
|
};
|
|
@@ -88,7 +88,7 @@ export class Configuration {
|
|
|
88
88
|
* @return True if the given MIME is JSON, false otherwise.
|
|
89
89
|
*/
|
|
90
90
|
isJsonMime(mime) {
|
|
91
|
-
const jsonMime =
|
|
92
|
-
return mime !== null &&
|
|
91
|
+
const jsonMime = /^(application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(;.*)?$/i;
|
|
92
|
+
return mime !== null && jsonMime.test(mime);
|
|
93
93
|
}
|
|
94
94
|
}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@sp-api-sdk/fulfillment-inbound-api-2024-03-20",
|
|
3
3
|
"author": "Bertrand Marron <bertrand@bizon.solutions>",
|
|
4
4
|
"description": "The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon's fulfillment network. The API has interoperability with the Send-to-Amazon user interface.",
|
|
5
|
-
"version": "3.3.
|
|
5
|
+
"version": "3.3.10",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
7
7
|
"module": "dist/es/index.js",
|
|
8
8
|
"types": "dist/types/index.d.ts",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"dist/**/*.d.ts"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@sp-api-sdk/common": "2.1.
|
|
22
|
-
"axios": "^1.
|
|
21
|
+
"@sp-api-sdk/common": "2.1.31",
|
|
22
|
+
"axios": "^1.15.2"
|
|
23
23
|
},
|
|
24
24
|
"repository": {
|
|
25
25
|
"type": "git",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"sp sdk",
|
|
41
41
|
"fulfillment inbound api"
|
|
42
42
|
],
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "cc3ed7e58346bf7a4110ed8f1353aae840f294e2"
|
|
44
44
|
}
|