@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.
Files changed (33) hide show
  1. package/dist/cjs/api-model/api/fulfillment-inbound-api.js +68 -68
  2. package/dist/cjs/api-model/configuration.js +2 -2
  3. package/dist/cjs/api-model/models/all-owners-constraint.js +1 -1
  4. package/dist/cjs/api-model/models/box-content-information-source.js +1 -1
  5. package/dist/cjs/api-model/models/item-label-page-type.js +1 -1
  6. package/dist/cjs/api-model/models/label-owner.js +1 -1
  7. package/dist/cjs/api-model/models/label-print-type.js +1 -1
  8. package/dist/cjs/api-model/models/operation-status.js +1 -1
  9. package/dist/cjs/api-model/models/owner-constraint.js +1 -1
  10. package/dist/cjs/api-model/models/prep-category.js +1 -1
  11. package/dist/cjs/api-model/models/prep-owner.js +1 -1
  12. package/dist/cjs/api-model/models/prep-type.js +1 -1
  13. package/dist/cjs/api-model/models/reason-comment.js +1 -1
  14. package/dist/cjs/api-model/models/stackability.js +1 -1
  15. package/dist/cjs/api-model/models/unit-of-measurement.js +1 -1
  16. package/dist/cjs/api-model/models/unit-of-weight.js +1 -1
  17. package/dist/es/api-model/api/fulfillment-inbound-api.js +68 -68
  18. package/dist/es/api-model/configuration.js +2 -2
  19. package/dist/es/api-model/models/all-owners-constraint.js +1 -1
  20. package/dist/es/api-model/models/box-content-information-source.js +1 -1
  21. package/dist/es/api-model/models/item-label-page-type.js +1 -1
  22. package/dist/es/api-model/models/label-owner.js +1 -1
  23. package/dist/es/api-model/models/label-print-type.js +1 -1
  24. package/dist/es/api-model/models/operation-status.js +1 -1
  25. package/dist/es/api-model/models/owner-constraint.js +1 -1
  26. package/dist/es/api-model/models/prep-category.js +1 -1
  27. package/dist/es/api-model/models/prep-owner.js +1 -1
  28. package/dist/es/api-model/models/prep-type.js +1 -1
  29. package/dist/es/api-model/models/reason-comment.js +1 -1
  30. package/dist/es/api-model/models/stackability.js +1 -1
  31. package/dist/es/api-model/models/unit-of-measurement.js +1 -1
  32. package/dist/es/api-model/models/unit-of-weight.js +1 -1
  33. 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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
77
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
115
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)))
116
- .replace(`{${"deliveryWindowOptionId"}}`, encodeURIComponent(String(deliveryWindowOptionId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
149
- .replace(`{${"packingOptionId"}}`, encodeURIComponent(String(packingOptionId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
182
- .replace(`{${"placementOptionId"}}`, encodeURIComponent(String(placementOptionId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
218
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)))
219
- .replace(`{${"contentUpdatePreviewId"}}`, encodeURIComponent(String(contentUpdatePreviewId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
346
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
445
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
483
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
552
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
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(`{${"operationId"}}`, encodeURIComponent(String(operationId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
645
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
684
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
720
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)))
721
- .replace(`{${"contentUpdatePreviewId"}}`, encodeURIComponent(String(contentUpdatePreviewId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
756
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
990
- .replace(`{${"packingGroupId"}}`, encodeURIComponent(String(packingGroupId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
1031
- .replace(`{${"packingGroupId"}}`, encodeURIComponent(String(packingGroupId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
1183
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
1224
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
1265
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
1306
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
1396
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)))
1397
- .replace(`{${"slotId"}}`, encodeURIComponent(String(slotId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
1569
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
1607
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
1645
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
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 = new RegExp('^(application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(;.*)?$', 'i');
95
- return mime !== null && (jsonMime.test(mime) || mime.toLowerCase() === 'application/json-patch+json');
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;
@@ -18,5 +18,5 @@ exports.AllOwnersConstraint = void 0;
18
18
  * A constraint that applies to all owners. If no constraint is specified, defer to any individual owner constraints.
19
19
  */
20
20
  exports.AllOwnersConstraint = {
21
- MustMatch: 'MUST_MATCH'
21
+ MustMatch: 'MUST_MATCH',
22
22
  };
@@ -20,5 +20,5 @@ exports.BoxContentInformationSource = void 0;
20
20
  exports.BoxContentInformationSource = {
21
21
  BoxContentProvided: 'BOX_CONTENT_PROVIDED',
22
22
  ManualProcess: 'MANUAL_PROCESS',
23
- Barcode2D: 'BARCODE_2D'
23
+ Barcode2D: 'BARCODE_2D',
24
24
  };
@@ -28,5 +28,5 @@ exports.ItemLabelPageType = {
28
28
  A427: 'A4_27',
29
29
  A44052x29: 'A4_40_52x29',
30
30
  A44448x25: 'A4_44_48x25',
31
- Letter30: 'Letter_30'
31
+ Letter30: 'Letter_30',
32
32
  };
@@ -20,5 +20,5 @@ exports.LabelOwner = void 0;
20
20
  exports.LabelOwner = {
21
21
  Amazon: 'AMAZON',
22
22
  Seller: 'SELLER',
23
- None: 'NONE'
23
+ None: 'NONE',
24
24
  };
@@ -19,5 +19,5 @@ exports.LabelPrintType = void 0;
19
19
  */
20
20
  exports.LabelPrintType = {
21
21
  StandardFormat: 'STANDARD_FORMAT',
22
- ThermalPrinting: 'THERMAL_PRINTING'
22
+ ThermalPrinting: 'THERMAL_PRINTING',
23
23
  };
@@ -20,5 +20,5 @@ exports.OperationStatus = void 0;
20
20
  exports.OperationStatus = {
21
21
  Success: 'SUCCESS',
22
22
  Failed: 'FAILED',
23
- InProgress: 'IN_PROGRESS'
23
+ InProgress: 'IN_PROGRESS',
24
24
  };
@@ -20,5 +20,5 @@ exports.OwnerConstraint = void 0;
20
20
  exports.OwnerConstraint = {
21
21
  AmazonOnly: 'AMAZON_ONLY',
22
22
  NoneOnly: 'NONE_ONLY',
23
- SellerOnly: 'SELLER_ONLY'
23
+ SellerOnly: 'SELLER_ONLY',
24
24
  };
@@ -31,5 +31,5 @@ exports.PrepCategory = {
31
31
  Small: 'SMALL',
32
32
  Textile: 'TEXTILE',
33
33
  Unknown: 'UNKNOWN',
34
- None: 'NONE'
34
+ None: 'NONE',
35
35
  };
@@ -20,5 +20,5 @@ exports.PrepOwner = void 0;
20
20
  exports.PrepOwner = {
21
21
  Amazon: 'AMAZON',
22
22
  Seller: 'SELLER',
23
- None: 'NONE'
23
+ None: 'NONE',
24
24
  };
@@ -33,5 +33,5 @@ exports.PrepType = {
33
33
  ItemSetstk: 'ITEM_SETSTK',
34
34
  ItemSioc: 'ITEM_SIOC',
35
35
  ItemSuffostk: 'ITEM_SUFFOSTK',
36
- ItemTaping: 'ITEM_TAPING'
36
+ ItemTaping: 'ITEM_TAPING',
37
37
  };
@@ -26,5 +26,5 @@ exports.ReasonComment = {
26
26
  ProcurementDelay: 'PROCUREMENT_DELAY',
27
27
  ShippingPlanChanged: 'SHIPPING_PLAN_CHANGED',
28
28
  IncreasedQuantity: 'INCREASED_QUANTITY',
29
- Other: 'OTHER'
29
+ Other: 'OTHER',
30
30
  };
@@ -19,5 +19,5 @@ exports.Stackability = void 0;
19
19
  */
20
20
  exports.Stackability = {
21
21
  Stackable: 'STACKABLE',
22
- NonStackable: 'NON_STACKABLE'
22
+ NonStackable: 'NON_STACKABLE',
23
23
  };
@@ -19,5 +19,5 @@ exports.UnitOfMeasurement = void 0;
19
19
  */
20
20
  exports.UnitOfMeasurement = {
21
21
  In: 'IN',
22
- Cm: 'CM'
22
+ Cm: 'CM',
23
23
  };
@@ -19,5 +19,5 @@ exports.UnitOfWeight = void 0;
19
19
  */
20
20
  exports.UnitOfWeight = {
21
21
  Lb: 'LB',
22
- Kg: 'KG'
22
+ Kg: 'KG',
23
23
  };
@@ -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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
71
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
109
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)))
110
- .replace(`{${"deliveryWindowOptionId"}}`, encodeURIComponent(String(deliveryWindowOptionId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
143
- .replace(`{${"packingOptionId"}}`, encodeURIComponent(String(packingOptionId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
176
- .replace(`{${"placementOptionId"}}`, encodeURIComponent(String(placementOptionId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
212
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)))
213
- .replace(`{${"contentUpdatePreviewId"}}`, encodeURIComponent(String(contentUpdatePreviewId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
340
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
439
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
477
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
546
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
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(`{${"operationId"}}`, encodeURIComponent(String(operationId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
639
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
678
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
714
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)))
715
- .replace(`{${"contentUpdatePreviewId"}}`, encodeURIComponent(String(contentUpdatePreviewId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
750
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
984
- .replace(`{${"packingGroupId"}}`, encodeURIComponent(String(packingGroupId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
1025
- .replace(`{${"packingGroupId"}}`, encodeURIComponent(String(packingGroupId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
1177
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
1218
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
1259
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
1300
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
1390
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)))
1391
- .replace(`{${"slotId"}}`, encodeURIComponent(String(slotId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
1563
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
1601
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
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(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
1639
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
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 = new RegExp('^(application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(;.*)?$', 'i');
92
- return mime !== null && (jsonMime.test(mime) || mime.toLowerCase() === 'application/json-patch+json');
91
+ const jsonMime = /^(application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(;.*)?$/i;
92
+ return mime !== null && jsonMime.test(mime);
93
93
  }
94
94
  }
@@ -15,5 +15,5 @@
15
15
  * A constraint that applies to all owners. If no constraint is specified, defer to any individual owner constraints.
16
16
  */
17
17
  export const AllOwnersConstraint = {
18
- MustMatch: 'MUST_MATCH'
18
+ MustMatch: 'MUST_MATCH',
19
19
  };
@@ -17,5 +17,5 @@
17
17
  export const BoxContentInformationSource = {
18
18
  BoxContentProvided: 'BOX_CONTENT_PROVIDED',
19
19
  ManualProcess: 'MANUAL_PROCESS',
20
- Barcode2D: 'BARCODE_2D'
20
+ Barcode2D: 'BARCODE_2D',
21
21
  };
@@ -25,5 +25,5 @@ export const ItemLabelPageType = {
25
25
  A427: 'A4_27',
26
26
  A44052x29: 'A4_40_52x29',
27
27
  A44448x25: 'A4_44_48x25',
28
- Letter30: 'Letter_30'
28
+ Letter30: 'Letter_30',
29
29
  };
@@ -17,5 +17,5 @@
17
17
  export const LabelOwner = {
18
18
  Amazon: 'AMAZON',
19
19
  Seller: 'SELLER',
20
- None: 'NONE'
20
+ None: 'NONE',
21
21
  };
@@ -16,5 +16,5 @@
16
16
  */
17
17
  export const LabelPrintType = {
18
18
  StandardFormat: 'STANDARD_FORMAT',
19
- ThermalPrinting: 'THERMAL_PRINTING'
19
+ ThermalPrinting: 'THERMAL_PRINTING',
20
20
  };
@@ -17,5 +17,5 @@
17
17
  export const OperationStatus = {
18
18
  Success: 'SUCCESS',
19
19
  Failed: 'FAILED',
20
- InProgress: 'IN_PROGRESS'
20
+ InProgress: 'IN_PROGRESS',
21
21
  };
@@ -17,5 +17,5 @@
17
17
  export const OwnerConstraint = {
18
18
  AmazonOnly: 'AMAZON_ONLY',
19
19
  NoneOnly: 'NONE_ONLY',
20
- SellerOnly: 'SELLER_ONLY'
20
+ SellerOnly: 'SELLER_ONLY',
21
21
  };
@@ -28,5 +28,5 @@ export const PrepCategory = {
28
28
  Small: 'SMALL',
29
29
  Textile: 'TEXTILE',
30
30
  Unknown: 'UNKNOWN',
31
- None: 'NONE'
31
+ None: 'NONE',
32
32
  };
@@ -17,5 +17,5 @@
17
17
  export const PrepOwner = {
18
18
  Amazon: 'AMAZON',
19
19
  Seller: 'SELLER',
20
- None: 'NONE'
20
+ None: 'NONE',
21
21
  };
@@ -30,5 +30,5 @@ export const PrepType = {
30
30
  ItemSetstk: 'ITEM_SETSTK',
31
31
  ItemSioc: 'ITEM_SIOC',
32
32
  ItemSuffostk: 'ITEM_SUFFOSTK',
33
- ItemTaping: 'ITEM_TAPING'
33
+ ItemTaping: 'ITEM_TAPING',
34
34
  };
@@ -23,5 +23,5 @@ export const ReasonComment = {
23
23
  ProcurementDelay: 'PROCUREMENT_DELAY',
24
24
  ShippingPlanChanged: 'SHIPPING_PLAN_CHANGED',
25
25
  IncreasedQuantity: 'INCREASED_QUANTITY',
26
- Other: 'OTHER'
26
+ Other: 'OTHER',
27
27
  };
@@ -16,5 +16,5 @@
16
16
  */
17
17
  export const Stackability = {
18
18
  Stackable: 'STACKABLE',
19
- NonStackable: 'NON_STACKABLE'
19
+ NonStackable: 'NON_STACKABLE',
20
20
  };
@@ -16,5 +16,5 @@
16
16
  */
17
17
  export const UnitOfMeasurement = {
18
18
  In: 'IN',
19
- Cm: 'CM'
19
+ Cm: 'CM',
20
20
  };
@@ -16,5 +16,5 @@
16
16
  */
17
17
  export const UnitOfWeight = {
18
18
  Lb: 'LB',
19
- Kg: 'KG'
19
+ Kg: 'KG',
20
20
  };
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.9",
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.30",
22
- "axios": "^1.13.6"
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": "ed62de76baf24107227aacb576cd494b2ecbf0b5"
43
+ "gitHead": "cc3ed7e58346bf7a4110ed8f1353aae840f294e2"
44
44
  }