@amazon-sp-api-release/amazon-sp-api-sdk-js 1.0.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/helper/DefaultRateLimitMap.mjs +31 -12
- package/index.js +0 -1
- package/package.json +2 -2
- package/sample-node-app/index.js +1 -1
- package/src/apluscontent_v2020_11_01/ApiClient.js +479 -488
- package/src/apluscontent_v2020_11_01/api/AplusContentApi.js +508 -532
- package/src/apluscontent_v2020_11_01/index.js +197 -198
- package/src/apluscontent_v2020_11_01/model/AplusPaginatedResponse.js +22 -26
- package/src/apluscontent_v2020_11_01/model/AplusResponse.js +16 -19
- package/src/apluscontent_v2020_11_01/model/AsinBadge.js +14 -20
- package/src/apluscontent_v2020_11_01/model/AsinMetadata.js +27 -35
- package/src/apluscontent_v2020_11_01/model/ColorType.js +10 -14
- package/src/apluscontent_v2020_11_01/model/ContentBadge.js +16 -23
- package/src/apluscontent_v2020_11_01/model/ContentDocument.js +30 -37
- package/src/apluscontent_v2020_11_01/model/ContentMetadata.js +31 -38
- package/src/apluscontent_v2020_11_01/model/ContentMetadataRecord.js +21 -25
- package/src/apluscontent_v2020_11_01/model/ContentModule.js +63 -81
- package/src/apluscontent_v2020_11_01/model/ContentModuleType.js +36 -53
- package/src/apluscontent_v2020_11_01/model/ContentRecord.js +22 -27
- package/src/apluscontent_v2020_11_01/model/ContentStatus.js +14 -20
- package/src/apluscontent_v2020_11_01/model/ContentType.js +10 -14
- package/src/apluscontent_v2020_11_01/model/Decorator.js +22 -28
- package/src/apluscontent_v2020_11_01/model/DecoratorType.js +22 -32
- package/src/apluscontent_v2020_11_01/model/Error.js +21 -26
- package/src/apluscontent_v2020_11_01/model/ErrorList.js +17 -20
- package/src/apluscontent_v2020_11_01/model/GetContentDocumentResponse.js +25 -29
- package/src/apluscontent_v2020_11_01/model/ImageComponent.js +24 -29
- package/src/apluscontent_v2020_11_01/model/ImageCropSpecification.js +21 -25
- package/src/apluscontent_v2020_11_01/model/ImageDimensions.js +22 -26
- package/src/apluscontent_v2020_11_01/model/ImageOffsets.js +22 -26
- package/src/apluscontent_v2020_11_01/model/IntegerWithUnits.js +19 -23
- package/src/apluscontent_v2020_11_01/model/ListContentDocumentAsinRelationsResponse.js +27 -32
- package/src/apluscontent_v2020_11_01/model/ParagraphComponent.js +18 -21
- package/src/apluscontent_v2020_11_01/model/PlainTextItem.js +19 -23
- package/src/apluscontent_v2020_11_01/model/PositionType.js +10 -14
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentApprovalSubmissionResponse.js +20 -23
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentAsinRelationsRequest.js +16 -19
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentAsinRelationsResponse.js +20 -23
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentRequest.js +18 -21
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentResponse.js +23 -27
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentSuspendSubmissionResponse.js +20 -23
- package/src/apluscontent_v2020_11_01/model/PublishRecord.js +32 -40
- package/src/apluscontent_v2020_11_01/model/SearchContentDocumentsResponse.js +27 -32
- package/src/apluscontent_v2020_11_01/model/SearchContentPublishRecordsResponse.js +27 -32
- package/src/apluscontent_v2020_11_01/model/StandardCompanyLogoModule.js +18 -21
- package/src/apluscontent_v2020_11_01/model/StandardComparisonProductBlock.js +28 -36
- package/src/apluscontent_v2020_11_01/model/StandardComparisonTableModule.js +19 -23
- package/src/apluscontent_v2020_11_01/model/StandardFourImageTextModule.js +25 -32
- package/src/apluscontent_v2020_11_01/model/StandardFourImageTextQuadrantModule.js +30 -36
- package/src/apluscontent_v2020_11_01/model/StandardHeaderImageTextModule.js +19 -23
- package/src/apluscontent_v2020_11_01/model/StandardHeaderTextListBlock.js +19 -23
- package/src/apluscontent_v2020_11_01/model/StandardImageCaptionBlock.js +19 -23
- package/src/apluscontent_v2020_11_01/model/StandardImageSidebarModule.js +30 -38
- package/src/apluscontent_v2020_11_01/model/StandardImageTextBlock.js +22 -27
- package/src/apluscontent_v2020_11_01/model/StandardImageTextCaptionBlock.js +19 -23
- package/src/apluscontent_v2020_11_01/model/StandardImageTextOverlayModule.js +21 -25
- package/src/apluscontent_v2020_11_01/model/StandardMultipleImageTextModule.js +16 -19
- package/src/apluscontent_v2020_11_01/model/StandardProductDescriptionModule.js +18 -21
- package/src/apluscontent_v2020_11_01/model/StandardSingleImageHighlightsModule.js +29 -37
- package/src/apluscontent_v2020_11_01/model/StandardSingleImageSpecsDetailModule.js +33 -43
- package/src/apluscontent_v2020_11_01/model/StandardSingleSideImageModule.js +21 -25
- package/src/apluscontent_v2020_11_01/model/StandardTechSpecsModule.js +22 -27
- package/src/apluscontent_v2020_11_01/model/StandardTextBlock.js +19 -23
- package/src/apluscontent_v2020_11_01/model/StandardTextListBlock.js +18 -21
- package/src/apluscontent_v2020_11_01/model/StandardTextModule.js +21 -25
- package/src/apluscontent_v2020_11_01/model/StandardTextPairBlock.js +18 -22
- package/src/apluscontent_v2020_11_01/model/StandardThreeImageTextModule.js +23 -29
- package/src/apluscontent_v2020_11_01/model/TextComponent.js +19 -23
- package/src/apluscontent_v2020_11_01/model/TextItem.js +21 -25
- package/src/apluscontent_v2020_11_01/model/ValidateContentDocumentAsinRelationsResponse.js +27 -31
- package/src/appintegrations_v2024_04_01/ApiClient.js +479 -488
- package/src/appintegrations_v2024_04_01/api/AppIntegrationsApi.js +143 -153
- package/src/appintegrations_v2024_04_01/index.js +26 -27
- package/src/appintegrations_v2024_04_01/model/CreateNotificationRequest.js +21 -26
- package/src/appintegrations_v2024_04_01/model/CreateNotificationResponse.js +15 -18
- package/src/appintegrations_v2024_04_01/model/DeleteNotificationsRequest.js +25 -29
- package/src/appintegrations_v2024_04_01/model/Error.js +21 -26
- package/src/appintegrations_v2024_04_01/model/ErrorList.js +17 -20
- package/src/appintegrations_v2024_04_01/model/RecordActionFeedbackRequest.js +20 -23
- package/src/applications_v2023_11_30/ApiClient.js +479 -488
- package/src/applications_v2023_11_30/api/ApplicationsApi.js +56 -62
- package/src/applications_v2023_11_30/index.js +14 -15
- package/src/applications_v2023_11_30/model/Error.js +21 -26
- package/src/applications_v2023_11_30/model/ErrorList.js +17 -20
- package/src/awd_v2024_05_09/ApiClient.js +479 -488
- package/src/awd_v2024_05_09/api/AwdApi.js +458 -484
- package/src/awd_v2024_05_09/index.js +158 -159
- package/src/awd_v2024_05_09/model/Address.js +39 -52
- package/src/awd_v2024_05_09/model/CarrierCode.js +18 -22
- package/src/awd_v2024_05_09/model/CarrierCodeType.js +8 -11
- package/src/awd_v2024_05_09/model/DestinationDetails.js +20 -25
- package/src/awd_v2024_05_09/model/DimensionUnitOfMeasurement.js +10 -14
- package/src/awd_v2024_05_09/model/DistributionPackage.js +28 -33
- package/src/awd_v2024_05_09/model/DistributionPackageContents.js +19 -23
- package/src/awd_v2024_05_09/model/DistributionPackageQuantity.js +21 -25
- package/src/awd_v2024_05_09/model/DistributionPackageType.js +10 -14
- package/src/awd_v2024_05_09/model/Error.js +21 -26
- package/src/awd_v2024_05_09/model/ErrorList.js +17 -20
- package/src/awd_v2024_05_09/model/ExpirationDetails.js +17 -21
- package/src/awd_v2024_05_09/model/InboundEligibility.js +28 -34
- package/src/awd_v2024_05_09/model/InboundEligibilityStatus.js +10 -14
- package/src/awd_v2024_05_09/model/InboundOrder.js +43 -54
- package/src/awd_v2024_05_09/model/InboundOrderCreationData.js +27 -33
- package/src/awd_v2024_05_09/model/InboundOrderReference.js +16 -19
- package/src/awd_v2024_05_09/model/InboundPackages.js +17 -20
- package/src/awd_v2024_05_09/model/InboundPreferences.js +15 -18
- package/src/awd_v2024_05_09/model/InboundShipment.js +60 -78
- package/src/awd_v2024_05_09/model/InboundShipmentStatus.js +20 -29
- package/src/awd_v2024_05_09/model/InboundShipmentSummary.js +30 -38
- package/src/awd_v2024_05_09/model/InboundStatus.js +18 -26
- package/src/awd_v2024_05_09/model/InventoryDetails.js +19 -24
- package/src/awd_v2024_05_09/model/InventoryListing.js +19 -23
- package/src/awd_v2024_05_09/model/InventoryQuantity.js +21 -25
- package/src/awd_v2024_05_09/model/InventorySummary.js +26 -33
- package/src/awd_v2024_05_09/model/InventoryUnitOfMeasurement.js +12 -17
- package/src/awd_v2024_05_09/model/LabelOwner.js +10 -14
- package/src/awd_v2024_05_09/model/LabelStatus.js +14 -20
- package/src/awd_v2024_05_09/model/MeasurementData.js +24 -29
- package/src/awd_v2024_05_09/model/OrderIneligibilityReason.js +19 -23
- package/src/awd_v2024_05_09/model/PackageDimensions.js +27 -33
- package/src/awd_v2024_05_09/model/PackageVolume.js +21 -25
- package/src/awd_v2024_05_09/model/PackageWeight.js +21 -25
- package/src/awd_v2024_05_09/model/PrepCategory.js +34 -50
- package/src/awd_v2024_05_09/model/PrepDetails.js +25 -31
- package/src/awd_v2024_05_09/model/PrepInstruction.js +18 -22
- package/src/awd_v2024_05_09/model/PrepOwner.js +10 -14
- package/src/awd_v2024_05_09/model/ProductAttribute.js +17 -21
- package/src/awd_v2024_05_09/model/ProductQuantity.js +27 -34
- package/src/awd_v2024_05_09/model/ShipmentLabels.js +20 -24
- package/src/awd_v2024_05_09/model/ShipmentListing.js +18 -22
- package/src/awd_v2024_05_09/model/SkuEligibility.js +26 -31
- package/src/awd_v2024_05_09/model/SkuIneligibilityReason.js +19 -23
- package/src/awd_v2024_05_09/model/SkuQuantity.js +23 -28
- package/src/awd_v2024_05_09/model/TrackingDetails.js +19 -23
- package/src/awd_v2024_05_09/model/TransportationDetails.js +17 -20
- package/src/awd_v2024_05_09/model/VolumeUnitOfMeasurement.js +12 -17
- package/src/awd_v2024_05_09/model/WeightUnitOfMeasurement.js +10 -14
- package/src/catalogitems_v2022_04_01/ApiClient.js +479 -488
- package/src/catalogitems_v2022_04_01/api/CatalogApi.js +124 -132
- package/src/catalogitems_v2022_04_01/index.js +95 -96
- package/src/catalogitems_v2022_04_01/model/BrandRefinement.js +19 -23
- package/src/catalogitems_v2022_04_01/model/ClassificationRefinement.js +22 -27
- package/src/catalogitems_v2022_04_01/model/Dimension.js +17 -21
- package/src/catalogitems_v2022_04_01/model/Dimensions.js +22 -28
- package/src/catalogitems_v2022_04_01/model/Error.js +21 -26
- package/src/catalogitems_v2022_04_01/model/ErrorList.js +18 -21
- package/src/catalogitems_v2022_04_01/model/Item.js +45 -58
- package/src/catalogitems_v2022_04_01/model/ItemBrowseClassification.js +21 -26
- package/src/catalogitems_v2022_04_01/model/ItemBrowseClassificationsByMarketplace.js +19 -23
- package/src/catalogitems_v2022_04_01/model/ItemClassificationSalesRank.js +24 -30
- package/src/catalogitems_v2022_04_01/model/ItemContributor.js +21 -25
- package/src/catalogitems_v2022_04_01/model/ItemContributorRole.js +18 -22
- package/src/catalogitems_v2022_04_01/model/ItemDimensionsByMarketplace.js +21 -26
- package/src/catalogitems_v2022_04_01/model/ItemDisplayGroupSalesRank.js +24 -30
- package/src/catalogitems_v2022_04_01/model/ItemIdentifier.js +19 -23
- package/src/catalogitems_v2022_04_01/model/ItemIdentifiersByMarketplace.js +20 -24
- package/src/catalogitems_v2022_04_01/model/ItemImage.js +47 -53
- package/src/catalogitems_v2022_04_01/model/ItemImagesByMarketplace.js +20 -24
- package/src/catalogitems_v2022_04_01/model/ItemProductTypeByMarketplace.js +17 -21
- package/src/catalogitems_v2022_04_01/model/ItemRelationship.js +29 -35
- package/src/catalogitems_v2022_04_01/model/ItemRelationshipsByMarketplace.js +20 -24
- package/src/catalogitems_v2022_04_01/model/ItemSalesRanksByMarketplace.js +22 -27
- package/src/catalogitems_v2022_04_01/model/ItemSearchResults.js +30 -36
- package/src/catalogitems_v2022_04_01/model/ItemSummaryByMarketplace.js +66 -88
- package/src/catalogitems_v2022_04_01/model/ItemVariationTheme.js +17 -21
- package/src/catalogitems_v2022_04_01/model/ItemVendorDetailsByMarketplace.js +53 -63
- package/src/catalogitems_v2022_04_01/model/ItemVendorDetailsCategory.js +17 -21
- package/src/catalogitems_v2022_04_01/model/Pagination.js +17 -21
- package/src/catalogitems_v2022_04_01/model/Refinements.js +21 -25
- package/src/datakiosk_v2023_11_15/ApiClient.js +479 -488
- package/src/datakiosk_v2023_11_15/api/QueriesApi.js +216 -230
- package/src/datakiosk_v2023_11_15/index.js +35 -36
- package/src/datakiosk_v2023_11_15/model/CreateQueryResponse.js +16 -19
- package/src/datakiosk_v2023_11_15/model/CreateQuerySpecification.js +18 -22
- package/src/datakiosk_v2023_11_15/model/Error.js +21 -26
- package/src/datakiosk_v2023_11_15/model/ErrorList.js +17 -20
- package/src/datakiosk_v2023_11_15/model/GetDocumentResponse.js +19 -23
- package/src/datakiosk_v2023_11_15/model/GetQueriesResponse.js +20 -24
- package/src/datakiosk_v2023_11_15/model/GetQueriesResponsePagination.js +15 -18
- package/src/datakiosk_v2023_11_15/model/Query.js +48 -59
- package/src/datakiosk_v2023_11_15/model/QueryPagination.js +15 -18
- package/src/easyship_v2022_03_23/ApiClient.js +479 -488
- package/src/easyship_v2022_03_23/api/EasyShipApi.js +214 -228
- package/src/easyship_v2022_03_23/index.js +89 -90
- package/src/easyship_v2022_03_23/model/Code.js +28 -41
- package/src/easyship_v2022_03_23/model/CreateScheduledPackageRequest.js +24 -29
- package/src/easyship_v2022_03_23/model/CreateScheduledPackagesRequest.js +25 -30
- package/src/easyship_v2022_03_23/model/CreateScheduledPackagesResponse.js +21 -26
- package/src/easyship_v2022_03_23/model/Dimensions.js +24 -31
- package/src/easyship_v2022_03_23/model/Error.js +21 -26
- package/src/easyship_v2022_03_23/model/ErrorList.js +17 -20
- package/src/easyship_v2022_03_23/model/HandoverMethod.js +10 -14
- package/src/easyship_v2022_03_23/model/InvoiceData.js +18 -22
- package/src/easyship_v2022_03_23/model/Item.js +17 -21
- package/src/easyship_v2022_03_23/model/LabelFormat.js +10 -14
- package/src/easyship_v2022_03_23/model/ListHandoverSlotsRequest.js +29 -35
- package/src/easyship_v2022_03_23/model/ListHandoverSlotsResponse.js +20 -24
- package/src/easyship_v2022_03_23/model/OrderScheduleDetails.js +20 -24
- package/src/easyship_v2022_03_23/model/Package.js +47 -58
- package/src/easyship_v2022_03_23/model/PackageDetails.js +23 -28
- package/src/easyship_v2022_03_23/model/PackageStatus.js +30 -44
- package/src/easyship_v2022_03_23/model/Packages.js +17 -20
- package/src/easyship_v2022_03_23/model/RejectedOrder.js +19 -23
- package/src/easyship_v2022_03_23/model/ScheduledPackageId.js +18 -22
- package/src/easyship_v2022_03_23/model/TimeSlot.js +23 -29
- package/src/easyship_v2022_03_23/model/TrackingDetails.js +15 -18
- package/src/easyship_v2022_03_23/model/UnitOfLength.js +8 -11
- package/src/easyship_v2022_03_23/model/UnitOfWeight.js +10 -14
- package/src/easyship_v2022_03_23/model/UpdatePackageDetails.js +23 -27
- package/src/easyship_v2022_03_23/model/UpdateScheduledPackagesRequest.js +20 -24
- package/src/easyship_v2022_03_23/model/Weight.js +18 -22
- package/src/fbaeligibility_v1/ApiClient.js +479 -488
- package/src/fbaeligibility_v1/api/FbaInboundApi.js +68 -74
- package/src/fbaeligibility_v1/index.js +17 -18
- package/src/fbaeligibility_v1/model/Error.js +20 -25
- package/src/fbaeligibility_v1/model/GetItemEligibilityPreviewResponse.js +19 -23
- package/src/fbaeligibility_v1/model/ItemEligibilityPreview.js +112 -119
- package/src/fbainventory_v1/ApiClient.js +479 -488
- package/src/fbainventory_v1/api/FbaInventoryApi.js +208 -220
- package/src/fbainventory_v1/index.js +59 -60
- package/src/fbainventory_v1/model/AddInventoryRequest.js +16 -19
- package/src/fbainventory_v1/model/AddInventoryResponse.js +16 -19
- package/src/fbainventory_v1/model/CreateInventoryItemRequest.js +22 -27
- package/src/fbainventory_v1/model/CreateInventoryItemResponse.js +16 -19
- package/src/fbainventory_v1/model/DeleteInventoryItemResponse.js +16 -19
- package/src/fbainventory_v1/model/Error.js +20 -25
- package/src/fbainventory_v1/model/GetInventorySummariesResponse.js +22 -27
- package/src/fbainventory_v1/model/GetInventorySummariesResult.js +22 -26
- package/src/fbainventory_v1/model/Granularity.js +17 -21
- package/src/fbainventory_v1/model/InventoryDetails.js +30 -39
- package/src/fbainventory_v1/model/InventoryItem.js +22 -27
- package/src/fbainventory_v1/model/InventorySummary.js +32 -43
- package/src/fbainventory_v1/model/Pagination.js +15 -18
- package/src/fbainventory_v1/model/ResearchingQuantity.js +18 -22
- package/src/fbainventory_v1/model/ResearchingQuantityEntry.js +27 -31
- package/src/fbainventory_v1/model/ReservedQuantity.js +21 -27
- package/src/fbainventory_v1/model/UnfulfillableQuantity.js +27 -36
- package/src/feeds_v2021_06_30/ApiClient.js +479 -488
- package/src/feeds_v2021_06_30/api/FeedsApi.js +256 -272
- package/src/feeds_v2021_06_30/index.js +35 -36
- package/src/feeds_v2021_06_30/model/CreateFeedDocumentResponse.js +19 -23
- package/src/feeds_v2021_06_30/model/CreateFeedDocumentSpecification.js +16 -19
- package/src/feeds_v2021_06_30/model/CreateFeedResponse.js +16 -19
- package/src/feeds_v2021_06_30/model/CreateFeedSpecification.js +24 -30
- package/src/feeds_v2021_06_30/model/Error.js +21 -26
- package/src/feeds_v2021_06_30/model/ErrorList.js +17 -20
- package/src/feeds_v2021_06_30/model/Feed.js +45 -55
- package/src/feeds_v2021_06_30/model/FeedDocument.js +25 -30
- package/src/feeds_v2021_06_30/model/GetFeedsResponse.js +19 -23
- package/src/finances_v0/ApiClient.js +479 -488
- package/src/finances_v0/api/DefaultApi.js +172 -184
- package/src/finances_v0/index.js +158 -159
- package/src/finances_v0/model/AdhocDisbursementEvent.js +22 -28
- package/src/finances_v0/model/AdjustmentEvent.js +25 -32
- package/src/finances_v0/model/AdjustmentItem.js +30 -40
- package/src/finances_v0/model/AffordabilityExpenseEvent.js +38 -49
- package/src/finances_v0/model/CapacityReservationBillingEvent.js +22 -28
- package/src/finances_v0/model/ChargeComponent.js +18 -22
- package/src/finances_v0/model/ChargeInstrument.js +20 -25
- package/src/finances_v0/model/ChargeRefundEvent.js +22 -28
- package/src/finances_v0/model/ChargeRefundTransaction.js +18 -22
- package/src/finances_v0/model/CouponPaymentEvent.js +32 -42
- package/src/finances_v0/model/Currency.js +17 -21
- package/src/finances_v0/model/DebtRecoveryEvent.js +26 -33
- package/src/finances_v0/model/DebtRecoveryItem.js +22 -28
- package/src/finances_v0/model/DirectPayment.js +18 -22
- package/src/finances_v0/model/Error.js +21 -26
- package/src/finances_v0/model/FBALiquidationEvent.js +22 -28
- package/src/finances_v0/model/FailedAdhocDisbursementEvent.js +28 -37
- package/src/finances_v0/model/FeeComponent.js +18 -22
- package/src/finances_v0/model/FinancialEventGroup.js +36 -49
- package/src/finances_v0/model/FinancialEvents.js +107 -142
- package/src/finances_v0/model/ImagingServicesFeeEvent.js +22 -28
- package/src/finances_v0/model/ListFinancialEventGroupsPayload.js +18 -22
- package/src/finances_v0/model/ListFinancialEventGroupsResponse.js +19 -23
- package/src/finances_v0/model/ListFinancialEventsPayload.js +18 -22
- package/src/finances_v0/model/ListFinancialEventsResponse.js +19 -23
- package/src/finances_v0/model/LoanServicingEvent.js +18 -22
- package/src/finances_v0/model/NetworkComminglingTransactionEvent.js +30 -40
- package/src/finances_v0/model/PayWithAmazonEvent.js +35 -47
- package/src/finances_v0/model/ProductAdsPaymentEvent.js +26 -34
- package/src/finances_v0/model/Promotion.js +20 -25
- package/src/finances_v0/model/RemovalShipmentAdjustmentEvent.js +26 -34
- package/src/finances_v0/model/RemovalShipmentEvent.js +26 -34
- package/src/finances_v0/model/RemovalShipmentItem.js +30 -40
- package/src/finances_v0/model/RemovalShipmentItemAdjustment.js +28 -37
- package/src/finances_v0/model/RentalTransactionEvent.js +37 -49
- package/src/finances_v0/model/RetrochargeEvent.js +29 -38
- package/src/finances_v0/model/SAFETReimbursementEvent.js +25 -32
- package/src/finances_v0/model/SAFETReimbursementItem.js +20 -25
- package/src/finances_v0/model/SellerDealPaymentEvent.js +30 -40
- package/src/finances_v0/model/SellerReviewEnrollmentPaymentEvent.js +28 -36
- package/src/finances_v0/model/ServiceFeeEvent.js +30 -40
- package/src/finances_v0/model/ShipmentEvent.js +45 -61
- package/src/finances_v0/model/ShipmentItem.js +44 -59
- package/src/finances_v0/model/SolutionProviderCreditEvent.js +34 -46
- package/src/finances_v0/model/TDSReimbursementEvent.js +20 -25
- package/src/finances_v0/model/TaxWithheldComponent.js +18 -22
- package/src/finances_v0/model/TaxWithholdingEvent.js +23 -29
- package/src/finances_v0/model/TaxWithholdingPeriod.js +17 -21
- package/src/finances_v0/model/TrialShipmentEvent.js +24 -31
- package/src/finances_v0/model/ValueAddedServiceChargeEvent.js +22 -28
- package/src/fulfillmentinbound_v0/ApiClient.js +479 -488
- package/src/fulfillmentinbound_v0/api/FbaInboundApi.js +309 -325
- package/src/fulfillmentinbound_v0/index.js +101 -102
- package/src/fulfillmentinbound_v0/model/ASINPrepInstructions.js +24 -30
- package/src/fulfillmentinbound_v0/model/Address.js +35 -45
- package/src/fulfillmentinbound_v0/model/AmazonPrepFeesDetails.js +19 -23
- package/src/fulfillmentinbound_v0/model/Amount.js +21 -25
- package/src/fulfillmentinbound_v0/model/BarcodeInstruction.js +12 -17
- package/src/fulfillmentinbound_v0/model/BillOfLadingDownloadURL.js +15 -18
- package/src/fulfillmentinbound_v0/model/BoxContentsFeeDetails.js +20 -25
- package/src/fulfillmentinbound_v0/model/BoxContentsSource.js +14 -20
- package/src/fulfillmentinbound_v0/model/CurrencyCode.js +10 -14
- package/src/fulfillmentinbound_v0/model/Error.js +21 -26
- package/src/fulfillmentinbound_v0/model/ErrorReason.js +10 -14
- package/src/fulfillmentinbound_v0/model/GetBillOfLadingResponse.js +19 -23
- package/src/fulfillmentinbound_v0/model/GetLabelsResponse.js +19 -23
- package/src/fulfillmentinbound_v0/model/GetPrepInstructionsResponse.js +19 -23
- package/src/fulfillmentinbound_v0/model/GetPrepInstructionsResult.js +25 -31
- package/src/fulfillmentinbound_v0/model/GetShipmentItemsResponse.js +19 -23
- package/src/fulfillmentinbound_v0/model/GetShipmentItemsResult.js +18 -22
- package/src/fulfillmentinbound_v0/model/GetShipmentsResponse.js +19 -23
- package/src/fulfillmentinbound_v0/model/GetShipmentsResult.js +18 -22
- package/src/fulfillmentinbound_v0/model/InboundShipmentInfo.js +41 -53
- package/src/fulfillmentinbound_v0/model/InboundShipmentItem.js +32 -42
- package/src/fulfillmentinbound_v0/model/InvalidASIN.js +18 -22
- package/src/fulfillmentinbound_v0/model/InvalidSKU.js +18 -22
- package/src/fulfillmentinbound_v0/model/LabelDownloadURL.js +15 -18
- package/src/fulfillmentinbound_v0/model/LabelPrepType.js +12 -17
- package/src/fulfillmentinbound_v0/model/PrepDetails.js +23 -27
- package/src/fulfillmentinbound_v0/model/PrepGuidance.js +12 -17
- package/src/fulfillmentinbound_v0/model/PrepInstruction.js +38 -56
- package/src/fulfillmentinbound_v0/model/PrepOwner.js +10 -14
- package/src/fulfillmentinbound_v0/model/SKUPrepInstructions.js +29 -37
- package/src/fulfillmentinbound_v0/model/ShipmentStatus.js +26 -38
- package/src/fulfillmentinbound_v2024_03_20/ApiClient.js +479 -488
- package/src/fulfillmentinbound_v2024_03_20/api/FbaInboundApi.js +1893 -1987
- package/src/fulfillmentinbound_v2024_03_20/index.js +428 -429
- package/src/fulfillmentinbound_v2024_03_20/model/Address.js +38 -50
- package/src/fulfillmentinbound_v2024_03_20/model/AddressInput.js +39 -51
- package/src/fulfillmentinbound_v2024_03_20/model/AllOwnersConstraint.js +8 -11
- package/src/fulfillmentinbound_v2024_03_20/model/AppointmentSlot.js +21 -25
- package/src/fulfillmentinbound_v2024_03_20/model/AppointmentSlotTime.js +19 -23
- package/src/fulfillmentinbound_v2024_03_20/model/Box.js +41 -54
- package/src/fulfillmentinbound_v2024_03_20/model/BoxContentInformationSource.js +12 -17
- package/src/fulfillmentinbound_v2024_03_20/model/BoxInput.js +34 -41
- package/src/fulfillmentinbound_v2024_03_20/model/BoxRequirements.js +18 -21
- package/src/fulfillmentinbound_v2024_03_20/model/BoxUpdateInput.js +36 -44
- package/src/fulfillmentinbound_v2024_03_20/model/CancelInboundPlanResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentRequest.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/Carrier.js +17 -21
- package/src/fulfillmentinbound_v2024_03_20/model/CarrierAppointment.js +19 -23
- package/src/fulfillmentinbound_v2024_03_20/model/ComplianceDetail.js +22 -28
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmDeliveryWindowOptionsResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmPackingOptionResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmPlacementOptionResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmShipmentContentUpdatePreviewResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsRequest.js +17 -20
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/ContactInformation.js +21 -26
- package/src/fulfillmentinbound_v2024_03_20/model/ContentUpdatePreview.js +29 -35
- package/src/fulfillmentinbound_v2024_03_20/model/CreateInboundPlanRequest.js +27 -33
- package/src/fulfillmentinbound_v2024_03_20/model/CreateInboundPlanResponse.js +19 -23
- package/src/fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsRequest.js +34 -43
- package/src/fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsResponse.js +17 -20
- package/src/fulfillmentinbound_v2024_03_20/model/Currency.js +19 -23
- package/src/fulfillmentinbound_v2024_03_20/model/CustomPlacementInput.js +20 -24
- package/src/fulfillmentinbound_v2024_03_20/model/Dates.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/DeliveryWindowOption.js +28 -35
- package/src/fulfillmentinbound_v2024_03_20/model/Dimensions.js +27 -33
- package/src/fulfillmentinbound_v2024_03_20/model/DocumentDownload.js +21 -26
- package/src/fulfillmentinbound_v2024_03_20/model/Error.js +21 -26
- package/src/fulfillmentinbound_v2024_03_20/model/ErrorList.js +17 -20
- package/src/fulfillmentinbound_v2024_03_20/model/FreightInformation.js +18 -22
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateDeliveryWindowOptionsResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/GeneratePackingOptionsResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsRequest.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsRequest.js +17 -21
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsRequest.js +21 -25
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsRequest.js +20 -24
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/GetDeliveryChallanDocumentResponse.js +18 -21
- package/src/fulfillmentinbound_v2024_03_20/model/GetSelfShipAppointmentSlotsResponse.js +21 -25
- package/src/fulfillmentinbound_v2024_03_20/model/InboundOperationStatus.js +28 -34
- package/src/fulfillmentinbound_v2024_03_20/model/InboundPlan.js +45 -57
- package/src/fulfillmentinbound_v2024_03_20/model/InboundPlanSummary.js +36 -45
- package/src/fulfillmentinbound_v2024_03_20/model/Incentive.js +27 -33
- package/src/fulfillmentinbound_v2024_03_20/model/Item.js +36 -46
- package/src/fulfillmentinbound_v2024_03_20/model/ItemInput.js +33 -41
- package/src/fulfillmentinbound_v2024_03_20/model/ItemLabelPageType.js +28 -41
- package/src/fulfillmentinbound_v2024_03_20/model/LabelOwner.js +12 -17
- package/src/fulfillmentinbound_v2024_03_20/model/LabelPrintType.js +10 -14
- package/src/fulfillmentinbound_v2024_03_20/model/ListDeliveryWindowOptionsResponse.js +20 -24
- package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanBoxesResponse.js +20 -24
- package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanItemsResponse.js +20 -24
- package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanPalletsResponse.js +20 -24
- package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlansResponse.js +19 -23
- package/src/fulfillmentinbound_v2024_03_20/model/ListItemComplianceDetailsResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/ListPackingGroupBoxesResponse.js +20 -24
- package/src/fulfillmentinbound_v2024_03_20/model/ListPackingGroupItemsResponse.js +20 -24
- package/src/fulfillmentinbound_v2024_03_20/model/ListPackingOptionsResponse.js +20 -24
- package/src/fulfillmentinbound_v2024_03_20/model/ListPlacementOptionsResponse.js +20 -24
- package/src/fulfillmentinbound_v2024_03_20/model/ListPrepDetailsResponse.js +17 -20
- package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentBoxesResponse.js +20 -24
- package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentContentUpdatePreviewsResponse.js +20 -24
- package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentItemsResponse.js +20 -24
- package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentPalletsResponse.js +20 -24
- package/src/fulfillmentinbound_v2024_03_20/model/ListTransportationOptionsResponse.js +20 -24
- package/src/fulfillmentinbound_v2024_03_20/model/LtlTrackingDetail.js +17 -21
- package/src/fulfillmentinbound_v2024_03_20/model/LtlTrackingDetailInput.js +18 -22
- package/src/fulfillmentinbound_v2024_03_20/model/MskuPrepDetail.js +33 -41
- package/src/fulfillmentinbound_v2024_03_20/model/MskuPrepDetailInput.js +25 -30
- package/src/fulfillmentinbound_v2024_03_20/model/MskuQuantity.js +19 -23
- package/src/fulfillmentinbound_v2024_03_20/model/OperationProblem.js +24 -30
- package/src/fulfillmentinbound_v2024_03_20/model/OperationStatus.js +12 -17
- package/src/fulfillmentinbound_v2024_03_20/model/OwnerConstraint.js +12 -17
- package/src/fulfillmentinbound_v2024_03_20/model/PackageGroupingInput.js +21 -26
- package/src/fulfillmentinbound_v2024_03_20/model/PackingConfiguration.js +22 -27
- package/src/fulfillmentinbound_v2024_03_20/model/PackingOption.js +39 -49
- package/src/fulfillmentinbound_v2024_03_20/model/PackingOptionSummary.js +19 -23
- package/src/fulfillmentinbound_v2024_03_20/model/Pagination.js +15 -18
- package/src/fulfillmentinbound_v2024_03_20/model/Pallet.js +27 -34
- package/src/fulfillmentinbound_v2024_03_20/model/PalletInput.js +25 -31
- package/src/fulfillmentinbound_v2024_03_20/model/PlacementOption.js +31 -39
- package/src/fulfillmentinbound_v2024_03_20/model/PlacementOptionSummary.js +19 -23
- package/src/fulfillmentinbound_v2024_03_20/model/PrepCategory.js +34 -50
- package/src/fulfillmentinbound_v2024_03_20/model/PrepInstruction.js +20 -25
- package/src/fulfillmentinbound_v2024_03_20/model/PrepOwner.js +12 -17
- package/src/fulfillmentinbound_v2024_03_20/model/PrepType.js +38 -56
- package/src/fulfillmentinbound_v2024_03_20/model/Quote.js +22 -27
- package/src/fulfillmentinbound_v2024_03_20/model/ReasonComment.js +24 -35
- package/src/fulfillmentinbound_v2024_03_20/model/Region.js +19 -24
- package/src/fulfillmentinbound_v2024_03_20/model/RequestedUpdates.js +19 -23
- package/src/fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentRequest.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentResponse.js +18 -21
- package/src/fulfillmentinbound_v2024_03_20/model/SelectedDeliveryWindow.js +27 -34
- package/src/fulfillmentinbound_v2024_03_20/model/SelfShipAppointmentDetails.js +20 -25
- package/src/fulfillmentinbound_v2024_03_20/model/SelfShipAppointmentSlotsAvailability.js +18 -22
- package/src/fulfillmentinbound_v2024_03_20/model/SetPackingInformationRequest.js +17 -20
- package/src/fulfillmentinbound_v2024_03_20/model/SetPackingInformationResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/SetPrepDetailsRequest.js +20 -24
- package/src/fulfillmentinbound_v2024_03_20/model/SetPrepDetailsResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/Shipment.js +57 -74
- package/src/fulfillmentinbound_v2024_03_20/model/ShipmentDestination.js +21 -26
- package/src/fulfillmentinbound_v2024_03_20/model/ShipmentSource.js +19 -23
- package/src/fulfillmentinbound_v2024_03_20/model/ShipmentSummary.js +19 -23
- package/src/fulfillmentinbound_v2024_03_20/model/ShipmentTransportationConfiguration.js +30 -37
- package/src/fulfillmentinbound_v2024_03_20/model/ShippingConfiguration.js +17 -21
- package/src/fulfillmentinbound_v2024_03_20/model/ShippingRequirements.js +19 -23
- package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingDetail.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingDetailInput.js +17 -20
- package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingItem.js +19 -24
- package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingItemInput.js +19 -23
- package/src/fulfillmentinbound_v2024_03_20/model/Stackability.js +10 -14
- package/src/fulfillmentinbound_v2024_03_20/model/TaxDetails.js +21 -26
- package/src/fulfillmentinbound_v2024_03_20/model/TaxRate.js +19 -24
- package/src/fulfillmentinbound_v2024_03_20/model/TrackingDetails.js +19 -23
- package/src/fulfillmentinbound_v2024_03_20/model/TrackingDetailsInput.js +19 -23
- package/src/fulfillmentinbound_v2024_03_20/model/TransportationOption.js +39 -49
- package/src/fulfillmentinbound_v2024_03_20/model/TransportationSelection.js +22 -27
- package/src/fulfillmentinbound_v2024_03_20/model/UnitOfMeasurement.js +10 -14
- package/src/fulfillmentinbound_v2024_03_20/model/UnitOfWeight.js +10 -14
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateInboundPlanNameRequest.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsRequest.js +21 -25
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentNameRequest.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressRequest.js +18 -21
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsRequest.js +18 -21
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/Weight.js +21 -25
- package/src/fulfillmentinbound_v2024_03_20/model/WeightRange.js +24 -29
- package/src/fulfillmentinbound_v2024_03_20/model/Window.js +21 -26
- package/src/fulfillmentinbound_v2024_03_20/model/WindowInput.js +16 -19
- package/src/fulfillmentoutbound_v2020_07_01/ApiClient.js +479 -488
- package/src/fulfillmentoutbound_v2020_07_01/api/FbaOutboundApi.js +593 -625
- package/src/fulfillmentoutbound_v2020_07_01/index.js +272 -273
- package/src/fulfillmentoutbound_v2020_07_01/model/AdditionalLocationInfo.js +58 -86
- package/src/fulfillmentoutbound_v2020_07_01/model/Address.js +38 -50
- package/src/fulfillmentoutbound_v2020_07_01/model/Amount.js +23 -27
- package/src/fulfillmentoutbound_v2020_07_01/model/CODSettings.js +25 -32
- package/src/fulfillmentoutbound_v2020_07_01/model/CancelFulfillmentOrderResponse.js +16 -19
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderItem.js +35 -46
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderRequest.js +66 -85
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderResponse.js +16 -19
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnRequest.js +17 -20
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnResponse.js +19 -23
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnResult.js +22 -27
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateReturnItem.js +27 -34
- package/src/fulfillmentoutbound_v2020_07_01/model/CurrentStatus.js +42 -62
- package/src/fulfillmentoutbound_v2020_07_01/model/DateRange.js +19 -23
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryDocument.js +18 -22
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryInformation.js +19 -23
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryMessage.js +17 -21
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryOffer.js +21 -26
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryPolicy.js +16 -19
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryPreferences.js +18 -22
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryWindow.js +19 -23
- package/src/fulfillmentoutbound_v2020_07_01/model/Destination.js +18 -22
- package/src/fulfillmentoutbound_v2020_07_01/model/DropOffLocation.js +36 -40
- package/src/fulfillmentoutbound_v2020_07_01/model/Error.js +21 -26
- package/src/fulfillmentoutbound_v2020_07_01/model/EventCode.js +72 -107
- package/src/fulfillmentoutbound_v2020_07_01/model/Feature.js +21 -26
- package/src/fulfillmentoutbound_v2020_07_01/model/FeatureSettings.js +23 -27
- package/src/fulfillmentoutbound_v2020_07_01/model/FeatureSku.js +23 -30
- package/src/fulfillmentoutbound_v2020_07_01/model/Fee.js +31 -35
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentAction.js +10 -14
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrder.js +66 -84
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrderItem.js +47 -63
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrderStatus.js +24 -35
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPolicy.js +12 -17
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreview.js +47 -60
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreviewItem.js +33 -40
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreviewShipment.js +27 -35
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentReturnItemStatus.js +10 -14
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipment.js +45 -55
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipmentItem.js +28 -36
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipmentPackage.js +29 -37
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersProduct.js +21 -25
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersRequest.js +23 -27
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersResponse.js +19 -23
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersResult.js +16 -19
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersTerms.js +23 -27
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureInventoryResponse.js +19 -23
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureInventoryResult.js +24 -30
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureSkuResponse.js +19 -23
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureSkuResult.js +27 -34
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeaturesResponse.js +19 -23
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeaturesResult.js +17 -20
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentOrderResponse.js +19 -23
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentOrderResult.js +36 -44
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewItem.js +25 -31
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewRequest.js +34 -43
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewResponse.js +19 -23
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewResult.js +16 -19
- package/src/fulfillmentoutbound_v2020_07_01/model/GetPackageTrackingDetailsResponse.js +19 -23
- package/src/fulfillmentoutbound_v2020_07_01/model/InvalidItemReason.js +21 -25
- package/src/fulfillmentoutbound_v2020_07_01/model/InvalidItemReasonCode.js +14 -20
- package/src/fulfillmentoutbound_v2020_07_01/model/InvalidReturnItem.js +24 -29
- package/src/fulfillmentoutbound_v2020_07_01/model/ListAllFulfillmentOrdersResponse.js +19 -23
- package/src/fulfillmentoutbound_v2020_07_01/model/ListAllFulfillmentOrdersResult.js +18 -22
- package/src/fulfillmentoutbound_v2020_07_01/model/ListReturnReasonCodesResponse.js +19 -23
- package/src/fulfillmentoutbound_v2020_07_01/model/ListReturnReasonCodesResult.js +16 -19
- package/src/fulfillmentoutbound_v2020_07_01/model/LockerDetails.js +17 -21
- package/src/fulfillmentoutbound_v2020_07_01/model/Money.js +19 -23
- package/src/fulfillmentoutbound_v2020_07_01/model/Origin.js +16 -19
- package/src/fulfillmentoutbound_v2020_07_01/model/PackageTrackingDetails.js +49 -66
- package/src/fulfillmentoutbound_v2020_07_01/model/PaymentInformation.js +22 -27
- package/src/fulfillmentoutbound_v2020_07_01/model/ProductIdentifier.js +16 -19
- package/src/fulfillmentoutbound_v2020_07_01/model/ReasonCodeDetails.js +21 -26
- package/src/fulfillmentoutbound_v2020_07_01/model/ReturnAuthorization.js +30 -37
- package/src/fulfillmentoutbound_v2020_07_01/model/ReturnItem.js +44 -57
- package/src/fulfillmentoutbound_v2020_07_01/model/ReturnItemDisposition.js +16 -23
- package/src/fulfillmentoutbound_v2020_07_01/model/ScheduledDeliveryInfo.js +20 -24
- package/src/fulfillmentoutbound_v2020_07_01/model/ShippingSpeedCategory.js +14 -20
- package/src/fulfillmentoutbound_v2020_07_01/model/SubmitFulfillmentOrderStatusUpdateRequest.js +16 -19
- package/src/fulfillmentoutbound_v2020_07_01/model/SubmitFulfillmentOrderStatusUpdateResponse.js +16 -19
- package/src/fulfillmentoutbound_v2020_07_01/model/TrackingAddress.js +22 -27
- package/src/fulfillmentoutbound_v2020_07_01/model/TrackingEvent.js +29 -35
- package/src/fulfillmentoutbound_v2020_07_01/model/UnfulfillablePreviewItem.js +24 -30
- package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderItem.js +36 -48
- package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderRequest.js +43 -57
- package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderResponse.js +16 -19
- package/src/fulfillmentoutbound_v2020_07_01/model/VariablePrecisionAddress.js +31 -41
- package/src/fulfillmentoutbound_v2020_07_01/model/Weight.js +29 -33
- package/src/invoices_v2024_06_19/ApiClient.js +479 -488
- package/src/invoices_v2024_06_19/api/InvoicesApi.js +317 -335
- package/src/invoices_v2024_06_19/index.js +62 -63
- package/src/invoices_v2024_06_19/model/AttributeOption.js +17 -21
- package/src/invoices_v2024_06_19/model/Error.js +21 -26
- package/src/invoices_v2024_06_19/model/ErrorList.js +17 -20
- package/src/invoices_v2024_06_19/model/Export.js +26 -34
- package/src/invoices_v2024_06_19/model/ExportInvoicesRequest.js +36 -48
- package/src/invoices_v2024_06_19/model/ExportInvoicesResponse.js +15 -18
- package/src/invoices_v2024_06_19/model/ExportStatus.js +14 -20
- package/src/invoices_v2024_06_19/model/FileFormat.js +8 -11
- package/src/invoices_v2024_06_19/model/GetInvoiceResponse.js +16 -19
- package/src/invoices_v2024_06_19/model/GetInvoicesAttributesResponse.js +16 -19
- package/src/invoices_v2024_06_19/model/GetInvoicesDocumentResponse.js +16 -19
- package/src/invoices_v2024_06_19/model/GetInvoicesExportResponse.js +16 -19
- package/src/invoices_v2024_06_19/model/GetInvoicesExportsResponse.js +18 -22
- package/src/invoices_v2024_06_19/model/GetInvoicesResponse.js +18 -22
- package/src/invoices_v2024_06_19/model/Invoice.js +34 -46
- package/src/invoices_v2024_06_19/model/InvoicesAttributes.js +22 -28
- package/src/invoices_v2024_06_19/model/InvoicesDocument.js +17 -21
- package/src/invoices_v2024_06_19/model/TransactionIdentifier.js +17 -21
- package/src/invoicing_v0/ApiClient.js +479 -488
- package/src/invoicing_v0/api/ShipmentInvoiceApi.js +146 -156
- package/src/invoicing_v0/index.js +56 -57
- package/src/invoicing_v0/model/Address.js +38 -52
- package/src/invoicing_v0/model/AddressTypeEnum.js +10 -14
- package/src/invoicing_v0/model/BuyerTaxInfo.js +20 -25
- package/src/invoicing_v0/model/Error.js +21 -26
- package/src/invoicing_v0/model/GetInvoiceStatusResponse.js +19 -23
- package/src/invoicing_v0/model/GetShipmentDetailsResponse.js +19 -23
- package/src/invoicing_v0/model/MarketplaceTaxInfo.js +20 -25
- package/src/invoicing_v0/model/Money.js +17 -21
- package/src/invoicing_v0/model/ShipmentDetail.js +45 -61
- package/src/invoicing_v0/model/ShipmentInvoiceStatus.js +14 -20
- package/src/invoicing_v0/model/ShipmentInvoiceStatusInfo.js +18 -22
- package/src/invoicing_v0/model/ShipmentInvoiceStatusResponse.js +16 -19
- package/src/invoicing_v0/model/ShipmentItem.js +36 -49
- package/src/invoicing_v0/model/SubmitInvoiceRequest.js +21 -26
- package/src/invoicing_v0/model/SubmitInvoiceResponse.js +16 -19
- package/src/invoicing_v0/model/TaxClassification.js +17 -21
- package/src/listingsitems_v2021_08_01/ApiClient.js +479 -488
- package/src/listingsitems_v2021_08_01/api/ListingsApi.js +324 -338
- package/src/listingsitems_v2021_08_01/index.js +86 -87
- package/src/listingsitems_v2021_08_01/model/Audience.js +17 -21
- package/src/listingsitems_v2021_08_01/model/Error.js +21 -26
- package/src/listingsitems_v2021_08_01/model/ErrorList.js +18 -21
- package/src/listingsitems_v2021_08_01/model/FulfillmentAvailability.js +18 -22
- package/src/listingsitems_v2021_08_01/model/Issue.js +38 -46
- package/src/listingsitems_v2021_08_01/model/IssueEnforcementAction.js +16 -19
- package/src/listingsitems_v2021_08_01/model/IssueEnforcements.js +22 -26
- package/src/listingsitems_v2021_08_01/model/IssueExemption.js +26 -30
- package/src/listingsitems_v2021_08_01/model/Item.js +39 -50
- package/src/listingsitems_v2021_08_01/model/ItemIdentifiersByMarketplace.js +17 -21
- package/src/listingsitems_v2021_08_01/model/ItemImage.js +22 -27
- package/src/listingsitems_v2021_08_01/model/ItemOfferByMarketplace.js +36 -43
- package/src/listingsitems_v2021_08_01/model/ItemProcurement.js +18 -21
- package/src/listingsitems_v2021_08_01/model/ItemProductTypeByMarketplace.js +19 -23
- package/src/listingsitems_v2021_08_01/model/ItemRelationship.js +29 -35
- package/src/listingsitems_v2021_08_01/model/ItemRelationshipsByMarketplace.js +20 -24
- package/src/listingsitems_v2021_08_01/model/ItemSearchResults.js +23 -28
- package/src/listingsitems_v2021_08_01/model/ItemSummaryByMarketplace.js +73 -85
- package/src/listingsitems_v2021_08_01/model/ItemVariationTheme.js +19 -23
- package/src/listingsitems_v2021_08_01/model/ListingsItemPatchRequest.js +20 -24
- package/src/listingsitems_v2021_08_01/model/ListingsItemPutRequest.js +29 -34
- package/src/listingsitems_v2021_08_01/model/ListingsItemSubmissionResponse.js +36 -43
- package/src/listingsitems_v2021_08_01/model/Money.js +19 -23
- package/src/listingsitems_v2021_08_01/model/Pagination.js +17 -21
- package/src/listingsitems_v2021_08_01/model/PatchOperation.js +29 -34
- package/src/listingsitems_v2021_08_01/model/Points.js +17 -20
- package/src/listingsrestrictions_v2021_08_01/ApiClient.js +479 -488
- package/src/listingsrestrictions_v2021_08_01/api/ListingsApi.js +75 -81
- package/src/listingsrestrictions_v2021_08_01/index.js +23 -24
- package/src/listingsrestrictions_v2021_08_01/model/Error.js +21 -26
- package/src/listingsrestrictions_v2021_08_01/model/Link.js +27 -33
- package/src/listingsrestrictions_v2021_08_01/model/Reason.js +29 -34
- package/src/listingsrestrictions_v2021_08_01/model/Restriction.js +49 -54
- package/src/listingsrestrictions_v2021_08_01/model/RestrictionList.js +18 -21
- package/src/merchantfulfillment_v0/ApiClient.js +479 -488
- package/src/merchantfulfillment_v0/api/MerchantFulfillmentApi.js +216 -230
- package/src/merchantfulfillment_v0/index.js +176 -177
- package/src/merchantfulfillment_v0/model/AdditionalInputs.js +18 -22
- package/src/merchantfulfillment_v0/model/AdditionalSellerInput.js +35 -46
- package/src/merchantfulfillment_v0/model/AdditionalSellerInputs.js +21 -25
- package/src/merchantfulfillment_v0/model/Address.js +42 -55
- package/src/merchantfulfillment_v0/model/AvailableCarrierWillPickUpOption.js +23 -27
- package/src/merchantfulfillment_v0/model/AvailableDeliveryExperienceOption.js +23 -27
- package/src/merchantfulfillment_v0/model/AvailableShippingServiceOptions.js +21 -25
- package/src/merchantfulfillment_v0/model/Benefits.js +18 -22
- package/src/merchantfulfillment_v0/model/CancelShipmentResponse.js +19 -23
- package/src/merchantfulfillment_v0/model/CarrierWillPickUpOption.js +12 -17
- package/src/merchantfulfillment_v0/model/Constraint.js +18 -22
- package/src/merchantfulfillment_v0/model/CreateShipmentRequest.js +32 -40
- package/src/merchantfulfillment_v0/model/CreateShipmentResponse.js +19 -23
- package/src/merchantfulfillment_v0/model/CurrencyAmount.js +19 -23
- package/src/merchantfulfillment_v0/model/DangerousGoodsDetails.js +57 -63
- package/src/merchantfulfillment_v0/model/DeliveryExperienceOption.js +16 -23
- package/src/merchantfulfillment_v0/model/DeliveryExperienceType.js +14 -20
- package/src/merchantfulfillment_v0/model/Error.js +21 -26
- package/src/merchantfulfillment_v0/model/ExcludedBenefit.js +17 -21
- package/src/merchantfulfillment_v0/model/FileContents.js +24 -29
- package/src/merchantfulfillment_v0/model/FileType.js +12 -17
- package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsRequest.js +24 -29
- package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsResponse.js +19 -23
- package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsResult.js +19 -23
- package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesRequest.js +21 -25
- package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesResponse.js +19 -23
- package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesResult.js +26 -32
- package/src/merchantfulfillment_v0/model/GetShipmentResponse.js +19 -23
- package/src/merchantfulfillment_v0/model/HazmatType.js +10 -14
- package/src/merchantfulfillment_v0/model/InputTargetType.js +10 -14
- package/src/merchantfulfillment_v0/model/Item.js +37 -48
- package/src/merchantfulfillment_v0/model/ItemLevelFields.js +20 -24
- package/src/merchantfulfillment_v0/model/Label.js +31 -38
- package/src/merchantfulfillment_v0/model/LabelCustomization.js +18 -22
- package/src/merchantfulfillment_v0/model/LabelDimensions.js +24 -29
- package/src/merchantfulfillment_v0/model/LabelFormat.js +16 -23
- package/src/merchantfulfillment_v0/model/LabelFormatOption.js +18 -22
- package/src/merchantfulfillment_v0/model/LabelFormatOptionRequest.js +15 -18
- package/src/merchantfulfillment_v0/model/Length.js +18 -22
- package/src/merchantfulfillment_v0/model/LiquidVolume.js +35 -39
- package/src/merchantfulfillment_v0/model/PackageDimensions.js +25 -32
- package/src/merchantfulfillment_v0/model/PredefinedPackageDimensions.js +106 -158
- package/src/merchantfulfillment_v0/model/RejectedShippingService.js +27 -34
- package/src/merchantfulfillment_v0/model/SellerInputDefinition.js +36 -45
- package/src/merchantfulfillment_v0/model/Shipment.js +71 -88
- package/src/merchantfulfillment_v0/model/ShipmentRequestDetails.js +49 -61
- package/src/merchantfulfillment_v0/model/ShipmentStatus.js +14 -20
- package/src/merchantfulfillment_v0/model/ShippingOfferingFilter.js +23 -29
- package/src/merchantfulfillment_v0/model/ShippingService.js +59 -75
- package/src/merchantfulfillment_v0/model/ShippingServiceOptions.js +30 -37
- package/src/merchantfulfillment_v0/model/StandardIdForLabel.js +8 -11
- package/src/merchantfulfillment_v0/model/TemporarilyUnavailableCarrier.js +16 -19
- package/src/merchantfulfillment_v0/model/TermsAndConditionsNotAcceptedCarrier.js +16 -19
- package/src/merchantfulfillment_v0/model/UnitOfLength.js +10 -14
- package/src/merchantfulfillment_v0/model/UnitOfWeight.js +10 -14
- package/src/merchantfulfillment_v0/model/Weight.js +21 -25
- package/src/messaging_v1/ApiClient.js +479 -488
- package/src/messaging_v1/api/MessagingApi.js +686 -716
- package/src/messaging_v1/index.js +113 -114
- package/src/messaging_v1/model/Attachment.js +19 -23
- package/src/messaging_v1/model/CreateAmazonMotorsRequest.js +16 -19
- package/src/messaging_v1/model/CreateAmazonMotorsResponse.js +16 -19
- package/src/messaging_v1/model/CreateConfirmCustomizationDetailsRequest.js +18 -22
- package/src/messaging_v1/model/CreateConfirmCustomizationDetailsResponse.js +16 -19
- package/src/messaging_v1/model/CreateConfirmDeliveryDetailsRequest.js +15 -18
- package/src/messaging_v1/model/CreateConfirmDeliveryDetailsResponse.js +16 -19
- package/src/messaging_v1/model/CreateConfirmOrderDetailsRequest.js +15 -18
- package/src/messaging_v1/model/CreateConfirmOrderDetailsResponse.js +16 -19
- package/src/messaging_v1/model/CreateConfirmServiceDetailsRequest.js +15 -18
- package/src/messaging_v1/model/CreateConfirmServiceDetailsResponse.js +16 -19
- package/src/messaging_v1/model/CreateDigitalAccessKeyRequest.js +18 -22
- package/src/messaging_v1/model/CreateDigitalAccessKeyResponse.js +16 -19
- package/src/messaging_v1/model/CreateLegalDisclosureRequest.js +16 -19
- package/src/messaging_v1/model/CreateLegalDisclosureResponse.js +16 -19
- package/src/messaging_v1/model/CreateNegativeFeedbackRemovalResponse.js +16 -19
- package/src/messaging_v1/model/CreateUnexpectedProblemRequest.js +15 -18
- package/src/messaging_v1/model/CreateUnexpectedProblemResponse.js +16 -19
- package/src/messaging_v1/model/CreateWarrantyRequest.js +20 -25
- package/src/messaging_v1/model/CreateWarrantyResponse.js +16 -19
- package/src/messaging_v1/model/Error.js +21 -26
- package/src/messaging_v1/model/GetAttributesResponse.js +19 -23
- package/src/messaging_v1/model/GetAttributesResponseBuyer.js +15 -18
- package/src/messaging_v1/model/GetMessagingActionResponse.js +25 -31
- package/src/messaging_v1/model/GetMessagingActionResponseEmbedded.js +16 -19
- package/src/messaging_v1/model/GetMessagingActionResponseLinks.js +22 -26
- package/src/messaging_v1/model/GetMessagingActionsForOrderResponse.js +22 -27
- package/src/messaging_v1/model/GetMessagingActionsForOrderResponseEmbedded.js +18 -21
- package/src/messaging_v1/model/GetMessagingActionsForOrderResponseLinks.js +21 -25
- package/src/messaging_v1/model/GetSchemaResponse.js +21 -26
- package/src/messaging_v1/model/GetSchemaResponseLinks.js +18 -21
- package/src/messaging_v1/model/InvoiceRequest.js +16 -19
- package/src/messaging_v1/model/InvoiceResponse.js +16 -19
- package/src/messaging_v1/model/LinkObject.js +18 -22
- package/src/messaging_v1/model/MessagingAction.js +16 -19
- package/src/notifications_v1/ApiClient.js +479 -488
- package/src/notifications_v1/api/NotificationsApi.js +347 -367
- package/src/notifications_v1/index.js +86 -87
- package/src/notifications_v1/model/AggregationFilter.js +16 -19
- package/src/notifications_v1/model/AggregationSettings.js +18 -21
- package/src/notifications_v1/model/AggregationTimePeriod.js +10 -14
- package/src/notifications_v1/model/CreateDestinationRequest.js +21 -25
- package/src/notifications_v1/model/CreateDestinationResponse.js +19 -23
- package/src/notifications_v1/model/CreateSubscriptionRequest.js +22 -27
- package/src/notifications_v1/model/CreateSubscriptionResponse.js +19 -23
- package/src/notifications_v1/model/DeleteDestinationResponse.js +16 -19
- package/src/notifications_v1/model/DeleteSubscriptionByIdResponse.js +16 -19
- package/src/notifications_v1/model/Destination.js +24 -29
- package/src/notifications_v1/model/DestinationResource.js +19 -23
- package/src/notifications_v1/model/DestinationResourceSpecification.js +19 -23
- package/src/notifications_v1/model/Error.js +21 -26
- package/src/notifications_v1/model/EventBridgeResource.js +22 -27
- package/src/notifications_v1/model/EventBridgeResourceSpecification.js +19 -23
- package/src/notifications_v1/model/EventFilter.js +42 -48
- package/src/notifications_v1/model/GetDestinationResponse.js +19 -23
- package/src/notifications_v1/model/GetDestinationsResponse.js +19 -23
- package/src/notifications_v1/model/GetSubscriptionByIdResponse.js +19 -23
- package/src/notifications_v1/model/GetSubscriptionResponse.js +19 -23
- package/src/notifications_v1/model/MarketplaceFilter.js +15 -18
- package/src/notifications_v1/model/OrderChangeTypeEnum.js +10 -14
- package/src/notifications_v1/model/OrderChangeTypeFilter.js +16 -19
- package/src/notifications_v1/model/ProcessingDirective.js +16 -19
- package/src/notifications_v1/model/SqsResource.js +16 -19
- package/src/notifications_v1/model/Subscription.js +25 -31
- package/src/orders_v0/ApiClient.js +479 -488
- package/src/orders_v0/api/OrdersV0Api.js +406 -428
- package/src/orders_v0/api/ShipmentApi.js +66 -72
- package/src/orders_v0/index.js +224 -225
- package/src/orders_v0/model/Address.js +51 -68
- package/src/orders_v0/model/AddressExtendedFields.js +21 -27
- package/src/orders_v0/model/AmazonPrograms.js +16 -19
- package/src/orders_v0/model/AssociatedItem.js +20 -25
- package/src/orders_v0/model/AssociationType.js +8 -11
- package/src/orders_v0/model/AutomatedShippingSettings.js +19 -24
- package/src/orders_v0/model/BusinessHours.js +34 -38
- package/src/orders_v0/model/BuyerCustomizedInfoDetail.js +15 -18
- package/src/orders_v0/model/BuyerInfo.js +24 -31
- package/src/orders_v0/model/BuyerRequestedCancel.js +17 -21
- package/src/orders_v0/model/BuyerTaxInfo.js +20 -25
- package/src/orders_v0/model/BuyerTaxInformation.js +21 -27
- package/src/orders_v0/model/ConfirmShipmentErrorResponse.js +16 -19
- package/src/orders_v0/model/ConfirmShipmentOrderItem.js +21 -26
- package/src/orders_v0/model/ConfirmShipmentRequest.js +27 -32
- package/src/orders_v0/model/ConstraintType.js +8 -11
- package/src/orders_v0/model/DeliveryPreferences.js +23 -29
- package/src/orders_v0/model/EasyShipShipmentStatus.js +38 -56
- package/src/orders_v0/model/ElectronicInvoiceStatus.js +16 -23
- package/src/orders_v0/model/Error.js +21 -26
- package/src/orders_v0/model/ExceptionDates.js +20 -25
- package/src/orders_v0/model/ExportInfo.js +18 -22
- package/src/orders_v0/model/FulfillmentInstruction.js +15 -18
- package/src/orders_v0/model/GetOrderAddressResponse.js +19 -23
- package/src/orders_v0/model/GetOrderBuyerInfoResponse.js +19 -23
- package/src/orders_v0/model/GetOrderItemsBuyerInfoResponse.js +19 -23
- package/src/orders_v0/model/GetOrderItemsResponse.js +19 -23
- package/src/orders_v0/model/GetOrderRegulatedInfoResponse.js +19 -23
- package/src/orders_v0/model/GetOrderResponse.js +19 -23
- package/src/orders_v0/model/GetOrdersResponse.js +19 -23
- package/src/orders_v0/model/ItemBuyerInfo.js +25 -32
- package/src/orders_v0/model/MarketplaceTaxInfo.js +16 -19
- package/src/orders_v0/model/Measurement.js +69 -73
- package/src/orders_v0/model/Money.js +17 -21
- package/src/orders_v0/model/OpenInterval.js +18 -22
- package/src/orders_v0/model/OpenTimeInterval.js +17 -21
- package/src/orders_v0/model/Order.js +171 -220
- package/src/orders_v0/model/OrderAddress.js +24 -30
- package/src/orders_v0/model/OrderBuyerInfo.js +27 -35
- package/src/orders_v0/model/OrderItem.js +118 -161
- package/src/orders_v0/model/OrderItemBuyerInfo.js +28 -36
- package/src/orders_v0/model/OrderItemsBuyerInfoList.js +22 -27
- package/src/orders_v0/model/OrderItemsInner.js +17 -21
- package/src/orders_v0/model/OrderItemsList.js +22 -27
- package/src/orders_v0/model/OrderRegulatedInfo.js +29 -35
- package/src/orders_v0/model/OrdersList.js +23 -29
- package/src/orders_v0/model/OtherDeliveryAttributes.js +12 -17
- package/src/orders_v0/model/PackageDetail.js +36 -46
- package/src/orders_v0/model/PaymentExecutionDetailItem.js +21 -25
- package/src/orders_v0/model/PointsGrantedDetail.js +18 -22
- package/src/orders_v0/model/PreferredDeliveryTime.js +19 -23
- package/src/orders_v0/model/PrescriptionDetail.js +34 -43
- package/src/orders_v0/model/ProductInfoDetail.js +15 -18
- package/src/orders_v0/model/RegulatedInformation.js +17 -20
- package/src/orders_v0/model/RegulatedInformationField.js +31 -37
- package/src/orders_v0/model/RegulatedOrderVerificationStatus.js +34 -43
- package/src/orders_v0/model/RejectionReason.js +19 -23
- package/src/orders_v0/model/ShipmentStatus.js +12 -17
- package/src/orders_v0/model/ShippingConstraints.js +22 -28
- package/src/orders_v0/model/SubstitutionOption.js +25 -32
- package/src/orders_v0/model/SubstitutionPreferences.js +27 -31
- package/src/orders_v0/model/TaxClassification.js +17 -21
- package/src/orders_v0/model/TaxCollection.js +25 -29
- package/src/orders_v0/model/UpdateShipmentStatusErrorResponse.js +16 -19
- package/src/orders_v0/model/UpdateShipmentStatusRequest.js +24 -29
- package/src/orders_v0/model/UpdateVerificationStatusErrorResponse.js +16 -19
- package/src/orders_v0/model/UpdateVerificationStatusRequest.js +18 -21
- package/src/orders_v0/model/UpdateVerificationStatusRequestBody.js +24 -30
- package/src/orders_v0/model/ValidVerificationDetail.js +20 -24
- package/src/orders_v0/model/VerificationDetails.js +16 -19
- package/src/orders_v0/model/VerificationStatus.js +16 -23
- package/src/pricing_v0/ApiClient.js +479 -488
- package/src/pricing_v0/api/ProductPricingApi.js +306 -322
- package/src/pricing_v0/index.js +161 -162
- package/src/pricing_v0/model/ASINIdentifier.js +19 -23
- package/src/pricing_v0/model/BatchOffersRequestParams.js +24 -29
- package/src/pricing_v0/model/BatchOffersResponse.js +24 -29
- package/src/pricing_v0/model/BatchRequest.js +23 -28
- package/src/pricing_v0/model/BuyBoxPriceType.js +42 -53
- package/src/pricing_v0/model/CompetitivePriceType.js +37 -48
- package/src/pricing_v0/model/CompetitivePricingType.js +24 -29
- package/src/pricing_v0/model/ConditionType.js +16 -23
- package/src/pricing_v0/model/CustomerType.js +10 -14
- package/src/pricing_v0/model/DetailedShippingTimeType.js +29 -35
- package/src/pricing_v0/model/Error.js +21 -26
- package/src/pricing_v0/model/Errors.js +17 -20
- package/src/pricing_v0/model/FulfillmentChannelType.js +10 -14
- package/src/pricing_v0/model/GetItemOffersBatchRequest.js +16 -19
- package/src/pricing_v0/model/GetItemOffersBatchResponse.js +16 -19
- package/src/pricing_v0/model/GetListingOffersBatchRequest.js +16 -19
- package/src/pricing_v0/model/GetListingOffersBatchResponse.js +16 -19
- package/src/pricing_v0/model/GetOffersHttpStatusLine.js +17 -21
- package/src/pricing_v0/model/GetOffersResponse.js +19 -23
- package/src/pricing_v0/model/GetOffersResult.js +42 -52
- package/src/pricing_v0/model/GetPricingResponse.js +19 -23
- package/src/pricing_v0/model/HttpMethod.js +16 -23
- package/src/pricing_v0/model/HttpResponseHeaders.js +19 -23
- package/src/pricing_v0/model/IdentifierType.js +21 -25
- package/src/pricing_v0/model/ItemCondition.js +16 -23
- package/src/pricing_v0/model/ItemIdentifier.js +25 -31
- package/src/pricing_v0/model/ItemOffersRequest.js +46 -54
- package/src/pricing_v0/model/ItemOffersRequestParams.js +32 -38
- package/src/pricing_v0/model/ItemOffersResponse.js +35 -41
- package/src/pricing_v0/model/ListingOffersRequest.js +46 -54
- package/src/pricing_v0/model/ListingOffersRequestParams.js +33 -39
- package/src/pricing_v0/model/ListingOffersResponse.js +33 -39
- package/src/pricing_v0/model/LowestPriceType.js +39 -50
- package/src/pricing_v0/model/MoneyType.js +17 -21
- package/src/pricing_v0/model/OfferCountType.js +20 -25
- package/src/pricing_v0/model/OfferCustomerType.js +10 -14
- package/src/pricing_v0/model/OfferDetail.js +61 -79
- package/src/pricing_v0/model/OfferListingCountType.js +19 -23
- package/src/pricing_v0/model/OfferType.js +43 -54
- package/src/pricing_v0/model/Points.js +18 -22
- package/src/pricing_v0/model/Price.js +23 -29
- package/src/pricing_v0/model/PriceType.js +25 -31
- package/src/pricing_v0/model/PrimeInformationType.js +19 -23
- package/src/pricing_v0/model/Product.js +31 -39
- package/src/pricing_v0/model/QuantityDiscountPriceType.js +26 -31
- package/src/pricing_v0/model/QuantityDiscountType.js +8 -11
- package/src/pricing_v0/model/SalesRankType.js +19 -23
- package/src/pricing_v0/model/SellerFeedbackType.js +18 -22
- package/src/pricing_v0/model/SellerSKUIdentifier.js +22 -27
- package/src/pricing_v0/model/ShipsFromType.js +17 -21
- package/src/pricing_v0/model/Summary.js +39 -51
- package/src/pricing_v2022_05_01/ApiClient.js +479 -488
- package/src/pricing_v2022_05_01/api/ProductPricingApi.js +103 -111
- package/src/pricing_v2022_05_01/index.js +128 -129
- package/src/pricing_v2022_05_01/model/BatchRequest.js +25 -31
- package/src/pricing_v2022_05_01/model/BatchResponse.js +21 -25
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryBatchRequest.js +17 -20
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryBatchResponse.js +17 -20
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryIncludedData.js +12 -17
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryRequest.js +34 -42
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryResponse.js +23 -27
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryResponseBody.js +31 -39
- package/src/pricing_v2022_05_01/model/Condition.js +16 -23
- package/src/pricing_v2022_05_01/model/Error.js +21 -26
- package/src/pricing_v2022_05_01/model/Errors.js +17 -20
- package/src/pricing_v2022_05_01/model/FeaturedBuyingOption.js +24 -28
- package/src/pricing_v2022_05_01/model/FeaturedOffer.js +24 -29
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPrice.js +21 -25
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceRequest.js +47 -56
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceRequestParams.js +22 -27
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResponse.js +34 -40
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResponseBody.js +22 -27
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResult.js +24 -30
- package/src/pricing_v2022_05_01/model/FeaturedOfferSegment.js +27 -31
- package/src/pricing_v2022_05_01/model/FulfillmentType.js +10 -14
- package/src/pricing_v2022_05_01/model/GetFeaturedOfferExpectedPriceBatchRequest.js +16 -19
- package/src/pricing_v2022_05_01/model/GetFeaturedOfferExpectedPriceBatchResponse.js +16 -19
- package/src/pricing_v2022_05_01/model/HttpMethod.js +16 -23
- package/src/pricing_v2022_05_01/model/HttpStatusLine.js +17 -21
- package/src/pricing_v2022_05_01/model/LowestPricedOffer.js +22 -26
- package/src/pricing_v2022_05_01/model/LowestPricedOffersInput.js +25 -29
- package/src/pricing_v2022_05_01/model/MoneyType.js +17 -21
- package/src/pricing_v2022_05_01/model/Offer.js +70 -80
- package/src/pricing_v2022_05_01/model/OfferIdentifier.js +26 -33
- package/src/pricing_v2022_05_01/model/Points.js +18 -22
- package/src/pricing_v2022_05_01/model/PostalCode.js +18 -22
- package/src/pricing_v2022_05_01/model/Price.js +23 -28
- package/src/pricing_v2022_05_01/model/PrimeDetails.js +24 -27
- package/src/pricing_v2022_05_01/model/ReferencePrice.js +21 -25
- package/src/pricing_v2022_05_01/model/SampleLocation.js +16 -19
- package/src/pricing_v2022_05_01/model/Segment.js +16 -19
- package/src/pricing_v2022_05_01/model/SegmentDetails.js +18 -22
- package/src/pricing_v2022_05_01/model/SegmentedFeaturedOffer.js +85 -96
- package/src/pricing_v2022_05_01/model/ShippingOption.js +25 -29
- package/src/productfees_v0/ApiClient.js +479 -488
- package/src/productfees_v0/api/FeesApi.js +160 -170
- package/src/productfees_v0/index.js +62 -63
- package/src/productfees_v0/model/Error.js +21 -26
- package/src/productfees_v0/model/FeeDetail.js +32 -40
- package/src/productfees_v0/model/FeesEstimate.js +22 -27
- package/src/productfees_v0/model/FeesEstimateByIdRequest.js +24 -29
- package/src/productfees_v0/model/FeesEstimateError.js +25 -31
- package/src/productfees_v0/model/FeesEstimateIdentifier.js +32 -42
- package/src/productfees_v0/model/FeesEstimateRequest.js +29 -36
- package/src/productfees_v0/model/FeesEstimateResult.js +24 -30
- package/src/productfees_v0/model/GetMyFeesEstimateRequest.js +16 -19
- package/src/productfees_v0/model/GetMyFeesEstimateResponse.js +19 -23
- package/src/productfees_v0/model/GetMyFeesEstimateResult.js +16 -19
- package/src/productfees_v0/model/GetMyFeesEstimatesErrorList.js +18 -21
- package/src/productfees_v0/model/IdType.js +10 -14
- package/src/productfees_v0/model/IncludedFeeDetail.js +29 -36
- package/src/productfees_v0/model/MoneyType.js +17 -21
- package/src/productfees_v0/model/OptionalFulfillmentProgram.js +12 -17
- package/src/productfees_v0/model/Points.js +18 -22
- package/src/productfees_v0/model/PriceToEstimateFees.js +23 -28
- package/src/producttypedefinitions_v2020_09_01/ApiClient.js +479 -488
- package/src/producttypedefinitions_v2020_09_01/api/DefinitionsApi.js +120 -128
- package/src/producttypedefinitions_v2020_09_01/index.js +35 -36
- package/src/producttypedefinitions_v2020_09_01/model/Error.js +21 -26
- package/src/producttypedefinitions_v2020_09_01/model/ErrorList.js +18 -21
- package/src/producttypedefinitions_v2020_09_01/model/ProductType.js +22 -27
- package/src/producttypedefinitions_v2020_09_01/model/ProductTypeDefinition.js +61 -73
- package/src/producttypedefinitions_v2020_09_01/model/ProductTypeList.js +21 -25
- package/src/producttypedefinitions_v2020_09_01/model/ProductTypeVersion.js +21 -26
- package/src/producttypedefinitions_v2020_09_01/model/PropertyGroup.js +19 -24
- package/src/producttypedefinitions_v2020_09_01/model/SchemaLink.js +21 -25
- package/src/producttypedefinitions_v2020_09_01/model/SchemaLinkLink.js +23 -27
- package/src/replenishment_v2022_11_07/ApiClient.js +479 -488
- package/src/replenishment_v2022_11_07/api/OffersApi.js +95 -103
- package/src/replenishment_v2022_11_07/api/SellingpartnersApi.js +59 -65
- package/src/replenishment_v2022_11_07/index.js +119 -120
- package/src/replenishment_v2022_11_07/model/AggregationFrequency.js +14 -20
- package/src/replenishment_v2022_11_07/model/AutoEnrollmentPreference.js +10 -14
- package/src/replenishment_v2022_11_07/model/DiscountFunding.js +15 -18
- package/src/replenishment_v2022_11_07/model/EligibilityStatus.js +14 -20
- package/src/replenishment_v2022_11_07/model/EnrollmentMethod.js +10 -14
- package/src/replenishment_v2022_11_07/model/Error.js +21 -26
- package/src/replenishment_v2022_11_07/model/ErrorList.js +17 -20
- package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsRequest.js +36 -44
- package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponse.js +16 -19
- package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponseMetric.js +58 -82
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequest.js +26 -31
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestFilters.js +35 -43
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestPagination.js +19 -23
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestSort.js +23 -27
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsResponse.js +19 -23
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsResponseOffer.js +48 -67
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsSortKey.js +24 -35
- package/src/replenishment_v2022_11_07/model/ListOffersRequest.js +26 -31
- package/src/replenishment_v2022_11_07/model/ListOffersRequestFilters.js +33 -42
- package/src/replenishment_v2022_11_07/model/ListOffersRequestPagination.js +19 -23
- package/src/replenishment_v2022_11_07/model/ListOffersRequestSort.js +23 -27
- package/src/replenishment_v2022_11_07/model/ListOffersResponse.js +19 -23
- package/src/replenishment_v2022_11_07/model/ListOffersResponseOffer.js +30 -39
- package/src/replenishment_v2022_11_07/model/ListOffersSortKey.js +16 -23
- package/src/replenishment_v2022_11_07/model/Metric.js +30 -44
- package/src/replenishment_v2022_11_07/model/OfferProgramConfiguration.js +22 -27
- package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPreferences.js +16 -19
- package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPromotions.js +22 -28
- package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPromotionsDiscountFunding.js +15 -18
- package/src/replenishment_v2022_11_07/model/PaginationResponse.js +15 -18
- package/src/replenishment_v2022_11_07/model/Preference.js +16 -19
- package/src/replenishment_v2022_11_07/model/ProgramType.js +8 -11
- package/src/replenishment_v2022_11_07/model/Promotion.js +22 -28
- package/src/replenishment_v2022_11_07/model/SortOrder.js +10 -14
- package/src/replenishment_v2022_11_07/model/TimeInterval.js +19 -23
- package/src/replenishment_v2022_11_07/model/TimePeriodType.js +10 -14
- package/src/reports_v2021_06_30/ApiClient.js +479 -488
- package/src/reports_v2021_06_30/api/ReportsApi.js +349 -371
- package/src/reports_v2021_06_30/index.js +41 -42
- package/src/reports_v2021_06_30/model/CreateReportResponse.js +16 -19
- package/src/reports_v2021_06_30/model/CreateReportScheduleResponse.js +16 -19
- package/src/reports_v2021_06_30/model/CreateReportScheduleSpecification.js +64 -71
- package/src/reports_v2021_06_30/model/CreateReportSpecification.js +25 -32
- package/src/reports_v2021_06_30/model/Error.js +21 -26
- package/src/reports_v2021_06_30/model/ErrorList.js +17 -20
- package/src/reports_v2021_06_30/model/GetReportsResponse.js +19 -23
- package/src/reports_v2021_06_30/model/Report.js +51 -64
- package/src/reports_v2021_06_30/model/ReportDocument.js +25 -30
- package/src/reports_v2021_06_30/model/ReportSchedule.js +28 -36
- package/src/reports_v2021_06_30/model/ReportScheduleList.js +17 -20
- package/src/sales_v1/ApiClient.js +479 -488
- package/src/sales_v1/api/SalesApi.js +78 -84
- package/src/sales_v1/index.js +20 -21
- package/src/sales_v1/model/Error.js +21 -26
- package/src/sales_v1/model/GetOrderMetricsResponse.js +19 -23
- package/src/sales_v1/model/Money.js +19 -23
- package/src/sales_v1/model/OrderMetricsInterval.js +34 -42
- package/src/sellers_v1/ApiClient.js +479 -488
- package/src/sellers_v1/api/SellersApi.js +90 -98
- package/src/sellers_v1/index.js +38 -39
- package/src/sellers_v1/model/Account.js +53 -60
- package/src/sellers_v1/model/Address.js +27 -35
- package/src/sellers_v1/model/Business.js +27 -34
- package/src/sellers_v1/model/Error.js +21 -26
- package/src/sellers_v1/model/GetAccountResponse.js +19 -23
- package/src/sellers_v1/model/GetMarketplaceParticipationsResponse.js +19 -23
- package/src/sellers_v1/model/Marketplace.js +31 -39
- package/src/sellers_v1/model/MarketplaceParticipation.js +26 -31
- package/src/sellers_v1/model/Participation.js +19 -23
- package/src/sellers_v1/model/PrimaryContact.js +23 -28
- package/src/services_v1/ApiClient.js +479 -488
- package/src/services_v1/api/ServiceApi.js +847 -885
- package/src/services_v1/index.js +204 -198
- package/src/services_v1/model/AddAppointmentRequest.js +18 -21
- package/src/services_v1/model/Address.js +37 -50
- package/src/services_v1/model/Appointment.js +36 -44
- package/src/services_v1/model/AppointmentResource.js +15 -18
- package/src/services_v1/model/AppointmentSlot.js +19 -24
- package/src/services_v1/model/AppointmentSlotReport.js +28 -34
- package/src/services_v1/model/AppointmentTime.js +19 -23
- package/src/services_v1/model/AppointmentTimeInput.js +18 -22
- package/src/services_v1/model/AssignAppointmentResourcesRequest.js +17 -20
- package/src/services_v1/model/AssignAppointmentResourcesResponse.js +19 -23
- package/src/services_v1/model/AssignAppointmentResourcesResponsePayload.js +16 -19
- package/src/services_v1/model/AssociatedItem.js +38 -47
- package/src/services_v1/model/AvailabilityRecord.js +24 -30
- package/src/services_v1/model/Buyer.js +21 -27
- package/src/services_v1/model/CancelReservationResponse.js +16 -19
- package/src/services_v1/model/CancelServiceJobByServiceJobIdResponse.js +16 -19
- package/src/services_v1/model/CapacityType.js +14 -20
- package/src/services_v1/model/CompleteServiceJobByServiceJobIdResponse.js +16 -19
- package/src/services_v1/model/CreateReservationRecord.js +22 -27
- package/src/services_v1/model/CreateReservationRequest.js +21 -25
- package/src/services_v1/model/CreateReservationResponse.js +19 -23
- package/src/services_v1/model/CreateServiceDocumentUploadDestination.js +19 -23
- package/src/services_v1/model/DateTimeRange.js +73 -0
- package/src/services_v1/model/DayOfWeek.js +20 -29
- package/src/services_v1/model/EncryptionDetails.js +26 -31
- package/src/services_v1/model/Error.js +29 -35
- package/src/services_v1/model/FixedSlot.js +23 -30
- package/src/services_v1/model/FixedSlotCapacity.js +22 -28
- package/src/services_v1/model/FixedSlotCapacityErrors.js +16 -19
- package/src/services_v1/model/FixedSlotCapacityQuery.js +24 -30
- package/src/services_v1/model/FulfillmentDocument.js +17 -21
- package/src/services_v1/model/FulfillmentTime.js +17 -21
- package/src/services_v1/model/GetAppointmentSlotsResponse.js +19 -23
- package/src/services_v1/model/GetServiceJobByServiceJobIdResponse.js +19 -23
- package/src/services_v1/model/GetServiceJobsResponse.js +19 -23
- package/src/services_v1/model/ItemDelivery.js +18 -22
- package/src/services_v1/model/ItemDeliveryPromise.js +17 -21
- package/src/services_v1/model/JobListing.js +22 -28
- package/src/services_v1/model/Poa.js +35 -42
- package/src/services_v1/model/RangeCapacity.js +19 -23
- package/src/services_v1/model/RangeSlot.js +19 -24
- package/src/services_v1/model/RangeSlotCapacity.js +20 -25
- package/src/services_v1/model/RangeSlotCapacityErrors.js +16 -19
- package/src/services_v1/model/RangeSlotCapacityQuery.js +22 -27
- package/src/services_v1/model/Recurrence.js +21 -26
- package/src/services_v1/model/RescheduleAppointmentRequest.js +21 -25
- package/src/services_v1/model/Reservation.js +35 -40
- package/src/services_v1/model/ScopeOfWork.js +21 -27
- package/src/services_v1/model/Seller.js +15 -18
- package/src/services_v1/model/ServiceDocumentUploadDestination.js +26 -32
- package/src/services_v1/model/ServiceJob.js +65 -81
- package/src/services_v1/model/ServiceJobProvider.js +15 -18
- package/src/services_v1/model/ServiceLocation.js +26 -30
- package/src/services_v1/model/ServiceUploadDocument.js +35 -40
- package/src/services_v1/model/SetAppointmentFulfillmentDataRequest.js +29 -27
- package/src/services_v1/model/SetAppointmentResponse.js +21 -26
- package/src/services_v1/model/Technician.js +17 -21
- package/src/services_v1/model/UpdateReservationRecord.js +22 -27
- package/src/services_v1/model/UpdateReservationRequest.js +21 -25
- package/src/services_v1/model/UpdateReservationResponse.js +19 -23
- package/src/services_v1/model/UpdateScheduleRecord.js +22 -27
- package/src/services_v1/model/UpdateScheduleRequest.js +17 -20
- package/src/services_v1/model/UpdateScheduleResponse.js +19 -23
- package/src/services_v1/model/Warning.js +21 -26
- package/src/shipping_v2/ApiClient.js +478 -487
- package/src/shipping_v2/api/ShippingApi.js +911 -955
- package/src/shipping_v2/index.js +388 -389
- package/src/shipping_v2/model/AccessPoint.js +43 -55
- package/src/shipping_v2/model/AccessPointDetails.js +14 -17
- package/src/shipping_v2/model/AccessPointType.js +21 -31
- package/src/shipping_v2/model/AccessibilityAttributes.js +16 -20
- package/src/shipping_v2/model/AccountStatus.js +13 -19
- package/src/shipping_v2/model/AccountType.js +11 -16
- package/src/shipping_v2/model/ActiveAccount.js +16 -20
- package/src/shipping_v2/model/Address.js +43 -57
- package/src/shipping_v2/model/AmazonOrderDetails.js +15 -18
- package/src/shipping_v2/model/AmazonShipmentDetails.js +15 -18
- package/src/shipping_v2/model/AvailableValueAddedServiceGroup.js +24 -30
- package/src/shipping_v2/model/Benefits.js +19 -23
- package/src/shipping_v2/model/CancelShipmentResponse.js +14 -17
- package/src/shipping_v2/model/Carrier.js +18 -22
- package/src/shipping_v2/model/CarrierAccount.js +18 -22
- package/src/shipping_v2/model/CarrierAccountAttribute.js +18 -23
- package/src/shipping_v2/model/CarrierAccountInput.js +30 -40
- package/src/shipping_v2/model/ChannelDetails.js +23 -28
- package/src/shipping_v2/model/ChannelType.js +9 -13
- package/src/shipping_v2/model/ChargeComponent.js +23 -27
- package/src/shipping_v2/model/ClaimReason.js +15 -22
- package/src/shipping_v2/model/ClientReferenceDetail.js +24 -28
- package/src/shipping_v2/model/CollectOnDelivery.js +17 -20
- package/src/shipping_v2/model/CollectionFormsHistoryRecord.js +24 -31
- package/src/shipping_v2/model/CollectionsFormDocument.js +16 -20
- package/src/shipping_v2/model/CreateClaimRequest.js +32 -40
- package/src/shipping_v2/model/CreateClaimResponse.js +14 -17
- package/src/shipping_v2/model/Currency.js +18 -22
- package/src/shipping_v2/model/DangerousGoodsDetails.js +56 -62
- package/src/shipping_v2/model/DateRange.js +16 -20
- package/src/shipping_v2/model/DetailCodes.js +65 -97
- package/src/shipping_v2/model/Dimensions.js +30 -36
- package/src/shipping_v2/model/DirectFulfillmentItemIdentifiers.js +17 -21
- package/src/shipping_v2/model/DirectPurchaseRequest.js +30 -38
- package/src/shipping_v2/model/DirectPurchaseResponse.js +15 -18
- package/src/shipping_v2/model/DirectPurchaseResult.js +18 -22
- package/src/shipping_v2/model/DocumentFormat.js +11 -16
- package/src/shipping_v2/model/DocumentSize.js +27 -32
- package/src/shipping_v2/model/DocumentType.js +13 -19
- package/src/shipping_v2/model/Error.js +20 -25
- package/src/shipping_v2/model/ErrorList.js +16 -19
- package/src/shipping_v2/model/Event.js +26 -32
- package/src/shipping_v2/model/EventCode.js +33 -49
- package/src/shipping_v2/model/ExceptionOperatingHours.js +18 -22
- package/src/shipping_v2/model/ExcludedBenefit.js +17 -21
- package/src/shipping_v2/model/GenerateCollectionFormRequest.js +21 -26
- package/src/shipping_v2/model/GenerateCollectionFormResponse.js +15 -18
- package/src/shipping_v2/model/GenerationStatus.js +9 -13
- package/src/shipping_v2/model/Geocode.js +16 -20
- package/src/shipping_v2/model/GetAccessPointsResponse.js +15 -18
- package/src/shipping_v2/model/GetAccessPointsResult.js +16 -19
- package/src/shipping_v2/model/GetAdditionalInputsResponse.js +14 -17
- package/src/shipping_v2/model/GetCarrierAccountFormInputsResponse.js +15 -18
- package/src/shipping_v2/model/GetCarrierAccountsRequest.js +15 -18
- package/src/shipping_v2/model/GetCarrierAccountsResponse.js +16 -19
- package/src/shipping_v2/model/GetCollectionFormHistoryRequest.js +25 -32
- package/src/shipping_v2/model/GetCollectionFormHistoryResponse.js +17 -21
- package/src/shipping_v2/model/GetCollectionFormResponse.js +15 -18
- package/src/shipping_v2/model/GetRatesRequest.js +53 -68
- package/src/shipping_v2/model/GetRatesResponse.js +15 -18
- package/src/shipping_v2/model/GetRatesResult.js +22 -27
- package/src/shipping_v2/model/GetShipmentDocumentsResponse.js +15 -18
- package/src/shipping_v2/model/GetShipmentDocumentsResult.js +23 -28
- package/src/shipping_v2/model/GetTrackingResponse.js +15 -18
- package/src/shipping_v2/model/GetTrackingResult.js +30 -37
- package/src/shipping_v2/model/GetUnmanifestedShipmentsRequest.js +15 -18
- package/src/shipping_v2/model/GetUnmanifestedShipmentsResponse.js +15 -18
- package/src/shipping_v2/model/GoodsOwner.js +17 -20
- package/src/shipping_v2/model/IneligibilityReason.js +20 -24
- package/src/shipping_v2/model/IneligibilityReasonCode.js +25 -37
- package/src/shipping_v2/model/IneligibleRate.js +28 -35
- package/src/shipping_v2/model/InputType.js +9 -13
- package/src/shipping_v2/model/InvoiceDetails.js +16 -20
- package/src/shipping_v2/model/Item.js +43 -57
- package/src/shipping_v2/model/LabelAttribute.js +11 -16
- package/src/shipping_v2/model/LinkCarrierAccountRequest.js +24 -30
- package/src/shipping_v2/model/LinkCarrierAccountResponse.js +17 -21
- package/src/shipping_v2/model/LinkableAccountType.js +18 -22
- package/src/shipping_v2/model/LinkableCarrier.js +17 -21
- package/src/shipping_v2/model/LiquidVolume.js +34 -38
- package/src/shipping_v2/model/Location.js +20 -26
- package/src/shipping_v2/model/NdrAction.js +11 -16
- package/src/shipping_v2/model/NdrRequestData.js +17 -21
- package/src/shipping_v2/model/OneClickShipmentRequest.js +57 -72
- package/src/shipping_v2/model/OneClickShipmentResponse.js +15 -18
- package/src/shipping_v2/model/OneClickShipmentResult.js +39 -47
- package/src/shipping_v2/model/OneClickShipmentValueAddedService.js +18 -22
- package/src/shipping_v2/model/OperatingHours.js +19 -24
- package/src/shipping_v2/model/Package.js +41 -51
- package/src/shipping_v2/model/PackageDocument.js +25 -30
- package/src/shipping_v2/model/PackageDocumentDetail.js +21 -26
- package/src/shipping_v2/model/PaymentType.js +9 -13
- package/src/shipping_v2/model/PrintOption.js +24 -30
- package/src/shipping_v2/model/Promise.js +17 -21
- package/src/shipping_v2/model/PurchaseShipmentRequest.js +28 -35
- package/src/shipping_v2/model/PurchaseShipmentResponse.js +15 -18
- package/src/shipping_v2/model/PurchaseShipmentResult.js +27 -33
- package/src/shipping_v2/model/Rate.js +59 -75
- package/src/shipping_v2/model/RateItem.js +24 -30
- package/src/shipping_v2/model/RateItemID.js +71 -106
- package/src/shipping_v2/model/RateItemType.js +11 -16
- package/src/shipping_v2/model/RequestedDocumentSpecification.js +36 -45
- package/src/shipping_v2/model/RequestedLabelCustomization.js +15 -18
- package/src/shipping_v2/model/RequestedValueAddedService.js +15 -18
- package/src/shipping_v2/model/Service.js +18 -22
- package/src/shipping_v2/model/ServiceSelection.js +15 -18
- package/src/shipping_v2/model/SettlementType.js +9 -13
- package/src/shipping_v2/model/ShipmentType.js +9 -13
- package/src/shipping_v2/model/ShipperInstruction.js +14 -17
- package/src/shipping_v2/model/Status.js +25 -37
- package/src/shipping_v2/model/SubmitNdrFeedbackRequest.js +23 -28
- package/src/shipping_v2/model/SupportedDocumentDetail.js +20 -24
- package/src/shipping_v2/model/SupportedDocumentSpecification.js +26 -31
- package/src/shipping_v2/model/TaxDetail.js +20 -24
- package/src/shipping_v2/model/TaxType.js +7 -10
- package/src/shipping_v2/model/TimeOfDay.js +18 -23
- package/src/shipping_v2/model/TimeWindow.js +16 -20
- package/src/shipping_v2/model/TrackingDetailCodes.js +19 -23
- package/src/shipping_v2/model/TrackingSummary.js +18 -22
- package/src/shipping_v2/model/UnlinkCarrierAccountRequest.js +17 -21
- package/src/shipping_v2/model/UnlinkCarrierAccountResponse.js +14 -17
- package/src/shipping_v2/model/UnmanifestedCarrierInformation.js +19 -24
- package/src/shipping_v2/model/UnmanifestedShipmentLocation.js +18 -22
- package/src/shipping_v2/model/ValidationMetadata.js +18 -23
- package/src/shipping_v2/model/ValueAddedService.js +23 -28
- package/src/shipping_v2/model/ValueAddedServiceDetails.js +15 -18
- package/src/shipping_v2/model/Weight.js +28 -32
- package/src/solicitations_v1/ApiClient.js +479 -488
- package/src/solicitations_v1/api/SolicitationsApi.js +114 -122
- package/src/solicitations_v1/index.js +44 -45
- package/src/solicitations_v1/model/CreateProductReviewAndSellerFeedbackSolicitationResponse.js +16 -19
- package/src/solicitations_v1/model/Error.js +21 -26
- package/src/solicitations_v1/model/GetSchemaResponse.js +21 -26
- package/src/solicitations_v1/model/GetSchemaResponseLinks.js +18 -21
- package/src/solicitations_v1/model/GetSolicitationActionResponse.js +25 -31
- package/src/solicitations_v1/model/GetSolicitationActionResponseEmbedded.js +16 -19
- package/src/solicitations_v1/model/GetSolicitationActionResponseLinks.js +22 -26
- package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponse.js +22 -27
- package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponseEmbedded.js +18 -21
- package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponseLinks.js +21 -25
- package/src/solicitations_v1/model/LinkObject.js +18 -22
- package/src/solicitations_v1/model/SolicitationsAction.js +17 -20
- package/src/supplysources_v2020_07_01/ApiClient.js +479 -488
- package/src/supplysources_v2020_07_01/api/SupplySourcesApi.js +257 -273
- package/src/supplysources_v2020_07_01/index.js +116 -117
- package/src/supplysources_v2020_07_01/model/Address.js +39 -52
- package/src/supplysources_v2020_07_01/model/AddressWithContact.js +19 -23
- package/src/supplysources_v2020_07_01/model/ContactDetails.js +16 -19
- package/src/supplysources_v2020_07_01/model/ContactDetailsPrimary.js +17 -21
- package/src/supplysources_v2020_07_01/model/CreateSupplySourceRequest.js +24 -29
- package/src/supplysources_v2020_07_01/model/CreateSupplySourceResponse.js +19 -23
- package/src/supplysources_v2020_07_01/model/CurbsidePickupConfiguration.js +21 -26
- package/src/supplysources_v2020_07_01/model/DeliveryChannel.js +18 -22
- package/src/supplysources_v2020_07_01/model/Duration.js +18 -22
- package/src/supplysources_v2020_07_01/model/Error.js +21 -26
- package/src/supplysources_v2020_07_01/model/ErrorList.js +17 -20
- package/src/supplysources_v2020_07_01/model/GetSupplySourcesResponse.js +18 -22
- package/src/supplysources_v2020_07_01/model/InStorePickupConfiguration.js +18 -22
- package/src/supplysources_v2020_07_01/model/OperatingHour.js +17 -21
- package/src/supplysources_v2020_07_01/model/OperatingHoursByDay.js +28 -37
- package/src/supplysources_v2020_07_01/model/OperationalConfiguration.js +25 -31
- package/src/supplysources_v2020_07_01/model/OutboundCapability.js +27 -34
- package/src/supplysources_v2020_07_01/model/ParkingConfiguration.js +21 -26
- package/src/supplysources_v2020_07_01/model/ParkingCostType.js +10 -14
- package/src/supplysources_v2020_07_01/model/ParkingSpotIdentificationType.js +10 -14
- package/src/supplysources_v2020_07_01/model/ParkingWithAddressConfiguration.js +30 -36
- package/src/supplysources_v2020_07_01/model/PickupChannel.js +27 -34
- package/src/supplysources_v2020_07_01/model/ReturnLocation.js +18 -22
- package/src/supplysources_v2020_07_01/model/ServicesCapability.js +18 -22
- package/src/supplysources_v2020_07_01/model/SupplySource.js +35 -46
- package/src/supplysources_v2020_07_01/model/SupplySourceCapabilities.js +19 -23
- package/src/supplysources_v2020_07_01/model/SupplySourceConfiguration.js +18 -22
- package/src/supplysources_v2020_07_01/model/SupplySourceListInner.js +22 -28
- package/src/supplysources_v2020_07_01/model/SupplySourceStatus.js +10 -14
- package/src/supplysources_v2020_07_01/model/SupplySourceStatusReadOnly.js +12 -17
- package/src/supplysources_v2020_07_01/model/ThroughputCap.js +18 -22
- package/src/supplysources_v2020_07_01/model/ThroughputConfig.js +21 -25
- package/src/supplysources_v2020_07_01/model/ThroughputUnit.js +8 -11
- package/src/supplysources_v2020_07_01/model/TimeUnit.js +12 -17
- package/src/supplysources_v2020_07_01/model/UpdateSupplySourceRequest.js +21 -26
- package/src/supplysources_v2020_07_01/model/UpdateSupplySourceStatusRequest.js +16 -19
- package/src/tokens_v2021_03_01/ApiClient.js +480 -489
- package/src/tokens_v2021_03_01/api/TokensApi.js +63 -69
- package/src/tokens_v2021_03_01/index.js +24 -25
- package/src/tokens_v2021_03_01/model/CreateRestrictedDataTokenRequest.js +20 -24
- package/src/tokens_v2021_03_01/model/CreateRestrictedDataTokenResponse.js +18 -22
- package/src/tokens_v2021_03_01/model/Error.js +22 -27
- package/src/tokens_v2021_03_01/model/ErrorList.js +17 -20
- package/src/tokens_v2021_03_01/model/RestrictedResource.js +32 -37
- package/src/transfers_v2024_06_01/ApiClient.js +479 -488
- package/src/transfers_v2024_06_01/api/DefaultApi.js +105 -113
- package/src/transfers_v2024_06_01/index.js +35 -36
- package/src/transfers_v2024_06_01/model/AssignmentType.js +8 -11
- package/src/transfers_v2024_06_01/model/Error.js +21 -26
- package/src/transfers_v2024_06_01/model/ErrorList.js +17 -20
- package/src/transfers_v2024_06_01/model/ExpiryDate.js +17 -21
- package/src/transfers_v2024_06_01/model/GetPaymentMethodsResponse.js +16 -19
- package/src/transfers_v2024_06_01/model/InitiatePayoutRequest.js +19 -23
- package/src/transfers_v2024_06_01/model/InitiatePayoutResponse.js +16 -19
- package/src/transfers_v2024_06_01/model/PaymentMethodDetails.js +30 -39
- package/src/transfers_v2024_06_01/model/PaymentMethodType.js +12 -17
- package/src/uploads_v2020_11_01/ApiClient.js +479 -488
- package/src/uploads_v2020_11_01/api/UploadsApi.js +73 -79
- package/src/uploads_v2020_11_01/index.js +17 -18
- package/src/uploads_v2020_11_01/model/CreateUploadDestinationResponse.js +19 -23
- package/src/uploads_v2020_11_01/model/Error.js +21 -26
- package/src/uploads_v2020_11_01/model/UploadDestination.js +19 -24
- package/src/vehicles_v2024_11_01/ApiClient.js +479 -488
- package/src/vehicles_v2024_11_01/api/AutomotiveApi.js +70 -76
- package/src/vehicles_v2024_11_01/api/VehiclesApi.js +70 -76
- package/src/vehicles_v2024_11_01/index.js +44 -45
- package/src/vehicles_v2024_11_01/model/EngineOutput.js +21 -25
- package/src/vehicles_v2024_11_01/model/EngineOutputUnit.js +10 -14
- package/src/vehicles_v2024_11_01/model/Error.js +21 -26
- package/src/vehicles_v2024_11_01/model/ErrorList.js +17 -20
- package/src/vehicles_v2024_11_01/model/MonthAndYear.js +17 -21
- package/src/vehicles_v2024_11_01/model/Pagination.js +17 -21
- package/src/vehicles_v2024_11_01/model/Vehicle.js +44 -58
- package/src/vehicles_v2024_11_01/model/VehicleIdentifiers.js +21 -25
- package/src/vehicles_v2024_11_01/model/VehicleStandard.js +10 -14
- package/src/vehicles_v2024_11_01/model/VehicleStatusInCatalog.js +10 -14
- package/src/vehicles_v2024_11_01/model/VehiclesResponse.js +20 -24
- package/src/vendordfinventory_v1/ApiClient.js +479 -488
- package/src/vendordfinventory_v1/api/UpdateInventoryApi.js +66 -72
- package/src/vendordfinventory_v1/index.js +32 -33
- package/src/vendordfinventory_v1/model/Error.js +21 -26
- package/src/vendordfinventory_v1/model/InventoryUpdate.js +25 -30
- package/src/vendordfinventory_v1/model/ItemDetails.js +24 -30
- package/src/vendordfinventory_v1/model/ItemQuantity.js +18 -22
- package/src/vendordfinventory_v1/model/PartyIdentification.js +16 -19
- package/src/vendordfinventory_v1/model/SubmitInventoryUpdateRequest.js +16 -19
- package/src/vendordfinventory_v1/model/SubmitInventoryUpdateResponse.js +19 -23
- package/src/vendordfinventory_v1/model/TransactionReference.js +15 -18
- package/src/vendordforders_v2021_12_28/ApiClient.js +479 -488
- package/src/vendordforders_v2021_12_28/api/VendorOrdersApi.js +152 -162
- package/src/vendordforders_v2021_12_28/index.js +83 -84
- package/src/vendordforders_v2021_12_28/model/AcknowledgementStatus.js +17 -21
- package/src/vendordforders_v2021_12_28/model/Address.js +41 -55
- package/src/vendordforders_v2021_12_28/model/BuyerCustomizedInfoDetail.js +15 -18
- package/src/vendordforders_v2021_12_28/model/Error.js +21 -26
- package/src/vendordforders_v2021_12_28/model/ErrorList.js +17 -20
- package/src/vendordforders_v2021_12_28/model/GiftDetails.js +17 -21
- package/src/vendordforders_v2021_12_28/model/ItemQuantity.js +21 -25
- package/src/vendordforders_v2021_12_28/model/Money.js +17 -21
- package/src/vendordforders_v2021_12_28/model/Order.js +19 -23
- package/src/vendordforders_v2021_12_28/model/OrderAcknowledgementItem.js +40 -49
- package/src/vendordforders_v2021_12_28/model/OrderDetails.js +61 -73
- package/src/vendordforders_v2021_12_28/model/OrderItem.js +46 -59
- package/src/vendordforders_v2021_12_28/model/OrderItemAcknowledgement.js +25 -31
- package/src/vendordforders_v2021_12_28/model/OrderList.js +19 -23
- package/src/vendordforders_v2021_12_28/model/Pagination.js +15 -18
- package/src/vendordforders_v2021_12_28/model/PartyIdentification.js +22 -27
- package/src/vendordforders_v2021_12_28/model/ScheduledDeliveryShipment.js +19 -24
- package/src/vendordforders_v2021_12_28/model/ShipmentDates.js +18 -22
- package/src/vendordforders_v2021_12_28/model/ShipmentDetails.js +34 -43
- package/src/vendordforders_v2021_12_28/model/SubmitAcknowledgementRequest.js +16 -19
- package/src/vendordforders_v2021_12_28/model/SubmitAcknowledgementResponse.js +19 -23
- package/src/vendordforders_v2021_12_28/model/TaxDetails.js +40 -46
- package/src/vendordforders_v2021_12_28/model/TaxItemDetails.js +16 -19
- package/src/vendordforders_v2021_12_28/model/TaxRegistrationDetails.js +29 -35
- package/src/vendordforders_v2021_12_28/model/TransactionId.js +15 -18
- package/src/vendordfpayments_v1/ApiClient.js +479 -488
- package/src/vendordfpayments_v1/api/VendorInvoiceApi.js +61 -67
- package/src/vendordfpayments_v1/index.js +50 -51
- package/src/vendordfpayments_v1/model/AdditionalDetails.js +27 -32
- package/src/vendordfpayments_v1/model/Address.js +41 -54
- package/src/vendordfpayments_v1/model/ChargeDetails.js +40 -45
- package/src/vendordfpayments_v1/model/Error.js +21 -26
- package/src/vendordfpayments_v1/model/InvoiceDetail.js +54 -69
- package/src/vendordfpayments_v1/model/InvoiceItem.js +43 -55
- package/src/vendordfpayments_v1/model/ItemQuantity.js +19 -23
- package/src/vendordfpayments_v1/model/Money.js +19 -23
- package/src/vendordfpayments_v1/model/PartyIdentification.js +22 -27
- package/src/vendordfpayments_v1/model/SubmitInvoiceRequest.js +16 -19
- package/src/vendordfpayments_v1/model/SubmitInvoiceResponse.js +19 -23
- package/src/vendordfpayments_v1/model/TaxDetail.js +55 -61
- package/src/vendordfpayments_v1/model/TaxRegistrationDetail.js +29 -35
- package/src/vendordfpayments_v1/model/TransactionReference.js +15 -18
- package/src/vendordfshipping_v2021_12_28/ApiClient.js +479 -488
- package/src/vendordfshipping_v2021_12_28/api/CreateContainerLabelApi.js +62 -68
- package/src/vendordfshipping_v2021_12_28/api/CustomerInvoicesApi.js +114 -122
- package/src/vendordfshipping_v2021_12_28/api/VendorShippingApi.js +176 -188
- package/src/vendordfshipping_v2021_12_28/api/VendorShippingLabelsApi.js +195 -207
- package/src/vendordfshipping_v2021_12_28/index.js +125 -126
- package/src/vendordfshipping_v2021_12_28/model/Address.js +38 -51
- package/src/vendordfshipping_v2021_12_28/model/CarrierId.js +8 -11
- package/src/vendordfshipping_v2021_12_28/model/Container.js +51 -65
- package/src/vendordfshipping_v2021_12_28/model/ContainerLabel.js +23 -28
- package/src/vendordfshipping_v2021_12_28/model/ContainerLabelFormat.js +10 -14
- package/src/vendordfshipping_v2021_12_28/model/CreateContainerLabelRequest.js +34 -41
- package/src/vendordfshipping_v2021_12_28/model/CreateContainerLabelResponse.js +18 -21
- package/src/vendordfshipping_v2021_12_28/model/CreateShippingLabelsRequest.js +25 -30
- package/src/vendordfshipping_v2021_12_28/model/CustomerInvoice.js +19 -23
- package/src/vendordfshipping_v2021_12_28/model/CustomerInvoiceList.js +19 -23
- package/src/vendordfshipping_v2021_12_28/model/Dimensions.js +31 -37
- package/src/vendordfshipping_v2021_12_28/model/Error.js +21 -26
- package/src/vendordfshipping_v2021_12_28/model/ErrorList.js +17 -20
- package/src/vendordfshipping_v2021_12_28/model/Item.js +25 -31
- package/src/vendordfshipping_v2021_12_28/model/ItemQuantity.js +19 -23
- package/src/vendordfshipping_v2021_12_28/model/LabelData.js +24 -31
- package/src/vendordfshipping_v2021_12_28/model/Package.js +16 -19
- package/src/vendordfshipping_v2021_12_28/model/PackedItem.js +27 -34
- package/src/vendordfshipping_v2021_12_28/model/PackingSlip.js +25 -30
- package/src/vendordfshipping_v2021_12_28/model/PackingSlipList.js +19 -23
- package/src/vendordfshipping_v2021_12_28/model/Pagination.js +15 -18
- package/src/vendordfshipping_v2021_12_28/model/PartyIdentification.js +22 -27
- package/src/vendordfshipping_v2021_12_28/model/ShipmentConfirmation.js +37 -45
- package/src/vendordfshipping_v2021_12_28/model/ShipmentDetails.js +31 -38
- package/src/vendordfshipping_v2021_12_28/model/ShipmentSchedule.js +19 -24
- package/src/vendordfshipping_v2021_12_28/model/ShipmentStatusUpdate.js +30 -36
- package/src/vendordfshipping_v2021_12_28/model/ShippingLabel.js +38 -45
- package/src/vendordfshipping_v2021_12_28/model/ShippingLabelList.js +19 -23
- package/src/vendordfshipping_v2021_12_28/model/ShippingLabelRequest.js +28 -34
- package/src/vendordfshipping_v2021_12_28/model/StatusUpdateDetails.js +33 -41
- package/src/vendordfshipping_v2021_12_28/model/SubmitShipmentConfirmationsRequest.js +16 -19
- package/src/vendordfshipping_v2021_12_28/model/SubmitShipmentStatusUpdatesRequest.js +16 -19
- package/src/vendordfshipping_v2021_12_28/model/SubmitShippingLabelsRequest.js +16 -19
- package/src/vendordfshipping_v2021_12_28/model/TaxRegistrationDetails.js +29 -35
- package/src/vendordfshipping_v2021_12_28/model/TransactionReference.js +15 -18
- package/src/vendordfshipping_v2021_12_28/model/Weight.js +25 -29
- package/src/vendordftransactions_v2021_12_28/ApiClient.js +479 -488
- package/src/vendordftransactions_v2021_12_28/api/VendorTransactionApi.js +63 -69
- package/src/vendordftransactions_v2021_12_28/index.js +20 -21
- package/src/vendordftransactions_v2021_12_28/model/Error.js +21 -26
- package/src/vendordftransactions_v2021_12_28/model/ErrorList.js +17 -20
- package/src/vendordftransactions_v2021_12_28/model/Transaction.js +30 -35
- package/src/vendordftransactions_v2021_12_28/model/TransactionStatus.js +16 -19
- package/src/vendorinvoices_v1/ApiClient.js +479 -488
- package/src/vendorinvoices_v1/api/VendorPaymentsApi.js +61 -67
- package/src/vendorinvoices_v1/index.js +65 -66
- package/src/vendorinvoices_v1/model/AdditionalDetails.js +29 -34
- package/src/vendorinvoices_v1/model/Address.js +38 -51
- package/src/vendorinvoices_v1/model/AllowanceDetails.js +40 -46
- package/src/vendorinvoices_v1/model/ChargeDetails.js +50 -56
- package/src/vendorinvoices_v1/model/CreditNoteDetails.js +27 -36
- package/src/vendorinvoices_v1/model/Error.js +21 -26
- package/src/vendorinvoices_v1/model/Invoice.js +64 -81
- package/src/vendorinvoices_v1/model/InvoiceItem.js +49 -63
- package/src/vendorinvoices_v1/model/ItemQuantity.js +30 -36
- package/src/vendorinvoices_v1/model/Money.js +17 -21
- package/src/vendorinvoices_v1/model/NetCostUnitOfMeasure.js +14 -20
- package/src/vendorinvoices_v1/model/PartyIdentification.js +22 -27
- package/src/vendorinvoices_v1/model/PaymentTerms.js +35 -41
- package/src/vendorinvoices_v1/model/SubmitInvoicesRequest.js +16 -19
- package/src/vendorinvoices_v1/model/SubmitInvoicesResponse.js +19 -23
- package/src/vendorinvoices_v1/model/TaxDetails.js +55 -61
- package/src/vendorinvoices_v1/model/TaxRegistrationDetails.js +25 -29
- package/src/vendorinvoices_v1/model/TotalWeight.js +29 -33
- package/src/vendorinvoices_v1/model/TransactionId.js +15 -18
- package/src/vendororders_v1/ApiClient.js +479 -488
- package/src/vendororders_v1/api/VendorOrdersApi.js +183 -195
- package/src/vendororders_v1/index.js +95 -96
- package/src/vendororders_v1/model/AcknowledgementStatusDetails.js +20 -25
- package/src/vendororders_v1/model/Address.js +38 -51
- package/src/vendororders_v1/model/Error.js +21 -26
- package/src/vendororders_v1/model/GetPurchaseOrderResponse.js +19 -23
- package/src/vendororders_v1/model/GetPurchaseOrdersResponse.js +19 -23
- package/src/vendororders_v1/model/GetPurchaseOrdersStatusResponse.js +19 -23
- package/src/vendororders_v1/model/ImportDetails.js +62 -69
- package/src/vendororders_v1/model/ItemQuantity.js +25 -30
- package/src/vendororders_v1/model/Money.js +29 -34
- package/src/vendororders_v1/model/Order.js +30 -35
- package/src/vendororders_v1/model/OrderAcknowledgement.js +28 -34
- package/src/vendororders_v1/model/OrderAcknowledgementItem.js +35 -45
- package/src/vendororders_v1/model/OrderDetails.js +67 -83
- package/src/vendororders_v1/model/OrderItem.js +33 -42
- package/src/vendororders_v1/model/OrderItemAcknowledgement.js +43 -50
- package/src/vendororders_v1/model/OrderItemStatus.js +34 -44
- package/src/vendororders_v1/model/OrderItemStatusAcknowledgementStatus.js +33 -39
- package/src/vendororders_v1/model/OrderItemStatusOrderedQuantity.js +19 -23
- package/src/vendororders_v1/model/OrderItemStatusReceivingStatus.js +28 -33
- package/src/vendororders_v1/model/OrderList.js +19 -23
- package/src/vendororders_v1/model/OrderListStatus.js +19 -23
- package/src/vendororders_v1/model/OrderStatus.js +43 -52
- package/src/vendororders_v1/model/OrderedQuantityDetails.js +20 -25
- package/src/vendororders_v1/model/Pagination.js +15 -18
- package/src/vendororders_v1/model/PartyIdentification.js +22 -27
- package/src/vendororders_v1/model/SubmitAcknowledgementRequest.js +16 -19
- package/src/vendororders_v1/model/SubmitAcknowledgementResponse.js +19 -23
- package/src/vendororders_v1/model/TaxRegistrationDetails.js +25 -29
- package/src/vendororders_v1/model/TransactionId.js +15 -18
- package/src/vendorshipments_v1/ApiClient.js +479 -488
- package/src/vendorshipments_v1/api/VendorShippingApi.js +189 -201
- package/src/vendorshipments_v1/index.js +170 -171
- package/src/vendorshipments_v1/model/Address.js +38 -51
- package/src/vendorshipments_v1/model/CarrierDetails.js +23 -30
- package/src/vendorshipments_v1/model/Carton.js +31 -39
- package/src/vendorshipments_v1/model/CartonReferenceDetails.js +18 -22
- package/src/vendorshipments_v1/model/CollectFreightPickupDetails.js +19 -24
- package/src/vendorshipments_v1/model/ContainerIdentification.js +31 -35
- package/src/vendorshipments_v1/model/ContainerItem.js +24 -29
- package/src/vendorshipments_v1/model/ContainerSequenceNumbers.js +15 -18
- package/src/vendorshipments_v1/model/Containers.js +46 -58
- package/src/vendorshipments_v1/model/Dimensions.js +35 -41
- package/src/vendorshipments_v1/model/Duration.js +25 -29
- package/src/vendorshipments_v1/model/Error.js +21 -26
- package/src/vendorshipments_v1/model/Expiry.js +20 -25
- package/src/vendorshipments_v1/model/GetShipmentDetailsResponse.js +19 -23
- package/src/vendorshipments_v1/model/GetShipmentLabels.js +19 -23
- package/src/vendorshipments_v1/model/ImportDetails.js +53 -62
- package/src/vendorshipments_v1/model/InnerContainersDetails.js +18 -22
- package/src/vendorshipments_v1/model/Item.js +28 -35
- package/src/vendorshipments_v1/model/ItemDetails.js +35 -42
- package/src/vendorshipments_v1/model/ItemQuantity.js +30 -36
- package/src/vendorshipments_v1/model/LabelData.js +27 -34
- package/src/vendorshipments_v1/model/Location.js +19 -24
- package/src/vendorshipments_v1/model/Money.js +19 -23
- package/src/vendorshipments_v1/model/PackageItemDetails.js +20 -25
- package/src/vendorshipments_v1/model/PackedItems.js +25 -32
- package/src/vendorshipments_v1/model/PackedQuantity.js +27 -32
- package/src/vendorshipments_v1/model/Pagination.js +15 -18
- package/src/vendorshipments_v1/model/Pallet.js +33 -42
- package/src/vendorshipments_v1/model/PartyIdentification.js +22 -27
- package/src/vendorshipments_v1/model/PurchaseOrderItemDetails.js +16 -19
- package/src/vendorshipments_v1/model/PurchaseOrderItems.js +28 -35
- package/src/vendorshipments_v1/model/PurchaseOrders.js +22 -28
- package/src/vendorshipments_v1/model/Route.js +17 -20
- package/src/vendorshipments_v1/model/Shipment.js +92 -114
- package/src/vendorshipments_v1/model/ShipmentConfirmation.js +94 -113
- package/src/vendorshipments_v1/model/ShipmentDetails.js +19 -23
- package/src/vendorshipments_v1/model/ShipmentInformation.js +37 -47
- package/src/vendorshipments_v1/model/ShipmentMeasurements.js +23 -29
- package/src/vendorshipments_v1/model/ShipmentStatusDetails.js +27 -31
- package/src/vendorshipments_v1/model/Stop.js +31 -37
- package/src/vendorshipments_v1/model/SubmitShipmentConfirmationsRequest.js +16 -19
- package/src/vendorshipments_v1/model/SubmitShipmentConfirmationsResponse.js +19 -23
- package/src/vendorshipments_v1/model/SubmitShipments.js +16 -19
- package/src/vendorshipments_v1/model/TaxRegistrationDetails.js +25 -29
- package/src/vendorshipments_v1/model/TotalWeight.js +29 -33
- package/src/vendorshipments_v1/model/TransactionReference.js +15 -18
- package/src/vendorshipments_v1/model/TransportLabel.js +21 -26
- package/src/vendorshipments_v1/model/TransportShipmentMeasurements.js +25 -32
- package/src/vendorshipments_v1/model/TransportationDetails.js +44 -53
- package/src/vendorshipments_v1/model/TransportationDetailsForShipmentConfirmation.js +29 -35
- package/src/vendorshipments_v1/model/TransportationLabels.js +19 -23
- package/src/vendorshipments_v1/model/VendorDetails.js +18 -22
- package/src/vendorshipments_v1/model/Volume.js +29 -33
- package/src/vendorshipments_v1/model/Weight.js +29 -33
- package/src/vendortransactionstatus_v1/ApiClient.js +479 -488
- package/src/vendortransactionstatus_v1/api/VendorTransactionApi.js +61 -67
- package/src/vendortransactionstatus_v1/index.js +20 -21
- package/src/vendortransactionstatus_v1/model/Error.js +21 -26
- package/src/vendortransactionstatus_v1/model/GetTransactionResponse.js +19 -23
- package/src/vendortransactionstatus_v1/model/Transaction.js +30 -35
- package/src/vendortransactionstatus_v1/model/TransactionStatus.js +16 -19
- package/src/finances_2024_06_19/ApiClient.js +0 -832
- package/src/finances_2024_06_19/api/DefaultApi.js +0 -128
- package/src/finances_2024_06_19/index.js +0 -155
- package/src/finances_2024_06_19/model/AmazonPayContext.js +0 -81
- package/src/finances_2024_06_19/model/Breakdown.js +0 -80
- package/src/finances_2024_06_19/model/Context.js +0 -315
- package/src/finances_2024_06_19/model/Currency.js +0 -73
- package/src/finances_2024_06_19/model/DeferredContext.js +0 -81
- package/src/finances_2024_06_19/model/Error.js +0 -85
- package/src/finances_2024_06_19/model/ErrorList.js +0 -68
- package/src/finances_2024_06_19/model/Item.js +0 -100
- package/src/finances_2024_06_19/model/ItemRelatedIdentifier.js +0 -105
- package/src/finances_2024_06_19/model/ListTransactionsResponse.js +0 -74
- package/src/finances_2024_06_19/model/MarketplaceDetails.js +0 -73
- package/src/finances_2024_06_19/model/PaymentsContext.js +0 -89
- package/src/finances_2024_06_19/model/ProductContext.js +0 -89
- package/src/finances_2024_06_19/model/RelatedIdentifier.js +0 -123
- package/src/finances_2024_06_19/model/SellingPartnerMetadata.js +0 -81
- package/src/finances_2024_06_19/model/TimeRangeContext.js +0 -73
- package/src/finances_2024_06_19/model/Transaction.js +0 -157
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Use the Selling Partner API for Invoices to retrieve and manage invoice-related operations, which can help selling partners manage their bookkeeping processes.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2024-06-19
|
|
6
|
-
*
|
|
6
|
+
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
*
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
|
-
import superagent from 'superagent'
|
|
15
|
-
import querystring from 'querystring'
|
|
16
|
-
import {URL} from 'node:url'
|
|
17
|
-
import {RateLimitConfiguration} from '../../helper/RateLimitConfiguration.mjs'
|
|
18
|
-
import {SuperagentRateLimiter} from '../../helper/SuperagentRateLimiter.mjs'
|
|
14
|
+
import superagent from 'superagent'
|
|
15
|
+
import querystring from 'querystring'
|
|
16
|
+
import { URL } from 'node:url'
|
|
17
|
+
import { RateLimitConfiguration } from '../../helper/RateLimitConfiguration.mjs'
|
|
18
|
+
import { SuperagentRateLimiter } from '../../helper/SuperagentRateLimiter.mjs'
|
|
19
19
|
|
|
20
20
|
/**
|
|
21
21
|
* @module invoices_v2024_06_19/ApiClient
|
|
@@ -27,85 +27,85 @@ import {SuperagentRateLimiter} from '../../helper/SuperagentRateLimiter.mjs';
|
|
|
27
27
|
* @class
|
|
28
28
|
*/
|
|
29
29
|
class LwaOAuthClient {
|
|
30
|
-
|
|
30
|
+
/**
|
|
31
31
|
* Private member to store LWA credential, refresh token or scope.
|
|
32
32
|
* @type {Object<String, String>}
|
|
33
33
|
*/
|
|
34
|
-
|
|
34
|
+
#lwaClientInfo = {}
|
|
35
35
|
|
|
36
|
-
|
|
36
|
+
/**
|
|
37
37
|
* Private member to cache access token that is retrieved by auto-retrieval.
|
|
38
38
|
* @type {Map<String, {String, Number}> | null}
|
|
39
39
|
*/
|
|
40
|
-
|
|
40
|
+
#cachedTokenMap = null
|
|
41
41
|
|
|
42
|
-
|
|
42
|
+
/**
|
|
43
43
|
* Constructs a new LwaOAuthClient.
|
|
44
44
|
* @param {String} clientId LWA Client ID.
|
|
45
45
|
* @param {String} clientSecret LWA Client Secret.
|
|
46
46
|
* @param {String|null} refreshToken LWA Refresh token.
|
|
47
47
|
* @param {String|null} scope LWA scope(s) for grantless operations.
|
|
48
48
|
*/
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
};
|
|
49
|
+
constructor (clientId, clientSecret, refreshToken = null, scope = null) {
|
|
50
|
+
this.#lwaClientInfo = {
|
|
51
|
+
clientId, clientSecret, refreshToken, scope
|
|
53
52
|
}
|
|
53
|
+
}
|
|
54
54
|
|
|
55
|
-
|
|
55
|
+
/**
|
|
56
56
|
* Execute LWA refresh token flow to retrieve access token to be used for SP-API calls.
|
|
57
57
|
* @returns {Promise<String>} LWA access token.
|
|
58
58
|
*/
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
}
|
|
75
|
-
}
|
|
59
|
+
retrieveAccessToken = async () => {
|
|
60
|
+
const key = JSON.stringify(this.#lwaClientInfo)
|
|
61
|
+
|
|
62
|
+
if (this.#cachedTokenMap) {
|
|
63
|
+
const cachedTokenItem = this.#cachedTokenMap.get(key)
|
|
64
|
+
|
|
65
|
+
if (cachedTokenItem) {
|
|
66
|
+
const cachedToken = cachedTokenItem.cachedToken
|
|
67
|
+
const cachedTokenExpiration = cachedTokenItem.cachedTokenExpiration
|
|
68
|
+
// Adjustment in milliseconds (60s) to avoid using nearly expired tokens
|
|
69
|
+
const adjustedExpiryTime = cachedTokenExpiration - 60000
|
|
70
|
+
if (adjustedExpiryTime > Date.now()) {
|
|
71
|
+
return Promise.resolve(cachedToken)
|
|
72
|
+
} else {
|
|
73
|
+
this.#cachedTokenMap.delete(key)
|
|
76
74
|
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
77
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
}
|
|
82
|
-
this.#cachedTokenMap.set(key, {cachedToken: res.access_token, cachedTokenExpiration: Date.now() + res.expires_in * 1000});
|
|
83
|
-
return res.access_token;
|
|
78
|
+
const res = await this.#doRefresh()
|
|
79
|
+
if (!this.#cachedTokenMap) {
|
|
80
|
+
this.#cachedTokenMap = new Map()
|
|
84
81
|
}
|
|
82
|
+
this.#cachedTokenMap.set(key, { cachedToken: res.access_token, cachedTokenExpiration: Date.now() + res.expires_in * 1000 })
|
|
83
|
+
return res.access_token
|
|
84
|
+
}
|
|
85
85
|
|
|
86
|
-
|
|
86
|
+
/**
|
|
87
87
|
* Private method to execute LWA token refresh flow.
|
|
88
88
|
* @returns {Promise<Object>} LWA token response.
|
|
89
89
|
*/
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
}
|
|
98
|
-
const res = await superagent.post('https://api.amazon.com/auth/o2/token')
|
|
99
|
-
.send(requestBody)
|
|
100
|
-
.set("Content-Type", "application/x-www-form-urlencoded;charset=UTF-8");
|
|
101
|
-
return res.body;
|
|
90
|
+
#doRefresh = async () => {
|
|
91
|
+
let requestBody = null
|
|
92
|
+
if (this.#lwaClientInfo.scope) {
|
|
93
|
+
// grantless operations
|
|
94
|
+
requestBody = `grant_type=client_credentials&client_id=${this.#lwaClientInfo.clientId}&client_secret=${this.#lwaClientInfo.clientSecret}&scope=${this.#lwaClientInfo.scope}`
|
|
95
|
+
} else {
|
|
96
|
+
requestBody = `grant_type=refresh_token&refresh_token=${this.#lwaClientInfo.refreshToken}&client_id=${this.#lwaClientInfo.clientId}&client_secret=${this.#lwaClientInfo.clientSecret}`
|
|
102
97
|
}
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
98
|
+
const res = await superagent.post('https://api.amazon.com/auth/o2/token')
|
|
99
|
+
.send(requestBody)
|
|
100
|
+
.set('Content-Type', 'application/x-www-form-urlencoded;charset=UTF-8')
|
|
101
|
+
return res.body
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
clearCachedTokenMap () {
|
|
105
|
+
if (this.#cachedTokenMap) {
|
|
106
|
+
this.#cachedTokenMap.clear()
|
|
108
107
|
}
|
|
108
|
+
}
|
|
109
109
|
}
|
|
110
110
|
|
|
111
111
|
/**
|
|
@@ -113,72 +113,72 @@ class LwaOAuthClient {
|
|
|
113
113
|
* @class
|
|
114
114
|
*/
|
|
115
115
|
class TokensApiClient {
|
|
116
|
-
|
|
116
|
+
/**
|
|
117
117
|
* Private member to execute LWA refresh token flow.
|
|
118
118
|
* @type {Object<LwaOAuthClient>}
|
|
119
119
|
*/
|
|
120
|
-
|
|
120
|
+
#lwaClient = null
|
|
121
121
|
|
|
122
|
-
|
|
122
|
+
/**
|
|
123
123
|
* Private member to store 'dataElements' parameter for Tokens API call.
|
|
124
124
|
* @type {Array<String>}
|
|
125
125
|
*/
|
|
126
|
-
|
|
126
|
+
#dataElements = null
|
|
127
127
|
|
|
128
|
-
|
|
128
|
+
/**
|
|
129
129
|
* Constructs a new TokensApiClient.
|
|
130
130
|
* @param {String} clientId LWA Client ID.
|
|
131
131
|
* @param {String} clientSecret LWA Client Secret.
|
|
132
132
|
* @param {String} refreshToken LWA Refresh token.
|
|
133
133
|
* @param {Array<String>} dataElements Optional specifiers for PII data elements tp retrieve.
|
|
134
134
|
*/
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
}
|
|
140
|
-
this.#dataElements = dataElements ? dataElements : null;
|
|
135
|
+
constructor (clientId, clientSecret, refreshToken, dataElements) {
|
|
136
|
+
this.#lwaClient = new LwaOAuthClient(clientId, clientSecret, refreshToken, null)
|
|
137
|
+
if (dataElements && !Array.isArray(dataElements)) {
|
|
138
|
+
throw new Error(`dataElements parameter to TokensApiClient constructor must be array of string. Illegal parameter:${dataElements}`)
|
|
141
139
|
}
|
|
140
|
+
this.#dataElements = dataElements || null
|
|
141
|
+
}
|
|
142
142
|
|
|
143
|
-
|
|
143
|
+
/**
|
|
144
144
|
* Execute createRestrictedDataToken to retrieve RDT to be used for PII-handling SP-API calls.
|
|
145
145
|
* @param {String} method method for SP-API request.
|
|
146
146
|
* @param {String} url URL for SP-API call to be made.
|
|
147
147
|
* @param {Array<String>} dataElements specify PII information to get from "buyerInfo", "shippingAddress" and "buyerTaxInformation".
|
|
148
148
|
* @returns {Promise<String>} Restricted Data Token (RDT).
|
|
149
149
|
*/
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
150
|
+
retrieveRestrictedDataToken = async (method, url) => {
|
|
151
|
+
const accessToken = await this.#lwaClient.retrieveAccessToken()
|
|
152
|
+
const urlToRequest = new URL(url)
|
|
153
|
+
const res = await this.#doCreateRestrictedDataToken(accessToken, method, urlToRequest)
|
|
154
|
+
return res.restrictedDataToken
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
/**
|
|
158
158
|
* Private method to execute createRestrictedDataToken
|
|
159
159
|
* @param {String} accessToken Access token to call RDT request.
|
|
160
160
|
* @param {URL} url URL object for URL string manipulation.
|
|
161
161
|
* @param {Array<String>} dataElements specify PII information to get from "buyerInfo", "shippingAddress" and "buyerTaxInformation".
|
|
162
162
|
* @returns {Promise<Object>} createRestrictedDataToken response.
|
|
163
163
|
*/
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
164
|
+
#doCreateRestrictedDataToken = async (accessToken, method, url) => {
|
|
165
|
+
const tokenApiUrl = `${url.origin}/tokens/2021-03-01/restrictedDataToken`
|
|
166
|
+
const pathToRequest = url.pathname
|
|
167
|
+
const res = await superagent.post(tokenApiUrl)
|
|
168
|
+
.send(
|
|
169
|
+
{
|
|
170
|
+
restrictedResources: [
|
|
171
|
+
{
|
|
172
|
+
method,
|
|
173
|
+
path: pathToRequest,
|
|
174
|
+
dataElements: this.#dataElements ? this.#dataElements : undefined
|
|
175
|
+
}
|
|
176
|
+
]
|
|
177
|
+
}
|
|
178
|
+
).set('Content-Type', 'application/json')
|
|
179
|
+
.set({ 'x-amz-access-token': accessToken })
|
|
180
|
+
return res.body
|
|
181
|
+
}
|
|
182
182
|
}
|
|
183
183
|
|
|
184
184
|
/**
|
|
@@ -189,125 +189,125 @@ class TokensApiClient {
|
|
|
189
189
|
* @class
|
|
190
190
|
*/
|
|
191
191
|
export class ApiClient {
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
192
|
+
#tokenForApiCall = null
|
|
193
|
+
#lwaClient = null
|
|
194
|
+
#rdtClient = null
|
|
195
|
+
#customizedRateLimiterMap = null
|
|
196
|
+
#useRateLimiter = true
|
|
197
197
|
|
|
198
|
-
|
|
198
|
+
/**
|
|
199
199
|
* Constructs a new ApiClient.
|
|
200
200
|
* @param {String} baseUrl Base URL of endpoint ex. "https://sellingpartnerapi-na.amazon.com"
|
|
201
201
|
*/
|
|
202
|
-
|
|
203
|
-
|
|
202
|
+
constructor (baseUrl) {
|
|
203
|
+
/**
|
|
204
204
|
* The base URL against which to resolve every API call's (relative) path.
|
|
205
205
|
* @type {String}
|
|
206
206
|
* @default https://sellingpartnerapi-na.amazon.com
|
|
207
207
|
*/
|
|
208
|
-
|
|
208
|
+
this.basePath = baseUrl ? baseUrl.replace(/\/+$/, '') : 'https://sellingpartnerapi-na.amazon.com'.replace(/\/+$/, '')
|
|
209
209
|
|
|
210
|
-
|
|
210
|
+
/**
|
|
211
211
|
* The authentication methods to be included for all API calls.
|
|
212
212
|
* @type {Array<String>}
|
|
213
213
|
*/
|
|
214
|
-
|
|
215
|
-
|
|
214
|
+
this.authentications = {
|
|
215
|
+
}
|
|
216
216
|
|
|
217
|
-
|
|
217
|
+
/**
|
|
218
218
|
* The default HTTP headers to be included for all API calls.
|
|
219
219
|
* @type {Array<String>}
|
|
220
220
|
* @default {}
|
|
221
221
|
*/
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
222
|
+
this.defaultHeaders = {
|
|
223
|
+
'User-Agent': 'amazon-selling-partner-api-sdk/1.0.0/JavaScript'
|
|
224
|
+
}
|
|
225
225
|
|
|
226
|
-
|
|
226
|
+
/**
|
|
227
227
|
* The default HTTP timeout for all API calls.
|
|
228
228
|
* @type {Number}
|
|
229
229
|
* @default 60000
|
|
230
230
|
*/
|
|
231
|
-
|
|
231
|
+
this.timeout = 60000
|
|
232
232
|
|
|
233
|
-
|
|
233
|
+
/**
|
|
234
234
|
* If set to false an additional timestamp parameter is added to all API GET calls to
|
|
235
235
|
* prevent browser caching
|
|
236
236
|
* @type {Boolean}
|
|
237
237
|
* @default true
|
|
238
238
|
*/
|
|
239
|
-
|
|
239
|
+
this.cache = true
|
|
240
240
|
|
|
241
|
-
|
|
241
|
+
/**
|
|
242
242
|
* If set to true, the client will save the cookies from each server
|
|
243
243
|
* response, and return them in the next request.
|
|
244
244
|
* @default false
|
|
245
245
|
*/
|
|
246
|
-
|
|
246
|
+
this.enableCookies = false
|
|
247
247
|
|
|
248
|
-
|
|
248
|
+
/*
|
|
249
249
|
* Used to save and return cookies in a node.js (non-browser) setting,
|
|
250
250
|
* if this.enableCookies is set to true.
|
|
251
251
|
*/
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
252
|
+
if (typeof window === 'undefined') {
|
|
253
|
+
this.agent = new superagent.agent()
|
|
254
|
+
}
|
|
255
255
|
|
|
256
|
-
|
|
256
|
+
/*
|
|
257
257
|
* Allow user to override superagent agent
|
|
258
258
|
*/
|
|
259
|
-
|
|
259
|
+
this.requestAgent = null
|
|
260
260
|
|
|
261
|
-
|
|
261
|
+
/*
|
|
262
262
|
* Initialize customized rate limiter map
|
|
263
263
|
*/
|
|
264
|
-
|
|
265
|
-
|
|
264
|
+
this.#customizedRateLimiterMap = new Map()
|
|
265
|
+
}
|
|
266
266
|
|
|
267
|
-
|
|
267
|
+
/**
|
|
268
268
|
* Set customized rate limiter for one operation
|
|
269
269
|
* For operations that customized rate limiter are not set
|
|
270
270
|
* Will use default rate limiter
|
|
271
271
|
* @param {String} operationName
|
|
272
272
|
* @param {RateLimitConfiguration} config
|
|
273
273
|
*/
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
274
|
+
setCustomizedRateLimiterForOperation (operationName, config) {
|
|
275
|
+
this.#customizedRateLimiterMap.set(operationName, new SuperagentRateLimiter(config))
|
|
276
|
+
}
|
|
277
277
|
|
|
278
|
-
|
|
278
|
+
/**
|
|
279
279
|
* Disable customized rate limiter for one operation
|
|
280
280
|
* Fall back to default rate limiter
|
|
281
281
|
* @param {String} operationName
|
|
282
282
|
*/
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
283
|
+
disableCustomizedRatelimiterForOperation (operationName) {
|
|
284
|
+
this.#customizedRateLimiterMap.delete(operationName)
|
|
285
|
+
}
|
|
286
286
|
|
|
287
|
-
|
|
287
|
+
/**
|
|
288
288
|
* Clear customized rate limiter for all operations
|
|
289
289
|
* All operations will fall back to default rate limiter
|
|
290
290
|
* @param {String} operationName
|
|
291
291
|
*/
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
292
|
+
disableCustomizedRatelimiterForAll () {
|
|
293
|
+
this.#customizedRateLimiterMap.clear()
|
|
294
|
+
}
|
|
295
295
|
|
|
296
|
-
|
|
296
|
+
/**
|
|
297
297
|
* Disable both default and customized rate limiter for all operations
|
|
298
298
|
*/
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
299
|
+
disableRateLimiter () {
|
|
300
|
+
this.#useRateLimiter = false
|
|
301
|
+
}
|
|
302
302
|
|
|
303
|
-
|
|
303
|
+
/**
|
|
304
304
|
* Enable default or customized rate limiter for all operations
|
|
305
305
|
*/
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
306
|
+
enableRateLimiter () {
|
|
307
|
+
this.#useRateLimiter = true
|
|
308
|
+
}
|
|
309
309
|
|
|
310
|
-
|
|
310
|
+
/**
|
|
311
311
|
* Returns this ApiClient so that you can chain the methods.
|
|
312
312
|
* @param {String} clientId LWA client ID.
|
|
313
313
|
* @param {String} clientSecret LWA client secret.
|
|
@@ -315,15 +315,15 @@ export class ApiClient {
|
|
|
315
315
|
* @param {Array<String>} dataElementsOption specify PII information to get from "buyerInfo", "shippingAddress" and "buyerTaxInformation".
|
|
316
316
|
* @returns {ApiClient} This ApiClient, which is going to use give accessToken for all API calls.
|
|
317
317
|
*/
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
}
|
|
322
|
-
this.#rdtClient = new TokensApiClient(clientId, clientSecret, refreshToken, dataElementsOption);
|
|
323
|
-
return this;
|
|
318
|
+
enableAutoRetrievalRestrictedDataToken (clientId, clientSecret, refreshToken, dataElementsOption) {
|
|
319
|
+
if (!clientId || !clientSecret || !refreshToken) {
|
|
320
|
+
throw new Error('invalid parameter(s) to enableAutoRetrievalRestrictedDataToken.')
|
|
324
321
|
}
|
|
322
|
+
this.#rdtClient = new TokensApiClient(clientId, clientSecret, refreshToken, dataElementsOption)
|
|
323
|
+
return this
|
|
324
|
+
}
|
|
325
325
|
|
|
326
|
-
|
|
326
|
+
/**
|
|
327
327
|
* Returns this ApiClient so that you can chain the methods.
|
|
328
328
|
* @param {String} clientId LWA client ID.
|
|
329
329
|
* @param {String} clientSecret LWA client secret.
|
|
@@ -331,88 +331,88 @@ export class ApiClient {
|
|
|
331
331
|
* @param {String|null} scope LWA scope(s) for grantless operations.
|
|
332
332
|
* @returns {ApiClient} This ApiClient, which is going to use give accessToken for all API calls.
|
|
333
333
|
*/
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
}
|
|
340
|
-
this.#lwaClient = new LwaOAuthClient(clientId, clientSecret, refreshToken, scope);
|
|
341
|
-
return this;
|
|
334
|
+
enableAutoRetrievalAccessToken (clientId, clientSecret, refreshToken = null, scope = null) {
|
|
335
|
+
if (!clientId || !clientSecret) {
|
|
336
|
+
throw new Error('invalid parameter(s) to enableAutoRetrievalAccessToken: clientId or clientSecret is null or undefined.')
|
|
337
|
+
} else if ((!refreshToken && !scope) || (refreshToken && scope)) {
|
|
338
|
+
throw new Error('invalid parameter(s) to enableAutoRetrievalAccessToken: either refreshToken or scope must be defined.')
|
|
342
339
|
}
|
|
340
|
+
this.#lwaClient = new LwaOAuthClient(clientId, clientSecret, refreshToken, scope)
|
|
341
|
+
return this
|
|
342
|
+
}
|
|
343
343
|
|
|
344
|
-
|
|
344
|
+
/**
|
|
345
345
|
* Clear Token Cache
|
|
346
346
|
*/
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
}
|
|
347
|
+
clearAccessTokenCache () {
|
|
348
|
+
if (this.#lwaClient) {
|
|
349
|
+
this.#lwaClient.clearCachedTokenMap()
|
|
351
350
|
}
|
|
351
|
+
}
|
|
352
352
|
|
|
353
|
-
|
|
353
|
+
/**
|
|
354
354
|
* Returns this ApiClient so that you can chain the methods.
|
|
355
355
|
* @param {String} restrictedDataToken RDT token to use for SP-API call.
|
|
356
356
|
* @returns {ApiClient} This ApiClient, which is going to use give RDT for all API calls.
|
|
357
357
|
*/
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
358
|
+
applyRestrictedDataToken (restrictedDataToken) {
|
|
359
|
+
this.#tokenForApiCall = restrictedDataToken
|
|
360
|
+
return this
|
|
361
|
+
}
|
|
362
362
|
|
|
363
|
-
|
|
363
|
+
/**
|
|
364
364
|
* Applies authentication headers to the request.
|
|
365
365
|
* @param {String} accessOrRdtToken Either Access Token or Restricted Data Token to add as 'x-amz-access-token'.
|
|
366
366
|
* @returns {ApiClient} This ApiClient, which is going to use give RDT for all API calls.
|
|
367
367
|
*/
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
368
|
+
applyXAmzAccessTokenToRequest (accessOrRdtToken) {
|
|
369
|
+
if (!accessOrRdtToken) {
|
|
370
|
+
throw new Error('empty string, null or undefined passed to applyXAmzAccessTokenToRequest')
|
|
371
|
+
}
|
|
372
|
+
this.#tokenForApiCall = accessOrRdtToken
|
|
373
|
+
return this
|
|
374
|
+
}
|
|
375
375
|
|
|
376
|
-
|
|
376
|
+
/**
|
|
377
377
|
* Returns a string representation for an actual parameter.
|
|
378
378
|
* @param param The actual parameter.
|
|
379
379
|
* @returns {String} The string representation of <code>param</code>.
|
|
380
380
|
*/
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
}
|
|
385
|
-
if (param instanceof Date) {
|
|
386
|
-
return param.toJSON();
|
|
387
|
-
}
|
|
388
|
-
return param.toString();
|
|
381
|
+
paramToString (param) {
|
|
382
|
+
if (param == undefined || param == null) {
|
|
383
|
+
return ''
|
|
389
384
|
}
|
|
385
|
+
if (param instanceof Date) {
|
|
386
|
+
return param.toJSON()
|
|
387
|
+
}
|
|
388
|
+
return param.toString()
|
|
389
|
+
}
|
|
390
390
|
|
|
391
|
-
|
|
391
|
+
/**
|
|
392
392
|
* Builds full URL by appending the given path to the base URL and replacing path parameter place-holders with parameter values.
|
|
393
393
|
* NOTE: query parameters are not handled here.
|
|
394
394
|
* @param {String} path The path to append to the base URL.
|
|
395
395
|
* @param {Object} pathParams The parameter values to append.
|
|
396
396
|
* @returns {String} The encoded path with parameter values substituted.
|
|
397
397
|
*/
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
}
|
|
402
|
-
var url = this.basePath + path;
|
|
403
|
-
url = url.replace(/\{([\w-]+)\}/g, (fullMatch, key) => {
|
|
404
|
-
var value;
|
|
405
|
-
if (pathParams.hasOwnProperty(key)) {
|
|
406
|
-
value = this.paramToString(pathParams[key]);
|
|
407
|
-
} else {
|
|
408
|
-
value = fullMatch;
|
|
409
|
-
}
|
|
410
|
-
return encodeURIComponent(value);
|
|
411
|
-
});
|
|
412
|
-
return url;
|
|
398
|
+
buildUrl (path, pathParams) {
|
|
399
|
+
if (!path.match(/^\//)) {
|
|
400
|
+
path = '/' + path
|
|
413
401
|
}
|
|
414
|
-
|
|
415
|
-
|
|
402
|
+
let url = this.basePath + path
|
|
403
|
+
url = url.replace(/\{([\w-]+)\}/g, (fullMatch, key) => {
|
|
404
|
+
let value
|
|
405
|
+
if (pathParams.hasOwnProperty(key)) {
|
|
406
|
+
value = this.paramToString(pathParams[key])
|
|
407
|
+
} else {
|
|
408
|
+
value = fullMatch
|
|
409
|
+
}
|
|
410
|
+
return encodeURIComponent(value)
|
|
411
|
+
})
|
|
412
|
+
return url
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
/**
|
|
416
416
|
* Checks whether the given content type represents JSON.<br>
|
|
417
417
|
* JSON content type examples:<br>
|
|
418
418
|
* <ul>
|
|
@@ -423,60 +423,60 @@ export class ApiClient {
|
|
|
423
423
|
* @param {String} contentType The MIME content type to check.
|
|
424
424
|
* @returns {Boolean} <code>true</code> if <code>contentType</code> represents JSON, otherwise <code>false</code>.
|
|
425
425
|
*/
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
426
|
+
isJsonMime (contentType) {
|
|
427
|
+
return Boolean(contentType != null && contentType.match(/^application\/json(;.*)?$/i))
|
|
428
|
+
}
|
|
429
429
|
|
|
430
|
-
|
|
430
|
+
/**
|
|
431
431
|
* Chooses a content type from the given array, with JSON preferred; i.e. return JSON if included, otherwise return the first.
|
|
432
432
|
* @param {Array<String>} contentTypes
|
|
433
433
|
* @returns {String} The chosen content type, preferring JSON.
|
|
434
434
|
*/
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
}
|
|
441
|
-
return contentTypes[0];
|
|
435
|
+
jsonPreferredMime (contentTypes) {
|
|
436
|
+
for (let i = 0; i < contentTypes.length; i++) {
|
|
437
|
+
if (this.isJsonMime(contentTypes[i])) {
|
|
438
|
+
return contentTypes[i]
|
|
439
|
+
}
|
|
442
440
|
}
|
|
441
|
+
return contentTypes[0]
|
|
442
|
+
}
|
|
443
443
|
|
|
444
|
-
|
|
444
|
+
/**
|
|
445
445
|
* Checks whether the given parameter value represents file-like content.
|
|
446
446
|
* @param param The parameter to check.
|
|
447
447
|
* @returns {Boolean} <code>true</code> if <code>param</code> represents a file.
|
|
448
448
|
*/
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
// Buffer in Node.js
|
|
462
|
-
if (typeof Buffer === 'function' && param instanceof Buffer) {
|
|
463
|
-
return true;
|
|
464
|
-
}
|
|
449
|
+
isFileParam (param) {
|
|
450
|
+
// fs.ReadStream in Node.js and Electron (but not in runtime like browserify)
|
|
451
|
+
if (typeof require === 'function') {
|
|
452
|
+
let fs
|
|
453
|
+
try {
|
|
454
|
+
fs = require('fs')
|
|
455
|
+
} catch (err) {}
|
|
456
|
+
if (fs && fs.ReadStream && param instanceof fs.ReadStream) {
|
|
457
|
+
return true
|
|
458
|
+
}
|
|
459
|
+
}
|
|
465
460
|
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
461
|
+
// Buffer in Node.js
|
|
462
|
+
if (typeof Buffer === 'function' && param instanceof Buffer) {
|
|
463
|
+
return true
|
|
464
|
+
}
|
|
470
465
|
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
466
|
+
// Blob in browser
|
|
467
|
+
if (typeof Blob === 'function' && param instanceof Blob) {
|
|
468
|
+
return true
|
|
469
|
+
}
|
|
475
470
|
|
|
476
|
-
|
|
471
|
+
// File in browser (it seems File object is also instance of Blob, but keep this for safe)
|
|
472
|
+
if (typeof File === 'function' && param instanceof File) {
|
|
473
|
+
return true
|
|
477
474
|
}
|
|
478
475
|
|
|
479
|
-
|
|
476
|
+
return false
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
/**
|
|
480
480
|
* Normalizes parameter values:
|
|
481
481
|
* <ul>
|
|
482
482
|
* <li>remove nils</li>
|
|
@@ -486,87 +486,87 @@ export class ApiClient {
|
|
|
486
486
|
* @param {Object<String, Object>} params The parameters as object properties.
|
|
487
487
|
* @returns {Object<String, Object>} normalized parameters.
|
|
488
488
|
*/
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
}
|
|
499
|
-
}
|
|
489
|
+
normalizeParams (params) {
|
|
490
|
+
const newParams = {}
|
|
491
|
+
for (const key in params) {
|
|
492
|
+
if (params.hasOwnProperty(key) && params[key] != undefined && params[key] != null) {
|
|
493
|
+
const value = params[key]
|
|
494
|
+
if (this.isFileParam(value) || Array.isArray(value)) {
|
|
495
|
+
newParams[key] = value
|
|
496
|
+
} else {
|
|
497
|
+
newParams[key] = this.paramToString(value)
|
|
500
498
|
}
|
|
501
|
-
|
|
499
|
+
}
|
|
502
500
|
}
|
|
501
|
+
return newParams
|
|
502
|
+
}
|
|
503
503
|
|
|
504
|
-
|
|
504
|
+
/**
|
|
505
505
|
* Enumeration of collection format separator strategies.
|
|
506
506
|
* @enum {String}
|
|
507
507
|
* @readonly
|
|
508
508
|
*/
|
|
509
|
-
|
|
510
|
-
|
|
509
|
+
static CollectionFormatEnum = {
|
|
510
|
+
/**
|
|
511
511
|
* Comma-separated values. Value: <code>csv</code>
|
|
512
512
|
* @const
|
|
513
513
|
*/
|
|
514
|
-
|
|
514
|
+
CSV: ',',
|
|
515
515
|
|
|
516
|
-
|
|
516
|
+
/**
|
|
517
517
|
* Space-separated values. Value: <code>ssv</code>
|
|
518
518
|
* @const
|
|
519
519
|
*/
|
|
520
|
-
|
|
520
|
+
SSV: ' ',
|
|
521
521
|
|
|
522
|
-
|
|
522
|
+
/**
|
|
523
523
|
* Tab-separated values. Value: <code>tsv</code>
|
|
524
524
|
* @const
|
|
525
525
|
*/
|
|
526
|
-
|
|
526
|
+
TSV: '\t',
|
|
527
527
|
|
|
528
|
-
|
|
528
|
+
/**
|
|
529
529
|
* Pipe(|)-separated values. Value: <code>pipes</code>
|
|
530
530
|
* @const
|
|
531
531
|
*/
|
|
532
|
-
|
|
532
|
+
PIPES: '|',
|
|
533
533
|
|
|
534
|
-
|
|
534
|
+
/**
|
|
535
535
|
* Native array. Value: <code>multi</code>
|
|
536
536
|
* @const
|
|
537
537
|
*/
|
|
538
|
-
|
|
539
|
-
|
|
538
|
+
MULTI: 'multi'
|
|
539
|
+
}
|
|
540
540
|
|
|
541
|
-
|
|
541
|
+
/**
|
|
542
542
|
* Builds a string representation of an array-type actual parameter, according to the given collection format.
|
|
543
543
|
* @param {Array} param An array parameter.
|
|
544
544
|
* @param {module:invoices_v2024_06_19/ApiClient.CollectionFormatEnum} collectionFormat The array element separator strategy.
|
|
545
545
|
* @returns {String|Array} A string representation of the supplied collection, using the specified delimiter. Returns
|
|
546
546
|
* <code>param</code> as is if <code>collectionFormat</code> is <code>multi</code>.
|
|
547
547
|
*/
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
}
|
|
552
|
-
switch (collectionFormat) {
|
|
553
|
-
case 'csv':
|
|
554
|
-
return param.map(this.paramToString).join(',');
|
|
555
|
-
case 'ssv':
|
|
556
|
-
return param.map(this.paramToString).join(' ');
|
|
557
|
-
case 'tsv':
|
|
558
|
-
return param.map(this.paramToString).join('\t');
|
|
559
|
-
case 'pipes':
|
|
560
|
-
return param.map(this.paramToString).join('|');
|
|
561
|
-
case 'multi':
|
|
562
|
-
//return the array directly as SuperAgent will handle it as expected
|
|
563
|
-
return param.map(this.paramToString);
|
|
564
|
-
default:
|
|
565
|
-
throw new Error('Unknown collection format: ' + collectionFormat);
|
|
566
|
-
}
|
|
548
|
+
buildCollectionParam (param, collectionFormat) {
|
|
549
|
+
if (param == null) {
|
|
550
|
+
return null
|
|
567
551
|
}
|
|
552
|
+
switch (collectionFormat) {
|
|
553
|
+
case 'csv':
|
|
554
|
+
return param.map(this.paramToString).join(',')
|
|
555
|
+
case 'ssv':
|
|
556
|
+
return param.map(this.paramToString).join(' ')
|
|
557
|
+
case 'tsv':
|
|
558
|
+
return param.map(this.paramToString).join('\t')
|
|
559
|
+
case 'pipes':
|
|
560
|
+
return param.map(this.paramToString).join('|')
|
|
561
|
+
case 'multi':
|
|
562
|
+
// return the array directly as SuperAgent will handle it as expected
|
|
563
|
+
return param.map(this.paramToString)
|
|
564
|
+
default:
|
|
565
|
+
throw new Error('Unknown collection format: ' + collectionFormat)
|
|
566
|
+
}
|
|
567
|
+
}
|
|
568
568
|
|
|
569
|
-
|
|
569
|
+
/**
|
|
570
570
|
* Deserializes an HTTP response body into a value of the specified type.
|
|
571
571
|
* @param {Object} response A SuperAgent response object.
|
|
572
572
|
* @param {(String|Array<String>|Object<String, Object>|Function)} returnType The type to return. Pass a string for simple types
|
|
@@ -575,25 +575,23 @@ export class ApiClient {
|
|
|
575
575
|
* all properties on <code>data<code> will be converted to this type.
|
|
576
576
|
* @returns A value of the specified type.
|
|
577
577
|
*/
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
// Rely on SuperAgent for parsing response body.
|
|
584
|
-
// See http://visionmedia.github.io/superagent/#parsing-response-bodies
|
|
585
|
-
var data = response.body;
|
|
586
|
-
if (data == null || (typeof data === 'object' && typeof data.length === 'undefined' && !Object.keys(data).length)) {
|
|
587
|
-
// SuperAgent does not always produce a body; use the unparsed response as a fallback
|
|
588
|
-
data = response.text;
|
|
589
|
-
}
|
|
578
|
+
deserialize (response, returnType) {
|
|
579
|
+
if (response == null || returnType == null || response.status == 204) {
|
|
580
|
+
return null
|
|
581
|
+
}
|
|
590
582
|
|
|
591
|
-
|
|
583
|
+
// Rely on SuperAgent for parsing response body.
|
|
584
|
+
// See http://visionmedia.github.io/superagent/#parsing-response-bodies
|
|
585
|
+
let data = response.body
|
|
586
|
+
if (data == null || (typeof data === 'object' && typeof data.length === 'undefined' && !Object.keys(data).length)) {
|
|
587
|
+
// SuperAgent does not always produce a body; use the unparsed response as a fallback
|
|
588
|
+
data = response.text
|
|
592
589
|
}
|
|
593
590
|
|
|
594
|
-
|
|
591
|
+
return ApiClient.convertToType(data, returnType)
|
|
592
|
+
}
|
|
595
593
|
|
|
596
|
-
|
|
594
|
+
/**
|
|
597
595
|
* Invokes the REST service using the supplied settings and parameters.
|
|
598
596
|
* @param {String} operation operation name.
|
|
599
597
|
* @param {String} path The base URL to invoke.
|
|
@@ -607,139 +605,135 @@ export class ApiClient {
|
|
|
607
605
|
* @param {Array<String>} accepts An array of acceptable response MIME types.
|
|
608
606
|
* @param {(String|Array|ObjectFunction)} returnType The required type to return; can be a string for simple types or the
|
|
609
607
|
* constructor for a complex type.
|
|
610
|
-
* @param {SuperagentRateLimiter} defaultRateLimiter The default rate limiter.
|
|
608
|
+
* @param {SuperagentRateLimiter} defaultRateLimiter The default rate limiter.
|
|
611
609
|
* @returns {Promise} A {@link https://www.promisejs.org/|Promise} object.
|
|
612
610
|
*/
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
}
|
|
611
|
+
async callApi (operation, path, httpMethod, pathParams,
|
|
612
|
+
queryParams, headerParams, formParams, bodyParam, contentTypes, accepts,
|
|
613
|
+
returnType, defaultRateLimiter) {
|
|
614
|
+
const url = this.buildUrl(path, pathParams)
|
|
615
|
+
const request = superagent(httpMethod, url)
|
|
616
|
+
if (!this.#tokenForApiCall && !this.#lwaClient && !this.#rdtClient) {
|
|
617
|
+
throw new Error('none of accessToken, RDT token and auto-retrieval is set.')
|
|
618
|
+
}
|
|
622
619
|
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
620
|
+
if (this.#useRateLimiter) {
|
|
621
|
+
// Set rate limiter
|
|
622
|
+
if (this.#customizedRateLimiterMap.get(operation)) {
|
|
623
|
+
request.use(this.#customizedRateLimiterMap.get(operation).getPlugin())
|
|
624
|
+
} else if (defaultRateLimiter) {
|
|
625
|
+
request.use(defaultRateLimiter.getPlugin())
|
|
626
|
+
}
|
|
627
|
+
}
|
|
631
628
|
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
629
|
+
// set query parameters
|
|
630
|
+
if (httpMethod.toUpperCase() === 'GET' && this.cache === false) {
|
|
631
|
+
queryParams._ = new Date().getTime()
|
|
632
|
+
}
|
|
636
633
|
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
634
|
+
request.query(this.normalizeParams(queryParams))
|
|
635
|
+
|
|
636
|
+
// set header parameters
|
|
637
|
+
request.set(this.defaultHeaders).set(this.normalizeParams(headerParams))
|
|
638
|
+
|
|
639
|
+
// set x-amz-access-token header
|
|
640
|
+
if (this.#tokenForApiCall) {
|
|
641
|
+
// add custom header for SP-API call.
|
|
642
|
+
request.set({ 'x-amz-access-token': this.#tokenForApiCall })
|
|
643
|
+
} else if (this.#rdtClient) {
|
|
644
|
+
const rdt = await this.#rdtClient.retrieveRestrictedDataToken(httpMethod, url)
|
|
645
|
+
request.set({ 'x-amz-access-token': rdt })
|
|
646
|
+
} else if (this.#lwaClient) {
|
|
647
|
+
// execute token refresh.
|
|
648
|
+
const accessToken = await this.#lwaClient.retrieveAccessToken()
|
|
649
|
+
request.set({ 'x-amz-access-token': accessToken })
|
|
650
|
+
}
|
|
654
651
|
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
652
|
+
// set requestAgent if it is set by user
|
|
653
|
+
if (this.requestAgent) {
|
|
654
|
+
request.agent(this.requestAgent)
|
|
655
|
+
}
|
|
659
656
|
|
|
660
|
-
|
|
661
|
-
|
|
657
|
+
// set request timeout
|
|
658
|
+
request.timeout(this.timeout)
|
|
659
|
+
|
|
660
|
+
const contentType = this.jsonPreferredMime(contentTypes)
|
|
661
|
+
if (contentType) {
|
|
662
|
+
// Issue with superagent and multipart/form-data (https://github.com/visionmedia/superagent/issues/746)
|
|
663
|
+
if (contentType != 'multipart/form-data') {
|
|
664
|
+
request.type(contentType)
|
|
665
|
+
}
|
|
666
|
+
} else if (!request.header['Content-Type']) {
|
|
667
|
+
request.type('application/json')
|
|
668
|
+
}
|
|
662
669
|
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
670
|
+
if (contentType === 'application/x-www-form-urlencoded') {
|
|
671
|
+
request.send(querystring.stringify(this.normalizeParams(formParams)))
|
|
672
|
+
} else if (contentType == 'multipart/form-data') {
|
|
673
|
+
const _formParams = this.normalizeParams(formParams)
|
|
674
|
+
for (const key in _formParams) {
|
|
675
|
+
if (_formParams.hasOwnProperty(key)) {
|
|
676
|
+
if (this.isFileParam(_formParams[key])) {
|
|
677
|
+
// file field
|
|
678
|
+
request.attach(key, _formParams[key])
|
|
679
|
+
} else {
|
|
680
|
+
request.field(key, _formParams[key])
|
|
681
|
+
}
|
|
682
|
+
}
|
|
683
|
+
}
|
|
684
|
+
} else if (bodyParam) {
|
|
685
|
+
request.send(bodyParam)
|
|
686
|
+
}
|
|
672
687
|
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
for (var key in _formParams) {
|
|
678
|
-
if (_formParams.hasOwnProperty(key)) {
|
|
679
|
-
if (this.isFileParam(_formParams[key])) {
|
|
680
|
-
// file field
|
|
681
|
-
request.attach(key, _formParams[key]);
|
|
682
|
-
} else {
|
|
683
|
-
request.field(key, _formParams[key]);
|
|
684
|
-
}
|
|
685
|
-
}
|
|
686
|
-
}
|
|
687
|
-
} else if (bodyParam) {
|
|
688
|
-
request.send(bodyParam);
|
|
689
|
-
}
|
|
688
|
+
const accept = this.jsonPreferredMime(accepts)
|
|
689
|
+
if (accept) {
|
|
690
|
+
request.accept(accept)
|
|
691
|
+
}
|
|
690
692
|
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
693
|
+
if (returnType === 'Blob') {
|
|
694
|
+
request.responseType('blob')
|
|
695
|
+
} else if (returnType === 'String') {
|
|
696
|
+
request.responseType('string')
|
|
697
|
+
}
|
|
695
698
|
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
699
|
+
// Attach previously saved cookies, if enabled
|
|
700
|
+
if (this.enableCookies) {
|
|
701
|
+
if (typeof window === 'undefined') {
|
|
702
|
+
this.agent.attachCookies(request)
|
|
703
|
+
} else {
|
|
704
|
+
request.withCredentials()
|
|
705
|
+
}
|
|
706
|
+
}
|
|
701
707
|
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
708
|
+
return new Promise((resolve, reject) => {
|
|
709
|
+
request.end((error, response) => {
|
|
710
|
+
if (error) {
|
|
711
|
+
reject(error)
|
|
712
|
+
} else {
|
|
713
|
+
try {
|
|
714
|
+
const data = this.deserialize(response, returnType)
|
|
715
|
+
if (this.enableCookies && typeof window === 'undefined') {
|
|
716
|
+
this.agent.saveCookies(response)
|
|
709
717
|
}
|
|
718
|
+
resolve({ data, response })
|
|
719
|
+
} catch (err) {
|
|
720
|
+
reject(err)
|
|
721
|
+
}
|
|
710
722
|
}
|
|
723
|
+
})
|
|
724
|
+
})
|
|
725
|
+
}
|
|
711
726
|
|
|
712
|
-
|
|
713
|
-
request.end((error, response) => {
|
|
714
|
-
if (error) {
|
|
715
|
-
reject(error);
|
|
716
|
-
} else {
|
|
717
|
-
try {
|
|
718
|
-
var data = this.deserialize(response, returnType);
|
|
719
|
-
if (this.enableCookies && typeof window === 'undefined'){
|
|
720
|
-
this.agent.saveCookies(response);
|
|
721
|
-
}
|
|
722
|
-
resolve({data, response});
|
|
723
|
-
} catch (err) {
|
|
724
|
-
reject(err);
|
|
725
|
-
}
|
|
726
|
-
}
|
|
727
|
-
});
|
|
728
|
-
});
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
}
|
|
732
|
-
|
|
733
|
-
/**
|
|
727
|
+
/**
|
|
734
728
|
* Parses an ISO-8601 string representation of a date value.
|
|
735
729
|
* @param {String} str The date value as a string.
|
|
736
730
|
* @returns {Date} The parsed date object.
|
|
737
731
|
*/
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
732
|
+
static parseDate (str) {
|
|
733
|
+
return new Date(str)
|
|
734
|
+
}
|
|
741
735
|
|
|
742
|
-
|
|
736
|
+
/**
|
|
743
737
|
* Converts a value to the specified type.
|
|
744
738
|
* @param {(String|Object)} data The data to convert, as a string or object.
|
|
745
739
|
* @param {(String|Array<String>|Object<String, Object>|Function)} type The type to return. Pass a string for simple types
|
|
@@ -748,85 +742,82 @@ export class ApiClient {
|
|
|
748
742
|
* all properties on <code>data<code> will be converted to this type.
|
|
749
743
|
* @returns An instance of the specified type or null or undefined if data is null or undefined.
|
|
750
744
|
*/
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
return data;
|
|
805
|
-
}
|
|
745
|
+
static convertToType (data, type) {
|
|
746
|
+
if (data === null || data === undefined) { return data }
|
|
747
|
+
|
|
748
|
+
switch (type) {
|
|
749
|
+
case 'Boolean':
|
|
750
|
+
return Boolean(data)
|
|
751
|
+
case 'Integer':
|
|
752
|
+
return parseInt(data, 10)
|
|
753
|
+
case 'Number':
|
|
754
|
+
return parseFloat(data)
|
|
755
|
+
case 'String':
|
|
756
|
+
return String(data)
|
|
757
|
+
case 'Date':
|
|
758
|
+
return ApiClient.parseDate(String(data))
|
|
759
|
+
case 'Blob':
|
|
760
|
+
return data
|
|
761
|
+
default:
|
|
762
|
+
if (type === Object) {
|
|
763
|
+
// generic object, return directly
|
|
764
|
+
return data
|
|
765
|
+
} else if (typeof type === 'function') {
|
|
766
|
+
// for model type like: User
|
|
767
|
+
return type.constructFromObject(data)
|
|
768
|
+
} else if (Array.isArray(type)) {
|
|
769
|
+
// for array type like: ['String']
|
|
770
|
+
const itemType = type[0]
|
|
771
|
+
return data.map((item) => {
|
|
772
|
+
return ApiClient.convertToType(item, itemType)
|
|
773
|
+
})
|
|
774
|
+
} else if (typeof type === 'object') {
|
|
775
|
+
// for plain object type like: {'String': 'Integer'}
|
|
776
|
+
let keyType, valueType
|
|
777
|
+
for (var k in type) {
|
|
778
|
+
if (type.hasOwnProperty(k)) {
|
|
779
|
+
keyType = k
|
|
780
|
+
valueType = type[k]
|
|
781
|
+
break
|
|
782
|
+
}
|
|
783
|
+
}
|
|
784
|
+
|
|
785
|
+
const result = {}
|
|
786
|
+
for (var k in data) {
|
|
787
|
+
if (data.hasOwnProperty(k)) {
|
|
788
|
+
const key = ApiClient.convertToType(k, keyType)
|
|
789
|
+
const value = ApiClient.convertToType(data[k], valueType)
|
|
790
|
+
result[key] = value
|
|
791
|
+
}
|
|
792
|
+
}
|
|
793
|
+
|
|
794
|
+
return result
|
|
795
|
+
} else {
|
|
796
|
+
// for unknown type, return the data directly
|
|
797
|
+
return data
|
|
806
798
|
}
|
|
807
799
|
}
|
|
800
|
+
}
|
|
808
801
|
|
|
809
|
-
|
|
802
|
+
/**
|
|
810
803
|
* Constructs a new map or array model from REST data.
|
|
811
804
|
* @param data {Object|Array} The REST data.
|
|
812
805
|
* @param obj {Object|Array} The target object or array.
|
|
813
806
|
*/
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
obj[k] = ApiClient.convertToType(data[k], itemType);
|
|
824
|
-
}
|
|
825
|
-
}
|
|
807
|
+
static constructFromObject (data, obj, itemType) {
|
|
808
|
+
if (Array.isArray(data)) {
|
|
809
|
+
for (let i = 0; i < data.length; i++) {
|
|
810
|
+
if (data.hasOwnProperty(i)) { obj[i] = ApiClient.convertToType(data[i], itemType) }
|
|
811
|
+
}
|
|
812
|
+
} else {
|
|
813
|
+
for (const k in data) {
|
|
814
|
+
if (data.hasOwnProperty(k)) { obj[k] = ApiClient.convertToType(data[k], itemType) }
|
|
815
|
+
}
|
|
826
816
|
}
|
|
817
|
+
}
|
|
827
818
|
}
|
|
828
819
|
/**
|
|
829
820
|
* The default API client implementation.
|
|
830
821
|
* @type {module:invoices_v2024_06_19/ApiClient}
|
|
831
822
|
*/
|
|
832
|
-
ApiClient.instance = new ApiClient()
|
|
823
|
+
ApiClient.instance = new ApiClient()
|