@amazon-sp-api-release/amazon-sp-api-sdk-js 1.2.0 → 1.4.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/README.md +2 -2
- package/helper/DefaultRateLimitMap.mjs +15 -7
- package/index.js +2 -0
- package/package.json +1 -1
- package/src/apluscontent_v2020_11_01/api/AplusContentApi.js +39 -39
- package/src/apluscontent_v2020_11_01/model/AplusPaginatedResponse.js +7 -4
- package/src/apluscontent_v2020_11_01/model/AplusResponse.js +4 -3
- package/src/apluscontent_v2020_11_01/model/AsinBadge.js +2 -2
- package/src/apluscontent_v2020_11_01/model/AsinMetadata.js +10 -4
- package/src/apluscontent_v2020_11_01/model/ColorType.js +2 -2
- package/src/apluscontent_v2020_11_01/model/ContentBadge.js +2 -2
- package/src/apluscontent_v2020_11_01/model/ContentDocument.js +11 -6
- package/src/apluscontent_v2020_11_01/model/ContentMetadata.js +11 -6
- package/src/apluscontent_v2020_11_01/model/ContentMetadataRecord.js +6 -4
- package/src/apluscontent_v2020_11_01/model/ContentModule.js +35 -19
- package/src/apluscontent_v2020_11_01/model/ContentModuleType.js +2 -2
- package/src/apluscontent_v2020_11_01/model/ContentRecord.js +7 -4
- package/src/apluscontent_v2020_11_01/model/ContentStatus.js +2 -2
- package/src/apluscontent_v2020_11_01/model/ContentType.js +2 -2
- package/src/apluscontent_v2020_11_01/model/Decorator.js +7 -3
- package/src/apluscontent_v2020_11_01/model/DecoratorType.js +2 -2
- package/src/apluscontent_v2020_11_01/model/Error.js +5 -2
- package/src/apluscontent_v2020_11_01/model/ErrorList.js +5 -4
- package/src/apluscontent_v2020_11_01/model/GetContentDocumentResponse.js +9 -6
- package/src/apluscontent_v2020_11_01/model/ImageComponent.js +7 -4
- package/src/apluscontent_v2020_11_01/model/ImageCropSpecification.js +7 -5
- package/src/apluscontent_v2020_11_01/model/ImageDimensions.js +8 -6
- package/src/apluscontent_v2020_11_01/model/ImageOffsets.js +8 -6
- package/src/apluscontent_v2020_11_01/model/IntegerWithUnits.js +4 -2
- package/src/apluscontent_v2020_11_01/model/ListContentDocumentAsinRelationsResponse.js +11 -6
- package/src/apluscontent_v2020_11_01/model/ParagraphComponent.js +5 -4
- package/src/apluscontent_v2020_11_01/model/PlainTextItem.js +4 -2
- package/src/apluscontent_v2020_11_01/model/PositionType.js +2 -2
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentApprovalSubmissionResponse.js +6 -4
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentAsinRelationsRequest.js +5 -4
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentAsinRelationsResponse.js +6 -4
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentRequest.js +5 -4
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentResponse.js +7 -4
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentSuspendSubmissionResponse.js +6 -4
- package/src/apluscontent_v2020_11_01/model/PublishRecord.js +10 -4
- package/src/apluscontent_v2020_11_01/model/SearchContentDocumentsResponse.js +11 -6
- package/src/apluscontent_v2020_11_01/model/SearchContentPublishRecordsResponse.js +11 -6
- package/src/apluscontent_v2020_11_01/model/StandardCompanyLogoModule.js +5 -4
- package/src/apluscontent_v2020_11_01/model/StandardComparisonProductBlock.js +10 -4
- package/src/apluscontent_v2020_11_01/model/StandardComparisonTableModule.js +6 -4
- package/src/apluscontent_v2020_11_01/model/StandardFourImageTextModule.js +12 -7
- package/src/apluscontent_v2020_11_01/model/StandardFourImageTextQuadrantModule.js +14 -10
- package/src/apluscontent_v2020_11_01/model/StandardHeaderImageTextModule.js +6 -4
- package/src/apluscontent_v2020_11_01/model/StandardHeaderTextListBlock.js +6 -4
- package/src/apluscontent_v2020_11_01/model/StandardImageCaptionBlock.js +6 -4
- package/src/apluscontent_v2020_11_01/model/StandardImageSidebarModule.js +14 -8
- package/src/apluscontent_v2020_11_01/model/StandardImageTextBlock.js +8 -5
- package/src/apluscontent_v2020_11_01/model/StandardImageTextCaptionBlock.js +6 -4
- package/src/apluscontent_v2020_11_01/model/StandardImageTextOverlayModule.js +7 -5
- package/src/apluscontent_v2020_11_01/model/StandardMultipleImageTextModule.js +4 -3
- package/src/apluscontent_v2020_11_01/model/StandardProductDescriptionModule.js +5 -4
- package/src/apluscontent_v2020_11_01/model/StandardSingleImageHighlightsModule.js +14 -8
- package/src/apluscontent_v2020_11_01/model/StandardSingleImageSpecsDetailModule.js +18 -10
- package/src/apluscontent_v2020_11_01/model/StandardSingleSideImageModule.js +7 -5
- package/src/apluscontent_v2020_11_01/model/StandardTechSpecsModule.js +8 -5
- package/src/apluscontent_v2020_11_01/model/StandardTextBlock.js +6 -4
- package/src/apluscontent_v2020_11_01/model/StandardTextListBlock.js +5 -4
- package/src/apluscontent_v2020_11_01/model/StandardTextModule.js +7 -5
- package/src/apluscontent_v2020_11_01/model/StandardTextPairBlock.js +6 -4
- package/src/apluscontent_v2020_11_01/model/StandardThreeImageTextModule.js +10 -6
- package/src/apluscontent_v2020_11_01/model/TextComponent.js +5 -3
- package/src/apluscontent_v2020_11_01/model/TextItem.js +6 -4
- package/src/apluscontent_v2020_11_01/model/ValidateContentDocumentAsinRelationsResponse.js +11 -7
- package/src/appintegrations_v2024_04_01/api/AppIntegrationsApi.js +15 -15
- package/src/appintegrations_v2024_04_01/model/CreateNotificationRequest.js +7 -4
- package/src/appintegrations_v2024_04_01/model/CreateNotificationResponse.js +3 -2
- package/src/appintegrations_v2024_04_01/model/DeleteNotificationsRequest.js +6 -4
- package/src/appintegrations_v2024_04_01/model/Error.js +5 -2
- package/src/appintegrations_v2024_04_01/model/ErrorList.js +5 -4
- package/src/appintegrations_v2024_04_01/model/RecordActionFeedbackRequest.js +5 -4
- package/src/applications_v2023_11_30/api/ApplicationsApi.js +5 -5
- package/src/applications_v2023_11_30/model/Error.js +5 -2
- package/src/applications_v2023_11_30/model/ErrorList.js +5 -4
- package/src/awd_v2024_05_09/api/AwdApi.js +49 -49
- package/src/awd_v2024_05_09/model/Address.js +13 -2
- package/src/awd_v2024_05_09/model/CarrierCode.js +5 -3
- package/src/awd_v2024_05_09/model/CarrierCodeType.js +2 -2
- package/src/awd_v2024_05_09/model/DestinationDetails.js +6 -3
- package/src/awd_v2024_05_09/model/DimensionUnitOfMeasurement.js +2 -2
- package/src/awd_v2024_05_09/model/DistributionPackage.js +11 -8
- package/src/awd_v2024_05_09/model/DistributionPackageContents.js +6 -4
- package/src/awd_v2024_05_09/model/DistributionPackageQuantity.js +6 -4
- package/src/awd_v2024_05_09/model/DistributionPackageType.js +2 -2
- package/src/awd_v2024_05_09/model/Error.js +5 -2
- package/src/awd_v2024_05_09/model/ErrorList.js +5 -4
- package/src/awd_v2024_05_09/model/ExpirationDetails.js +4 -2
- package/src/awd_v2024_05_09/model/InboundEligibility.js +11 -7
- package/src/awd_v2024_05_09/model/InboundEligibilityStatus.js +2 -2
- package/src/awd_v2024_05_09/model/InboundOrder.js +19 -10
- package/src/awd_v2024_05_09/model/InboundOrderCreationData.js +11 -7
- package/src/awd_v2024_05_09/model/InboundOrderReference.js +3 -2
- package/src/awd_v2024_05_09/model/InboundPackages.js +5 -4
- package/src/awd_v2024_05_09/model/InboundPreferences.js +3 -2
- package/src/awd_v2024_05_09/model/InboundShipment.js +29 -13
- package/src/awd_v2024_05_09/model/InboundShipmentStatus.js +2 -2
- package/src/awd_v2024_05_09/model/InboundShipmentSummary.js +10 -4
- package/src/awd_v2024_05_09/model/InboundStatus.js +2 -2
- package/src/awd_v2024_05_09/model/InventoryDetails.js +5 -2
- package/src/awd_v2024_05_09/model/InventoryListing.js +6 -4
- package/src/awd_v2024_05_09/model/InventoryQuantity.js +6 -4
- package/src/awd_v2024_05_09/model/InventorySummary.js +9 -4
- package/src/awd_v2024_05_09/model/InventoryUnitOfMeasurement.js +2 -2
- package/src/awd_v2024_05_09/model/LabelOwner.js +2 -2
- package/src/awd_v2024_05_09/model/LabelStatus.js +2 -2
- package/src/awd_v2024_05_09/model/MeasurementData.js +9 -6
- package/src/awd_v2024_05_09/model/OrderIneligibilityReason.js +4 -2
- package/src/awd_v2024_05_09/model/PackageDimensions.js +8 -4
- package/src/awd_v2024_05_09/model/PackageVolume.js +6 -4
- package/src/awd_v2024_05_09/model/PackageWeight.js +6 -4
- package/src/awd_v2024_05_09/model/PrepCategory.js +2 -2
- package/src/awd_v2024_05_09/model/PrepDetails.js +10 -6
- package/src/awd_v2024_05_09/model/PrepInstruction.js +5 -3
- package/src/awd_v2024_05_09/model/PrepOwner.js +2 -2
- package/src/awd_v2024_05_09/model/ProductAttribute.js +4 -2
- package/src/awd_v2024_05_09/model/ProductQuantity.js +9 -4
- package/src/awd_v2024_05_09/model/ShipmentLabels.js +6 -4
- package/src/awd_v2024_05_09/model/ShipmentListing.js +5 -3
- package/src/awd_v2024_05_09/model/SkuEligibility.js +10 -7
- package/src/awd_v2024_05_09/model/SkuIneligibilityReason.js +4 -2
- package/src/awd_v2024_05_09/model/SkuQuantity.js +8 -5
- package/src/awd_v2024_05_09/model/TrackingDetails.js +5 -3
- package/src/awd_v2024_05_09/model/TransportationDetails.js +5 -4
- package/src/awd_v2024_05_09/model/VolumeUnitOfMeasurement.js +2 -2
- package/src/awd_v2024_05_09/model/WeightUnitOfMeasurement.js +2 -2
- package/src/catalogitems_v2022_04_01/api/CatalogApi.js +29 -29
- package/src/catalogitems_v2022_04_01/model/BrandRefinement.js +4 -2
- package/src/catalogitems_v2022_04_01/model/ClassificationRefinement.js +5 -2
- package/src/catalogitems_v2022_04_01/model/Dimension.js +4 -2
- package/src/catalogitems_v2022_04_01/model/Dimensions.js +10 -6
- package/src/catalogitems_v2022_04_01/model/Error.js +5 -2
- package/src/catalogitems_v2022_04_01/model/ErrorList.js +5 -4
- package/src/catalogitems_v2022_04_01/model/Item.js +24 -13
- package/src/catalogitems_v2022_04_01/model/ItemBrowseClassification.js +6 -3
- package/src/catalogitems_v2022_04_01/model/ItemBrowseClassificationsByMarketplace.js +5 -3
- package/src/catalogitems_v2022_04_01/model/ItemClassificationSalesRank.js +6 -2
- package/src/catalogitems_v2022_04_01/model/ItemContributor.js +6 -4
- package/src/catalogitems_v2022_04_01/model/ItemContributorRole.js +4 -2
- package/src/catalogitems_v2022_04_01/model/ItemDimensionsByMarketplace.js +7 -4
- package/src/catalogitems_v2022_04_01/model/ItemDisplayGroupSalesRank.js +6 -2
- package/src/catalogitems_v2022_04_01/model/ItemIdentifier.js +4 -2
- package/src/catalogitems_v2022_04_01/model/ItemIdentifiersByMarketplace.js +6 -4
- package/src/catalogitems_v2022_04_01/model/ItemImage.js +8 -4
- package/src/catalogitems_v2022_04_01/model/ItemImagesByMarketplace.js +6 -4
- package/src/catalogitems_v2022_04_01/model/ItemProductTypeByMarketplace.js +4 -2
- package/src/catalogitems_v2022_04_01/model/ItemRelationship.js +11 -7
- package/src/catalogitems_v2022_04_01/model/ItemRelationshipsByMarketplace.js +6 -4
- package/src/catalogitems_v2022_04_01/model/ItemSalesRanksByMarketplace.js +7 -4
- package/src/catalogitems_v2022_04_01/model/ItemSearchResults.js +12 -8
- package/src/catalogitems_v2022_04_01/model/ItemSummaryByMarketplace.js +25 -5
- package/src/catalogitems_v2022_04_01/model/ItemVariationTheme.js +5 -3
- package/src/catalogitems_v2022_04_01/model/ItemVendorDetailsByMarketplace.js +13 -5
- package/src/catalogitems_v2022_04_01/model/ItemVendorDetailsCategory.js +4 -2
- package/src/catalogitems_v2022_04_01/model/Pagination.js +4 -2
- package/src/catalogitems_v2022_04_01/model/Refinements.js +8 -6
- package/src/customerFeedback_2024_06_01/ApiClient.js +827 -0
- package/src/customerFeedback_2024_06_01/api/CustomerFeedbackApi.js +470 -0
- package/src/customerFeedback_2024_06_01/index.js +308 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeAllOccurrence.js +75 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeAllStarRatingImpact.js +75 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeOccurrence.js +65 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeResponse.js +75 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTopics.js +75 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTopicsResponse.js +116 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTrend.js +76 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTrendPoint.js +75 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTrendsResponse.js +116 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewSubtopicMetrics.js +65 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopic.js +92 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopicMetrics.js +71 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopics.js +72 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopicsResponse.js +115 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrend.js +76 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrendMetrics.js +65 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrendPoint.js +75 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrends.js +72 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrendsResponse.js +115 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeStarRatingImpact.js +65 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeSubtopic.js +83 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeTrendMetrics.js +65 -0
- package/src/customerFeedback_2024_06_01/model/ChildAsinMentionMetrics.js +75 -0
- package/src/customerFeedback_2024_06_01/model/ChildAsinMetrics.js +70 -0
- package/src/customerFeedback_2024_06_01/model/DateRange.js +75 -0
- package/src/customerFeedback_2024_06_01/model/Error.js +83 -0
- package/src/customerFeedback_2024_06_01/model/ErrorList.js +66 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewBrowseNodeMetrics.js +71 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewSubtopic.js +83 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewSubtopicMetrics.js +75 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTopic.js +115 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTopicMetrics.js +79 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTopics.js +72 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTopicsResponse.js +115 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTrend.js +76 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTrendPoint.js +90 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTrends.js +72 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTrendsResponse.js +115 -0
- package/src/customerFeedback_2024_06_01/model/ReviewTrendMetrics.js +65 -0
- package/src/datakiosk_v2023_11_15/api/QueriesApi.js +17 -17
- package/src/datakiosk_v2023_11_15/model/CreateQueryResponse.js +3 -2
- package/src/datakiosk_v2023_11_15/model/CreateQuerySpecification.js +4 -2
- package/src/datakiosk_v2023_11_15/model/Error.js +5 -2
- package/src/datakiosk_v2023_11_15/model/ErrorList.js +5 -4
- package/src/datakiosk_v2023_11_15/model/GetDocumentResponse.js +4 -2
- package/src/datakiosk_v2023_11_15/model/GetQueriesResponse.js +7 -5
- package/src/datakiosk_v2023_11_15/model/GetQueriesResponsePagination.js +3 -2
- package/src/datakiosk_v2023_11_15/model/Query.js +14 -5
- package/src/datakiosk_v2023_11_15/model/QueryPagination.js +3 -2
- package/src/easyship_v2022_03_23/api/EasyShipApi.js +21 -21
- package/src/easyship_v2022_03_23/model/Code.js +2 -2
- package/src/easyship_v2022_03_23/model/CreateScheduledPackageRequest.js +7 -4
- package/src/easyship_v2022_03_23/model/CreateScheduledPackagesRequest.js +9 -6
- package/src/easyship_v2022_03_23/model/CreateScheduledPackagesResponse.js +7 -4
- package/src/easyship_v2022_03_23/model/Dimensions.js +8 -3
- package/src/easyship_v2022_03_23/model/Error.js +5 -2
- package/src/easyship_v2022_03_23/model/ErrorList.js +5 -4
- package/src/easyship_v2022_03_23/model/HandoverMethod.js +2 -2
- package/src/easyship_v2022_03_23/model/InvoiceData.js +4 -2
- package/src/easyship_v2022_03_23/model/Item.js +5 -3
- package/src/easyship_v2022_03_23/model/LabelFormat.js +2 -2
- package/src/easyship_v2022_03_23/model/ListHandoverSlotsRequest.js +10 -6
- package/src/easyship_v2022_03_23/model/ListHandoverSlotsResponse.js +6 -4
- package/src/easyship_v2022_03_23/model/OrderScheduleDetails.js +5 -3
- package/src/easyship_v2022_03_23/model/Package.js +23 -14
- package/src/easyship_v2022_03_23/model/PackageDetails.js +8 -5
- package/src/easyship_v2022_03_23/model/PackageStatus.js +2 -2
- package/src/easyship_v2022_03_23/model/Packages.js +5 -4
- package/src/easyship_v2022_03_23/model/RejectedOrder.js +5 -3
- package/src/easyship_v2022_03_23/model/ScheduledPackageId.js +4 -2
- package/src/easyship_v2022_03_23/model/TimeSlot.js +7 -3
- package/src/easyship_v2022_03_23/model/TrackingDetails.js +3 -2
- package/src/easyship_v2022_03_23/model/UnitOfLength.js +2 -2
- package/src/easyship_v2022_03_23/model/UnitOfWeight.js +2 -2
- package/src/easyship_v2022_03_23/model/UpdatePackageDetails.js +8 -6
- package/src/easyship_v2022_03_23/model/UpdateScheduledPackagesRequest.js +6 -4
- package/src/easyship_v2022_03_23/model/Weight.js +5 -3
- package/src/fbaeligibility_v1/api/FbaInboundApi.js +9 -9
- package/src/fbaeligibility_v1/model/Error.js +5 -2
- package/src/fbaeligibility_v1/model/GetItemEligibilityPreviewResponse.js +6 -4
- package/src/fbaeligibility_v1/model/ItemEligibilityPreview.js +10 -5
- package/src/fbainventory_v1/api/FbaInventoryApi.js +21 -21
- package/src/fbainventory_v1/model/AddInventoryRequest.js +4 -3
- package/src/fbainventory_v1/model/AddInventoryResponse.js +4 -3
- package/src/fbainventory_v1/model/CreateInventoryItemRequest.js +5 -2
- package/src/fbainventory_v1/model/CreateInventoryItemResponse.js +4 -3
- package/src/fbainventory_v1/model/DeleteInventoryItemResponse.js +4 -3
- package/src/fbainventory_v1/model/Error.js +5 -2
- package/src/fbainventory_v1/model/GetInventorySummariesResponse.js +8 -5
- package/src/fbainventory_v1/model/GetInventorySummariesResult.js +8 -6
- package/src/fbainventory_v1/model/Granularity.js +4 -2
- package/src/fbainventory_v1/model/InventoryDetails.js +12 -5
- package/src/fbainventory_v1/model/InventoryItem.js +5 -2
- package/src/fbainventory_v1/model/InventorySummary.js +13 -4
- package/src/fbainventory_v1/model/Pagination.js +3 -2
- package/src/fbainventory_v1/model/ResearchingQuantity.js +5 -3
- package/src/fbainventory_v1/model/ResearchingQuantityEntry.js +6 -4
- package/src/fbainventory_v1/model/ReservedQuantity.js +6 -2
- package/src/fbainventory_v1/model/UnfulfillableQuantity.js +9 -2
- package/src/feeds_v2021_06_30/api/FeedsApi.js +31 -31
- package/src/feeds_v2021_06_30/model/CreateFeedDocumentResponse.js +4 -2
- package/src/feeds_v2021_06_30/model/CreateFeedDocumentSpecification.js +3 -2
- package/src/feeds_v2021_06_30/model/CreateFeedResponse.js +3 -2
- package/src/feeds_v2021_06_30/model/CreateFeedSpecification.js +9 -5
- package/src/feeds_v2021_06_30/model/Error.js +5 -2
- package/src/feeds_v2021_06_30/model/ErrorList.js +5 -4
- package/src/feeds_v2021_06_30/model/Feed.js +13 -5
- package/src/feeds_v2021_06_30/model/FeedDocument.js +6 -3
- package/src/feeds_v2021_06_30/model/GetFeedsResponse.js +6 -4
- package/src/finances_2024_06_19/ApiClient.js +827 -0
- package/src/finances_2024_06_19/api/DefaultApi.js +125 -0
- package/src/finances_2024_06_19/index.js +168 -0
- package/src/finances_2024_06_19/model/AmazonPayContext.js +79 -0
- package/src/finances_2024_06_19/model/Breakdown.js +79 -0
- package/src/finances_2024_06_19/model/BusinessContext.js +77 -0
- package/src/finances_2024_06_19/model/Context.js +340 -0
- package/src/finances_2024_06_19/model/Currency.js +71 -0
- package/src/finances_2024_06_19/model/DeferredContext.js +71 -0
- package/src/finances_2024_06_19/model/Error.js +83 -0
- package/src/finances_2024_06_19/model/ErrorList.js +66 -0
- package/src/finances_2024_06_19/model/Item.js +98 -0
- package/src/finances_2024_06_19/model/ItemRelatedIdentifier.js +103 -0
- package/src/finances_2024_06_19/model/ListTransactionsResponse.js +63 -0
- package/src/finances_2024_06_19/model/MarketplaceDetails.js +71 -0
- package/src/finances_2024_06_19/model/PaymentsContext.js +87 -0
- package/src/finances_2024_06_19/model/ProductContext.js +87 -0
- package/src/finances_2024_06_19/model/RelatedIdentifier.js +139 -0
- package/src/finances_2024_06_19/model/SellingPartnerMetadata.js +79 -0
- package/src/finances_2024_06_19/model/TimeRangeContext.js +71 -0
- package/src/finances_2024_06_19/model/Transaction.js +155 -0
- package/src/finances_2024_06_19/model/TransactionsPayload.js +72 -0
- package/src/finances_v0/api/DefaultApi.js +11 -11
- package/src/finances_v0/model/AdhocDisbursementEvent.js +7 -3
- package/src/finances_v0/model/AdjustmentEvent.js +9 -4
- package/src/finances_v0/model/AdjustmentItem.js +12 -4
- package/src/finances_v0/model/AffordabilityExpenseEvent.js +19 -10
- package/src/finances_v0/model/CapacityReservationBillingEvent.js +7 -3
- package/src/finances_v0/model/ChargeComponent.js +5 -3
- package/src/finances_v0/model/ChargeInstrument.js +6 -3
- package/src/finances_v0/model/ChargeRefundEvent.js +7 -3
- package/src/finances_v0/model/ChargeRefundTransaction.js +5 -3
- package/src/finances_v0/model/CouponPaymentEvent.js +13 -5
- package/src/finances_v0/model/Currency.js +4 -2
- package/src/finances_v0/model/DebtRecoveryEvent.js +11 -6
- package/src/finances_v0/model/DebtRecoveryItem.js +8 -4
- package/src/finances_v0/model/DirectPayment.js +5 -3
- package/src/finances_v0/model/Error.js +5 -2
- package/src/finances_v0/model/FBALiquidationEvent.js +8 -4
- package/src/finances_v0/model/FailedAdhocDisbursementEvent.js +10 -3
- package/src/finances_v0/model/FeeComponent.js +5 -3
- package/src/finances_v0/model/FinancialEventGroup.js +16 -5
- package/src/finances_v0/model/FinancialEvents.js +68 -35
- package/src/finances_v0/model/ImagingServicesFeeEvent.js +7 -3
- package/src/finances_v0/model/ListFinancialEventGroupsPayload.js +5 -3
- package/src/finances_v0/model/ListFinancialEventGroupsResponse.js +6 -4
- package/src/finances_v0/model/ListFinancialEventsPayload.js +5 -3
- package/src/finances_v0/model/ListFinancialEventsResponse.js +6 -4
- package/src/finances_v0/model/LoanServicingEvent.js +5 -3
- package/src/finances_v0/model/NetworkComminglingTransactionEvent.js +12 -4
- package/src/finances_v0/model/PayWithAmazonEvent.js +14 -4
- package/src/finances_v0/model/ProductAdsPaymentEvent.js +11 -5
- package/src/finances_v0/model/Promotion.js +6 -3
- package/src/finances_v0/model/RemovalShipmentAdjustmentEvent.js +9 -3
- package/src/finances_v0/model/RemovalShipmentEvent.js +9 -3
- package/src/finances_v0/model/RemovalShipmentItem.js +14 -6
- package/src/finances_v0/model/RemovalShipmentItemAdjustment.js +12 -5
- package/src/finances_v0/model/RentalTransactionEvent.js +17 -7
- package/src/finances_v0/model/RetrochargeEvent.js +12 -5
- package/src/finances_v0/model/SAFETReimbursementEvent.js +9 -4
- package/src/finances_v0/model/SAFETReimbursementItem.js +6 -3
- package/src/finances_v0/model/SellerDealPaymentEvent.js +13 -5
- package/src/finances_v0/model/SellerReviewEnrollmentPaymentEvent.js +11 -5
- package/src/finances_v0/model/ServiceFeeEvent.js +11 -3
- package/src/finances_v0/model/ShipmentEvent.js +25 -11
- package/src/finances_v0/model/ShipmentItem.js +24 -11
- package/src/finances_v0/model/SolutionProviderCreditEvent.js +13 -3
- package/src/finances_v0/model/TDSReimbursementEvent.js +6 -3
- package/src/finances_v0/model/TaxWithheldComponent.js +5 -3
- package/src/finances_v0/model/TaxWithholdingEvent.js +9 -5
- package/src/finances_v0/model/TaxWithholdingPeriod.js +4 -2
- package/src/finances_v0/model/TrialShipmentEvent.js +8 -3
- package/src/finances_v0/model/ValueAddedServiceChargeEvent.js +7 -3
- package/src/fulfillmentinbound_v0/api/FbaInboundApi.js +33 -33
- package/src/fulfillmentinbound_v0/model/ASINPrepInstructions.js +9 -5
- package/src/fulfillmentinbound_v0/model/Address.js +10 -2
- package/src/fulfillmentinbound_v0/model/AmazonPrepFeesDetails.js +6 -4
- package/src/fulfillmentinbound_v0/model/Amount.js +6 -4
- package/src/fulfillmentinbound_v0/model/BarcodeInstruction.js +2 -2
- package/src/fulfillmentinbound_v0/model/BillOfLadingDownloadURL.js +3 -2
- package/src/fulfillmentinbound_v0/model/BoxContentsFeeDetails.js +7 -4
- package/src/fulfillmentinbound_v0/model/BoxContentsSource.js +2 -2
- package/src/fulfillmentinbound_v0/model/CurrencyCode.js +2 -2
- package/src/fulfillmentinbound_v0/model/Error.js +5 -2
- package/src/fulfillmentinbound_v0/model/ErrorReason.js +2 -2
- package/src/fulfillmentinbound_v0/model/GetBillOfLadingResponse.js +6 -4
- package/src/fulfillmentinbound_v0/model/GetLabelsResponse.js +6 -4
- package/src/fulfillmentinbound_v0/model/GetPrepInstructionsResponse.js +6 -4
- package/src/fulfillmentinbound_v0/model/GetPrepInstructionsResult.js +10 -6
- package/src/fulfillmentinbound_v0/model/GetShipmentItemsResponse.js +6 -4
- package/src/fulfillmentinbound_v0/model/GetShipmentItemsResult.js +5 -3
- package/src/fulfillmentinbound_v0/model/GetShipmentsResponse.js +6 -4
- package/src/fulfillmentinbound_v0/model/GetShipmentsResult.js +5 -3
- package/src/fulfillmentinbound_v0/model/InboundShipmentInfo.js +18 -8
- package/src/fulfillmentinbound_v0/model/InboundShipmentItem.js +11 -3
- package/src/fulfillmentinbound_v0/model/InvalidASIN.js +5 -3
- package/src/fulfillmentinbound_v0/model/InvalidSKU.js +5 -3
- package/src/fulfillmentinbound_v0/model/LabelDownloadURL.js +3 -2
- package/src/fulfillmentinbound_v0/model/LabelPrepType.js +2 -2
- package/src/fulfillmentinbound_v0/model/PrepDetails.js +8 -6
- package/src/fulfillmentinbound_v0/model/PrepGuidance.js +2 -2
- package/src/fulfillmentinbound_v0/model/PrepInstruction.js +2 -2
- package/src/fulfillmentinbound_v0/model/PrepOwner.js +2 -2
- package/src/fulfillmentinbound_v0/model/SKUPrepInstructions.js +12 -6
- package/src/fulfillmentinbound_v0/model/ShipmentStatus.js +2 -2
- package/src/fulfillmentinbound_v2024_03_20/api/FbaInboundApi.js +135 -135
- package/src/fulfillmentinbound_v2024_03_20/model/Address.js +12 -2
- package/src/fulfillmentinbound_v2024_03_20/model/AddressInput.js +12 -2
- package/src/fulfillmentinbound_v2024_03_20/model/AllOwnersConstraint.js +2 -2
- package/src/fulfillmentinbound_v2024_03_20/model/AppointmentSlot.js +6 -4
- package/src/fulfillmentinbound_v2024_03_20/model/AppointmentSlotTime.js +4 -2
- package/src/fulfillmentinbound_v2024_03_20/model/Box.js +18 -7
- package/src/fulfillmentinbound_v2024_03_20/model/BoxContentInformationSource.js +2 -2
- package/src/fulfillmentinbound_v2024_03_20/model/BoxInput.js +14 -9
- package/src/fulfillmentinbound_v2024_03_20/model/BoxRequirements.js +5 -4
- package/src/fulfillmentinbound_v2024_03_20/model/BoxUpdateInput.js +15 -9
- package/src/fulfillmentinbound_v2024_03_20/model/CancelInboundPlanResponse.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentRequest.js +4 -3
- package/src/fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentResponse.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/Carrier.js +4 -2
- package/src/fulfillmentinbound_v2024_03_20/model/CarrierAppointment.js +4 -2
- package/src/fulfillmentinbound_v2024_03_20/model/ComplianceDetail.js +7 -3
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmDeliveryWindowOptionsResponse.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmPackingOptionResponse.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmPlacementOptionResponse.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmShipmentContentUpdatePreviewResponse.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsRequest.js +5 -4
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsResponse.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/ContactInformation.js +5 -2
- package/src/fulfillmentinbound_v2024_03_20/model/ContentUpdatePreview.js +10 -6
- package/src/fulfillmentinbound_v2024_03_20/model/CreateInboundPlanRequest.js +12 -8
- package/src/fulfillmentinbound_v2024_03_20/model/CreateInboundPlanResponse.js +4 -2
- package/src/fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsRequest.js +14 -7
- package/src/fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsResponse.js +5 -4
- package/src/fulfillmentinbound_v2024_03_20/model/Currency.js +4 -2
- package/src/fulfillmentinbound_v2024_03_20/model/CustomPlacementInput.js +6 -4
- package/src/fulfillmentinbound_v2024_03_20/model/Dates.js +4 -3
- package/src/fulfillmentinbound_v2024_03_20/model/DeliveryWindowOption.js +7 -2
- package/src/fulfillmentinbound_v2024_03_20/model/Dimensions.js +8 -4
- package/src/fulfillmentinbound_v2024_03_20/model/DocumentDownload.js +5 -2
- package/src/fulfillmentinbound_v2024_03_20/model/Error.js +5 -2
- package/src/fulfillmentinbound_v2024_03_20/model/ErrorList.js +5 -4
- package/src/fulfillmentinbound_v2024_03_20/model/FreightInformation.js +5 -3
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateDeliveryWindowOptionsResponse.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/GeneratePackingOptionsResponse.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsRequest.js +4 -3
- package/src/fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsResponse.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsRequest.js +4 -2
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsResponse.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsRequest.js +8 -6
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsResponse.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsRequest.js +6 -4
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsResponse.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/GetDeliveryChallanDocumentResponse.js +5 -4
- package/src/fulfillmentinbound_v2024_03_20/model/GetSelfShipAppointmentSlotsResponse.js +7 -5
- package/src/fulfillmentinbound_v2024_03_20/model/InboundOperationStatus.js +10 -6
- package/src/fulfillmentinbound_v2024_03_20/model/InboundPlan.js +19 -9
- package/src/fulfillmentinbound_v2024_03_20/model/InboundPlanSummary.js +13 -6
- package/src/fulfillmentinbound_v2024_03_20/model/Incentive.js +8 -4
- package/src/fulfillmentinbound_v2024_03_20/model/Item.js +12 -4
- package/src/fulfillmentinbound_v2024_03_20/model/ItemInput.js +12 -6
- package/src/fulfillmentinbound_v2024_03_20/model/ItemLabelPageType.js +2 -2
- package/src/fulfillmentinbound_v2024_03_20/model/LabelOwner.js +2 -2
- package/src/fulfillmentinbound_v2024_03_20/model/LabelPrintType.js +2 -2
- package/src/fulfillmentinbound_v2024_03_20/model/ListDeliveryWindowOptionsResponse.js +7 -5
- package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanBoxesResponse.js +7 -5
- package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanItemsResponse.js +7 -5
- package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanPalletsResponse.js +7 -5
- package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlansResponse.js +6 -4
- package/src/fulfillmentinbound_v2024_03_20/model/ListItemComplianceDetailsResponse.js +4 -3
- package/src/fulfillmentinbound_v2024_03_20/model/ListPackingGroupBoxesResponse.js +7 -5
- package/src/fulfillmentinbound_v2024_03_20/model/ListPackingGroupItemsResponse.js +7 -5
- package/src/fulfillmentinbound_v2024_03_20/model/ListPackingOptionsResponse.js +7 -5
- package/src/fulfillmentinbound_v2024_03_20/model/ListPlacementOptionsResponse.js +7 -5
- package/src/fulfillmentinbound_v2024_03_20/model/ListPrepDetailsResponse.js +5 -4
- package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentBoxesResponse.js +7 -5
- package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentContentUpdatePreviewsResponse.js +7 -5
- package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentItemsResponse.js +7 -5
- package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentPalletsResponse.js +7 -5
- package/src/fulfillmentinbound_v2024_03_20/model/ListTransportationOptionsResponse.js +7 -5
- package/src/fulfillmentinbound_v2024_03_20/model/LtlTrackingDetail.js +5 -3
- package/src/fulfillmentinbound_v2024_03_20/model/LtlTrackingDetailInput.js +6 -4
- package/src/fulfillmentinbound_v2024_03_20/model/MskuPrepDetail.js +15 -9
- package/src/fulfillmentinbound_v2024_03_20/model/MskuPrepDetailInput.js +9 -6
- package/src/fulfillmentinbound_v2024_03_20/model/MskuQuantity.js +4 -2
- package/src/fulfillmentinbound_v2024_03_20/model/OperationProblem.js +6 -2
- package/src/fulfillmentinbound_v2024_03_20/model/OperationStatus.js +2 -2
- package/src/fulfillmentinbound_v2024_03_20/model/OwnerConstraint.js +2 -2
- package/src/fulfillmentinbound_v2024_03_20/model/PackageGroupingInput.js +7 -4
- package/src/fulfillmentinbound_v2024_03_20/model/PackingConfiguration.js +8 -5
- package/src/fulfillmentinbound_v2024_03_20/model/PackingOption.js +20 -12
- package/src/fulfillmentinbound_v2024_03_20/model/PackingOptionSummary.js +4 -2
- package/src/fulfillmentinbound_v2024_03_20/model/Pagination.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/Pallet.js +10 -5
- package/src/fulfillmentinbound_v2024_03_20/model/PalletInput.js +9 -5
- package/src/fulfillmentinbound_v2024_03_20/model/PlacementOption.js +14 -8
- package/src/fulfillmentinbound_v2024_03_20/model/PlacementOptionSummary.js +4 -2
- package/src/fulfillmentinbound_v2024_03_20/model/PrepCategory.js +2 -2
- package/src/fulfillmentinbound_v2024_03_20/model/PrepInstruction.js +6 -3
- package/src/fulfillmentinbound_v2024_03_20/model/PrepOwner.js +2 -2
- package/src/fulfillmentinbound_v2024_03_20/model/PrepType.js +2 -2
- package/src/fulfillmentinbound_v2024_03_20/model/Quote.js +7 -4
- package/src/fulfillmentinbound_v2024_03_20/model/ReasonComment.js +2 -2
- package/src/fulfillmentinbound_v2024_03_20/model/Region.js +5 -2
- package/src/fulfillmentinbound_v2024_03_20/model/RequestedUpdates.js +6 -4
- package/src/fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentRequest.js +4 -3
- package/src/fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentResponse.js +5 -4
- package/src/fulfillmentinbound_v2024_03_20/model/SelectedDeliveryWindow.js +7 -2
- package/src/fulfillmentinbound_v2024_03_20/model/SelfShipAppointmentDetails.js +6 -3
- package/src/fulfillmentinbound_v2024_03_20/model/SelfShipAppointmentSlotsAvailability.js +5 -3
- package/src/fulfillmentinbound_v2024_03_20/model/SetPackingInformationRequest.js +5 -4
- package/src/fulfillmentinbound_v2024_03_20/model/SetPackingInformationResponse.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/SetPrepDetailsRequest.js +6 -4
- package/src/fulfillmentinbound_v2024_03_20/model/SetPrepDetailsResponse.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/Shipment.js +27 -12
- package/src/fulfillmentinbound_v2024_03_20/model/ShipmentDestination.js +6 -3
- package/src/fulfillmentinbound_v2024_03_20/model/ShipmentSource.js +5 -3
- package/src/fulfillmentinbound_v2024_03_20/model/ShipmentSummary.js +4 -2
- package/src/fulfillmentinbound_v2024_03_20/model/ShipmentTransportationConfiguration.js +12 -7
- package/src/fulfillmentinbound_v2024_03_20/model/ShippingConfiguration.js +4 -2
- package/src/fulfillmentinbound_v2024_03_20/model/ShippingRequirements.js +6 -4
- package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingDetail.js +4 -3
- package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingDetailInput.js +5 -4
- package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingItem.js +5 -2
- package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingItemInput.js +4 -2
- package/src/fulfillmentinbound_v2024_03_20/model/Stackability.js +2 -2
- package/src/fulfillmentinbound_v2024_03_20/model/TaxDetails.js +7 -4
- package/src/fulfillmentinbound_v2024_03_20/model/TaxRate.js +5 -2
- package/src/fulfillmentinbound_v2024_03_20/model/TrackingDetails.js +6 -4
- package/src/fulfillmentinbound_v2024_03_20/model/TrackingDetailsInput.js +6 -4
- package/src/fulfillmentinbound_v2024_03_20/model/TransportationOption.js +16 -8
- package/src/fulfillmentinbound_v2024_03_20/model/TransportationSelection.js +6 -3
- package/src/fulfillmentinbound_v2024_03_20/model/UnitOfMeasurement.js +2 -2
- package/src/fulfillmentinbound_v2024_03_20/model/UnitOfWeight.js +2 -2
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateInboundPlanNameRequest.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsRequest.js +6 -4
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsResponse.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentNameRequest.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressRequest.js +5 -4
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressResponse.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsRequest.js +5 -4
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsResponse.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/Weight.js +6 -4
- package/src/fulfillmentinbound_v2024_03_20/model/WeightRange.js +7 -4
- package/src/fulfillmentinbound_v2024_03_20/model/Window.js +5 -2
- package/src/fulfillmentinbound_v2024_03_20/model/WindowInput.js +3 -2
- package/src/fulfillmentoutbound_v2020_07_01/api/FbaOutboundApi.js +43 -43
- package/src/fulfillmentoutbound_v2020_07_01/model/AdditionalLocationInfo.js +2 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/Address.js +12 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/Amount.js +6 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/CODSettings.js +11 -6
- package/src/fulfillmentoutbound_v2020_07_01/model/CancelFulfillmentOrderResponse.js +4 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderItem.js +14 -5
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderRequest.js +33 -16
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderResponse.js +4 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnRequest.js +5 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnResponse.js +6 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnResult.js +8 -5
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateReturnItem.js +7 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/CurrentStatus.js +2 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/DateRange.js +4 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryDocument.js +4 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryInformation.js +6 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryMessage.js +4 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryOffer.js +7 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryPolicy.js +4 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryPreferences.js +5 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryWindow.js +4 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/Destination.js +5 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/DropOffLocation.js +7 -5
- package/src/fulfillmentoutbound_v2020_07_01/model/Error.js +5 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/EventCode.js +2 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/Feature.js +5 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/FeatureSettings.js +5 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/FeatureSku.js +8 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/Fee.js +8 -6
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentAction.js +2 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrder.js +30 -14
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrderItem.js +19 -5
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrderStatus.js +2 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPolicy.js +2 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreview.js +22 -11
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreviewItem.js +9 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreviewShipment.js +11 -5
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentReturnItemStatus.js +2 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipment.js +16 -8
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipmentItem.js +9 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipmentPackage.js +10 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersProduct.js +7 -5
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersRequest.js +8 -6
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersResponse.js +6 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersResult.js +4 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersTerms.js +8 -6
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureInventoryResponse.js +6 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureInventoryResult.js +7 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureSkuResponse.js +6 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureSkuResult.js +9 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeaturesResponse.js +6 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeaturesResult.js +5 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentOrderResponse.js +6 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentOrderResult.js +18 -12
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewItem.js +7 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewRequest.js +15 -8
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewResponse.js +6 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewResult.js +4 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/GetPackageTrackingDetailsResponse.js +6 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/InvalidItemReason.js +6 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/InvalidItemReasonCode.js +2 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/InvalidReturnItem.js +7 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/ListAllFulfillmentOrdersResponse.js +6 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/ListAllFulfillmentOrdersResult.js +5 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/ListReturnReasonCodesResponse.js +6 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/ListReturnReasonCodesResult.js +4 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/LockerDetails.js +4 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/Money.js +4 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/Origin.js +3 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/PackageTrackingDetails.js +22 -7
- package/src/fulfillmentoutbound_v2020_07_01/model/PaymentInformation.js +5 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/ProductIdentifier.js +3 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/ReasonCodeDetails.js +5 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/ReturnAuthorization.js +9 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/ReturnItem.js +16 -5
- package/src/fulfillmentoutbound_v2020_07_01/model/ReturnItemDisposition.js +2 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/ScheduledDeliveryInfo.js +6 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/ShippingSpeedCategory.js +2 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/SubmitFulfillmentOrderStatusUpdateRequest.js +4 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/SubmitFulfillmentOrderStatusUpdateResponse.js +4 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/TrackingAddress.js +5 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/TrackingEvent.js +10 -6
- package/src/fulfillmentoutbound_v2020_07_01/model/UnfulfillablePreviewItem.js +7 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderItem.js +15 -5
- package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderRequest.js +21 -9
- package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderResponse.js +4 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/VariablePrecisionAddress.js +10 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/Weight.js +6 -4
- package/src/invoices_v2024_06_19/api/InvoicesApi.js +27 -27
- package/src/invoices_v2024_06_19/model/AttributeOption.js +4 -2
- package/src/invoices_v2024_06_19/model/Error.js +5 -2
- package/src/invoices_v2024_06_19/model/ErrorList.js +5 -4
- package/src/invoices_v2024_06_19/model/Export.js +10 -4
- package/src/invoices_v2024_06_19/model/ExportInvoicesRequest.js +15 -5
- package/src/invoices_v2024_06_19/model/ExportInvoicesResponse.js +3 -2
- package/src/invoices_v2024_06_19/model/ExportStatus.js +2 -2
- package/src/invoices_v2024_06_19/model/FileFormat.js +2 -2
- package/src/invoices_v2024_06_19/model/GetInvoiceResponse.js +4 -3
- package/src/invoices_v2024_06_19/model/GetInvoicesAttributesResponse.js +4 -3
- package/src/invoices_v2024_06_19/model/GetInvoicesDocumentResponse.js +4 -3
- package/src/invoices_v2024_06_19/model/GetInvoicesExportResponse.js +4 -3
- package/src/invoices_v2024_06_19/model/GetInvoicesExportsResponse.js +5 -3
- package/src/invoices_v2024_06_19/model/GetInvoicesResponse.js +5 -3
- package/src/invoices_v2024_06_19/model/Invoice.js +13 -3
- package/src/invoices_v2024_06_19/model/InvoicesAttributes.js +10 -6
- package/src/invoices_v2024_06_19/model/InvoicesDocument.js +4 -2
- package/src/invoices_v2024_06_19/model/TransactionIdentifier.js +4 -2
- package/src/invoicing_v0/api/ShipmentInvoiceApi.js +11 -11
- package/src/invoicing_v0/model/Address.js +15 -3
- package/src/invoicing_v0/model/AddressTypeEnum.js +2 -2
- package/src/invoicing_v0/model/BuyerTaxInfo.js +6 -3
- package/src/invoicing_v0/model/Error.js +5 -2
- package/src/invoicing_v0/model/GetInvoiceStatusResponse.js +6 -4
- package/src/invoicing_v0/model/GetShipmentDetailsResponse.js +6 -4
- package/src/invoicing_v0/model/MarketplaceTaxInfo.js +6 -3
- package/src/invoicing_v0/model/Money.js +4 -2
- package/src/invoicing_v0/model/ShipmentDetail.js +21 -7
- package/src/invoicing_v0/model/ShipmentInvoiceStatus.js +2 -2
- package/src/invoicing_v0/model/ShipmentInvoiceStatusInfo.js +5 -3
- package/src/invoicing_v0/model/ShipmentInvoiceStatusResponse.js +4 -3
- package/src/invoicing_v0/model/ShipmentItem.js +19 -8
- package/src/invoicing_v0/model/SubmitInvoiceRequest.js +5 -2
- package/src/invoicing_v0/model/SubmitInvoiceResponse.js +4 -3
- package/src/invoicing_v0/model/TaxClassification.js +4 -2
- package/src/listingsitems_v2021_08_01/api/ListingsApi.js +55 -55
- package/src/listingsitems_v2021_08_01/model/Audience.js +4 -2
- package/src/listingsitems_v2021_08_01/model/Error.js +5 -2
- package/src/listingsitems_v2021_08_01/model/ErrorList.js +5 -4
- package/src/listingsitems_v2021_08_01/model/FulfillmentAvailability.js +4 -2
- package/src/listingsitems_v2021_08_01/model/Issue.js +14 -8
- package/src/listingsitems_v2021_08_01/model/IssueEnforcementAction.js +3 -2
- package/src/listingsitems_v2021_08_01/model/IssueEnforcements.js +8 -6
- package/src/listingsitems_v2021_08_01/model/IssueExemption.js +6 -4
- package/src/listingsitems_v2021_08_01/model/Item.js +19 -10
- package/src/listingsitems_v2021_08_01/model/ItemIdentifiersByMarketplace.js +4 -2
- package/src/listingsitems_v2021_08_01/model/ItemImage.js +5 -2
- package/src/listingsitems_v2021_08_01/model/ItemOfferByMarketplace.js +13 -8
- package/src/listingsitems_v2021_08_01/model/ItemProcurement.js +5 -4
- package/src/listingsitems_v2021_08_01/model/ItemProductTypeByMarketplace.js +4 -2
- package/src/listingsitems_v2021_08_01/model/ItemRelationship.js +11 -7
- package/src/listingsitems_v2021_08_01/model/ItemRelationshipsByMarketplace.js +6 -4
- package/src/listingsitems_v2021_08_01/model/ItemSearchResults.js +8 -5
- package/src/listingsitems_v2021_08_01/model/ItemSummaryByMarketplace.js +16 -6
- package/src/listingsitems_v2021_08_01/model/ItemVariationTheme.js +6 -4
- package/src/listingsitems_v2021_08_01/model/ListingsItemPatchRequest.js +6 -4
- package/src/listingsitems_v2021_08_01/model/ListingsItemPutRequest.js +8 -5
- package/src/listingsitems_v2021_08_01/model/ListingsItemSubmissionResponse.js +11 -6
- package/src/listingsitems_v2021_08_01/model/Money.js +4 -2
- package/src/listingsitems_v2021_08_01/model/Pagination.js +4 -2
- package/src/listingsitems_v2021_08_01/model/PatchOperation.js +8 -5
- package/src/listingsitems_v2021_08_01/model/Points.js +3 -2
- package/src/listingsrestrictions_v2021_08_01/api/ListingsApi.js +9 -9
- package/src/listingsrestrictions_v2021_08_01/model/Error.js +5 -2
- package/src/listingsrestrictions_v2021_08_01/model/Link.js +8 -4
- package/src/listingsrestrictions_v2021_08_01/model/Reason.js +7 -4
- package/src/listingsrestrictions_v2021_08_01/model/Restriction.js +7 -4
- package/src/listingsrestrictions_v2021_08_01/model/RestrictionList.js +5 -4
- package/src/merchantfulfillment_v0/api/MerchantFulfillmentApi.js +19 -19
- package/src/merchantfulfillment_v0/model/AdditionalInputs.js +5 -3
- package/src/merchantfulfillment_v0/model/AdditionalSellerInput.js +15 -6
- package/src/merchantfulfillment_v0/model/AdditionalSellerInputs.js +6 -4
- package/src/merchantfulfillment_v0/model/Address.js +13 -2
- package/src/merchantfulfillment_v0/model/AvailableCarrierWillPickUpOption.js +8 -6
- package/src/merchantfulfillment_v0/model/AvailableDeliveryExperienceOption.js +8 -6
- package/src/merchantfulfillment_v0/model/AvailableShippingServiceOptions.js +8 -6
- package/src/merchantfulfillment_v0/model/Benefits.js +6 -4
- package/src/merchantfulfillment_v0/model/CancelShipmentResponse.js +6 -4
- package/src/merchantfulfillment_v0/model/CarrierWillPickUpOption.js +2 -2
- package/src/merchantfulfillment_v0/model/Constraint.js +4 -2
- package/src/merchantfulfillment_v0/model/CreateShipmentRequest.js +13 -7
- package/src/merchantfulfillment_v0/model/CreateShipmentResponse.js +6 -4
- package/src/merchantfulfillment_v0/model/CurrencyAmount.js +4 -2
- package/src/merchantfulfillment_v0/model/DangerousGoodsDetails.js +8 -4
- package/src/merchantfulfillment_v0/model/DeliveryExperienceOption.js +2 -2
- package/src/merchantfulfillment_v0/model/DeliveryExperienceType.js +2 -2
- package/src/merchantfulfillment_v0/model/Error.js +5 -2
- package/src/merchantfulfillment_v0/model/ExcludedBenefit.js +5 -3
- package/src/merchantfulfillment_v0/model/FileContents.js +7 -4
- package/src/merchantfulfillment_v0/model/FileType.js +2 -2
- package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsRequest.js +7 -4
- package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsResponse.js +6 -4
- package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsResult.js +6 -4
- package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesRequest.js +7 -5
- package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesResponse.js +6 -4
- package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesResult.js +11 -7
- package/src/merchantfulfillment_v0/model/GetShipmentResponse.js +6 -4
- package/src/merchantfulfillment_v0/model/HazmatType.js +2 -2
- package/src/merchantfulfillment_v0/model/InputTargetType.js +2 -2
- package/src/merchantfulfillment_v0/model/Item.js +16 -7
- package/src/merchantfulfillment_v0/model/ItemLevelFields.js +6 -4
- package/src/merchantfulfillment_v0/model/Label.js +13 -8
- package/src/merchantfulfillment_v0/model/LabelCustomization.js +5 -3
- package/src/merchantfulfillment_v0/model/LabelDimensions.js +7 -4
- package/src/merchantfulfillment_v0/model/LabelFormat.js +2 -2
- package/src/merchantfulfillment_v0/model/LabelFormatOption.js +5 -3
- package/src/merchantfulfillment_v0/model/LabelFormatOptionRequest.js +3 -2
- package/src/merchantfulfillment_v0/model/Length.js +5 -3
- package/src/merchantfulfillment_v0/model/LiquidVolume.js +6 -4
- package/src/merchantfulfillment_v0/model/PackageDimensions.js +9 -4
- package/src/merchantfulfillment_v0/model/PredefinedPackageDimensions.js +2 -2
- package/src/merchantfulfillment_v0/model/RejectedShippingService.js +7 -2
- package/src/merchantfulfillment_v0/model/SellerInputDefinition.js +15 -8
- package/src/merchantfulfillment_v0/model/Shipment.js +35 -20
- package/src/merchantfulfillment_v0/model/ShipmentRequestDetails.js +23 -13
- package/src/merchantfulfillment_v0/model/ShipmentStatus.js +2 -2
- package/src/merchantfulfillment_v0/model/ShippingOfferingFilter.js +8 -4
- package/src/merchantfulfillment_v0/model/ShippingService.js +24 -10
- package/src/merchantfulfillment_v0/model/ShippingServiceOptions.js +12 -7
- package/src/merchantfulfillment_v0/model/StandardIdForLabel.js +2 -2
- package/src/merchantfulfillment_v0/model/TemporarilyUnavailableCarrier.js +3 -2
- package/src/merchantfulfillment_v0/model/TermsAndConditionsNotAcceptedCarrier.js +3 -2
- package/src/merchantfulfillment_v0/model/UnitOfLength.js +2 -2
- package/src/merchantfulfillment_v0/model/UnitOfWeight.js +2 -2
- package/src/merchantfulfillment_v0/model/Weight.js +6 -4
- package/src/messaging_v1/api/MessagingApi.js +71 -127
- package/src/messaging_v1/index.js +0 -7
- package/src/messaging_v1/model/Attachment.js +7 -5
- package/src/messaging_v1/model/CreateAmazonMotorsRequest.js +4 -3
- package/src/messaging_v1/model/CreateAmazonMotorsResponse.js +4 -3
- package/src/messaging_v1/model/CreateConfirmCustomizationDetailsRequest.js +5 -3
- package/src/messaging_v1/model/CreateConfirmCustomizationDetailsResponse.js +4 -3
- package/src/messaging_v1/model/CreateConfirmDeliveryDetailsRequest.js +3 -2
- package/src/messaging_v1/model/CreateConfirmDeliveryDetailsResponse.js +4 -3
- package/src/messaging_v1/model/CreateConfirmOrderDetailsRequest.js +3 -2
- package/src/messaging_v1/model/CreateConfirmOrderDetailsResponse.js +4 -3
- package/src/messaging_v1/model/CreateConfirmServiceDetailsRequest.js +3 -2
- package/src/messaging_v1/model/CreateConfirmServiceDetailsResponse.js +4 -3
- package/src/messaging_v1/model/CreateDigitalAccessKeyRequest.js +5 -3
- package/src/messaging_v1/model/CreateDigitalAccessKeyResponse.js +4 -3
- package/src/messaging_v1/model/CreateLegalDisclosureRequest.js +4 -3
- package/src/messaging_v1/model/CreateLegalDisclosureResponse.js +4 -3
- package/src/messaging_v1/model/CreateUnexpectedProblemRequest.js +3 -2
- package/src/messaging_v1/model/CreateUnexpectedProblemResponse.js +4 -3
- package/src/messaging_v1/model/CreateWarrantyRequest.js +6 -3
- package/src/messaging_v1/model/CreateWarrantyResponse.js +4 -3
- package/src/messaging_v1/model/Error.js +5 -2
- package/src/messaging_v1/model/GetAttributesResponse.js +6 -4
- package/src/messaging_v1/model/GetAttributesResponseBuyer.js +3 -2
- package/src/messaging_v1/model/GetMessagingActionResponse.js +10 -6
- package/src/messaging_v1/model/GetMessagingActionResponseEmbedded.js +4 -3
- package/src/messaging_v1/model/GetMessagingActionResponseLinks.js +8 -6
- package/src/messaging_v1/model/GetMessagingActionsForOrderResponse.js +8 -5
- package/src/messaging_v1/model/GetMessagingActionsForOrderResponseEmbedded.js +5 -4
- package/src/messaging_v1/model/GetMessagingActionsForOrderResponseLinks.js +8 -6
- package/src/messaging_v1/model/GetSchemaResponse.js +8 -5
- package/src/messaging_v1/model/GetSchemaResponseLinks.js +5 -4
- package/src/messaging_v1/model/InvoiceRequest.js +4 -3
- package/src/messaging_v1/model/InvoiceResponse.js +4 -3
- package/src/messaging_v1/model/LinkObject.js +4 -2
- package/src/messaging_v1/model/MessagingAction.js +3 -2
- package/src/notifications_v1/api/NotificationsApi.js +23 -23
- package/src/notifications_v1/model/AggregationFilter.js +4 -3
- package/src/notifications_v1/model/AggregationSettings.js +5 -4
- package/src/notifications_v1/model/AggregationTimePeriod.js +2 -2
- package/src/notifications_v1/model/CreateDestinationRequest.js +6 -4
- package/src/notifications_v1/model/CreateDestinationResponse.js +6 -4
- package/src/notifications_v1/model/CreateSubscriptionRequest.js +6 -3
- package/src/notifications_v1/model/CreateSubscriptionResponse.js +6 -4
- package/src/notifications_v1/model/DeleteDestinationResponse.js +4 -3
- package/src/notifications_v1/model/DeleteSubscriptionByIdResponse.js +4 -3
- package/src/notifications_v1/model/Destination.js +7 -4
- package/src/notifications_v1/model/DestinationResource.js +6 -4
- package/src/notifications_v1/model/DestinationResourceSpecification.js +6 -4
- package/src/notifications_v1/model/Error.js +5 -2
- package/src/notifications_v1/model/EventBridgeResource.js +5 -2
- package/src/notifications_v1/model/EventBridgeResourceSpecification.js +4 -2
- package/src/notifications_v1/model/EventFilter.js +17 -10
- package/src/notifications_v1/model/GetDestinationResponse.js +6 -4
- package/src/notifications_v1/model/GetDestinationsResponse.js +6 -4
- package/src/notifications_v1/model/GetSubscriptionByIdResponse.js +6 -4
- package/src/notifications_v1/model/GetSubscriptionResponse.js +6 -4
- package/src/notifications_v1/model/MarketplaceFilter.js +4 -3
- package/src/notifications_v1/model/OrderChangeTypeEnum.js +2 -2
- package/src/notifications_v1/model/OrderChangeTypeFilter.js +4 -3
- package/src/notifications_v1/model/ProcessingDirective.js +4 -3
- package/src/notifications_v1/model/SqsResource.js +3 -2
- package/src/notifications_v1/model/Subscription.js +7 -3
- package/src/orders_v0/api/OrdersV0Api.js +39 -39
- package/src/orders_v0/api/ShipmentApi.js +7 -7
- package/src/orders_v0/model/Address.js +19 -4
- package/src/orders_v0/model/AddressExtendedFields.js +6 -2
- package/src/orders_v0/model/AmazonPrograms.js +5 -4
- package/src/orders_v0/model/AssociatedItem.js +6 -3
- package/src/orders_v0/model/AssociationType.js +2 -2
- package/src/orders_v0/model/AutomatedShippingSettings.js +5 -2
- package/src/orders_v0/model/BusinessHours.js +6 -4
- package/src/orders_v0/model/BuyerCustomizedInfoDetail.js +3 -2
- package/src/orders_v0/model/BuyerInfo.js +8 -3
- package/src/orders_v0/model/BuyerRequestedCancel.js +4 -2
- package/src/orders_v0/model/BuyerTaxInfo.js +6 -3
- package/src/orders_v0/model/BuyerTaxInformation.js +6 -2
- package/src/orders_v0/model/ConfirmShipmentErrorResponse.js +4 -3
- package/src/orders_v0/model/ConfirmShipmentOrderItem.js +6 -3
- package/src/orders_v0/model/ConfirmShipmentRequest.js +8 -5
- package/src/orders_v0/model/ConstraintType.js +2 -2
- package/src/orders_v0/model/DeliveryPreferences.js +8 -4
- package/src/orders_v0/model/EasyShipShipmentStatus.js +2 -2
- package/src/orders_v0/model/ElectronicInvoiceStatus.js +2 -2
- package/src/orders_v0/model/Error.js +5 -2
- package/src/orders_v0/model/ExceptionDates.js +6 -3
- package/src/orders_v0/model/FulfillmentInstruction.js +3 -2
- package/src/orders_v0/model/GetOrderAddressResponse.js +6 -4
- package/src/orders_v0/model/GetOrderBuyerInfoResponse.js +6 -4
- package/src/orders_v0/model/GetOrderItemsBuyerInfoResponse.js +6 -4
- package/src/orders_v0/model/GetOrderItemsResponse.js +6 -4
- package/src/orders_v0/model/GetOrderRegulatedInfoResponse.js +6 -4
- package/src/orders_v0/model/GetOrderResponse.js +6 -4
- package/src/orders_v0/model/GetOrdersResponse.js +6 -4
- package/src/orders_v0/model/ItemBuyerInfo.js +10 -5
- package/src/orders_v0/model/MarketplaceTaxInfo.js +4 -3
- package/src/orders_v0/model/Measurement.js +6 -4
- package/src/orders_v0/model/Money.js +4 -2
- package/src/orders_v0/model/OpenInterval.js +6 -4
- package/src/orders_v0/model/OpenTimeInterval.js +4 -2
- package/src/orders_v0/model/Order.js +67 -20
- package/src/orders_v0/model/OrderAddress.js +8 -4
- package/src/orders_v0/model/OrderBuyerInfo.js +9 -3
- package/src/orders_v0/model/OrderItem.js +65 -25
- package/src/orders_v0/model/OrderItemBuyerInfo.js +11 -5
- package/src/orders_v0/model/OrderItemsBuyerInfoList.js +7 -4
- package/src/orders_v0/model/OrderItemsInner.js +4 -2
- package/src/orders_v0/model/OrderItemsList.js +7 -4
- package/src/orders_v0/model/OrderRegulatedInfo.js +10 -6
- package/src/orders_v0/model/OrdersList.js +8 -4
- package/src/orders_v0/model/OtherDeliveryAttributes.js +2 -2
- package/src/orders_v0/model/PackageDetail.js +12 -4
- package/src/orders_v0/model/PaymentExecutionDetailItem.js +6 -4
- package/src/orders_v0/model/PointsGrantedDetail.js +5 -3
- package/src/orders_v0/model/PreferredDeliveryTime.js +6 -4
- package/src/orders_v0/model/PrescriptionDetail.js +9 -2
- package/src/orders_v0/model/ProductInfoDetail.js +3 -2
- package/src/orders_v0/model/RegulatedInformation.js +5 -4
- package/src/orders_v0/model/RegulatedInformationField.js +8 -4
- package/src/orders_v0/model/RegulatedOrderVerificationStatus.js +15 -8
- package/src/orders_v0/model/RejectionReason.js +4 -2
- package/src/orders_v0/model/ShipmentStatus.js +2 -2
- package/src/orders_v0/model/ShippingConstraints.js +10 -6
- package/src/orders_v0/model/SubstitutionOption.js +8 -3
- package/src/orders_v0/model/SubstitutionPreferences.js +7 -5
- package/src/orders_v0/model/TaxClassification.js +4 -2
- package/src/orders_v0/model/TaxCollection.js +6 -4
- package/src/orders_v0/model/UpdateShipmentStatusErrorResponse.js +4 -3
- package/src/orders_v0/model/UpdateShipmentStatusRequest.js +8 -5
- package/src/orders_v0/model/UpdateVerificationStatusErrorResponse.js +4 -3
- package/src/orders_v0/model/UpdateVerificationStatusRequest.js +5 -4
- package/src/orders_v0/model/UpdateVerificationStatusRequestBody.js +8 -4
- package/src/orders_v0/model/ValidVerificationDetail.js +6 -4
- package/src/orders_v0/model/VerificationDetails.js +4 -3
- package/src/orders_v0/model/VerificationStatus.js +2 -2
- package/src/pricing_v0/api/ProductPricingApi.js +45 -45
- package/src/pricing_v0/model/ASINIdentifier.js +4 -2
- package/src/pricing_v0/model/BatchOffersRequestParams.js +8 -5
- package/src/pricing_v0/model/BatchOffersResponse.js +9 -6
- package/src/pricing_v0/model/BatchRequest.js +8 -5
- package/src/pricing_v0/model/BuyBoxPriceType.js +20 -11
- package/src/pricing_v0/model/CompetitivePriceType.js +15 -6
- package/src/pricing_v0/model/CompetitivePricingType.js +10 -7
- package/src/pricing_v0/model/ConditionType.js +2 -2
- package/src/pricing_v0/model/CustomerType.js +2 -2
- package/src/pricing_v0/model/DetailedShippingTimeType.js +7 -3
- package/src/pricing_v0/model/Error.js +5 -2
- package/src/pricing_v0/model/Errors.js +5 -4
- package/src/pricing_v0/model/FulfillmentChannelType.js +2 -2
- package/src/pricing_v0/model/GetItemOffersBatchRequest.js +4 -3
- package/src/pricing_v0/model/GetItemOffersBatchResponse.js +4 -3
- package/src/pricing_v0/model/GetListingOffersBatchRequest.js +4 -3
- package/src/pricing_v0/model/GetListingOffersBatchResponse.js +4 -3
- package/src/pricing_v0/model/GetOffersHttpStatusLine.js +4 -2
- package/src/pricing_v0/model/GetOffersResponse.js +6 -4
- package/src/pricing_v0/model/GetOffersResult.js +18 -10
- package/src/pricing_v0/model/GetPricingResponse.js +6 -4
- package/src/pricing_v0/model/HttpMethod.js +2 -2
- package/src/pricing_v0/model/HttpResponseHeaders.js +4 -2
- package/src/pricing_v0/model/IdentifierType.js +7 -5
- package/src/pricing_v0/model/ItemCondition.js +2 -2
- package/src/pricing_v0/model/ItemIdentifier.js +8 -4
- package/src/pricing_v0/model/ItemOffersRequest.js +24 -12
- package/src/pricing_v0/model/ItemOffersRequestParams.js +14 -7
- package/src/pricing_v0/model/ItemOffersResponse.js +18 -11
- package/src/pricing_v0/model/ListingOffersRequest.js +24 -12
- package/src/pricing_v0/model/ListingOffersRequestParams.js +14 -7
- package/src/pricing_v0/model/ListingOffersResponse.js +17 -10
- package/src/pricing_v0/model/LowestPriceType.js +18 -9
- package/src/pricing_v0/model/MoneyType.js +4 -2
- package/src/pricing_v0/model/OfferCountType.js +6 -3
- package/src/pricing_v0/model/OfferCustomerType.js +2 -2
- package/src/pricing_v0/model/OfferDetail.js +30 -14
- package/src/pricing_v0/model/OfferListingCountType.js +4 -2
- package/src/pricing_v0/model/OfferType.js +18 -9
- package/src/pricing_v0/model/Points.js +5 -3
- package/src/pricing_v0/model/Price.js +7 -3
- package/src/pricing_v0/model/PriceType.js +11 -7
- package/src/pricing_v0/model/PrimeInformationType.js +4 -2
- package/src/pricing_v0/model/Product.js +15 -9
- package/src/pricing_v0/model/QuantityDiscountPriceType.js +9 -6
- package/src/pricing_v0/model/QuantityDiscountType.js +2 -2
- package/src/pricing_v0/model/SalesRankType.js +4 -2
- package/src/pricing_v0/model/SellerFeedbackType.js +4 -2
- package/src/pricing_v0/model/SellerSKUIdentifier.js +5 -2
- package/src/pricing_v0/model/ShipsFromType.js +4 -2
- package/src/pricing_v0/model/Summary.js +20 -10
- package/src/pricing_v2022_05_01/api/ProductPricingApi.js +11 -11
- package/src/pricing_v2022_05_01/model/BatchRequest.js +10 -6
- package/src/pricing_v2022_05_01/model/BatchResponse.js +8 -6
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryBatchRequest.js +5 -4
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryBatchResponse.js +5 -4
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryIncludedData.js +2 -2
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryRequest.js +13 -7
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryResponse.js +8 -6
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryResponseBody.js +12 -6
- package/src/pricing_v2022_05_01/model/Condition.js +2 -2
- package/src/pricing_v2022_05_01/model/Error.js +5 -2
- package/src/pricing_v2022_05_01/model/Errors.js +5 -4
- package/src/pricing_v2022_05_01/model/FeaturedBuyingOption.js +8 -6
- package/src/pricing_v2022_05_01/model/FeaturedOffer.js +9 -6
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPrice.js +7 -5
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceRequest.js +25 -11
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceRequestParams.js +6 -3
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResponse.js +17 -11
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResponseBody.js +8 -5
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResult.js +9 -5
- package/src/pricing_v2022_05_01/model/FeaturedOfferSegment.js +8 -6
- package/src/pricing_v2022_05_01/model/FulfillmentType.js +2 -2
- package/src/pricing_v2022_05_01/model/GetFeaturedOfferExpectedPriceBatchRequest.js +4 -3
- package/src/pricing_v2022_05_01/model/GetFeaturedOfferExpectedPriceBatchResponse.js +4 -3
- package/src/pricing_v2022_05_01/model/HttpMethod.js +2 -2
- package/src/pricing_v2022_05_01/model/HttpStatusLine.js +4 -2
- package/src/pricing_v2022_05_01/model/LowestPricedOffer.js +8 -6
- package/src/pricing_v2022_05_01/model/LowestPricedOffersInput.js +8 -6
- package/src/pricing_v2022_05_01/model/MoneyType.js +4 -2
- package/src/pricing_v2022_05_01/model/Offer.js +20 -12
- package/src/pricing_v2022_05_01/model/OfferIdentifier.js +8 -3
- package/src/pricing_v2022_05_01/model/Points.js +5 -3
- package/src/pricing_v2022_05_01/model/PostalCode.js +4 -2
- package/src/pricing_v2022_05_01/model/Price.js +9 -6
- package/src/pricing_v2022_05_01/model/PrimeDetails.js +5 -4
- package/src/pricing_v2022_05_01/model/ReferencePrice.js +6 -4
- package/src/pricing_v2022_05_01/model/SampleLocation.js +4 -3
- package/src/pricing_v2022_05_01/model/Segment.js +4 -3
- package/src/pricing_v2022_05_01/model/SegmentDetails.js +5 -3
- package/src/pricing_v2022_05_01/model/SegmentedFeaturedOffer.js +38 -21
- package/src/pricing_v2022_05_01/model/ShippingOption.js +8 -6
- package/src/productfees_v0/api/FeesApi.js +15 -15
- package/src/productfees_v0/model/Error.js +5 -2
- package/src/productfees_v0/model/FeeDetail.js +15 -9
- package/src/productfees_v0/model/FeesEstimate.js +7 -4
- package/src/productfees_v0/model/FeesEstimateByIdRequest.js +8 -5
- package/src/productfees_v0/model/FeesEstimateError.js +8 -4
- package/src/productfees_v0/model/FeesEstimateIdentifier.js +13 -5
- package/src/productfees_v0/model/FeesEstimateRequest.js +10 -5
- package/src/productfees_v0/model/FeesEstimateResult.js +9 -5
- package/src/productfees_v0/model/GetMyFeesEstimateRequest.js +4 -3
- package/src/productfees_v0/model/GetMyFeesEstimateResponse.js +6 -4
- package/src/productfees_v0/model/GetMyFeesEstimateResult.js +4 -3
- package/src/productfees_v0/model/GetMyFeesEstimatesErrorList.js +5 -4
- package/src/productfees_v0/model/IdType.js +2 -2
- package/src/productfees_v0/model/IncludedFeeDetail.js +13 -8
- package/src/productfees_v0/model/MoneyType.js +4 -2
- package/src/productfees_v0/model/OptionalFulfillmentProgram.js +2 -2
- package/src/productfees_v0/model/Points.js +5 -3
- package/src/productfees_v0/model/PriceToEstimateFees.js +9 -6
- package/src/producttypedefinitions_v2020_09_01/api/DefinitionsApi.js +19 -19
- package/src/producttypedefinitions_v2020_09_01/model/Error.js +5 -2
- package/src/producttypedefinitions_v2020_09_01/model/ErrorList.js +5 -4
- package/src/producttypedefinitions_v2020_09_01/model/ProductType.js +7 -4
- package/src/producttypedefinitions_v2020_09_01/model/ProductTypeDefinition.js +25 -15
- package/src/producttypedefinitions_v2020_09_01/model/ProductTypeList.js +6 -4
- package/src/producttypedefinitions_v2020_09_01/model/ProductTypeVersion.js +5 -2
- package/src/producttypedefinitions_v2020_09_01/model/PropertyGroup.js +6 -3
- package/src/producttypedefinitions_v2020_09_01/model/SchemaLink.js +6 -4
- package/src/producttypedefinitions_v2020_09_01/model/SchemaLinkLink.js +6 -4
- package/src/replenishment_v2022_11_07/api/OffersApi.js +11 -11
- package/src/replenishment_v2022_11_07/api/SellingpartnersApi.js +7 -7
- package/src/replenishment_v2022_11_07/model/AggregationFrequency.js +2 -2
- package/src/replenishment_v2022_11_07/model/AutoEnrollmentPreference.js +2 -2
- package/src/replenishment_v2022_11_07/model/DiscountFunding.js +4 -3
- package/src/replenishment_v2022_11_07/model/EligibilityStatus.js +2 -2
- package/src/replenishment_v2022_11_07/model/EnrollmentMethod.js +2 -2
- package/src/replenishment_v2022_11_07/model/Error.js +5 -2
- package/src/replenishment_v2022_11_07/model/ErrorList.js +5 -4
- package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsRequest.js +16 -10
- package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponse.js +4 -3
- package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponseMetric.js +25 -3
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequest.js +10 -7
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestFilters.js +16 -10
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestPagination.js +4 -2
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestSort.js +8 -6
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsResponse.js +6 -4
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsResponseOffer.js +20 -3
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsSortKey.js +2 -2
- package/src/replenishment_v2022_11_07/model/ListOffersRequest.js +10 -7
- package/src/replenishment_v2022_11_07/model/ListOffersRequestFilters.js +16 -9
- package/src/replenishment_v2022_11_07/model/ListOffersRequestPagination.js +4 -2
- package/src/replenishment_v2022_11_07/model/ListOffersRequestSort.js +8 -6
- package/src/replenishment_v2022_11_07/model/ListOffersResponse.js +6 -4
- package/src/replenishment_v2022_11_07/model/ListOffersResponseOffer.js +13 -6
- package/src/replenishment_v2022_11_07/model/ListOffersSortKey.js +2 -2
- package/src/replenishment_v2022_11_07/model/Metric.js +2 -2
- package/src/replenishment_v2022_11_07/model/OfferProgramConfiguration.js +8 -5
- package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPreferences.js +4 -3
- package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPromotions.js +10 -6
- package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPromotionsDiscountFunding.js +3 -2
- package/src/replenishment_v2022_11_07/model/PaginationResponse.js +3 -2
- package/src/replenishment_v2022_11_07/model/Preference.js +4 -3
- package/src/replenishment_v2022_11_07/model/ProgramType.js +2 -2
- package/src/replenishment_v2022_11_07/model/Promotion.js +10 -6
- package/src/replenishment_v2022_11_07/model/SortOrder.js +2 -2
- package/src/replenishment_v2022_11_07/model/TimeInterval.js +4 -2
- package/src/replenishment_v2022_11_07/model/TimePeriodType.js +2 -2
- package/src/reports_v2021_06_30/api/ReportsApi.js +33 -33
- package/src/reports_v2021_06_30/model/CreateReportResponse.js +3 -2
- package/src/reports_v2021_06_30/model/CreateReportScheduleResponse.js +3 -2
- package/src/reports_v2021_06_30/model/CreateReportScheduleSpecification.js +12 -7
- package/src/reports_v2021_06_30/model/CreateReportSpecification.js +10 -5
- package/src/reports_v2021_06_30/model/Error.js +5 -2
- package/src/reports_v2021_06_30/model/ErrorList.js +5 -4
- package/src/reports_v2021_06_30/model/GetReportsResponse.js +6 -4
- package/src/reports_v2021_06_30/model/Report.js +16 -5
- package/src/reports_v2021_06_30/model/ReportDocument.js +6 -3
- package/src/reports_v2021_06_30/model/ReportSchedule.js +10 -4
- package/src/reports_v2021_06_30/model/ReportScheduleList.js +5 -4
- package/src/sales_v1/api/SalesApi.js +15 -15
- package/src/sales_v1/model/Error.js +5 -2
- package/src/sales_v1/model/GetOrderMetricsResponse.js +6 -4
- package/src/sales_v1/model/Money.js +4 -2
- package/src/sales_v1/model/OrderMetricsInterval.js +12 -6
- package/src/sellerWallet_2024_03_01/api/AccountsApi.js +27 -27
- package/src/sellerWallet_2024_03_01/api/TransactionsApi.js +29 -29
- package/src/sellerWallet_2024_03_01/api/TransferPreviewApi.js +17 -17
- package/src/sellerWallet_2024_03_01/api/TransferScheduleApi.js +44 -44
- package/src/sellerWallet_2024_03_01/model/AccountHolderAddress.js +20 -13
- package/src/sellerWallet_2024_03_01/model/Balance.js +17 -12
- package/src/sellerWallet_2024_03_01/model/BalanceListing.js +6 -5
- package/src/sellerWallet_2024_03_01/model/BalanceType.js +2 -2
- package/src/sellerWallet_2024_03_01/model/BankAccount.js +33 -22
- package/src/sellerWallet_2024_03_01/model/BankAccountHolderStatus.js +2 -2
- package/src/sellerWallet_2024_03_01/model/BankAccountListing.js +7 -6
- package/src/sellerWallet_2024_03_01/model/BankAccountNumberFormat.js +2 -2
- package/src/sellerWallet_2024_03_01/model/BankAccountOwnershipType.js +2 -2
- package/src/sellerWallet_2024_03_01/model/BankNumberFormat.js +2 -2
- package/src/sellerWallet_2024_03_01/model/Currency.js +5 -3
- package/src/sellerWallet_2024_03_01/model/DeleteTransferSchedule.js +8 -5
- package/src/sellerWallet_2024_03_01/model/Error.js +5 -2
- package/src/sellerWallet_2024_03_01/model/ErrorList.js +5 -4
- package/src/sellerWallet_2024_03_01/model/Fee.js +15 -11
- package/src/sellerWallet_2024_03_01/model/FeeType.js +2 -2
- package/src/sellerWallet_2024_03_01/model/FxRateDetails.js +15 -11
- package/src/sellerWallet_2024_03_01/model/PaymentPreference.js +9 -7
- package/src/sellerWallet_2024_03_01/model/PaymentPreferencePaymentType.js +2 -2
- package/src/sellerWallet_2024_03_01/model/RateDirection.js +2 -2
- package/src/sellerWallet_2024_03_01/model/RecurringFrequency.js +2 -2
- package/src/sellerWallet_2024_03_01/model/ScheduleExpression.js +8 -6
- package/src/sellerWallet_2024_03_01/model/ScheduleExpressionType.js +2 -2
- package/src/sellerWallet_2024_03_01/model/ScheduleTransferType.js +2 -2
- package/src/sellerWallet_2024_03_01/model/Transaction.js +46 -30
- package/src/sellerWallet_2024_03_01/model/TransactionAccount.js +21 -14
- package/src/sellerWallet_2024_03_01/model/TransactionInitiationRequest.js +24 -16
- package/src/sellerWallet_2024_03_01/model/TransactionInstrumentDetails.js +9 -7
- package/src/sellerWallet_2024_03_01/model/TransactionListing.js +9 -7
- package/src/sellerWallet_2024_03_01/model/TransactionStatus.js +2 -2
- package/src/sellerWallet_2024_03_01/model/TransactionType.js +2 -2
- package/src/sellerWallet_2024_03_01/model/TransferRatePreview.js +16 -12
- package/src/sellerWallet_2024_03_01/model/TransferSchedule.js +26 -18
- package/src/sellerWallet_2024_03_01/model/TransferScheduleFailures.js +9 -7
- package/src/sellerWallet_2024_03_01/model/TransferScheduleInformation.js +11 -7
- package/src/sellerWallet_2024_03_01/model/TransferScheduleListing.js +9 -7
- package/src/sellerWallet_2024_03_01/model/TransferScheduleRequest.js +26 -18
- package/src/sellerWallet_2024_03_01/model/TransferScheduleStatus.js +2 -2
- package/src/sellers_v1/api/SellersApi.js +7 -7
- package/src/sellers_v1/model/Account.js +15 -10
- package/src/sellers_v1/model/Address.js +8 -2
- package/src/sellers_v1/model/Business.js +9 -4
- package/src/sellers_v1/model/Error.js +5 -2
- package/src/sellers_v1/model/GetAccountResponse.js +6 -4
- package/src/sellers_v1/model/GetMarketplaceParticipationsResponse.js +6 -4
- package/src/sellers_v1/model/Marketplace.js +8 -2
- package/src/sellers_v1/model/MarketplaceParticipation.js +9 -6
- package/src/sellers_v1/model/Participation.js +4 -2
- package/src/sellers_v1/model/PrimaryContact.js +7 -4
- package/src/services_v1/api/ServiceApi.js +89 -89
- package/src/services_v1/model/AddAppointmentRequest.js +5 -4
- package/src/services_v1/model/Address.js +13 -2
- package/src/services_v1/model/Appointment.js +12 -6
- package/src/services_v1/model/AppointmentResource.js +3 -2
- package/src/services_v1/model/AppointmentSlot.js +5 -2
- package/src/services_v1/model/AppointmentSlotReport.js +8 -4
- package/src/services_v1/model/AppointmentTime.js +4 -2
- package/src/services_v1/model/AppointmentTimeInput.js +4 -2
- package/src/services_v1/model/AssignAppointmentResourcesRequest.js +5 -4
- package/src/services_v1/model/AssignAppointmentResourcesResponse.js +6 -4
- package/src/services_v1/model/AssignAppointmentResourcesResponsePayload.js +4 -3
- package/src/services_v1/model/AssociatedItem.js +11 -4
- package/src/services_v1/model/AvailabilityRecord.js +7 -3
- package/src/services_v1/model/Buyer.js +6 -2
- package/src/services_v1/model/CancelReservationResponse.js +4 -3
- package/src/services_v1/model/CancelServiceJobByServiceJobIdResponse.js +4 -3
- package/src/services_v1/model/CapacityType.js +2 -2
- package/src/services_v1/model/CompleteServiceJobByServiceJobIdResponse.js +4 -3
- package/src/services_v1/model/CreateReservationRecord.js +8 -5
- package/src/services_v1/model/CreateReservationRequest.js +6 -4
- package/src/services_v1/model/CreateReservationResponse.js +6 -4
- package/src/services_v1/model/CreateServiceDocumentUploadDestination.js +6 -4
- package/src/services_v1/model/DateTimeRange.js +4 -2
- package/src/services_v1/model/DayOfWeek.js +2 -2
- package/src/services_v1/model/EncryptionDetails.js +7 -4
- package/src/services_v1/model/Error.js +7 -3
- package/src/services_v1/model/FixedSlot.js +7 -2
- package/src/services_v1/model/FixedSlotCapacity.js +7 -3
- package/src/services_v1/model/FixedSlotCapacityErrors.js +4 -3
- package/src/services_v1/model/FixedSlotCapacityQuery.js +7 -3
- package/src/services_v1/model/FulfillmentDocument.js +4 -2
- package/src/services_v1/model/FulfillmentTime.js +4 -2
- package/src/services_v1/model/GetAppointmentSlotsResponse.js +6 -4
- package/src/services_v1/model/GetServiceJobByServiceJobIdResponse.js +6 -4
- package/src/services_v1/model/GetServiceJobsResponse.js +6 -4
- package/src/services_v1/model/ItemDelivery.js +5 -3
- package/src/services_v1/model/ItemDeliveryPromise.js +4 -2
- package/src/services_v1/model/JobListing.js +7 -3
- package/src/services_v1/model/Poa.js +10 -5
- package/src/services_v1/model/RangeCapacity.js +6 -4
- package/src/services_v1/model/RangeSlot.js +5 -2
- package/src/services_v1/model/RangeSlotCapacity.js +6 -3
- package/src/services_v1/model/RangeSlotCapacityErrors.js +4 -3
- package/src/services_v1/model/RangeSlotCapacityQuery.js +6 -3
- package/src/services_v1/model/Recurrence.js +7 -4
- package/src/services_v1/model/RescheduleAppointmentRequest.js +6 -4
- package/src/services_v1/model/Reservation.js +9 -6
- package/src/services_v1/model/ScopeOfWork.js +7 -3
- package/src/services_v1/model/Seller.js +3 -2
- package/src/services_v1/model/ServiceDocumentUploadDestination.js +8 -4
- package/src/services_v1/model/ServiceJob.js +25 -11
- package/src/services_v1/model/ServiceJobProvider.js +3 -2
- package/src/services_v1/model/ServiceLocation.js +6 -4
- package/src/services_v1/model/ServiceUploadDocument.js +7 -4
- package/src/services_v1/model/SetAppointmentFulfillmentDataRequest.js +10 -6
- package/src/services_v1/model/SetAppointmentResponse.js +7 -4
- package/src/services_v1/model/Technician.js +4 -2
- package/src/services_v1/model/UpdateReservationRecord.js +8 -5
- package/src/services_v1/model/UpdateReservationRequest.js +6 -4
- package/src/services_v1/model/UpdateReservationResponse.js +6 -4
- package/src/services_v1/model/UpdateScheduleRecord.js +8 -5
- package/src/services_v1/model/UpdateScheduleRequest.js +5 -4
- package/src/services_v1/model/UpdateScheduleResponse.js +6 -4
- package/src/services_v1/model/Warning.js +5 -2
- package/src/shipping_v2/api/ShippingApi.js +111 -111
- package/src/shipping_v2/model/AccessPoint.js +18 -8
- package/src/shipping_v2/model/AccessPointDetails.js +3 -2
- package/src/shipping_v2/model/AccessPointType.js +2 -2
- package/src/shipping_v2/model/AccessibilityAttributes.js +4 -2
- package/src/shipping_v2/model/AccountStatus.js +2 -2
- package/src/shipping_v2/model/AccountType.js +2 -2
- package/src/shipping_v2/model/ActiveAccount.js +4 -2
- package/src/shipping_v2/model/Address.js +15 -3
- package/src/shipping_v2/model/AmazonOrderDetails.js +3 -2
- package/src/shipping_v2/model/AmazonShipmentDetails.js +3 -2
- package/src/shipping_v2/model/AvailableValueAddedServiceGroup.js +7 -3
- package/src/shipping_v2/model/Benefits.js +8 -6
- package/src/shipping_v2/model/CancelShipmentResponse.js +4 -3
- package/src/shipping_v2/model/Carrier.js +4 -2
- package/src/shipping_v2/model/CarrierAccount.js +4 -2
- package/src/shipping_v2/model/CarrierAccountAttribute.js +5 -2
- package/src/shipping_v2/model/CarrierAccountInput.js +12 -4
- package/src/shipping_v2/model/ChannelDetails.js +9 -6
- package/src/shipping_v2/model/ChannelType.js +2 -2
- package/src/shipping_v2/model/ChargeComponent.js +6 -4
- package/src/shipping_v2/model/ClaimReason.js +2 -2
- package/src/shipping_v2/model/ClientReferenceDetail.js +6 -4
- package/src/shipping_v2/model/CollectOnDelivery.js +5 -4
- package/src/shipping_v2/model/CollectionFormsHistoryRecord.js +9 -4
- package/src/shipping_v2/model/CollectionsFormDocument.js +4 -2
- package/src/shipping_v2/model/CreateClaimRequest.js +14 -8
- package/src/shipping_v2/model/CreateClaimResponse.js +3 -2
- package/src/shipping_v2/model/Currency.js +4 -2
- package/src/shipping_v2/model/DangerousGoodsDetails.js +8 -4
- package/src/shipping_v2/model/DateRange.js +4 -2
- package/src/shipping_v2/model/DetailCodes.js +2 -2
- package/src/shipping_v2/model/Dimensions.js +8 -4
- package/src/shipping_v2/model/DirectFulfillmentItemIdentifiers.js +4 -2
- package/src/shipping_v2/model/DirectPurchaseRequest.js +15 -9
- package/src/shipping_v2/model/DirectPurchaseResponse.js +4 -3
- package/src/shipping_v2/model/DirectPurchaseResult.js +5 -3
- package/src/shipping_v2/model/DocumentFormat.js +2 -2
- package/src/shipping_v2/model/DocumentSize.js +7 -4
- package/src/shipping_v2/model/DocumentType.js +2 -2
- package/src/shipping_v2/model/Error.js +5 -2
- package/src/shipping_v2/model/ErrorList.js +5 -4
- package/src/shipping_v2/model/Event.js +10 -6
- package/src/shipping_v2/model/EventCode.js +2 -2
- package/src/shipping_v2/model/ExceptionOperatingHours.js +6 -4
- package/src/shipping_v2/model/ExcludedBenefit.js +5 -3
- package/src/shipping_v2/model/GenerateCollectionFormRequest.js +7 -4
- package/src/shipping_v2/model/GenerateCollectionFormResponse.js +4 -3
- package/src/shipping_v2/model/GenerationStatus.js +2 -2
- package/src/shipping_v2/model/Geocode.js +4 -2
- package/src/shipping_v2/model/GetAccessPointsResponse.js +4 -3
- package/src/shipping_v2/model/GetAccessPointsResult.js +5 -4
- package/src/shipping_v2/model/GetAdditionalInputsResponse.js +4 -3
- package/src/shipping_v2/model/GetCarrierAccountFormInputsResponse.js +4 -3
- package/src/shipping_v2/model/GetCarrierAccountsRequest.js +4 -3
- package/src/shipping_v2/model/GetCarrierAccountsResponse.js +5 -4
- package/src/shipping_v2/model/GetCollectionFormHistoryRequest.js +10 -5
- package/src/shipping_v2/model/GetCollectionFormHistoryResponse.js +5 -3
- package/src/shipping_v2/model/GetCollectionFormResponse.js +4 -3
- package/src/shipping_v2/model/GetRatesRequest.js +30 -17
- package/src/shipping_v2/model/GetRatesResponse.js +4 -3
- package/src/shipping_v2/model/GetRatesResult.js +8 -5
- package/src/shipping_v2/model/GetShipmentDocumentsResponse.js +4 -3
- package/src/shipping_v2/model/GetShipmentDocumentsResult.js +8 -5
- package/src/shipping_v2/model/GetTrackingResponse.js +4 -3
- package/src/shipping_v2/model/GetTrackingResult.js +11 -6
- package/src/shipping_v2/model/GetUnmanifestedShipmentsRequest.js +4 -3
- package/src/shipping_v2/model/GetUnmanifestedShipmentsResponse.js +4 -3
- package/src/shipping_v2/model/GoodsOwner.js +3 -2
- package/src/shipping_v2/model/IneligibilityReason.js +6 -4
- package/src/shipping_v2/model/IneligibilityReasonCode.js +2 -2
- package/src/shipping_v2/model/IneligibleRate.js +9 -4
- package/src/shipping_v2/model/InputType.js +2 -2
- package/src/shipping_v2/model/InvoiceDetails.js +4 -2
- package/src/shipping_v2/model/Item.js +21 -9
- package/src/shipping_v2/model/LabelAttribute.js +2 -2
- package/src/shipping_v2/model/LinkCarrierAccountRequest.js +10 -6
- package/src/shipping_v2/model/LinkCarrierAccountResponse.js +5 -3
- package/src/shipping_v2/model/LinkableAccountType.js +6 -4
- package/src/shipping_v2/model/LinkableCarrier.js +5 -3
- package/src/shipping_v2/model/LiquidVolume.js +6 -4
- package/src/shipping_v2/model/Location.js +6 -2
- package/src/shipping_v2/model/NdrAction.js +2 -2
- package/src/shipping_v2/model/NdrRequestData.js +4 -2
- package/src/shipping_v2/model/OneClickShipmentRequest.js +32 -19
- package/src/shipping_v2/model/OneClickShipmentResponse.js +4 -3
- package/src/shipping_v2/model/OneClickShipmentResult.js +18 -12
- package/src/shipping_v2/model/OneClickShipmentValueAddedService.js +5 -3
- package/src/shipping_v2/model/OperatingHours.js +8 -5
- package/src/shipping_v2/model/Package.js +19 -11
- package/src/shipping_v2/model/PackageDocument.js +9 -6
- package/src/shipping_v2/model/PackageDocumentDetail.js +7 -4
- package/src/shipping_v2/model/PaymentType.js +2 -2
- package/src/shipping_v2/model/PrintOption.js +13 -9
- package/src/shipping_v2/model/Promise.js +6 -4
- package/src/shipping_v2/model/PurchaseShipmentRequest.js +11 -6
- package/src/shipping_v2/model/PurchaseShipmentResponse.js +4 -3
- package/src/shipping_v2/model/PurchaseShipmentResult.js +11 -7
- package/src/shipping_v2/model/Rate.js +27 -13
- package/src/shipping_v2/model/RateItem.js +9 -5
- package/src/shipping_v2/model/RateItemID.js +2 -2
- package/src/shipping_v2/model/RateItemType.js +2 -2
- package/src/shipping_v2/model/RequestedDocumentSpecification.js +16 -9
- package/src/shipping_v2/model/RequestedLabelCustomization.js +4 -3
- package/src/shipping_v2/model/RequestedValueAddedService.js +3 -2
- package/src/shipping_v2/model/Service.js +4 -2
- package/src/shipping_v2/model/ServiceSelection.js +5 -4
- package/src/shipping_v2/model/SettlementType.js +2 -2
- package/src/shipping_v2/model/ShipmentType.js +2 -2
- package/src/shipping_v2/model/ShipperInstruction.js +3 -2
- package/src/shipping_v2/model/Status.js +2 -2
- package/src/shipping_v2/model/SubmitNdrFeedbackRequest.js +8 -5
- package/src/shipping_v2/model/SupportedDocumentDetail.js +6 -4
- package/src/shipping_v2/model/SupportedDocumentSpecification.js +11 -8
- package/src/shipping_v2/model/TaxDetail.js +6 -4
- package/src/shipping_v2/model/TaxType.js +2 -2
- package/src/shipping_v2/model/TimeOfDay.js +5 -2
- package/src/shipping_v2/model/TimeWindow.js +4 -2
- package/src/shipping_v2/model/TrackingDetailCodes.js +8 -6
- package/src/shipping_v2/model/TrackingSummary.js +6 -4
- package/src/shipping_v2/model/UnlinkCarrierAccountRequest.js +5 -3
- package/src/shipping_v2/model/UnlinkCarrierAccountResponse.js +3 -2
- package/src/shipping_v2/model/UnmanifestedCarrierInformation.js +6 -3
- package/src/shipping_v2/model/UnmanifestedShipmentLocation.js +5 -3
- package/src/shipping_v2/model/ValidationMetadata.js +5 -2
- package/src/shipping_v2/model/ValueAddedService.js +7 -4
- package/src/shipping_v2/model/ValueAddedServiceDetails.js +4 -3
- package/src/shipping_v2/model/Weight.js +6 -4
- package/src/solicitations_v1/api/SolicitationsApi.js +11 -11
- package/src/solicitations_v1/model/CreateProductReviewAndSellerFeedbackSolicitationResponse.js +4 -3
- package/src/solicitations_v1/model/Error.js +5 -2
- package/src/solicitations_v1/model/GetSchemaResponse.js +8 -5
- package/src/solicitations_v1/model/GetSchemaResponseLinks.js +5 -4
- package/src/solicitations_v1/model/GetSolicitationActionResponse.js +10 -6
- package/src/solicitations_v1/model/GetSolicitationActionResponseEmbedded.js +4 -3
- package/src/solicitations_v1/model/GetSolicitationActionResponseLinks.js +8 -6
- package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponse.js +8 -5
- package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponseEmbedded.js +5 -4
- package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponseLinks.js +8 -6
- package/src/solicitations_v1/model/LinkObject.js +4 -2
- package/src/solicitations_v1/model/SolicitationsAction.js +3 -2
- package/src/supplysources_v2020_07_01/api/SupplySourcesApi.js +21 -21
- package/src/supplysources_v2020_07_01/model/Address.js +13 -2
- package/src/supplysources_v2020_07_01/model/AddressWithContact.js +6 -4
- package/src/supplysources_v2020_07_01/model/ContactDetails.js +4 -3
- package/src/supplysources_v2020_07_01/model/ContactDetailsPrimary.js +4 -2
- package/src/supplysources_v2020_07_01/model/CreateSupplySourceRequest.js +7 -4
- package/src/supplysources_v2020_07_01/model/CreateSupplySourceResponse.js +4 -2
- package/src/supplysources_v2020_07_01/model/CurbsidePickupConfiguration.js +7 -4
- package/src/supplysources_v2020_07_01/model/DeliveryChannel.js +5 -3
- package/src/supplysources_v2020_07_01/model/Duration.js +5 -3
- package/src/supplysources_v2020_07_01/model/Error.js +5 -2
- package/src/supplysources_v2020_07_01/model/ErrorList.js +5 -4
- package/src/supplysources_v2020_07_01/model/GetSupplySourcesResponse.js +5 -3
- package/src/supplysources_v2020_07_01/model/InStorePickupConfiguration.js +5 -3
- package/src/supplysources_v2020_07_01/model/OperatingHour.js +4 -2
- package/src/supplysources_v2020_07_01/model/OperatingHoursByDay.js +16 -9
- package/src/supplysources_v2020_07_01/model/OperationalConfiguration.js +10 -6
- package/src/supplysources_v2020_07_01/model/OutboundCapability.js +11 -6
- package/src/supplysources_v2020_07_01/model/ParkingConfiguration.js +7 -4
- package/src/supplysources_v2020_07_01/model/ParkingCostType.js +2 -2
- package/src/supplysources_v2020_07_01/model/ParkingSpotIdentificationType.js +2 -2
- package/src/supplysources_v2020_07_01/model/ParkingWithAddressConfiguration.js +14 -7
- package/src/supplysources_v2020_07_01/model/PickupChannel.js +11 -6
- package/src/supplysources_v2020_07_01/model/ReturnLocation.js +5 -3
- package/src/supplysources_v2020_07_01/model/ServicesCapability.js +5 -3
- package/src/supplysources_v2020_07_01/model/SupplySource.js +15 -6
- package/src/supplysources_v2020_07_01/model/SupplySourceCapabilities.js +6 -4
- package/src/supplysources_v2020_07_01/model/SupplySourceConfiguration.js +5 -3
- package/src/supplysources_v2020_07_01/model/SupplySourceListInner.js +7 -3
- package/src/supplysources_v2020_07_01/model/SupplySourceStatus.js +2 -2
- package/src/supplysources_v2020_07_01/model/SupplySourceStatusReadOnly.js +2 -2
- package/src/supplysources_v2020_07_01/model/ThroughputCap.js +5 -3
- package/src/supplysources_v2020_07_01/model/ThroughputConfig.js +7 -5
- package/src/supplysources_v2020_07_01/model/ThroughputUnit.js +2 -2
- package/src/supplysources_v2020_07_01/model/TimeUnit.js +2 -2
- package/src/supplysources_v2020_07_01/model/UpdateSupplySourceRequest.js +7 -4
- package/src/supplysources_v2020_07_01/model/UpdateSupplySourceStatusRequest.js +4 -3
- package/src/tokens_v2021_03_01/api/TokensApi.js +7 -7
- package/src/tokens_v2021_03_01/model/CreateRestrictedDataTokenRequest.js +6 -4
- package/src/tokens_v2021_03_01/model/CreateRestrictedDataTokenResponse.js +4 -2
- package/src/tokens_v2021_03_01/model/Error.js +5 -2
- package/src/tokens_v2021_03_01/model/ErrorList.js +4 -3
- package/src/tokens_v2021_03_01/model/RestrictedResource.js +8 -5
- package/src/transfers_v2024_06_01/api/DefaultApi.js +11 -11
- package/src/transfers_v2024_06_01/model/AssignmentType.js +2 -2
- package/src/transfers_v2024_06_01/model/Error.js +5 -2
- package/src/transfers_v2024_06_01/model/ErrorList.js +5 -4
- package/src/transfers_v2024_06_01/model/ExpiryDate.js +4 -2
- package/src/transfers_v2024_06_01/model/GetPaymentMethodsResponse.js +4 -3
- package/src/transfers_v2024_06_01/model/InitiatePayoutRequest.js +4 -2
- package/src/transfers_v2024_06_01/model/InitiatePayoutResponse.js +3 -2
- package/src/transfers_v2024_06_01/model/PaymentMethodDetails.js +12 -5
- package/src/transfers_v2024_06_01/model/PaymentMethodType.js +2 -2
- package/src/uploads_v2020_11_01/api/UploadsApi.js +7 -7
- package/src/uploads_v2020_11_01/model/CreateUploadDestinationResponse.js +6 -4
- package/src/uploads_v2020_11_01/model/Error.js +5 -2
- package/src/uploads_v2020_11_01/model/UploadDestination.js +5 -2
- package/src/vehicles_v2024_11_01/api/AutomotiveApi.js +7 -7
- package/src/vehicles_v2024_11_01/api/VehiclesApi.js +7 -7
- package/src/vehicles_v2024_11_01/model/EngineOutput.js +6 -4
- package/src/vehicles_v2024_11_01/model/EngineOutputUnit.js +2 -2
- package/src/vehicles_v2024_11_01/model/Error.js +5 -2
- package/src/vehicles_v2024_11_01/model/ErrorList.js +5 -4
- package/src/vehicles_v2024_11_01/model/MonthAndYear.js +4 -2
- package/src/vehicles_v2024_11_01/model/Pagination.js +4 -2
- package/src/vehicles_v2024_11_01/model/Vehicle.js +20 -8
- package/src/vehicles_v2024_11_01/model/VehicleIdentifiers.js +6 -4
- package/src/vehicles_v2024_11_01/model/VehicleStandard.js +2 -2
- package/src/vehicles_v2024_11_01/model/VehicleStatusInCatalog.js +2 -2
- package/src/vehicles_v2024_11_01/model/VehiclesResponse.js +7 -5
- package/src/vendordfinventory_v1/api/UpdateInventoryApi.js +7 -7
- package/src/vendordfinventory_v1/model/Error.js +5 -2
- package/src/vendordfinventory_v1/model/InventoryUpdate.js +9 -6
- package/src/vendordfinventory_v1/model/ItemDetails.js +8 -4
- package/src/vendordfinventory_v1/model/ItemQuantity.js +4 -2
- package/src/vendordfinventory_v1/model/PartyIdentification.js +3 -2
- package/src/vendordfinventory_v1/model/SubmitInventoryUpdateRequest.js +4 -3
- package/src/vendordfinventory_v1/model/SubmitInventoryUpdateResponse.js +6 -4
- package/src/vendordfinventory_v1/model/TransactionReference.js +3 -2
- package/src/vendordforders_v2021_12_28/api/VendorOrdersApi.js +15 -15
- package/src/vendordforders_v2021_12_28/model/AcknowledgementStatus.js +4 -2
- package/src/vendordforders_v2021_12_28/model/Address.js +14 -2
- package/src/vendordforders_v2021_12_28/model/BuyerCustomizedInfoDetail.js +3 -2
- package/src/vendordforders_v2021_12_28/model/Error.js +5 -2
- package/src/vendordforders_v2021_12_28/model/ErrorList.js +5 -4
- package/src/vendordforders_v2021_12_28/model/GiftDetails.js +4 -2
- package/src/vendordforders_v2021_12_28/model/ItemQuantity.js +5 -3
- package/src/vendordforders_v2021_12_28/model/Money.js +4 -2
- package/src/vendordforders_v2021_12_28/model/Order.js +5 -3
- package/src/vendordforders_v2021_12_28/model/OrderAcknowledgementItem.js +17 -10
- package/src/vendordforders_v2021_12_28/model/OrderDetails.js +26 -16
- package/src/vendordforders_v2021_12_28/model/OrderItem.js +22 -11
- package/src/vendordforders_v2021_12_28/model/OrderItemAcknowledgement.js +8 -4
- package/src/vendordforders_v2021_12_28/model/OrderList.js +6 -4
- package/src/vendordforders_v2021_12_28/model/Pagination.js +3 -2
- package/src/vendordforders_v2021_12_28/model/PartyIdentification.js +7 -4
- package/src/vendordforders_v2021_12_28/model/ScheduledDeliveryShipment.js +5 -2
- package/src/vendordforders_v2021_12_28/model/ShipmentDates.js +4 -2
- package/src/vendordforders_v2021_12_28/model/ShipmentDetails.js +11 -4
- package/src/vendordforders_v2021_12_28/model/SubmitAcknowledgementRequest.js +4 -3
- package/src/vendordforders_v2021_12_28/model/SubmitAcknowledgementResponse.js +6 -4
- package/src/vendordforders_v2021_12_28/model/TaxDetails.js +10 -6
- package/src/vendordforders_v2021_12_28/model/TaxItemDetails.js +4 -3
- package/src/vendordforders_v2021_12_28/model/TaxRegistrationDetails.js +8 -4
- package/src/vendordforders_v2021_12_28/model/TransactionId.js +3 -2
- package/src/vendordfpayments_v1/api/VendorInvoiceApi.js +7 -7
- package/src/vendordfpayments_v1/model/AdditionalDetails.js +7 -4
- package/src/vendordfpayments_v1/model/Address.js +13 -2
- package/src/vendordfpayments_v1/model/ChargeDetails.js +10 -7
- package/src/vendordfpayments_v1/model/Error.js +5 -2
- package/src/vendordfpayments_v1/model/InvoiceDetail.js +27 -14
- package/src/vendordfpayments_v1/model/InvoiceItem.js +18 -8
- package/src/vendordfpayments_v1/model/ItemQuantity.js +4 -2
- package/src/vendordfpayments_v1/model/Money.js +4 -2
- package/src/vendordfpayments_v1/model/PartyIdentification.js +7 -4
- package/src/vendordfpayments_v1/model/SubmitInvoiceRequest.js +4 -3
- package/src/vendordfpayments_v1/model/SubmitInvoiceResponse.js +6 -4
- package/src/vendordfpayments_v1/model/TaxDetail.js +11 -7
- package/src/vendordfpayments_v1/model/TaxRegistrationDetail.js +8 -4
- package/src/vendordfpayments_v1/model/TransactionReference.js +3 -2
- package/src/vendordfshipping_v2021_12_28/api/CreateContainerLabelApi.js +7 -7
- package/src/vendordfshipping_v2021_12_28/api/CustomerInvoicesApi.js +9 -9
- package/src/vendordfshipping_v2021_12_28/api/VendorShippingApi.js +17 -17
- package/src/vendordfshipping_v2021_12_28/api/VendorShippingLabelsApi.js +17 -17
- package/src/vendordfshipping_v2021_12_28/model/Address.js +13 -2
- package/src/vendordfshipping_v2021_12_28/model/CarrierId.js +2 -2
- package/src/vendordfshipping_v2021_12_28/model/Container.js +21 -9
- package/src/vendordfshipping_v2021_12_28/model/ContainerLabel.js +7 -4
- package/src/vendordfshipping_v2021_12_28/model/ContainerLabelFormat.js +2 -2
- package/src/vendordfshipping_v2021_12_28/model/CreateContainerLabelRequest.js +15 -10
- package/src/vendordfshipping_v2021_12_28/model/CreateContainerLabelResponse.js +5 -4
- package/src/vendordfshipping_v2021_12_28/model/CreateShippingLabelsRequest.js +10 -7
- package/src/vendordfshipping_v2021_12_28/model/CustomerInvoice.js +4 -2
- package/src/vendordfshipping_v2021_12_28/model/CustomerInvoiceList.js +6 -4
- package/src/vendordfshipping_v2021_12_28/model/Dimensions.js +8 -4
- package/src/vendordfshipping_v2021_12_28/model/Error.js +5 -2
- package/src/vendordfshipping_v2021_12_28/model/ErrorList.js +5 -4
- package/src/vendordfshipping_v2021_12_28/model/Item.js +8 -4
- package/src/vendordfshipping_v2021_12_28/model/ItemQuantity.js +4 -2
- package/src/vendordfshipping_v2021_12_28/model/LabelData.js +7 -2
- package/src/vendordfshipping_v2021_12_28/model/Package.js +3 -2
- package/src/vendordfshipping_v2021_12_28/model/PackedItem.js +9 -4
- package/src/vendordfshipping_v2021_12_28/model/PackingSlip.js +6 -3
- package/src/vendordfshipping_v2021_12_28/model/PackingSlipList.js +6 -4
- package/src/vendordfshipping_v2021_12_28/model/Pagination.js +3 -2
- package/src/vendordfshipping_v2021_12_28/model/PartyIdentification.js +7 -4
- package/src/vendordfshipping_v2021_12_28/model/ShipmentConfirmation.js +17 -11
- package/src/vendordfshipping_v2021_12_28/model/ShipmentDetails.js +9 -4
- package/src/vendordfshipping_v2021_12_28/model/ShipmentSchedule.js +5 -2
- package/src/vendordfshipping_v2021_12_28/model/ShipmentStatusUpdate.js +12 -8
- package/src/vendordfshipping_v2021_12_28/model/ShippingLabel.js +15 -10
- package/src/vendordfshipping_v2021_12_28/model/ShippingLabelList.js +6 -4
- package/src/vendordfshipping_v2021_12_28/model/ShippingLabelRequest.js +11 -7
- package/src/vendordfshipping_v2021_12_28/model/StatusUpdateDetails.js +11 -5
- package/src/vendordfshipping_v2021_12_28/model/SubmitShipmentConfirmationsRequest.js +4 -3
- package/src/vendordfshipping_v2021_12_28/model/SubmitShipmentStatusUpdatesRequest.js +4 -3
- package/src/vendordfshipping_v2021_12_28/model/SubmitShippingLabelsRequest.js +4 -3
- package/src/vendordfshipping_v2021_12_28/model/TaxRegistrationDetails.js +8 -4
- package/src/vendordfshipping_v2021_12_28/model/TransactionReference.js +3 -2
- package/src/vendordfshipping_v2021_12_28/model/Weight.js +6 -4
- package/src/vendordftransactions_v2021_12_28/api/VendorTransactionApi.js +5 -5
- package/src/vendordftransactions_v2021_12_28/model/Error.js +5 -2
- package/src/vendordftransactions_v2021_12_28/model/ErrorList.js +5 -4
- package/src/vendordftransactions_v2021_12_28/model/Transaction.js +8 -5
- package/src/vendordftransactions_v2021_12_28/model/TransactionStatus.js +4 -3
- package/src/vendorinvoices_v1/api/VendorPaymentsApi.js +7 -7
- package/src/vendorinvoices_v1/model/AdditionalDetails.js +7 -4
- package/src/vendorinvoices_v1/model/Address.js +13 -2
- package/src/vendorinvoices_v1/model/AllowanceDetails.js +11 -7
- package/src/vendorinvoices_v1/model/ChargeDetails.js +11 -7
- package/src/vendorinvoices_v1/model/CreditNoteDetails.js +9 -2
- package/src/vendorinvoices_v1/model/Error.js +5 -2
- package/src/vendorinvoices_v1/model/Invoice.js +32 -17
- package/src/vendorinvoices_v1/model/InvoiceItem.js +23 -11
- package/src/vendorinvoices_v1/model/ItemQuantity.js +9 -5
- package/src/vendorinvoices_v1/model/Money.js +4 -2
- package/src/vendorinvoices_v1/model/NetCostUnitOfMeasure.js +2 -2
- package/src/vendorinvoices_v1/model/PartyIdentification.js +7 -4
- package/src/vendorinvoices_v1/model/PaymentTerms.js +7 -3
- package/src/vendorinvoices_v1/model/SubmitInvoicesRequest.js +4 -3
- package/src/vendorinvoices_v1/model/SubmitInvoicesResponse.js +6 -4
- package/src/vendorinvoices_v1/model/TaxDetails.js +11 -7
- package/src/vendorinvoices_v1/model/TaxRegistrationDetails.js +6 -4
- package/src/vendorinvoices_v1/model/TotalWeight.js +6 -4
- package/src/vendorinvoices_v1/model/TransactionId.js +3 -2
- package/src/vendororders_v1/api/VendorOrdersApi.js +27 -27
- package/src/vendororders_v1/model/AcknowledgementStatusDetails.js +7 -4
- package/src/vendororders_v1/model/Address.js +13 -2
- package/src/vendororders_v1/model/Error.js +5 -2
- package/src/vendororders_v1/model/GetPurchaseOrderResponse.js +6 -4
- package/src/vendororders_v1/model/GetPurchaseOrdersResponse.js +6 -4
- package/src/vendororders_v1/model/GetPurchaseOrdersStatusResponse.js +6 -4
- package/src/vendororders_v1/model/ImportDetails.js +9 -4
- package/src/vendororders_v1/model/ItemQuantity.js +6 -3
- package/src/vendororders_v1/model/Money.js +6 -3
- package/src/vendororders_v1/model/Order.js +8 -5
- package/src/vendororders_v1/model/OrderAcknowledgement.js +10 -6
- package/src/vendororders_v1/model/OrderAcknowledgementItem.js +16 -8
- package/src/vendororders_v1/model/OrderDetails.js +25 -11
- package/src/vendororders_v1/model/OrderItem.js +13 -6
- package/src/vendororders_v1/model/OrderItemAcknowledgement.js +12 -7
- package/src/vendororders_v1/model/OrderItemStatus.js +15 -7
- package/src/vendororders_v1/model/OrderItemStatusAcknowledgementStatus.js +10 -6
- package/src/vendororders_v1/model/OrderItemStatusOrderedQuantity.js +6 -4
- package/src/vendororders_v1/model/OrderItemStatusReceivingStatus.js +7 -4
- package/src/vendororders_v1/model/OrderList.js +6 -4
- package/src/vendororders_v1/model/OrderListStatus.js +6 -4
- package/src/vendororders_v1/model/OrderStatus.js +17 -10
- package/src/vendororders_v1/model/OrderedQuantityDetails.js +7 -4
- package/src/vendororders_v1/model/Pagination.js +3 -2
- package/src/vendororders_v1/model/PartyIdentification.js +7 -4
- package/src/vendororders_v1/model/SubmitAcknowledgementRequest.js +4 -3
- package/src/vendororders_v1/model/SubmitAcknowledgementResponse.js +6 -4
- package/src/vendororders_v1/model/TaxRegistrationDetails.js +6 -4
- package/src/vendororders_v1/model/TransactionId.js +3 -2
- package/src/vendorshipments_v1/api/VendorShippingApi.js +19 -19
- package/src/vendorshipments_v1/model/Address.js +13 -2
- package/src/vendorshipments_v1/model/CarrierDetails.js +7 -2
- package/src/vendorshipments_v1/model/Carton.js +13 -7
- package/src/vendorshipments_v1/model/CartonReferenceDetails.js +6 -4
- package/src/vendorshipments_v1/model/CollectFreightPickupDetails.js +5 -2
- package/src/vendorshipments_v1/model/ContainerIdentification.js +6 -4
- package/src/vendorshipments_v1/model/ContainerItem.js +8 -5
- package/src/vendorshipments_v1/model/ContainerSequenceNumbers.js +3 -2
- package/src/vendorshipments_v1/model/Containers.js +20 -10
- package/src/vendorshipments_v1/model/Dimensions.js +8 -4
- package/src/vendorshipments_v1/model/Duration.js +6 -4
- package/src/vendorshipments_v1/model/Error.js +5 -2
- package/src/vendorshipments_v1/model/Expiry.js +6 -3
- package/src/vendorshipments_v1/model/GetShipmentDetailsResponse.js +6 -4
- package/src/vendorshipments_v1/model/GetShipmentLabels.js +6 -4
- package/src/vendorshipments_v1/model/ImportDetails.js +13 -6
- package/src/vendorshipments_v1/model/InnerContainersDetails.js +5 -3
- package/src/vendorshipments_v1/model/Item.js +10 -5
- package/src/vendorshipments_v1/model/ItemDetails.js +10 -5
- package/src/vendorshipments_v1/model/ItemQuantity.js +9 -5
- package/src/vendorshipments_v1/model/LabelData.js +8 -3
- package/src/vendorshipments_v1/model/Location.js +5 -2
- package/src/vendorshipments_v1/model/Money.js +4 -2
- package/src/vendorshipments_v1/model/PackageItemDetails.js +6 -3
- package/src/vendorshipments_v1/model/PackedItems.js +9 -4
- package/src/vendorshipments_v1/model/PackedQuantity.js +7 -4
- package/src/vendorshipments_v1/model/Pagination.js +3 -2
- package/src/vendorshipments_v1/model/Pallet.js +15 -8
- package/src/vendorshipments_v1/model/PartyIdentification.js +7 -4
- package/src/vendorshipments_v1/model/PurchaseOrderItemDetails.js +4 -3
- package/src/vendorshipments_v1/model/PurchaseOrderItems.js +10 -5
- package/src/vendorshipments_v1/model/PurchaseOrders.js +7 -3
- package/src/vendorshipments_v1/model/Route.js +5 -4
- package/src/vendorshipments_v1/model/Shipment.js +39 -19
- package/src/vendorshipments_v1/model/ShipmentConfirmation.js +36 -19
- package/src/vendorshipments_v1/model/ShipmentDetails.js +6 -4
- package/src/vendorshipments_v1/model/ShipmentInformation.js +14 -6
- package/src/vendorshipments_v1/model/ShipmentMeasurements.js +8 -4
- package/src/vendorshipments_v1/model/ShipmentStatusDetails.js +5 -3
- package/src/vendorshipments_v1/model/Stop.js +9 -5
- package/src/vendorshipments_v1/model/SubmitShipmentConfirmationsRequest.js +4 -3
- package/src/vendorshipments_v1/model/SubmitShipmentConfirmationsResponse.js +6 -4
- package/src/vendorshipments_v1/model/SubmitShipments.js +4 -3
- package/src/vendorshipments_v1/model/TaxRegistrationDetails.js +6 -4
- package/src/vendorshipments_v1/model/TotalWeight.js +6 -4
- package/src/vendorshipments_v1/model/TransactionReference.js +3 -2
- package/src/vendorshipments_v1/model/TransportLabel.js +7 -4
- package/src/vendorshipments_v1/model/TransportShipmentMeasurements.js +9 -4
- package/src/vendorshipments_v1/model/TransportationDetails.js +12 -5
- package/src/vendorshipments_v1/model/TransportationDetailsForShipmentConfirmation.js +7 -3
- package/src/vendorshipments_v1/model/TransportationLabels.js +6 -4
- package/src/vendorshipments_v1/model/VendorDetails.js +5 -3
- package/src/vendorshipments_v1/model/Volume.js +6 -4
- package/src/vendorshipments_v1/model/Weight.js +6 -4
- package/src/vendortransactionstatus_v1/api/VendorTransactionApi.js +5 -5
- package/src/vendortransactionstatus_v1/model/Error.js +5 -2
- package/src/vendortransactionstatus_v1/model/GetTransactionResponse.js +6 -4
- package/src/vendortransactionstatus_v1/model/Transaction.js +8 -5
- package/src/vendortransactionstatus_v1/model/TransactionStatus.js +4 -3
- package/src/messaging_v1/model/CreateNegativeFeedbackRemovalResponse.js +0 -63
|
@@ -27,15 +27,15 @@ import { DefaultRateLimitFetcher } from '../../../helper/DefaultRateLimitFetcher
|
|
|
27
27
|
* @version 2021-08-01
|
|
28
28
|
*/
|
|
29
29
|
export class ListingsApi {
|
|
30
|
-
// Private
|
|
30
|
+
// Private member stores the default rate limiters
|
|
31
31
|
#defaultRateLimiterMap
|
|
32
32
|
|
|
33
33
|
/**
|
|
34
34
|
* Constructs a new ListingsApi.
|
|
35
35
|
* @alias module:listingsitems_v2021_08_01/api/ListingsApi
|
|
36
36
|
* @class
|
|
37
|
-
* @param {
|
|
38
|
-
* default to {@link
|
|
37
|
+
* @param {ApiClient} [apiClient] Optional API client implementation to use,
|
|
38
|
+
* default to {@link ApiClient#instance} if unspecified.
|
|
39
39
|
*/
|
|
40
40
|
constructor (apiClient) {
|
|
41
41
|
this.apiClient = apiClient || ApiClient.instance
|
|
@@ -71,13 +71,13 @@ export class ListingsApi {
|
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
/**
|
|
74
|
-
* Delete a listings item for a selling partner. **
|
|
74
|
+
* Delete a listings item for a selling partner. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput can receive higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api) in the Selling Partner API documentation.
|
|
75
75
|
* @param {String} sellerId A selling partner identifier, such as a merchant account or vendor code.
|
|
76
76
|
* @param {String} sku A selling partner provided identifier for an Amazon listing.
|
|
77
|
-
* @param {
|
|
77
|
+
* @param {[String]} marketplaceIds A comma-delimited list of Amazon marketplace identifiers for the request.
|
|
78
78
|
* @param {Object} opts Optional parameters
|
|
79
79
|
* @param {String} opts.issueLocale A locale for localization of issues. When not provided, the default language code of the first marketplace is used. Examples: `en_US`, `fr_CA`, `fr_FR`. Localized messages default to `en_US` when a localization is not available in the specified locale.
|
|
80
|
-
* @return {Promise
|
|
80
|
+
* @return {Promise<ListingsItemSubmissionResponse>}
|
|
81
81
|
*/
|
|
82
82
|
deleteListingsItemWithHttpInfo (sellerId, sku, marketplaceIds, opts) {
|
|
83
83
|
opts = opts || {}
|
|
@@ -123,13 +123,13 @@ export class ListingsApi {
|
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
/**
|
|
126
|
-
* Delete a listings item for a selling partner. **
|
|
126
|
+
* Delete a listings item for a selling partner. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput can receive higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api) in the Selling Partner API documentation.
|
|
127
127
|
* @param {String} sellerId A selling partner identifier, such as a merchant account or vendor code.
|
|
128
128
|
* @param {String} sku A selling partner provided identifier for an Amazon listing.
|
|
129
|
-
* @param {
|
|
129
|
+
* @param {[String]} marketplaceIds A comma-delimited list of Amazon marketplace identifiers for the request.
|
|
130
130
|
* @param {Object} opts Optional parameters
|
|
131
131
|
* @param {String} opts.issueLocale A locale for localization of issues. When not provided, the default language code of the first marketplace is used. Examples: `en_US`, `fr_CA`, `fr_FR`. Localized messages default to `en_US` when a localization is not available in the specified locale.
|
|
132
|
-
* @return {Promise
|
|
132
|
+
* @return {Promise<ListingsItemSubmissionResponse>}
|
|
133
133
|
*/
|
|
134
134
|
deleteListingsItem (sellerId, sku, marketplaceIds, opts) {
|
|
135
135
|
return this.deleteListingsItemWithHttpInfo(sellerId, sku, marketplaceIds, opts)
|
|
@@ -142,11 +142,11 @@ export class ListingsApi {
|
|
|
142
142
|
* Returns details about a listings item for a selling partner. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput can receive higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api) in the Selling Partner API documentation.
|
|
143
143
|
* @param {String} sellerId A selling partner identifier, such as a merchant account or vendor code.
|
|
144
144
|
* @param {String} sku A selling partner provided identifier for an Amazon listing.
|
|
145
|
-
* @param {
|
|
145
|
+
* @param {[String]} marketplaceIds A comma-delimited list of Amazon marketplace identifiers for the request.
|
|
146
146
|
* @param {Object} opts Optional parameters
|
|
147
147
|
* @param {String} opts.issueLocale A locale for localization of issues. When not provided, the default language code of the first marketplace is used. Examples: `en_US`, `fr_CA`, `fr_FR`. Localized messages default to `en_US` when a localization is not available in the specified locale.
|
|
148
|
-
* @param {
|
|
149
|
-
* @return {Promise
|
|
148
|
+
* @param {[String]} opts.includedData A comma-delimited list of data sets to include in the response. Default: `summaries`.
|
|
149
|
+
* @return {Promise<Item>}
|
|
150
150
|
*/
|
|
151
151
|
getListingsItemWithHttpInfo (sellerId, sku, marketplaceIds, opts) {
|
|
152
152
|
opts = opts || {}
|
|
@@ -196,11 +196,11 @@ export class ListingsApi {
|
|
|
196
196
|
* Returns details about a listings item for a selling partner. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput can receive higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api) in the Selling Partner API documentation.
|
|
197
197
|
* @param {String} sellerId A selling partner identifier, such as a merchant account or vendor code.
|
|
198
198
|
* @param {String} sku A selling partner provided identifier for an Amazon listing.
|
|
199
|
-
* @param {
|
|
199
|
+
* @param {[String]} marketplaceIds A comma-delimited list of Amazon marketplace identifiers for the request.
|
|
200
200
|
* @param {Object} opts Optional parameters
|
|
201
201
|
* @param {String} opts.issueLocale A locale for localization of issues. When not provided, the default language code of the first marketplace is used. Examples: `en_US`, `fr_CA`, `fr_FR`. Localized messages default to `en_US` when a localization is not available in the specified locale.
|
|
202
|
-
* @param {
|
|
203
|
-
* @return {Promise
|
|
202
|
+
* @param {[String]} opts.includedData A comma-delimited list of data sets to include in the response. Default: `summaries`.
|
|
203
|
+
* @return {Promise<Item>}
|
|
204
204
|
*/
|
|
205
205
|
getListingsItem (sellerId, sku, marketplaceIds, opts) {
|
|
206
206
|
return this.getListingsItemWithHttpInfo(sellerId, sku, marketplaceIds, opts)
|
|
@@ -213,13 +213,13 @@ export class ListingsApi {
|
|
|
213
213
|
* Partially update (patch) a listings item for a selling partner. Only top-level listings item attributes can be patched. Patching nested attributes is not supported. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput can receive higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api) in the Selling Partner API documentation.
|
|
214
214
|
* @param {String} sellerId A selling partner identifier, such as a merchant account or vendor code.
|
|
215
215
|
* @param {String} sku A selling partner provided identifier for an Amazon listing.
|
|
216
|
-
* @param {
|
|
217
|
-
* @param {
|
|
216
|
+
* @param {[String]} marketplaceIds A comma-delimited list of Amazon marketplace identifiers for the request.
|
|
217
|
+
* @param {ListingsItemPatchRequest} body The request body schema for the `patchListingsItem` operation.
|
|
218
218
|
* @param {Object} opts Optional parameters
|
|
219
|
-
* @param {
|
|
220
|
-
* @param {
|
|
219
|
+
* @param {[String]} opts.includedData A comma-delimited list of data sets to include in the response. Default: `issues`.
|
|
220
|
+
* @param {String} opts.mode The mode of operation for the request.
|
|
221
221
|
* @param {String} opts.issueLocale A locale for localization of issues. When not provided, the default language code of the first marketplace is used. Examples: `en_US`, `fr_CA`, `fr_FR`. Localized messages default to `en_US` when a localization is not available in the specified locale.
|
|
222
|
-
* @return {Promise
|
|
222
|
+
* @return {Promise<ListingsItemSubmissionResponse>}
|
|
223
223
|
*/
|
|
224
224
|
patchListingsItemWithHttpInfo (sellerId, sku, marketplaceIds, body, opts) {
|
|
225
225
|
opts = opts || {}
|
|
@@ -275,13 +275,13 @@ export class ListingsApi {
|
|
|
275
275
|
* Partially update (patch) a listings item for a selling partner. Only top-level listings item attributes can be patched. Patching nested attributes is not supported. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput can receive higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api) in the Selling Partner API documentation.
|
|
276
276
|
* @param {String} sellerId A selling partner identifier, such as a merchant account or vendor code.
|
|
277
277
|
* @param {String} sku A selling partner provided identifier for an Amazon listing.
|
|
278
|
-
* @param {
|
|
279
|
-
* @param {
|
|
278
|
+
* @param {[String]} marketplaceIds A comma-delimited list of Amazon marketplace identifiers for the request.
|
|
279
|
+
* @param {ListingsItemPatchRequest} body The request body schema for the `patchListingsItem` operation.
|
|
280
280
|
* @param {Object} opts Optional parameters
|
|
281
|
-
* @param {
|
|
282
|
-
* @param {
|
|
281
|
+
* @param {[String]} opts.includedData A comma-delimited list of data sets to include in the response. Default: `issues`.
|
|
282
|
+
* @param {String} opts.mode The mode of operation for the request.
|
|
283
283
|
* @param {String} opts.issueLocale A locale for localization of issues. When not provided, the default language code of the first marketplace is used. Examples: `en_US`, `fr_CA`, `fr_FR`. Localized messages default to `en_US` when a localization is not available in the specified locale.
|
|
284
|
-
* @return {Promise
|
|
284
|
+
* @return {Promise<ListingsItemSubmissionResponse>}
|
|
285
285
|
*/
|
|
286
286
|
patchListingsItem (sellerId, sku, marketplaceIds, body, opts) {
|
|
287
287
|
return this.patchListingsItemWithHttpInfo(sellerId, sku, marketplaceIds, body, opts)
|
|
@@ -294,13 +294,13 @@ export class ListingsApi {
|
|
|
294
294
|
* Creates a new or fully-updates an existing listings item for a selling partner. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput can receive higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api) in the Selling Partner API documentation.
|
|
295
295
|
* @param {String} sellerId A selling partner identifier, such as a merchant account or vendor code.
|
|
296
296
|
* @param {String} sku A selling partner provided identifier for an Amazon listing.
|
|
297
|
-
* @param {
|
|
298
|
-
* @param {
|
|
297
|
+
* @param {[String]} marketplaceIds A comma-delimited list of Amazon marketplace identifiers for the request.
|
|
298
|
+
* @param {ListingsItemPutRequest} body The request body schema for the `putListingsItem` operation.
|
|
299
299
|
* @param {Object} opts Optional parameters
|
|
300
|
-
* @param {
|
|
301
|
-
* @param {
|
|
300
|
+
* @param {[String]} opts.includedData A comma-delimited list of data sets to include in the response. Default: `issues`.
|
|
301
|
+
* @param {String} opts.mode The mode of operation for the request.
|
|
302
302
|
* @param {String} opts.issueLocale A locale for localization of issues. When not provided, the default language code of the first marketplace is used. Examples: `en_US`, `fr_CA`, `fr_FR`. Localized messages default to `en_US` when a localization is not available in the specified locale.
|
|
303
|
-
* @return {Promise
|
|
303
|
+
* @return {Promise<ListingsItemSubmissionResponse>}
|
|
304
304
|
*/
|
|
305
305
|
putListingsItemWithHttpInfo (sellerId, sku, marketplaceIds, body, opts) {
|
|
306
306
|
opts = opts || {}
|
|
@@ -356,13 +356,13 @@ export class ListingsApi {
|
|
|
356
356
|
* Creates a new or fully-updates an existing listings item for a selling partner. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput can receive higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api) in the Selling Partner API documentation.
|
|
357
357
|
* @param {String} sellerId A selling partner identifier, such as a merchant account or vendor code.
|
|
358
358
|
* @param {String} sku A selling partner provided identifier for an Amazon listing.
|
|
359
|
-
* @param {
|
|
360
|
-
* @param {
|
|
359
|
+
* @param {[String]} marketplaceIds A comma-delimited list of Amazon marketplace identifiers for the request.
|
|
360
|
+
* @param {ListingsItemPutRequest} body The request body schema for the `putListingsItem` operation.
|
|
361
361
|
* @param {Object} opts Optional parameters
|
|
362
|
-
* @param {
|
|
363
|
-
* @param {
|
|
362
|
+
* @param {[String]} opts.includedData A comma-delimited list of data sets to include in the response. Default: `issues`.
|
|
363
|
+
* @param {String} opts.mode The mode of operation for the request.
|
|
364
364
|
* @param {String} opts.issueLocale A locale for localization of issues. When not provided, the default language code of the first marketplace is used. Examples: `en_US`, `fr_CA`, `fr_FR`. Localized messages default to `en_US` when a localization is not available in the specified locale.
|
|
365
|
-
* @return {Promise
|
|
365
|
+
* @return {Promise<ListingsItemSubmissionResponse>}
|
|
366
366
|
*/
|
|
367
367
|
putListingsItem (sellerId, sku, marketplaceIds, body, opts) {
|
|
368
368
|
return this.putListingsItemWithHttpInfo(sellerId, sku, marketplaceIds, body, opts)
|
|
@@ -374,26 +374,26 @@ export class ListingsApi {
|
|
|
374
374
|
/**
|
|
375
375
|
* Search for and return a list of selling partner listings items and their respective details. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that are applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
376
376
|
* @param {String} sellerId A selling partner identifier, such as a merchant account or vendor code.
|
|
377
|
-
* @param {
|
|
377
|
+
* @param {[String]} marketplaceIds A comma-delimited list of Amazon marketplace identifiers for the request.
|
|
378
378
|
* @param {Object} opts Optional parameters
|
|
379
379
|
* @param {String} opts.issueLocale A locale that is used to localize issues. When not provided, the default language code of the first marketplace is used. Examples: \"en_US\", \"fr_CA\", \"fr_FR\". When a localization is not available in the specified locale, localized messages default to \"en_US\".
|
|
380
|
-
* @param {
|
|
381
|
-
* @param {
|
|
382
|
-
* @param {
|
|
380
|
+
* @param {[String]} opts.includedData A comma-delimited list of datasets that you want to include in the response. Default: `summaries`.
|
|
381
|
+
* @param {[String]} opts.identifiers A comma-delimited list of product identifiers that you can use to search for listings items. **Note**: 1. This is required when you specify `identifiersType`. 2. You cannot use 'identifiers' if you specify `variationParentSku` or `packageHierarchySku`.
|
|
382
|
+
* @param {String} opts.identifiersType A type of product identifiers that you can use to search for listings items. **Note**: This is required when `identifiers` is provided.
|
|
383
383
|
* @param {String} opts.variationParentSku Filters results to include listing items that are variation children of the specified SKU. **Note**: You cannot use `variationParentSku` if you include `identifiers` or `packageHierarchySku` in your request.
|
|
384
384
|
* @param {String} opts.packageHierarchySku Filter results to include listing items that contain or are contained by the specified SKU. **Note**: You cannot use `packageHierarchySku` if you include `identifiers` or `variationParentSku` in your request.
|
|
385
385
|
* @param {Date} opts.createdAfter A date-time that is used to filter listing items. The response includes listings items that were created at or after this time. Values are in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
386
386
|
* @param {Date} opts.createdBefore A date-time that is used to filter listing items. The response includes listings items that were created at or before this time. Values are in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
387
387
|
* @param {Date} opts.lastUpdatedAfter A date-time that is used to filter listing items. The response includes listings items that were last updated at or after this time. Values are in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
388
388
|
* @param {Date} opts.lastUpdatedBefore A date-time that is used to filter listing items. The response includes listings items that were last updated at or before this time. Values are in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
389
|
-
* @param {
|
|
390
|
-
* @param {
|
|
391
|
-
* @param {
|
|
392
|
-
* @param {
|
|
393
|
-
* @param {
|
|
389
|
+
* @param {[String]} opts.withIssueSeverity Filter results to include only listing items that have issues that match one or more of the specified severity levels.
|
|
390
|
+
* @param {[String]} opts.withStatus Filter results to include only listing items that have the specified status.
|
|
391
|
+
* @param {[String]} opts.withoutStatus Filter results to include only listing items that don't contain the specified statuses.
|
|
392
|
+
* @param {String} opts.sortBy An attribute by which to sort the returned listing items. (default to 'lastUpdatedDate')
|
|
393
|
+
* @param {String} opts.sortOrder The order in which to sort the result items. (default to 'DESC')
|
|
394
394
|
* @param {Number} opts.pageSize The number of results that you want to include on each page. (default to 10)
|
|
395
395
|
* @param {String} opts.pageToken A token that you can use to fetch a specific page when there are multiple pages of results.
|
|
396
|
-
* @return {Promise
|
|
396
|
+
* @return {Promise<ItemSearchResults>}
|
|
397
397
|
*/
|
|
398
398
|
searchListingsItemsWithHttpInfo (sellerId, marketplaceIds, opts) {
|
|
399
399
|
opts = opts || {}
|
|
@@ -451,26 +451,26 @@ export class ListingsApi {
|
|
|
451
451
|
/**
|
|
452
452
|
* Search for and return a list of selling partner listings items and their respective details. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that are applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
453
453
|
* @param {String} sellerId A selling partner identifier, such as a merchant account or vendor code.
|
|
454
|
-
* @param {
|
|
454
|
+
* @param {[String]} marketplaceIds A comma-delimited list of Amazon marketplace identifiers for the request.
|
|
455
455
|
* @param {Object} opts Optional parameters
|
|
456
456
|
* @param {String} opts.issueLocale A locale that is used to localize issues. When not provided, the default language code of the first marketplace is used. Examples: \"en_US\", \"fr_CA\", \"fr_FR\". When a localization is not available in the specified locale, localized messages default to \"en_US\".
|
|
457
|
-
* @param {
|
|
458
|
-
* @param {
|
|
459
|
-
* @param {
|
|
457
|
+
* @param {[String]} opts.includedData A comma-delimited list of datasets that you want to include in the response. Default: `summaries`.
|
|
458
|
+
* @param {[String]} opts.identifiers A comma-delimited list of product identifiers that you can use to search for listings items. **Note**: 1. This is required when you specify `identifiersType`. 2. You cannot use 'identifiers' if you specify `variationParentSku` or `packageHierarchySku`.
|
|
459
|
+
* @param {String} opts.identifiersType A type of product identifiers that you can use to search for listings items. **Note**: This is required when `identifiers` is provided.
|
|
460
460
|
* @param {String} opts.variationParentSku Filters results to include listing items that are variation children of the specified SKU. **Note**: You cannot use `variationParentSku` if you include `identifiers` or `packageHierarchySku` in your request.
|
|
461
461
|
* @param {String} opts.packageHierarchySku Filter results to include listing items that contain or are contained by the specified SKU. **Note**: You cannot use `packageHierarchySku` if you include `identifiers` or `variationParentSku` in your request.
|
|
462
462
|
* @param {Date} opts.createdAfter A date-time that is used to filter listing items. The response includes listings items that were created at or after this time. Values are in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
463
463
|
* @param {Date} opts.createdBefore A date-time that is used to filter listing items. The response includes listings items that were created at or before this time. Values are in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
464
464
|
* @param {Date} opts.lastUpdatedAfter A date-time that is used to filter listing items. The response includes listings items that were last updated at or after this time. Values are in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
465
465
|
* @param {Date} opts.lastUpdatedBefore A date-time that is used to filter listing items. The response includes listings items that were last updated at or before this time. Values are in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
466
|
-
* @param {
|
|
467
|
-
* @param {
|
|
468
|
-
* @param {
|
|
469
|
-
* @param {
|
|
470
|
-
* @param {
|
|
466
|
+
* @param {[String]} opts.withIssueSeverity Filter results to include only listing items that have issues that match one or more of the specified severity levels.
|
|
467
|
+
* @param {[String]} opts.withStatus Filter results to include only listing items that have the specified status.
|
|
468
|
+
* @param {[String]} opts.withoutStatus Filter results to include only listing items that don't contain the specified statuses.
|
|
469
|
+
* @param {String} opts.sortBy An attribute by which to sort the returned listing items. (default to 'lastUpdatedDate')
|
|
470
|
+
* @param {String} opts.sortOrder The order in which to sort the result items. (default to 'DESC')
|
|
471
471
|
* @param {Number} opts.pageSize The number of results that you want to include on each page. (default to 10)
|
|
472
472
|
* @param {String} opts.pageToken A token that you can use to fetch a specific page when there are multiple pages of results.
|
|
473
|
-
* @return {Promise
|
|
473
|
+
* @return {Promise<ItemSearchResults>}
|
|
474
474
|
*/
|
|
475
475
|
searchListingsItems (sellerId, marketplaceIds, opts) {
|
|
476
476
|
return this.searchListingsItemsWithHttpInfo(sellerId, marketplaceIds, opts)
|
|
@@ -32,8 +32,8 @@ export class Audience {
|
|
|
32
32
|
* Constructs a <code>Audience</code> from a plain JavaScript object, optionally creating a new instance.
|
|
33
33
|
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
34
34
|
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
35
|
-
* @param {
|
|
36
|
-
* @return {
|
|
35
|
+
* @param {Audience} obj Optional instance to populate.
|
|
36
|
+
* @return {Audience} The populated <code>Audience</code> instance.
|
|
37
37
|
*/
|
|
38
38
|
static constructFromObject (data, obj) {
|
|
39
39
|
if (data) {
|
|
@@ -59,11 +59,13 @@ export class Audience {
|
|
|
59
59
|
/**
|
|
60
60
|
* Name of the audience an offer is applicable to. Common values: * 'ALL' - Standard offer audience for buyers on Amazon retail websites. * 'B2B' - Offer audience for Amazon Business website buyers.
|
|
61
61
|
* @member {String} value
|
|
62
|
+
* @type {String}
|
|
62
63
|
*/
|
|
63
64
|
Audience.prototype.value = undefined
|
|
64
65
|
|
|
65
66
|
/**
|
|
66
67
|
* Localized display name for the audience.
|
|
67
68
|
* @member {String} displayName
|
|
69
|
+
* @type {String}
|
|
68
70
|
*/
|
|
69
71
|
Audience.prototype.displayName = undefined
|
|
@@ -36,8 +36,8 @@ export class Error {
|
|
|
36
36
|
* Constructs a <code>Error</code> from a plain JavaScript object, optionally creating a new instance.
|
|
37
37
|
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
38
38
|
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
39
|
-
* @param {
|
|
40
|
-
* @return {
|
|
39
|
+
* @param {Error} obj Optional instance to populate.
|
|
40
|
+
* @return {Error} The populated <code>Error</code> instance.
|
|
41
41
|
*/
|
|
42
42
|
static constructFromObject (data, obj) {
|
|
43
43
|
if (data) {
|
|
@@ -64,17 +64,20 @@ export class Error {
|
|
|
64
64
|
/**
|
|
65
65
|
* An error code that identifies the type of error that occurred.
|
|
66
66
|
* @member {String} code
|
|
67
|
+
* @type {String}
|
|
67
68
|
*/
|
|
68
69
|
Error.prototype.code = undefined
|
|
69
70
|
|
|
70
71
|
/**
|
|
71
72
|
* A message that describes the error condition.
|
|
72
73
|
* @member {String} message
|
|
74
|
+
* @type {String}
|
|
73
75
|
*/
|
|
74
76
|
Error.prototype.message = undefined
|
|
75
77
|
|
|
76
78
|
/**
|
|
77
79
|
* Additional details that can help the caller understand or fix the issue.
|
|
78
80
|
* @member {String} details
|
|
81
|
+
* @type {String}
|
|
79
82
|
*/
|
|
80
83
|
Error.prototype.details = undefined
|
|
@@ -25,7 +25,7 @@ export class ErrorList {
|
|
|
25
25
|
* A list of error responses returned when a request is unsuccessful.
|
|
26
26
|
* @alias module:listingsitems_v2021_08_01/model/ErrorList
|
|
27
27
|
* @class
|
|
28
|
-
* @param errors {
|
|
28
|
+
* @param errors {[Error]}
|
|
29
29
|
*/
|
|
30
30
|
constructor (errors) {
|
|
31
31
|
this.errors = errors
|
|
@@ -35,8 +35,8 @@ export class ErrorList {
|
|
|
35
35
|
* Constructs a <code>ErrorList</code> from a plain JavaScript object, optionally creating a new instance.
|
|
36
36
|
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
37
37
|
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
38
|
-
* @param {
|
|
39
|
-
* @return {
|
|
38
|
+
* @param {ErrorList} obj Optional instance to populate.
|
|
39
|
+
* @return {ErrorList} The populated <code>ErrorList</code> instance.
|
|
40
40
|
*/
|
|
41
41
|
static constructFromObject (data, obj) {
|
|
42
42
|
if (data) {
|
|
@@ -59,6 +59,7 @@ export class ErrorList {
|
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
/**
|
|
62
|
-
* @member {
|
|
62
|
+
* @member {[Error]} errors
|
|
63
|
+
* @type {[Error]}
|
|
63
64
|
*/
|
|
64
65
|
ErrorList.prototype.errors = undefined
|
|
@@ -34,8 +34,8 @@ export class FulfillmentAvailability {
|
|
|
34
34
|
* Constructs a <code>FulfillmentAvailability</code> from a plain JavaScript object, optionally creating a new instance.
|
|
35
35
|
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
36
36
|
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
37
|
-
* @param {
|
|
38
|
-
* @return {
|
|
37
|
+
* @param {FulfillmentAvailability} obj Optional instance to populate.
|
|
38
|
+
* @return {FulfillmentAvailability} The populated <code>FulfillmentAvailability</code> instance.
|
|
39
39
|
*/
|
|
40
40
|
static constructFromObject (data, obj) {
|
|
41
41
|
if (data) {
|
|
@@ -61,11 +61,13 @@ export class FulfillmentAvailability {
|
|
|
61
61
|
/**
|
|
62
62
|
* Designates which fulfillment network is used.
|
|
63
63
|
* @member {String} fulfillmentChannelCode
|
|
64
|
+
* @type {String}
|
|
64
65
|
*/
|
|
65
66
|
FulfillmentAvailability.prototype.fulfillmentChannelCode = undefined
|
|
66
67
|
|
|
67
68
|
/**
|
|
68
69
|
* The quantity of the item you are making available for sale.
|
|
69
70
|
* @member {Number} quantity
|
|
71
|
+
* @type {Number}
|
|
70
72
|
*/
|
|
71
73
|
FulfillmentAvailability.prototype.quantity = undefined
|
|
@@ -27,8 +27,8 @@ export class Issue {
|
|
|
27
27
|
* @class
|
|
28
28
|
* @param code {String} An issue code that identifies the type of issue.
|
|
29
29
|
* @param message {String} A message that describes the issue.
|
|
30
|
-
* @param severity {
|
|
31
|
-
* @param categories {
|
|
30
|
+
* @param severity {String} The severity of the issue.
|
|
31
|
+
* @param categories {[String]} List of issue categories. Possible values: * 'INVALID_ATTRIBUTE' - Indicating an invalid attribute in the listing. * 'MISSING_ATTRIBUTE' - Highlighting a missing attribute in the listing. * 'INVALID_IMAGE' - Signifying an invalid image in the listing. * 'MISSING_IMAGE' - Noting the absence of an image in the listing. * 'INVALID_PRICE' - Pertaining to issues with the listing's price-related attributes. * 'MISSING_PRICE' - Pointing out the absence of a price attribute in the listing. * 'DUPLICATE' - Identifying listings with potential duplicate problems, such as this ASIN potentially being a duplicate of another ASIN. * 'QUALIFICATION_REQUIRED' - Indicating that the listing requires qualification-related approval.
|
|
32
32
|
*/
|
|
33
33
|
constructor (code, message, severity, categories) {
|
|
34
34
|
this.code = code
|
|
@@ -41,8 +41,8 @@ export class Issue {
|
|
|
41
41
|
* Constructs a <code>Issue</code> from a plain JavaScript object, optionally creating a new instance.
|
|
42
42
|
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
43
43
|
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
44
|
-
* @param {
|
|
45
|
-
* @return {
|
|
44
|
+
* @param {Issue} obj Optional instance to populate.
|
|
45
|
+
* @return {Issue} The populated <code>Issue</code> instance.
|
|
46
46
|
*/
|
|
47
47
|
static constructFromObject (data, obj) {
|
|
48
48
|
if (data) {
|
|
@@ -72,12 +72,14 @@ export class Issue {
|
|
|
72
72
|
/**
|
|
73
73
|
* An issue code that identifies the type of issue.
|
|
74
74
|
* @member {String} code
|
|
75
|
+
* @type {String}
|
|
75
76
|
*/
|
|
76
77
|
Issue.prototype.code = undefined
|
|
77
78
|
|
|
78
79
|
/**
|
|
79
80
|
* A message that describes the issue.
|
|
80
81
|
* @member {String} message
|
|
82
|
+
* @type {String}
|
|
81
83
|
*/
|
|
82
84
|
Issue.prototype.message = undefined
|
|
83
85
|
|
|
@@ -109,23 +111,27 @@ Issue.SeverityEnum = {
|
|
|
109
111
|
|
|
110
112
|
/**
|
|
111
113
|
* The severity of the issue.
|
|
112
|
-
* @member {
|
|
114
|
+
* @member {String} severity
|
|
115
|
+
* @type {String}
|
|
113
116
|
*/
|
|
114
117
|
Issue.prototype.severity = undefined
|
|
115
118
|
|
|
116
119
|
/**
|
|
117
120
|
* The names of the attributes associated with the issue, if applicable.
|
|
118
|
-
* @member {
|
|
121
|
+
* @member {[String]} attributeNames
|
|
122
|
+
* @type {[String]}
|
|
119
123
|
*/
|
|
120
124
|
Issue.prototype.attributeNames = undefined
|
|
121
125
|
|
|
122
126
|
/**
|
|
123
127
|
* List of issue categories. Possible values: * 'INVALID_ATTRIBUTE' - Indicating an invalid attribute in the listing. * 'MISSING_ATTRIBUTE' - Highlighting a missing attribute in the listing. * 'INVALID_IMAGE' - Signifying an invalid image in the listing. * 'MISSING_IMAGE' - Noting the absence of an image in the listing. * 'INVALID_PRICE' - Pertaining to issues with the listing's price-related attributes. * 'MISSING_PRICE' - Pointing out the absence of a price attribute in the listing. * 'DUPLICATE' - Identifying listings with potential duplicate problems, such as this ASIN potentially being a duplicate of another ASIN. * 'QUALIFICATION_REQUIRED' - Indicating that the listing requires qualification-related approval.
|
|
124
|
-
* @member {
|
|
128
|
+
* @member {[String]} categories
|
|
129
|
+
* @type {[String]}
|
|
125
130
|
*/
|
|
126
131
|
Issue.prototype.categories = undefined
|
|
127
132
|
|
|
128
133
|
/**
|
|
129
|
-
* @member {
|
|
134
|
+
* @member {IssueEnforcements} enforcements
|
|
135
|
+
* @type {IssueEnforcements}
|
|
130
136
|
*/
|
|
131
137
|
Issue.prototype.enforcements = undefined
|
|
@@ -34,8 +34,8 @@ export class IssueEnforcementAction {
|
|
|
34
34
|
* Constructs a <code>IssueEnforcementAction</code> from a plain JavaScript object, optionally creating a new instance.
|
|
35
35
|
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
36
36
|
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
37
|
-
* @param {
|
|
38
|
-
* @return {
|
|
37
|
+
* @param {IssueEnforcementAction} obj Optional instance to populate.
|
|
38
|
+
* @return {IssueEnforcementAction} The populated <code>IssueEnforcementAction</code> instance.
|
|
39
39
|
*/
|
|
40
40
|
static constructFromObject (data, obj) {
|
|
41
41
|
if (data) {
|
|
@@ -60,5 +60,6 @@ export class IssueEnforcementAction {
|
|
|
60
60
|
/**
|
|
61
61
|
* The enforcement action name. Possible values: * `LISTING_SUPPRESSED` - This enforcement takes down the current listing item's buyability. * `ATTRIBUTE_SUPPRESSED` - An attribute's value on the listing item is invalid, which causes it to be rejected by Amazon. * `CATALOG_ITEM_REMOVED` - This catalog item is inactive on Amazon, and all offers against it in the applicable marketplace are non-buyable. * `SEARCH_SUPPRESSED` - This value indicates that the catalog item is hidden from search results.
|
|
62
62
|
* @member {String} action
|
|
63
|
+
* @type {String}
|
|
63
64
|
*/
|
|
64
65
|
IssueEnforcementAction.prototype.action = undefined
|
|
@@ -26,8 +26,8 @@ export class IssueEnforcements {
|
|
|
26
26
|
* This field provides information about the enforcement actions taken by Amazon that affect the publishing or status of a listing. It also includes details about any associated exemptions.
|
|
27
27
|
* @alias module:listingsitems_v2021_08_01/model/IssueEnforcements
|
|
28
28
|
* @class
|
|
29
|
-
* @param actions {
|
|
30
|
-
* @param exemption {
|
|
29
|
+
* @param actions {[IssueEnforcementAction]} List of enforcement actions taken by Amazon that affect the publishing or status of a listing.
|
|
30
|
+
* @param exemption {IssueExemption}
|
|
31
31
|
*/
|
|
32
32
|
constructor (actions, exemption) {
|
|
33
33
|
this.actions = actions
|
|
@@ -38,8 +38,8 @@ export class IssueEnforcements {
|
|
|
38
38
|
* Constructs a <code>IssueEnforcements</code> from a plain JavaScript object, optionally creating a new instance.
|
|
39
39
|
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
40
40
|
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
41
|
-
* @param {
|
|
42
|
-
* @return {
|
|
41
|
+
* @param {IssueEnforcements} obj Optional instance to populate.
|
|
42
|
+
* @return {IssueEnforcements} The populated <code>IssueEnforcements</code> instance.
|
|
43
43
|
*/
|
|
44
44
|
static constructFromObject (data, obj) {
|
|
45
45
|
if (data) {
|
|
@@ -64,11 +64,13 @@ export class IssueEnforcements {
|
|
|
64
64
|
|
|
65
65
|
/**
|
|
66
66
|
* List of enforcement actions taken by Amazon that affect the publishing or status of a listing.
|
|
67
|
-
* @member {
|
|
67
|
+
* @member {[IssueEnforcementAction]} actions
|
|
68
|
+
* @type {[IssueEnforcementAction]}
|
|
68
69
|
*/
|
|
69
70
|
IssueEnforcements.prototype.actions = undefined
|
|
70
71
|
|
|
71
72
|
/**
|
|
72
|
-
* @member {
|
|
73
|
+
* @member {IssueExemption} exemption
|
|
74
|
+
* @type {IssueExemption}
|
|
73
75
|
*/
|
|
74
76
|
IssueEnforcements.prototype.exemption = undefined
|
|
@@ -24,7 +24,7 @@ export class IssueExemption {
|
|
|
24
24
|
* Conveying the status of the listed enforcement actions and, if applicable, provides information about the exemption's expiry date.
|
|
25
25
|
* @alias module:listingsitems_v2021_08_01/model/IssueExemption
|
|
26
26
|
* @class
|
|
27
|
-
* @param status {
|
|
27
|
+
* @param status {String} This field indicates the current exemption status for the listed enforcement actions. It can take values such as `EXEMPT`, signifying permanent exemption, `EXEMPT_UNTIL_EXPIRY_DATE` indicating temporary exemption until a specified date, or `NOT_EXEMPT` signifying no exemptions, and enforcement actions were already applied.
|
|
28
28
|
*/
|
|
29
29
|
constructor (status) {
|
|
30
30
|
this.status = status
|
|
@@ -34,8 +34,8 @@ export class IssueExemption {
|
|
|
34
34
|
* Constructs a <code>IssueExemption</code> from a plain JavaScript object, optionally creating a new instance.
|
|
35
35
|
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
36
36
|
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
37
|
-
* @param {
|
|
38
|
-
* @return {
|
|
37
|
+
* @param {IssueExemption} obj Optional instance to populate.
|
|
38
|
+
* @return {IssueExemption} The populated <code>IssueExemption</code> instance.
|
|
39
39
|
*/
|
|
40
40
|
static constructFromObject (data, obj) {
|
|
41
41
|
if (data) {
|
|
@@ -86,12 +86,14 @@ IssueExemption.StatusEnum = {
|
|
|
86
86
|
|
|
87
87
|
/**
|
|
88
88
|
* This field indicates the current exemption status for the listed enforcement actions. It can take values such as `EXEMPT`, signifying permanent exemption, `EXEMPT_UNTIL_EXPIRY_DATE` indicating temporary exemption until a specified date, or `NOT_EXEMPT` signifying no exemptions, and enforcement actions were already applied.
|
|
89
|
-
* @member {
|
|
89
|
+
* @member {String} status
|
|
90
|
+
* @type {String}
|
|
90
91
|
*/
|
|
91
92
|
IssueExemption.prototype.status = undefined
|
|
92
93
|
|
|
93
94
|
/**
|
|
94
95
|
* Represents the timestamp, in ISO 8601 format, that specifies the date when the temporary exemptions expires, and Amazon begins enforcing the listed actions.
|
|
95
96
|
* @member {Date} expiryDate
|
|
97
|
+
* @type {Date}
|
|
96
98
|
*/
|
|
97
99
|
IssueExemption.prototype.expiryDate = undefined
|