@amazon-sp-api-release/amazon-sp-api-sdk-js 1.0.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/helper/DefaultRateLimitMap.mjs +31 -12
- package/index.js +0 -1
- package/package.json +2 -2
- package/sample-node-app/index.js +1 -1
- package/src/apluscontent_v2020_11_01/ApiClient.js +479 -488
- package/src/apluscontent_v2020_11_01/api/AplusContentApi.js +508 -532
- package/src/apluscontent_v2020_11_01/index.js +197 -198
- package/src/apluscontent_v2020_11_01/model/AplusPaginatedResponse.js +22 -26
- package/src/apluscontent_v2020_11_01/model/AplusResponse.js +16 -19
- package/src/apluscontent_v2020_11_01/model/AsinBadge.js +14 -20
- package/src/apluscontent_v2020_11_01/model/AsinMetadata.js +27 -35
- package/src/apluscontent_v2020_11_01/model/ColorType.js +10 -14
- package/src/apluscontent_v2020_11_01/model/ContentBadge.js +16 -23
- package/src/apluscontent_v2020_11_01/model/ContentDocument.js +30 -37
- package/src/apluscontent_v2020_11_01/model/ContentMetadata.js +31 -38
- package/src/apluscontent_v2020_11_01/model/ContentMetadataRecord.js +21 -25
- package/src/apluscontent_v2020_11_01/model/ContentModule.js +63 -81
- package/src/apluscontent_v2020_11_01/model/ContentModuleType.js +36 -53
- package/src/apluscontent_v2020_11_01/model/ContentRecord.js +22 -27
- package/src/apluscontent_v2020_11_01/model/ContentStatus.js +14 -20
- package/src/apluscontent_v2020_11_01/model/ContentType.js +10 -14
- package/src/apluscontent_v2020_11_01/model/Decorator.js +22 -28
- package/src/apluscontent_v2020_11_01/model/DecoratorType.js +22 -32
- package/src/apluscontent_v2020_11_01/model/Error.js +21 -26
- package/src/apluscontent_v2020_11_01/model/ErrorList.js +17 -20
- package/src/apluscontent_v2020_11_01/model/GetContentDocumentResponse.js +25 -29
- package/src/apluscontent_v2020_11_01/model/ImageComponent.js +24 -29
- package/src/apluscontent_v2020_11_01/model/ImageCropSpecification.js +21 -25
- package/src/apluscontent_v2020_11_01/model/ImageDimensions.js +22 -26
- package/src/apluscontent_v2020_11_01/model/ImageOffsets.js +22 -26
- package/src/apluscontent_v2020_11_01/model/IntegerWithUnits.js +19 -23
- package/src/apluscontent_v2020_11_01/model/ListContentDocumentAsinRelationsResponse.js +27 -32
- package/src/apluscontent_v2020_11_01/model/ParagraphComponent.js +18 -21
- package/src/apluscontent_v2020_11_01/model/PlainTextItem.js +19 -23
- package/src/apluscontent_v2020_11_01/model/PositionType.js +10 -14
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentApprovalSubmissionResponse.js +20 -23
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentAsinRelationsRequest.js +16 -19
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentAsinRelationsResponse.js +20 -23
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentRequest.js +18 -21
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentResponse.js +23 -27
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentSuspendSubmissionResponse.js +20 -23
- package/src/apluscontent_v2020_11_01/model/PublishRecord.js +32 -40
- package/src/apluscontent_v2020_11_01/model/SearchContentDocumentsResponse.js +27 -32
- package/src/apluscontent_v2020_11_01/model/SearchContentPublishRecordsResponse.js +27 -32
- package/src/apluscontent_v2020_11_01/model/StandardCompanyLogoModule.js +18 -21
- package/src/apluscontent_v2020_11_01/model/StandardComparisonProductBlock.js +28 -36
- package/src/apluscontent_v2020_11_01/model/StandardComparisonTableModule.js +19 -23
- package/src/apluscontent_v2020_11_01/model/StandardFourImageTextModule.js +25 -32
- package/src/apluscontent_v2020_11_01/model/StandardFourImageTextQuadrantModule.js +30 -36
- package/src/apluscontent_v2020_11_01/model/StandardHeaderImageTextModule.js +19 -23
- package/src/apluscontent_v2020_11_01/model/StandardHeaderTextListBlock.js +19 -23
- package/src/apluscontent_v2020_11_01/model/StandardImageCaptionBlock.js +19 -23
- package/src/apluscontent_v2020_11_01/model/StandardImageSidebarModule.js +30 -38
- package/src/apluscontent_v2020_11_01/model/StandardImageTextBlock.js +22 -27
- package/src/apluscontent_v2020_11_01/model/StandardImageTextCaptionBlock.js +19 -23
- package/src/apluscontent_v2020_11_01/model/StandardImageTextOverlayModule.js +21 -25
- package/src/apluscontent_v2020_11_01/model/StandardMultipleImageTextModule.js +16 -19
- package/src/apluscontent_v2020_11_01/model/StandardProductDescriptionModule.js +18 -21
- package/src/apluscontent_v2020_11_01/model/StandardSingleImageHighlightsModule.js +29 -37
- package/src/apluscontent_v2020_11_01/model/StandardSingleImageSpecsDetailModule.js +33 -43
- package/src/apluscontent_v2020_11_01/model/StandardSingleSideImageModule.js +21 -25
- package/src/apluscontent_v2020_11_01/model/StandardTechSpecsModule.js +22 -27
- package/src/apluscontent_v2020_11_01/model/StandardTextBlock.js +19 -23
- package/src/apluscontent_v2020_11_01/model/StandardTextListBlock.js +18 -21
- package/src/apluscontent_v2020_11_01/model/StandardTextModule.js +21 -25
- package/src/apluscontent_v2020_11_01/model/StandardTextPairBlock.js +18 -22
- package/src/apluscontent_v2020_11_01/model/StandardThreeImageTextModule.js +23 -29
- package/src/apluscontent_v2020_11_01/model/TextComponent.js +19 -23
- package/src/apluscontent_v2020_11_01/model/TextItem.js +21 -25
- package/src/apluscontent_v2020_11_01/model/ValidateContentDocumentAsinRelationsResponse.js +27 -31
- package/src/appintegrations_v2024_04_01/ApiClient.js +479 -488
- package/src/appintegrations_v2024_04_01/api/AppIntegrationsApi.js +143 -153
- package/src/appintegrations_v2024_04_01/index.js +26 -27
- package/src/appintegrations_v2024_04_01/model/CreateNotificationRequest.js +21 -26
- package/src/appintegrations_v2024_04_01/model/CreateNotificationResponse.js +15 -18
- package/src/appintegrations_v2024_04_01/model/DeleteNotificationsRequest.js +25 -29
- package/src/appintegrations_v2024_04_01/model/Error.js +21 -26
- package/src/appintegrations_v2024_04_01/model/ErrorList.js +17 -20
- package/src/appintegrations_v2024_04_01/model/RecordActionFeedbackRequest.js +20 -23
- package/src/applications_v2023_11_30/ApiClient.js +479 -488
- package/src/applications_v2023_11_30/api/ApplicationsApi.js +56 -62
- package/src/applications_v2023_11_30/index.js +14 -15
- package/src/applications_v2023_11_30/model/Error.js +21 -26
- package/src/applications_v2023_11_30/model/ErrorList.js +17 -20
- package/src/awd_v2024_05_09/ApiClient.js +479 -488
- package/src/awd_v2024_05_09/api/AwdApi.js +458 -484
- package/src/awd_v2024_05_09/index.js +158 -159
- package/src/awd_v2024_05_09/model/Address.js +39 -52
- package/src/awd_v2024_05_09/model/CarrierCode.js +18 -22
- package/src/awd_v2024_05_09/model/CarrierCodeType.js +8 -11
- package/src/awd_v2024_05_09/model/DestinationDetails.js +20 -25
- package/src/awd_v2024_05_09/model/DimensionUnitOfMeasurement.js +10 -14
- package/src/awd_v2024_05_09/model/DistributionPackage.js +28 -33
- package/src/awd_v2024_05_09/model/DistributionPackageContents.js +19 -23
- package/src/awd_v2024_05_09/model/DistributionPackageQuantity.js +21 -25
- package/src/awd_v2024_05_09/model/DistributionPackageType.js +10 -14
- package/src/awd_v2024_05_09/model/Error.js +21 -26
- package/src/awd_v2024_05_09/model/ErrorList.js +17 -20
- package/src/awd_v2024_05_09/model/ExpirationDetails.js +17 -21
- package/src/awd_v2024_05_09/model/InboundEligibility.js +28 -34
- package/src/awd_v2024_05_09/model/InboundEligibilityStatus.js +10 -14
- package/src/awd_v2024_05_09/model/InboundOrder.js +43 -54
- package/src/awd_v2024_05_09/model/InboundOrderCreationData.js +27 -33
- package/src/awd_v2024_05_09/model/InboundOrderReference.js +16 -19
- package/src/awd_v2024_05_09/model/InboundPackages.js +17 -20
- package/src/awd_v2024_05_09/model/InboundPreferences.js +15 -18
- package/src/awd_v2024_05_09/model/InboundShipment.js +60 -78
- package/src/awd_v2024_05_09/model/InboundShipmentStatus.js +20 -29
- package/src/awd_v2024_05_09/model/InboundShipmentSummary.js +30 -38
- package/src/awd_v2024_05_09/model/InboundStatus.js +18 -26
- package/src/awd_v2024_05_09/model/InventoryDetails.js +19 -24
- package/src/awd_v2024_05_09/model/InventoryListing.js +19 -23
- package/src/awd_v2024_05_09/model/InventoryQuantity.js +21 -25
- package/src/awd_v2024_05_09/model/InventorySummary.js +26 -33
- package/src/awd_v2024_05_09/model/InventoryUnitOfMeasurement.js +12 -17
- package/src/awd_v2024_05_09/model/LabelOwner.js +10 -14
- package/src/awd_v2024_05_09/model/LabelStatus.js +14 -20
- package/src/awd_v2024_05_09/model/MeasurementData.js +24 -29
- package/src/awd_v2024_05_09/model/OrderIneligibilityReason.js +19 -23
- package/src/awd_v2024_05_09/model/PackageDimensions.js +27 -33
- package/src/awd_v2024_05_09/model/PackageVolume.js +21 -25
- package/src/awd_v2024_05_09/model/PackageWeight.js +21 -25
- package/src/awd_v2024_05_09/model/PrepCategory.js +34 -50
- package/src/awd_v2024_05_09/model/PrepDetails.js +25 -31
- package/src/awd_v2024_05_09/model/PrepInstruction.js +18 -22
- package/src/awd_v2024_05_09/model/PrepOwner.js +10 -14
- package/src/awd_v2024_05_09/model/ProductAttribute.js +17 -21
- package/src/awd_v2024_05_09/model/ProductQuantity.js +27 -34
- package/src/awd_v2024_05_09/model/ShipmentLabels.js +20 -24
- package/src/awd_v2024_05_09/model/ShipmentListing.js +18 -22
- package/src/awd_v2024_05_09/model/SkuEligibility.js +26 -31
- package/src/awd_v2024_05_09/model/SkuIneligibilityReason.js +19 -23
- package/src/awd_v2024_05_09/model/SkuQuantity.js +23 -28
- package/src/awd_v2024_05_09/model/TrackingDetails.js +19 -23
- package/src/awd_v2024_05_09/model/TransportationDetails.js +17 -20
- package/src/awd_v2024_05_09/model/VolumeUnitOfMeasurement.js +12 -17
- package/src/awd_v2024_05_09/model/WeightUnitOfMeasurement.js +10 -14
- package/src/catalogitems_v2022_04_01/ApiClient.js +479 -488
- package/src/catalogitems_v2022_04_01/api/CatalogApi.js +124 -132
- package/src/catalogitems_v2022_04_01/index.js +95 -96
- package/src/catalogitems_v2022_04_01/model/BrandRefinement.js +19 -23
- package/src/catalogitems_v2022_04_01/model/ClassificationRefinement.js +22 -27
- package/src/catalogitems_v2022_04_01/model/Dimension.js +17 -21
- package/src/catalogitems_v2022_04_01/model/Dimensions.js +22 -28
- package/src/catalogitems_v2022_04_01/model/Error.js +21 -26
- package/src/catalogitems_v2022_04_01/model/ErrorList.js +18 -21
- package/src/catalogitems_v2022_04_01/model/Item.js +45 -58
- package/src/catalogitems_v2022_04_01/model/ItemBrowseClassification.js +21 -26
- package/src/catalogitems_v2022_04_01/model/ItemBrowseClassificationsByMarketplace.js +19 -23
- package/src/catalogitems_v2022_04_01/model/ItemClassificationSalesRank.js +24 -30
- package/src/catalogitems_v2022_04_01/model/ItemContributor.js +21 -25
- package/src/catalogitems_v2022_04_01/model/ItemContributorRole.js +18 -22
- package/src/catalogitems_v2022_04_01/model/ItemDimensionsByMarketplace.js +21 -26
- package/src/catalogitems_v2022_04_01/model/ItemDisplayGroupSalesRank.js +24 -30
- package/src/catalogitems_v2022_04_01/model/ItemIdentifier.js +19 -23
- package/src/catalogitems_v2022_04_01/model/ItemIdentifiersByMarketplace.js +20 -24
- package/src/catalogitems_v2022_04_01/model/ItemImage.js +47 -53
- package/src/catalogitems_v2022_04_01/model/ItemImagesByMarketplace.js +20 -24
- package/src/catalogitems_v2022_04_01/model/ItemProductTypeByMarketplace.js +17 -21
- package/src/catalogitems_v2022_04_01/model/ItemRelationship.js +29 -35
- package/src/catalogitems_v2022_04_01/model/ItemRelationshipsByMarketplace.js +20 -24
- package/src/catalogitems_v2022_04_01/model/ItemSalesRanksByMarketplace.js +22 -27
- package/src/catalogitems_v2022_04_01/model/ItemSearchResults.js +30 -36
- package/src/catalogitems_v2022_04_01/model/ItemSummaryByMarketplace.js +66 -88
- package/src/catalogitems_v2022_04_01/model/ItemVariationTheme.js +17 -21
- package/src/catalogitems_v2022_04_01/model/ItemVendorDetailsByMarketplace.js +53 -63
- package/src/catalogitems_v2022_04_01/model/ItemVendorDetailsCategory.js +17 -21
- package/src/catalogitems_v2022_04_01/model/Pagination.js +17 -21
- package/src/catalogitems_v2022_04_01/model/Refinements.js +21 -25
- package/src/datakiosk_v2023_11_15/ApiClient.js +479 -488
- package/src/datakiosk_v2023_11_15/api/QueriesApi.js +216 -230
- package/src/datakiosk_v2023_11_15/index.js +35 -36
- package/src/datakiosk_v2023_11_15/model/CreateQueryResponse.js +16 -19
- package/src/datakiosk_v2023_11_15/model/CreateQuerySpecification.js +18 -22
- package/src/datakiosk_v2023_11_15/model/Error.js +21 -26
- package/src/datakiosk_v2023_11_15/model/ErrorList.js +17 -20
- package/src/datakiosk_v2023_11_15/model/GetDocumentResponse.js +19 -23
- package/src/datakiosk_v2023_11_15/model/GetQueriesResponse.js +20 -24
- package/src/datakiosk_v2023_11_15/model/GetQueriesResponsePagination.js +15 -18
- package/src/datakiosk_v2023_11_15/model/Query.js +48 -59
- package/src/datakiosk_v2023_11_15/model/QueryPagination.js +15 -18
- package/src/easyship_v2022_03_23/ApiClient.js +479 -488
- package/src/easyship_v2022_03_23/api/EasyShipApi.js +214 -228
- package/src/easyship_v2022_03_23/index.js +89 -90
- package/src/easyship_v2022_03_23/model/Code.js +28 -41
- package/src/easyship_v2022_03_23/model/CreateScheduledPackageRequest.js +24 -29
- package/src/easyship_v2022_03_23/model/CreateScheduledPackagesRequest.js +25 -30
- package/src/easyship_v2022_03_23/model/CreateScheduledPackagesResponse.js +21 -26
- package/src/easyship_v2022_03_23/model/Dimensions.js +24 -31
- package/src/easyship_v2022_03_23/model/Error.js +21 -26
- package/src/easyship_v2022_03_23/model/ErrorList.js +17 -20
- package/src/easyship_v2022_03_23/model/HandoverMethod.js +10 -14
- package/src/easyship_v2022_03_23/model/InvoiceData.js +18 -22
- package/src/easyship_v2022_03_23/model/Item.js +17 -21
- package/src/easyship_v2022_03_23/model/LabelFormat.js +10 -14
- package/src/easyship_v2022_03_23/model/ListHandoverSlotsRequest.js +29 -35
- package/src/easyship_v2022_03_23/model/ListHandoverSlotsResponse.js +20 -24
- package/src/easyship_v2022_03_23/model/OrderScheduleDetails.js +20 -24
- package/src/easyship_v2022_03_23/model/Package.js +47 -58
- package/src/easyship_v2022_03_23/model/PackageDetails.js +23 -28
- package/src/easyship_v2022_03_23/model/PackageStatus.js +30 -44
- package/src/easyship_v2022_03_23/model/Packages.js +17 -20
- package/src/easyship_v2022_03_23/model/RejectedOrder.js +19 -23
- package/src/easyship_v2022_03_23/model/ScheduledPackageId.js +18 -22
- package/src/easyship_v2022_03_23/model/TimeSlot.js +23 -29
- package/src/easyship_v2022_03_23/model/TrackingDetails.js +15 -18
- package/src/easyship_v2022_03_23/model/UnitOfLength.js +8 -11
- package/src/easyship_v2022_03_23/model/UnitOfWeight.js +10 -14
- package/src/easyship_v2022_03_23/model/UpdatePackageDetails.js +23 -27
- package/src/easyship_v2022_03_23/model/UpdateScheduledPackagesRequest.js +20 -24
- package/src/easyship_v2022_03_23/model/Weight.js +18 -22
- package/src/fbaeligibility_v1/ApiClient.js +479 -488
- package/src/fbaeligibility_v1/api/FbaInboundApi.js +68 -74
- package/src/fbaeligibility_v1/index.js +17 -18
- package/src/fbaeligibility_v1/model/Error.js +20 -25
- package/src/fbaeligibility_v1/model/GetItemEligibilityPreviewResponse.js +19 -23
- package/src/fbaeligibility_v1/model/ItemEligibilityPreview.js +112 -119
- package/src/fbainventory_v1/ApiClient.js +479 -488
- package/src/fbainventory_v1/api/FbaInventoryApi.js +208 -220
- package/src/fbainventory_v1/index.js +59 -60
- package/src/fbainventory_v1/model/AddInventoryRequest.js +16 -19
- package/src/fbainventory_v1/model/AddInventoryResponse.js +16 -19
- package/src/fbainventory_v1/model/CreateInventoryItemRequest.js +22 -27
- package/src/fbainventory_v1/model/CreateInventoryItemResponse.js +16 -19
- package/src/fbainventory_v1/model/DeleteInventoryItemResponse.js +16 -19
- package/src/fbainventory_v1/model/Error.js +20 -25
- package/src/fbainventory_v1/model/GetInventorySummariesResponse.js +22 -27
- package/src/fbainventory_v1/model/GetInventorySummariesResult.js +22 -26
- package/src/fbainventory_v1/model/Granularity.js +17 -21
- package/src/fbainventory_v1/model/InventoryDetails.js +30 -39
- package/src/fbainventory_v1/model/InventoryItem.js +22 -27
- package/src/fbainventory_v1/model/InventorySummary.js +32 -43
- package/src/fbainventory_v1/model/Pagination.js +15 -18
- package/src/fbainventory_v1/model/ResearchingQuantity.js +18 -22
- package/src/fbainventory_v1/model/ResearchingQuantityEntry.js +27 -31
- package/src/fbainventory_v1/model/ReservedQuantity.js +21 -27
- package/src/fbainventory_v1/model/UnfulfillableQuantity.js +27 -36
- package/src/feeds_v2021_06_30/ApiClient.js +479 -488
- package/src/feeds_v2021_06_30/api/FeedsApi.js +256 -272
- package/src/feeds_v2021_06_30/index.js +35 -36
- package/src/feeds_v2021_06_30/model/CreateFeedDocumentResponse.js +19 -23
- package/src/feeds_v2021_06_30/model/CreateFeedDocumentSpecification.js +16 -19
- package/src/feeds_v2021_06_30/model/CreateFeedResponse.js +16 -19
- package/src/feeds_v2021_06_30/model/CreateFeedSpecification.js +24 -30
- package/src/feeds_v2021_06_30/model/Error.js +21 -26
- package/src/feeds_v2021_06_30/model/ErrorList.js +17 -20
- package/src/feeds_v2021_06_30/model/Feed.js +45 -55
- package/src/feeds_v2021_06_30/model/FeedDocument.js +25 -30
- package/src/feeds_v2021_06_30/model/GetFeedsResponse.js +19 -23
- package/src/finances_v0/ApiClient.js +479 -488
- package/src/finances_v0/api/DefaultApi.js +172 -184
- package/src/finances_v0/index.js +158 -159
- package/src/finances_v0/model/AdhocDisbursementEvent.js +22 -28
- package/src/finances_v0/model/AdjustmentEvent.js +25 -32
- package/src/finances_v0/model/AdjustmentItem.js +30 -40
- package/src/finances_v0/model/AffordabilityExpenseEvent.js +38 -49
- package/src/finances_v0/model/CapacityReservationBillingEvent.js +22 -28
- package/src/finances_v0/model/ChargeComponent.js +18 -22
- package/src/finances_v0/model/ChargeInstrument.js +20 -25
- package/src/finances_v0/model/ChargeRefundEvent.js +22 -28
- package/src/finances_v0/model/ChargeRefundTransaction.js +18 -22
- package/src/finances_v0/model/CouponPaymentEvent.js +32 -42
- package/src/finances_v0/model/Currency.js +17 -21
- package/src/finances_v0/model/DebtRecoveryEvent.js +26 -33
- package/src/finances_v0/model/DebtRecoveryItem.js +22 -28
- package/src/finances_v0/model/DirectPayment.js +18 -22
- package/src/finances_v0/model/Error.js +21 -26
- package/src/finances_v0/model/FBALiquidationEvent.js +22 -28
- package/src/finances_v0/model/FailedAdhocDisbursementEvent.js +28 -37
- package/src/finances_v0/model/FeeComponent.js +18 -22
- package/src/finances_v0/model/FinancialEventGroup.js +36 -49
- package/src/finances_v0/model/FinancialEvents.js +107 -142
- package/src/finances_v0/model/ImagingServicesFeeEvent.js +22 -28
- package/src/finances_v0/model/ListFinancialEventGroupsPayload.js +18 -22
- package/src/finances_v0/model/ListFinancialEventGroupsResponse.js +19 -23
- package/src/finances_v0/model/ListFinancialEventsPayload.js +18 -22
- package/src/finances_v0/model/ListFinancialEventsResponse.js +19 -23
- package/src/finances_v0/model/LoanServicingEvent.js +18 -22
- package/src/finances_v0/model/NetworkComminglingTransactionEvent.js +30 -40
- package/src/finances_v0/model/PayWithAmazonEvent.js +35 -47
- package/src/finances_v0/model/ProductAdsPaymentEvent.js +26 -34
- package/src/finances_v0/model/Promotion.js +20 -25
- package/src/finances_v0/model/RemovalShipmentAdjustmentEvent.js +26 -34
- package/src/finances_v0/model/RemovalShipmentEvent.js +26 -34
- package/src/finances_v0/model/RemovalShipmentItem.js +30 -40
- package/src/finances_v0/model/RemovalShipmentItemAdjustment.js +28 -37
- package/src/finances_v0/model/RentalTransactionEvent.js +37 -49
- package/src/finances_v0/model/RetrochargeEvent.js +29 -38
- package/src/finances_v0/model/SAFETReimbursementEvent.js +25 -32
- package/src/finances_v0/model/SAFETReimbursementItem.js +20 -25
- package/src/finances_v0/model/SellerDealPaymentEvent.js +30 -40
- package/src/finances_v0/model/SellerReviewEnrollmentPaymentEvent.js +28 -36
- package/src/finances_v0/model/ServiceFeeEvent.js +30 -40
- package/src/finances_v0/model/ShipmentEvent.js +45 -61
- package/src/finances_v0/model/ShipmentItem.js +44 -59
- package/src/finances_v0/model/SolutionProviderCreditEvent.js +34 -46
- package/src/finances_v0/model/TDSReimbursementEvent.js +20 -25
- package/src/finances_v0/model/TaxWithheldComponent.js +18 -22
- package/src/finances_v0/model/TaxWithholdingEvent.js +23 -29
- package/src/finances_v0/model/TaxWithholdingPeriod.js +17 -21
- package/src/finances_v0/model/TrialShipmentEvent.js +24 -31
- package/src/finances_v0/model/ValueAddedServiceChargeEvent.js +22 -28
- package/src/fulfillmentinbound_v0/ApiClient.js +479 -488
- package/src/fulfillmentinbound_v0/api/FbaInboundApi.js +309 -325
- package/src/fulfillmentinbound_v0/index.js +101 -102
- package/src/fulfillmentinbound_v0/model/ASINPrepInstructions.js +24 -30
- package/src/fulfillmentinbound_v0/model/Address.js +35 -45
- package/src/fulfillmentinbound_v0/model/AmazonPrepFeesDetails.js +19 -23
- package/src/fulfillmentinbound_v0/model/Amount.js +21 -25
- package/src/fulfillmentinbound_v0/model/BarcodeInstruction.js +12 -17
- package/src/fulfillmentinbound_v0/model/BillOfLadingDownloadURL.js +15 -18
- package/src/fulfillmentinbound_v0/model/BoxContentsFeeDetails.js +20 -25
- package/src/fulfillmentinbound_v0/model/BoxContentsSource.js +14 -20
- package/src/fulfillmentinbound_v0/model/CurrencyCode.js +10 -14
- package/src/fulfillmentinbound_v0/model/Error.js +21 -26
- package/src/fulfillmentinbound_v0/model/ErrorReason.js +10 -14
- package/src/fulfillmentinbound_v0/model/GetBillOfLadingResponse.js +19 -23
- package/src/fulfillmentinbound_v0/model/GetLabelsResponse.js +19 -23
- package/src/fulfillmentinbound_v0/model/GetPrepInstructionsResponse.js +19 -23
- package/src/fulfillmentinbound_v0/model/GetPrepInstructionsResult.js +25 -31
- package/src/fulfillmentinbound_v0/model/GetShipmentItemsResponse.js +19 -23
- package/src/fulfillmentinbound_v0/model/GetShipmentItemsResult.js +18 -22
- package/src/fulfillmentinbound_v0/model/GetShipmentsResponse.js +19 -23
- package/src/fulfillmentinbound_v0/model/GetShipmentsResult.js +18 -22
- package/src/fulfillmentinbound_v0/model/InboundShipmentInfo.js +41 -53
- package/src/fulfillmentinbound_v0/model/InboundShipmentItem.js +32 -42
- package/src/fulfillmentinbound_v0/model/InvalidASIN.js +18 -22
- package/src/fulfillmentinbound_v0/model/InvalidSKU.js +18 -22
- package/src/fulfillmentinbound_v0/model/LabelDownloadURL.js +15 -18
- package/src/fulfillmentinbound_v0/model/LabelPrepType.js +12 -17
- package/src/fulfillmentinbound_v0/model/PrepDetails.js +23 -27
- package/src/fulfillmentinbound_v0/model/PrepGuidance.js +12 -17
- package/src/fulfillmentinbound_v0/model/PrepInstruction.js +38 -56
- package/src/fulfillmentinbound_v0/model/PrepOwner.js +10 -14
- package/src/fulfillmentinbound_v0/model/SKUPrepInstructions.js +29 -37
- package/src/fulfillmentinbound_v0/model/ShipmentStatus.js +26 -38
- package/src/fulfillmentinbound_v2024_03_20/ApiClient.js +479 -488
- package/src/fulfillmentinbound_v2024_03_20/api/FbaInboundApi.js +1893 -1987
- package/src/fulfillmentinbound_v2024_03_20/index.js +428 -429
- package/src/fulfillmentinbound_v2024_03_20/model/Address.js +38 -50
- package/src/fulfillmentinbound_v2024_03_20/model/AddressInput.js +39 -51
- package/src/fulfillmentinbound_v2024_03_20/model/AllOwnersConstraint.js +8 -11
- package/src/fulfillmentinbound_v2024_03_20/model/AppointmentSlot.js +21 -25
- package/src/fulfillmentinbound_v2024_03_20/model/AppointmentSlotTime.js +19 -23
- package/src/fulfillmentinbound_v2024_03_20/model/Box.js +41 -54
- package/src/fulfillmentinbound_v2024_03_20/model/BoxContentInformationSource.js +12 -17
- package/src/fulfillmentinbound_v2024_03_20/model/BoxInput.js +34 -41
- package/src/fulfillmentinbound_v2024_03_20/model/BoxRequirements.js +18 -21
- package/src/fulfillmentinbound_v2024_03_20/model/BoxUpdateInput.js +36 -44
- package/src/fulfillmentinbound_v2024_03_20/model/CancelInboundPlanResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentRequest.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/Carrier.js +17 -21
- package/src/fulfillmentinbound_v2024_03_20/model/CarrierAppointment.js +19 -23
- package/src/fulfillmentinbound_v2024_03_20/model/ComplianceDetail.js +22 -28
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmDeliveryWindowOptionsResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmPackingOptionResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmPlacementOptionResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmShipmentContentUpdatePreviewResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsRequest.js +17 -20
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/ContactInformation.js +21 -26
- package/src/fulfillmentinbound_v2024_03_20/model/ContentUpdatePreview.js +29 -35
- package/src/fulfillmentinbound_v2024_03_20/model/CreateInboundPlanRequest.js +27 -33
- package/src/fulfillmentinbound_v2024_03_20/model/CreateInboundPlanResponse.js +19 -23
- package/src/fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsRequest.js +34 -43
- package/src/fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsResponse.js +17 -20
- package/src/fulfillmentinbound_v2024_03_20/model/Currency.js +19 -23
- package/src/fulfillmentinbound_v2024_03_20/model/CustomPlacementInput.js +20 -24
- package/src/fulfillmentinbound_v2024_03_20/model/Dates.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/DeliveryWindowOption.js +28 -35
- package/src/fulfillmentinbound_v2024_03_20/model/Dimensions.js +27 -33
- package/src/fulfillmentinbound_v2024_03_20/model/DocumentDownload.js +21 -26
- package/src/fulfillmentinbound_v2024_03_20/model/Error.js +21 -26
- package/src/fulfillmentinbound_v2024_03_20/model/ErrorList.js +17 -20
- package/src/fulfillmentinbound_v2024_03_20/model/FreightInformation.js +18 -22
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateDeliveryWindowOptionsResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/GeneratePackingOptionsResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsRequest.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsRequest.js +17 -21
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsRequest.js +21 -25
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsRequest.js +20 -24
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/GetDeliveryChallanDocumentResponse.js +18 -21
- package/src/fulfillmentinbound_v2024_03_20/model/GetSelfShipAppointmentSlotsResponse.js +21 -25
- package/src/fulfillmentinbound_v2024_03_20/model/InboundOperationStatus.js +28 -34
- package/src/fulfillmentinbound_v2024_03_20/model/InboundPlan.js +45 -57
- package/src/fulfillmentinbound_v2024_03_20/model/InboundPlanSummary.js +36 -45
- package/src/fulfillmentinbound_v2024_03_20/model/Incentive.js +27 -33
- package/src/fulfillmentinbound_v2024_03_20/model/Item.js +36 -46
- package/src/fulfillmentinbound_v2024_03_20/model/ItemInput.js +33 -41
- package/src/fulfillmentinbound_v2024_03_20/model/ItemLabelPageType.js +28 -41
- package/src/fulfillmentinbound_v2024_03_20/model/LabelOwner.js +12 -17
- package/src/fulfillmentinbound_v2024_03_20/model/LabelPrintType.js +10 -14
- package/src/fulfillmentinbound_v2024_03_20/model/ListDeliveryWindowOptionsResponse.js +20 -24
- package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanBoxesResponse.js +20 -24
- package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanItemsResponse.js +20 -24
- package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanPalletsResponse.js +20 -24
- package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlansResponse.js +19 -23
- package/src/fulfillmentinbound_v2024_03_20/model/ListItemComplianceDetailsResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/ListPackingGroupBoxesResponse.js +20 -24
- package/src/fulfillmentinbound_v2024_03_20/model/ListPackingGroupItemsResponse.js +20 -24
- package/src/fulfillmentinbound_v2024_03_20/model/ListPackingOptionsResponse.js +20 -24
- package/src/fulfillmentinbound_v2024_03_20/model/ListPlacementOptionsResponse.js +20 -24
- package/src/fulfillmentinbound_v2024_03_20/model/ListPrepDetailsResponse.js +17 -20
- package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentBoxesResponse.js +20 -24
- package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentContentUpdatePreviewsResponse.js +20 -24
- package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentItemsResponse.js +20 -24
- package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentPalletsResponse.js +20 -24
- package/src/fulfillmentinbound_v2024_03_20/model/ListTransportationOptionsResponse.js +20 -24
- package/src/fulfillmentinbound_v2024_03_20/model/LtlTrackingDetail.js +17 -21
- package/src/fulfillmentinbound_v2024_03_20/model/LtlTrackingDetailInput.js +18 -22
- package/src/fulfillmentinbound_v2024_03_20/model/MskuPrepDetail.js +33 -41
- package/src/fulfillmentinbound_v2024_03_20/model/MskuPrepDetailInput.js +25 -30
- package/src/fulfillmentinbound_v2024_03_20/model/MskuQuantity.js +19 -23
- package/src/fulfillmentinbound_v2024_03_20/model/OperationProblem.js +24 -30
- package/src/fulfillmentinbound_v2024_03_20/model/OperationStatus.js +12 -17
- package/src/fulfillmentinbound_v2024_03_20/model/OwnerConstraint.js +12 -17
- package/src/fulfillmentinbound_v2024_03_20/model/PackageGroupingInput.js +21 -26
- package/src/fulfillmentinbound_v2024_03_20/model/PackingConfiguration.js +22 -27
- package/src/fulfillmentinbound_v2024_03_20/model/PackingOption.js +39 -49
- package/src/fulfillmentinbound_v2024_03_20/model/PackingOptionSummary.js +19 -23
- package/src/fulfillmentinbound_v2024_03_20/model/Pagination.js +15 -18
- package/src/fulfillmentinbound_v2024_03_20/model/Pallet.js +27 -34
- package/src/fulfillmentinbound_v2024_03_20/model/PalletInput.js +25 -31
- package/src/fulfillmentinbound_v2024_03_20/model/PlacementOption.js +31 -39
- package/src/fulfillmentinbound_v2024_03_20/model/PlacementOptionSummary.js +19 -23
- package/src/fulfillmentinbound_v2024_03_20/model/PrepCategory.js +34 -50
- package/src/fulfillmentinbound_v2024_03_20/model/PrepInstruction.js +20 -25
- package/src/fulfillmentinbound_v2024_03_20/model/PrepOwner.js +12 -17
- package/src/fulfillmentinbound_v2024_03_20/model/PrepType.js +38 -56
- package/src/fulfillmentinbound_v2024_03_20/model/Quote.js +22 -27
- package/src/fulfillmentinbound_v2024_03_20/model/ReasonComment.js +24 -35
- package/src/fulfillmentinbound_v2024_03_20/model/Region.js +19 -24
- package/src/fulfillmentinbound_v2024_03_20/model/RequestedUpdates.js +19 -23
- package/src/fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentRequest.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentResponse.js +18 -21
- package/src/fulfillmentinbound_v2024_03_20/model/SelectedDeliveryWindow.js +27 -34
- package/src/fulfillmentinbound_v2024_03_20/model/SelfShipAppointmentDetails.js +20 -25
- package/src/fulfillmentinbound_v2024_03_20/model/SelfShipAppointmentSlotsAvailability.js +18 -22
- package/src/fulfillmentinbound_v2024_03_20/model/SetPackingInformationRequest.js +17 -20
- package/src/fulfillmentinbound_v2024_03_20/model/SetPackingInformationResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/SetPrepDetailsRequest.js +20 -24
- package/src/fulfillmentinbound_v2024_03_20/model/SetPrepDetailsResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/Shipment.js +57 -74
- package/src/fulfillmentinbound_v2024_03_20/model/ShipmentDestination.js +21 -26
- package/src/fulfillmentinbound_v2024_03_20/model/ShipmentSource.js +19 -23
- package/src/fulfillmentinbound_v2024_03_20/model/ShipmentSummary.js +19 -23
- package/src/fulfillmentinbound_v2024_03_20/model/ShipmentTransportationConfiguration.js +30 -37
- package/src/fulfillmentinbound_v2024_03_20/model/ShippingConfiguration.js +17 -21
- package/src/fulfillmentinbound_v2024_03_20/model/ShippingRequirements.js +19 -23
- package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingDetail.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingDetailInput.js +17 -20
- package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingItem.js +19 -24
- package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingItemInput.js +19 -23
- package/src/fulfillmentinbound_v2024_03_20/model/Stackability.js +10 -14
- package/src/fulfillmentinbound_v2024_03_20/model/TaxDetails.js +21 -26
- package/src/fulfillmentinbound_v2024_03_20/model/TaxRate.js +19 -24
- package/src/fulfillmentinbound_v2024_03_20/model/TrackingDetails.js +19 -23
- package/src/fulfillmentinbound_v2024_03_20/model/TrackingDetailsInput.js +19 -23
- package/src/fulfillmentinbound_v2024_03_20/model/TransportationOption.js +39 -49
- package/src/fulfillmentinbound_v2024_03_20/model/TransportationSelection.js +22 -27
- package/src/fulfillmentinbound_v2024_03_20/model/UnitOfMeasurement.js +10 -14
- package/src/fulfillmentinbound_v2024_03_20/model/UnitOfWeight.js +10 -14
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateInboundPlanNameRequest.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsRequest.js +21 -25
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentNameRequest.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressRequest.js +18 -21
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsRequest.js +18 -21
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsResponse.js +16 -19
- package/src/fulfillmentinbound_v2024_03_20/model/Weight.js +21 -25
- package/src/fulfillmentinbound_v2024_03_20/model/WeightRange.js +24 -29
- package/src/fulfillmentinbound_v2024_03_20/model/Window.js +21 -26
- package/src/fulfillmentinbound_v2024_03_20/model/WindowInput.js +16 -19
- package/src/fulfillmentoutbound_v2020_07_01/ApiClient.js +479 -488
- package/src/fulfillmentoutbound_v2020_07_01/api/FbaOutboundApi.js +593 -625
- package/src/fulfillmentoutbound_v2020_07_01/index.js +272 -273
- package/src/fulfillmentoutbound_v2020_07_01/model/AdditionalLocationInfo.js +58 -86
- package/src/fulfillmentoutbound_v2020_07_01/model/Address.js +38 -50
- package/src/fulfillmentoutbound_v2020_07_01/model/Amount.js +23 -27
- package/src/fulfillmentoutbound_v2020_07_01/model/CODSettings.js +25 -32
- package/src/fulfillmentoutbound_v2020_07_01/model/CancelFulfillmentOrderResponse.js +16 -19
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderItem.js +35 -46
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderRequest.js +66 -85
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderResponse.js +16 -19
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnRequest.js +17 -20
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnResponse.js +19 -23
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnResult.js +22 -27
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateReturnItem.js +27 -34
- package/src/fulfillmentoutbound_v2020_07_01/model/CurrentStatus.js +42 -62
- package/src/fulfillmentoutbound_v2020_07_01/model/DateRange.js +19 -23
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryDocument.js +18 -22
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryInformation.js +19 -23
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryMessage.js +17 -21
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryOffer.js +21 -26
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryPolicy.js +16 -19
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryPreferences.js +18 -22
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryWindow.js +19 -23
- package/src/fulfillmentoutbound_v2020_07_01/model/Destination.js +18 -22
- package/src/fulfillmentoutbound_v2020_07_01/model/DropOffLocation.js +36 -40
- package/src/fulfillmentoutbound_v2020_07_01/model/Error.js +21 -26
- package/src/fulfillmentoutbound_v2020_07_01/model/EventCode.js +72 -107
- package/src/fulfillmentoutbound_v2020_07_01/model/Feature.js +21 -26
- package/src/fulfillmentoutbound_v2020_07_01/model/FeatureSettings.js +23 -27
- package/src/fulfillmentoutbound_v2020_07_01/model/FeatureSku.js +23 -30
- package/src/fulfillmentoutbound_v2020_07_01/model/Fee.js +31 -35
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentAction.js +10 -14
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrder.js +66 -84
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrderItem.js +47 -63
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrderStatus.js +24 -35
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPolicy.js +12 -17
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreview.js +47 -60
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreviewItem.js +33 -40
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreviewShipment.js +27 -35
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentReturnItemStatus.js +10 -14
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipment.js +45 -55
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipmentItem.js +28 -36
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipmentPackage.js +29 -37
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersProduct.js +21 -25
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersRequest.js +23 -27
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersResponse.js +19 -23
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersResult.js +16 -19
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersTerms.js +23 -27
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureInventoryResponse.js +19 -23
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureInventoryResult.js +24 -30
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureSkuResponse.js +19 -23
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureSkuResult.js +27 -34
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeaturesResponse.js +19 -23
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeaturesResult.js +17 -20
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentOrderResponse.js +19 -23
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentOrderResult.js +36 -44
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewItem.js +25 -31
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewRequest.js +34 -43
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewResponse.js +19 -23
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewResult.js +16 -19
- package/src/fulfillmentoutbound_v2020_07_01/model/GetPackageTrackingDetailsResponse.js +19 -23
- package/src/fulfillmentoutbound_v2020_07_01/model/InvalidItemReason.js +21 -25
- package/src/fulfillmentoutbound_v2020_07_01/model/InvalidItemReasonCode.js +14 -20
- package/src/fulfillmentoutbound_v2020_07_01/model/InvalidReturnItem.js +24 -29
- package/src/fulfillmentoutbound_v2020_07_01/model/ListAllFulfillmentOrdersResponse.js +19 -23
- package/src/fulfillmentoutbound_v2020_07_01/model/ListAllFulfillmentOrdersResult.js +18 -22
- package/src/fulfillmentoutbound_v2020_07_01/model/ListReturnReasonCodesResponse.js +19 -23
- package/src/fulfillmentoutbound_v2020_07_01/model/ListReturnReasonCodesResult.js +16 -19
- package/src/fulfillmentoutbound_v2020_07_01/model/LockerDetails.js +17 -21
- package/src/fulfillmentoutbound_v2020_07_01/model/Money.js +19 -23
- package/src/fulfillmentoutbound_v2020_07_01/model/Origin.js +16 -19
- package/src/fulfillmentoutbound_v2020_07_01/model/PackageTrackingDetails.js +49 -66
- package/src/fulfillmentoutbound_v2020_07_01/model/PaymentInformation.js +22 -27
- package/src/fulfillmentoutbound_v2020_07_01/model/ProductIdentifier.js +16 -19
- package/src/fulfillmentoutbound_v2020_07_01/model/ReasonCodeDetails.js +21 -26
- package/src/fulfillmentoutbound_v2020_07_01/model/ReturnAuthorization.js +30 -37
- package/src/fulfillmentoutbound_v2020_07_01/model/ReturnItem.js +44 -57
- package/src/fulfillmentoutbound_v2020_07_01/model/ReturnItemDisposition.js +16 -23
- package/src/fulfillmentoutbound_v2020_07_01/model/ScheduledDeliveryInfo.js +20 -24
- package/src/fulfillmentoutbound_v2020_07_01/model/ShippingSpeedCategory.js +14 -20
- package/src/fulfillmentoutbound_v2020_07_01/model/SubmitFulfillmentOrderStatusUpdateRequest.js +16 -19
- package/src/fulfillmentoutbound_v2020_07_01/model/SubmitFulfillmentOrderStatusUpdateResponse.js +16 -19
- package/src/fulfillmentoutbound_v2020_07_01/model/TrackingAddress.js +22 -27
- package/src/fulfillmentoutbound_v2020_07_01/model/TrackingEvent.js +29 -35
- package/src/fulfillmentoutbound_v2020_07_01/model/UnfulfillablePreviewItem.js +24 -30
- package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderItem.js +36 -48
- package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderRequest.js +43 -57
- package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderResponse.js +16 -19
- package/src/fulfillmentoutbound_v2020_07_01/model/VariablePrecisionAddress.js +31 -41
- package/src/fulfillmentoutbound_v2020_07_01/model/Weight.js +29 -33
- package/src/invoices_v2024_06_19/ApiClient.js +479 -488
- package/src/invoices_v2024_06_19/api/InvoicesApi.js +317 -335
- package/src/invoices_v2024_06_19/index.js +62 -63
- package/src/invoices_v2024_06_19/model/AttributeOption.js +17 -21
- package/src/invoices_v2024_06_19/model/Error.js +21 -26
- package/src/invoices_v2024_06_19/model/ErrorList.js +17 -20
- package/src/invoices_v2024_06_19/model/Export.js +26 -34
- package/src/invoices_v2024_06_19/model/ExportInvoicesRequest.js +36 -48
- package/src/invoices_v2024_06_19/model/ExportInvoicesResponse.js +15 -18
- package/src/invoices_v2024_06_19/model/ExportStatus.js +14 -20
- package/src/invoices_v2024_06_19/model/FileFormat.js +8 -11
- package/src/invoices_v2024_06_19/model/GetInvoiceResponse.js +16 -19
- package/src/invoices_v2024_06_19/model/GetInvoicesAttributesResponse.js +16 -19
- package/src/invoices_v2024_06_19/model/GetInvoicesDocumentResponse.js +16 -19
- package/src/invoices_v2024_06_19/model/GetInvoicesExportResponse.js +16 -19
- package/src/invoices_v2024_06_19/model/GetInvoicesExportsResponse.js +18 -22
- package/src/invoices_v2024_06_19/model/GetInvoicesResponse.js +18 -22
- package/src/invoices_v2024_06_19/model/Invoice.js +34 -46
- package/src/invoices_v2024_06_19/model/InvoicesAttributes.js +22 -28
- package/src/invoices_v2024_06_19/model/InvoicesDocument.js +17 -21
- package/src/invoices_v2024_06_19/model/TransactionIdentifier.js +17 -21
- package/src/invoicing_v0/ApiClient.js +479 -488
- package/src/invoicing_v0/api/ShipmentInvoiceApi.js +146 -156
- package/src/invoicing_v0/index.js +56 -57
- package/src/invoicing_v0/model/Address.js +38 -52
- package/src/invoicing_v0/model/AddressTypeEnum.js +10 -14
- package/src/invoicing_v0/model/BuyerTaxInfo.js +20 -25
- package/src/invoicing_v0/model/Error.js +21 -26
- package/src/invoicing_v0/model/GetInvoiceStatusResponse.js +19 -23
- package/src/invoicing_v0/model/GetShipmentDetailsResponse.js +19 -23
- package/src/invoicing_v0/model/MarketplaceTaxInfo.js +20 -25
- package/src/invoicing_v0/model/Money.js +17 -21
- package/src/invoicing_v0/model/ShipmentDetail.js +45 -61
- package/src/invoicing_v0/model/ShipmentInvoiceStatus.js +14 -20
- package/src/invoicing_v0/model/ShipmentInvoiceStatusInfo.js +18 -22
- package/src/invoicing_v0/model/ShipmentInvoiceStatusResponse.js +16 -19
- package/src/invoicing_v0/model/ShipmentItem.js +36 -49
- package/src/invoicing_v0/model/SubmitInvoiceRequest.js +21 -26
- package/src/invoicing_v0/model/SubmitInvoiceResponse.js +16 -19
- package/src/invoicing_v0/model/TaxClassification.js +17 -21
- package/src/listingsitems_v2021_08_01/ApiClient.js +479 -488
- package/src/listingsitems_v2021_08_01/api/ListingsApi.js +324 -338
- package/src/listingsitems_v2021_08_01/index.js +86 -87
- package/src/listingsitems_v2021_08_01/model/Audience.js +17 -21
- package/src/listingsitems_v2021_08_01/model/Error.js +21 -26
- package/src/listingsitems_v2021_08_01/model/ErrorList.js +18 -21
- package/src/listingsitems_v2021_08_01/model/FulfillmentAvailability.js +18 -22
- package/src/listingsitems_v2021_08_01/model/Issue.js +38 -46
- package/src/listingsitems_v2021_08_01/model/IssueEnforcementAction.js +16 -19
- package/src/listingsitems_v2021_08_01/model/IssueEnforcements.js +22 -26
- package/src/listingsitems_v2021_08_01/model/IssueExemption.js +26 -30
- package/src/listingsitems_v2021_08_01/model/Item.js +39 -50
- package/src/listingsitems_v2021_08_01/model/ItemIdentifiersByMarketplace.js +17 -21
- package/src/listingsitems_v2021_08_01/model/ItemImage.js +22 -27
- package/src/listingsitems_v2021_08_01/model/ItemOfferByMarketplace.js +36 -43
- package/src/listingsitems_v2021_08_01/model/ItemProcurement.js +18 -21
- package/src/listingsitems_v2021_08_01/model/ItemProductTypeByMarketplace.js +19 -23
- package/src/listingsitems_v2021_08_01/model/ItemRelationship.js +29 -35
- package/src/listingsitems_v2021_08_01/model/ItemRelationshipsByMarketplace.js +20 -24
- package/src/listingsitems_v2021_08_01/model/ItemSearchResults.js +23 -28
- package/src/listingsitems_v2021_08_01/model/ItemSummaryByMarketplace.js +73 -85
- package/src/listingsitems_v2021_08_01/model/ItemVariationTheme.js +19 -23
- package/src/listingsitems_v2021_08_01/model/ListingsItemPatchRequest.js +20 -24
- package/src/listingsitems_v2021_08_01/model/ListingsItemPutRequest.js +29 -34
- package/src/listingsitems_v2021_08_01/model/ListingsItemSubmissionResponse.js +36 -43
- package/src/listingsitems_v2021_08_01/model/Money.js +19 -23
- package/src/listingsitems_v2021_08_01/model/Pagination.js +17 -21
- package/src/listingsitems_v2021_08_01/model/PatchOperation.js +29 -34
- package/src/listingsitems_v2021_08_01/model/Points.js +17 -20
- package/src/listingsrestrictions_v2021_08_01/ApiClient.js +479 -488
- package/src/listingsrestrictions_v2021_08_01/api/ListingsApi.js +75 -81
- package/src/listingsrestrictions_v2021_08_01/index.js +23 -24
- package/src/listingsrestrictions_v2021_08_01/model/Error.js +21 -26
- package/src/listingsrestrictions_v2021_08_01/model/Link.js +27 -33
- package/src/listingsrestrictions_v2021_08_01/model/Reason.js +29 -34
- package/src/listingsrestrictions_v2021_08_01/model/Restriction.js +49 -54
- package/src/listingsrestrictions_v2021_08_01/model/RestrictionList.js +18 -21
- package/src/merchantfulfillment_v0/ApiClient.js +479 -488
- package/src/merchantfulfillment_v0/api/MerchantFulfillmentApi.js +216 -230
- package/src/merchantfulfillment_v0/index.js +176 -177
- package/src/merchantfulfillment_v0/model/AdditionalInputs.js +18 -22
- package/src/merchantfulfillment_v0/model/AdditionalSellerInput.js +35 -46
- package/src/merchantfulfillment_v0/model/AdditionalSellerInputs.js +21 -25
- package/src/merchantfulfillment_v0/model/Address.js +42 -55
- package/src/merchantfulfillment_v0/model/AvailableCarrierWillPickUpOption.js +23 -27
- package/src/merchantfulfillment_v0/model/AvailableDeliveryExperienceOption.js +23 -27
- package/src/merchantfulfillment_v0/model/AvailableShippingServiceOptions.js +21 -25
- package/src/merchantfulfillment_v0/model/Benefits.js +18 -22
- package/src/merchantfulfillment_v0/model/CancelShipmentResponse.js +19 -23
- package/src/merchantfulfillment_v0/model/CarrierWillPickUpOption.js +12 -17
- package/src/merchantfulfillment_v0/model/Constraint.js +18 -22
- package/src/merchantfulfillment_v0/model/CreateShipmentRequest.js +32 -40
- package/src/merchantfulfillment_v0/model/CreateShipmentResponse.js +19 -23
- package/src/merchantfulfillment_v0/model/CurrencyAmount.js +19 -23
- package/src/merchantfulfillment_v0/model/DangerousGoodsDetails.js +57 -63
- package/src/merchantfulfillment_v0/model/DeliveryExperienceOption.js +16 -23
- package/src/merchantfulfillment_v0/model/DeliveryExperienceType.js +14 -20
- package/src/merchantfulfillment_v0/model/Error.js +21 -26
- package/src/merchantfulfillment_v0/model/ExcludedBenefit.js +17 -21
- package/src/merchantfulfillment_v0/model/FileContents.js +24 -29
- package/src/merchantfulfillment_v0/model/FileType.js +12 -17
- package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsRequest.js +24 -29
- package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsResponse.js +19 -23
- package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsResult.js +19 -23
- package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesRequest.js +21 -25
- package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesResponse.js +19 -23
- package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesResult.js +26 -32
- package/src/merchantfulfillment_v0/model/GetShipmentResponse.js +19 -23
- package/src/merchantfulfillment_v0/model/HazmatType.js +10 -14
- package/src/merchantfulfillment_v0/model/InputTargetType.js +10 -14
- package/src/merchantfulfillment_v0/model/Item.js +37 -48
- package/src/merchantfulfillment_v0/model/ItemLevelFields.js +20 -24
- package/src/merchantfulfillment_v0/model/Label.js +31 -38
- package/src/merchantfulfillment_v0/model/LabelCustomization.js +18 -22
- package/src/merchantfulfillment_v0/model/LabelDimensions.js +24 -29
- package/src/merchantfulfillment_v0/model/LabelFormat.js +16 -23
- package/src/merchantfulfillment_v0/model/LabelFormatOption.js +18 -22
- package/src/merchantfulfillment_v0/model/LabelFormatOptionRequest.js +15 -18
- package/src/merchantfulfillment_v0/model/Length.js +18 -22
- package/src/merchantfulfillment_v0/model/LiquidVolume.js +35 -39
- package/src/merchantfulfillment_v0/model/PackageDimensions.js +25 -32
- package/src/merchantfulfillment_v0/model/PredefinedPackageDimensions.js +106 -158
- package/src/merchantfulfillment_v0/model/RejectedShippingService.js +27 -34
- package/src/merchantfulfillment_v0/model/SellerInputDefinition.js +36 -45
- package/src/merchantfulfillment_v0/model/Shipment.js +71 -88
- package/src/merchantfulfillment_v0/model/ShipmentRequestDetails.js +49 -61
- package/src/merchantfulfillment_v0/model/ShipmentStatus.js +14 -20
- package/src/merchantfulfillment_v0/model/ShippingOfferingFilter.js +23 -29
- package/src/merchantfulfillment_v0/model/ShippingService.js +59 -75
- package/src/merchantfulfillment_v0/model/ShippingServiceOptions.js +30 -37
- package/src/merchantfulfillment_v0/model/StandardIdForLabel.js +8 -11
- package/src/merchantfulfillment_v0/model/TemporarilyUnavailableCarrier.js +16 -19
- package/src/merchantfulfillment_v0/model/TermsAndConditionsNotAcceptedCarrier.js +16 -19
- package/src/merchantfulfillment_v0/model/UnitOfLength.js +10 -14
- package/src/merchantfulfillment_v0/model/UnitOfWeight.js +10 -14
- package/src/merchantfulfillment_v0/model/Weight.js +21 -25
- package/src/messaging_v1/ApiClient.js +479 -488
- package/src/messaging_v1/api/MessagingApi.js +686 -716
- package/src/messaging_v1/index.js +113 -114
- package/src/messaging_v1/model/Attachment.js +19 -23
- package/src/messaging_v1/model/CreateAmazonMotorsRequest.js +16 -19
- package/src/messaging_v1/model/CreateAmazonMotorsResponse.js +16 -19
- package/src/messaging_v1/model/CreateConfirmCustomizationDetailsRequest.js +18 -22
- package/src/messaging_v1/model/CreateConfirmCustomizationDetailsResponse.js +16 -19
- package/src/messaging_v1/model/CreateConfirmDeliveryDetailsRequest.js +15 -18
- package/src/messaging_v1/model/CreateConfirmDeliveryDetailsResponse.js +16 -19
- package/src/messaging_v1/model/CreateConfirmOrderDetailsRequest.js +15 -18
- package/src/messaging_v1/model/CreateConfirmOrderDetailsResponse.js +16 -19
- package/src/messaging_v1/model/CreateConfirmServiceDetailsRequest.js +15 -18
- package/src/messaging_v1/model/CreateConfirmServiceDetailsResponse.js +16 -19
- package/src/messaging_v1/model/CreateDigitalAccessKeyRequest.js +18 -22
- package/src/messaging_v1/model/CreateDigitalAccessKeyResponse.js +16 -19
- package/src/messaging_v1/model/CreateLegalDisclosureRequest.js +16 -19
- package/src/messaging_v1/model/CreateLegalDisclosureResponse.js +16 -19
- package/src/messaging_v1/model/CreateNegativeFeedbackRemovalResponse.js +16 -19
- package/src/messaging_v1/model/CreateUnexpectedProblemRequest.js +15 -18
- package/src/messaging_v1/model/CreateUnexpectedProblemResponse.js +16 -19
- package/src/messaging_v1/model/CreateWarrantyRequest.js +20 -25
- package/src/messaging_v1/model/CreateWarrantyResponse.js +16 -19
- package/src/messaging_v1/model/Error.js +21 -26
- package/src/messaging_v1/model/GetAttributesResponse.js +19 -23
- package/src/messaging_v1/model/GetAttributesResponseBuyer.js +15 -18
- package/src/messaging_v1/model/GetMessagingActionResponse.js +25 -31
- package/src/messaging_v1/model/GetMessagingActionResponseEmbedded.js +16 -19
- package/src/messaging_v1/model/GetMessagingActionResponseLinks.js +22 -26
- package/src/messaging_v1/model/GetMessagingActionsForOrderResponse.js +22 -27
- package/src/messaging_v1/model/GetMessagingActionsForOrderResponseEmbedded.js +18 -21
- package/src/messaging_v1/model/GetMessagingActionsForOrderResponseLinks.js +21 -25
- package/src/messaging_v1/model/GetSchemaResponse.js +21 -26
- package/src/messaging_v1/model/GetSchemaResponseLinks.js +18 -21
- package/src/messaging_v1/model/InvoiceRequest.js +16 -19
- package/src/messaging_v1/model/InvoiceResponse.js +16 -19
- package/src/messaging_v1/model/LinkObject.js +18 -22
- package/src/messaging_v1/model/MessagingAction.js +16 -19
- package/src/notifications_v1/ApiClient.js +479 -488
- package/src/notifications_v1/api/NotificationsApi.js +347 -367
- package/src/notifications_v1/index.js +86 -87
- package/src/notifications_v1/model/AggregationFilter.js +16 -19
- package/src/notifications_v1/model/AggregationSettings.js +18 -21
- package/src/notifications_v1/model/AggregationTimePeriod.js +10 -14
- package/src/notifications_v1/model/CreateDestinationRequest.js +21 -25
- package/src/notifications_v1/model/CreateDestinationResponse.js +19 -23
- package/src/notifications_v1/model/CreateSubscriptionRequest.js +22 -27
- package/src/notifications_v1/model/CreateSubscriptionResponse.js +19 -23
- package/src/notifications_v1/model/DeleteDestinationResponse.js +16 -19
- package/src/notifications_v1/model/DeleteSubscriptionByIdResponse.js +16 -19
- package/src/notifications_v1/model/Destination.js +24 -29
- package/src/notifications_v1/model/DestinationResource.js +19 -23
- package/src/notifications_v1/model/DestinationResourceSpecification.js +19 -23
- package/src/notifications_v1/model/Error.js +21 -26
- package/src/notifications_v1/model/EventBridgeResource.js +22 -27
- package/src/notifications_v1/model/EventBridgeResourceSpecification.js +19 -23
- package/src/notifications_v1/model/EventFilter.js +42 -48
- package/src/notifications_v1/model/GetDestinationResponse.js +19 -23
- package/src/notifications_v1/model/GetDestinationsResponse.js +19 -23
- package/src/notifications_v1/model/GetSubscriptionByIdResponse.js +19 -23
- package/src/notifications_v1/model/GetSubscriptionResponse.js +19 -23
- package/src/notifications_v1/model/MarketplaceFilter.js +15 -18
- package/src/notifications_v1/model/OrderChangeTypeEnum.js +10 -14
- package/src/notifications_v1/model/OrderChangeTypeFilter.js +16 -19
- package/src/notifications_v1/model/ProcessingDirective.js +16 -19
- package/src/notifications_v1/model/SqsResource.js +16 -19
- package/src/notifications_v1/model/Subscription.js +25 -31
- package/src/orders_v0/ApiClient.js +479 -488
- package/src/orders_v0/api/OrdersV0Api.js +406 -428
- package/src/orders_v0/api/ShipmentApi.js +66 -72
- package/src/orders_v0/index.js +224 -225
- package/src/orders_v0/model/Address.js +51 -68
- package/src/orders_v0/model/AddressExtendedFields.js +21 -27
- package/src/orders_v0/model/AmazonPrograms.js +16 -19
- package/src/orders_v0/model/AssociatedItem.js +20 -25
- package/src/orders_v0/model/AssociationType.js +8 -11
- package/src/orders_v0/model/AutomatedShippingSettings.js +19 -24
- package/src/orders_v0/model/BusinessHours.js +34 -38
- package/src/orders_v0/model/BuyerCustomizedInfoDetail.js +15 -18
- package/src/orders_v0/model/BuyerInfo.js +24 -31
- package/src/orders_v0/model/BuyerRequestedCancel.js +17 -21
- package/src/orders_v0/model/BuyerTaxInfo.js +20 -25
- package/src/orders_v0/model/BuyerTaxInformation.js +21 -27
- package/src/orders_v0/model/ConfirmShipmentErrorResponse.js +16 -19
- package/src/orders_v0/model/ConfirmShipmentOrderItem.js +21 -26
- package/src/orders_v0/model/ConfirmShipmentRequest.js +27 -32
- package/src/orders_v0/model/ConstraintType.js +8 -11
- package/src/orders_v0/model/DeliveryPreferences.js +23 -29
- package/src/orders_v0/model/EasyShipShipmentStatus.js +38 -56
- package/src/orders_v0/model/ElectronicInvoiceStatus.js +16 -23
- package/src/orders_v0/model/Error.js +21 -26
- package/src/orders_v0/model/ExceptionDates.js +20 -25
- package/src/orders_v0/model/ExportInfo.js +18 -22
- package/src/orders_v0/model/FulfillmentInstruction.js +15 -18
- package/src/orders_v0/model/GetOrderAddressResponse.js +19 -23
- package/src/orders_v0/model/GetOrderBuyerInfoResponse.js +19 -23
- package/src/orders_v0/model/GetOrderItemsBuyerInfoResponse.js +19 -23
- package/src/orders_v0/model/GetOrderItemsResponse.js +19 -23
- package/src/orders_v0/model/GetOrderRegulatedInfoResponse.js +19 -23
- package/src/orders_v0/model/GetOrderResponse.js +19 -23
- package/src/orders_v0/model/GetOrdersResponse.js +19 -23
- package/src/orders_v0/model/ItemBuyerInfo.js +25 -32
- package/src/orders_v0/model/MarketplaceTaxInfo.js +16 -19
- package/src/orders_v0/model/Measurement.js +69 -73
- package/src/orders_v0/model/Money.js +17 -21
- package/src/orders_v0/model/OpenInterval.js +18 -22
- package/src/orders_v0/model/OpenTimeInterval.js +17 -21
- package/src/orders_v0/model/Order.js +171 -220
- package/src/orders_v0/model/OrderAddress.js +24 -30
- package/src/orders_v0/model/OrderBuyerInfo.js +27 -35
- package/src/orders_v0/model/OrderItem.js +118 -161
- package/src/orders_v0/model/OrderItemBuyerInfo.js +28 -36
- package/src/orders_v0/model/OrderItemsBuyerInfoList.js +22 -27
- package/src/orders_v0/model/OrderItemsInner.js +17 -21
- package/src/orders_v0/model/OrderItemsList.js +22 -27
- package/src/orders_v0/model/OrderRegulatedInfo.js +29 -35
- package/src/orders_v0/model/OrdersList.js +23 -29
- package/src/orders_v0/model/OtherDeliveryAttributes.js +12 -17
- package/src/orders_v0/model/PackageDetail.js +36 -46
- package/src/orders_v0/model/PaymentExecutionDetailItem.js +21 -25
- package/src/orders_v0/model/PointsGrantedDetail.js +18 -22
- package/src/orders_v0/model/PreferredDeliveryTime.js +19 -23
- package/src/orders_v0/model/PrescriptionDetail.js +34 -43
- package/src/orders_v0/model/ProductInfoDetail.js +15 -18
- package/src/orders_v0/model/RegulatedInformation.js +17 -20
- package/src/orders_v0/model/RegulatedInformationField.js +31 -37
- package/src/orders_v0/model/RegulatedOrderVerificationStatus.js +34 -43
- package/src/orders_v0/model/RejectionReason.js +19 -23
- package/src/orders_v0/model/ShipmentStatus.js +12 -17
- package/src/orders_v0/model/ShippingConstraints.js +22 -28
- package/src/orders_v0/model/SubstitutionOption.js +25 -32
- package/src/orders_v0/model/SubstitutionPreferences.js +27 -31
- package/src/orders_v0/model/TaxClassification.js +17 -21
- package/src/orders_v0/model/TaxCollection.js +25 -29
- package/src/orders_v0/model/UpdateShipmentStatusErrorResponse.js +16 -19
- package/src/orders_v0/model/UpdateShipmentStatusRequest.js +24 -29
- package/src/orders_v0/model/UpdateVerificationStatusErrorResponse.js +16 -19
- package/src/orders_v0/model/UpdateVerificationStatusRequest.js +18 -21
- package/src/orders_v0/model/UpdateVerificationStatusRequestBody.js +24 -30
- package/src/orders_v0/model/ValidVerificationDetail.js +20 -24
- package/src/orders_v0/model/VerificationDetails.js +16 -19
- package/src/orders_v0/model/VerificationStatus.js +16 -23
- package/src/pricing_v0/ApiClient.js +479 -488
- package/src/pricing_v0/api/ProductPricingApi.js +306 -322
- package/src/pricing_v0/index.js +161 -162
- package/src/pricing_v0/model/ASINIdentifier.js +19 -23
- package/src/pricing_v0/model/BatchOffersRequestParams.js +24 -29
- package/src/pricing_v0/model/BatchOffersResponse.js +24 -29
- package/src/pricing_v0/model/BatchRequest.js +23 -28
- package/src/pricing_v0/model/BuyBoxPriceType.js +42 -53
- package/src/pricing_v0/model/CompetitivePriceType.js +37 -48
- package/src/pricing_v0/model/CompetitivePricingType.js +24 -29
- package/src/pricing_v0/model/ConditionType.js +16 -23
- package/src/pricing_v0/model/CustomerType.js +10 -14
- package/src/pricing_v0/model/DetailedShippingTimeType.js +29 -35
- package/src/pricing_v0/model/Error.js +21 -26
- package/src/pricing_v0/model/Errors.js +17 -20
- package/src/pricing_v0/model/FulfillmentChannelType.js +10 -14
- package/src/pricing_v0/model/GetItemOffersBatchRequest.js +16 -19
- package/src/pricing_v0/model/GetItemOffersBatchResponse.js +16 -19
- package/src/pricing_v0/model/GetListingOffersBatchRequest.js +16 -19
- package/src/pricing_v0/model/GetListingOffersBatchResponse.js +16 -19
- package/src/pricing_v0/model/GetOffersHttpStatusLine.js +17 -21
- package/src/pricing_v0/model/GetOffersResponse.js +19 -23
- package/src/pricing_v0/model/GetOffersResult.js +42 -52
- package/src/pricing_v0/model/GetPricingResponse.js +19 -23
- package/src/pricing_v0/model/HttpMethod.js +16 -23
- package/src/pricing_v0/model/HttpResponseHeaders.js +19 -23
- package/src/pricing_v0/model/IdentifierType.js +21 -25
- package/src/pricing_v0/model/ItemCondition.js +16 -23
- package/src/pricing_v0/model/ItemIdentifier.js +25 -31
- package/src/pricing_v0/model/ItemOffersRequest.js +46 -54
- package/src/pricing_v0/model/ItemOffersRequestParams.js +32 -38
- package/src/pricing_v0/model/ItemOffersResponse.js +35 -41
- package/src/pricing_v0/model/ListingOffersRequest.js +46 -54
- package/src/pricing_v0/model/ListingOffersRequestParams.js +33 -39
- package/src/pricing_v0/model/ListingOffersResponse.js +33 -39
- package/src/pricing_v0/model/LowestPriceType.js +39 -50
- package/src/pricing_v0/model/MoneyType.js +17 -21
- package/src/pricing_v0/model/OfferCountType.js +20 -25
- package/src/pricing_v0/model/OfferCustomerType.js +10 -14
- package/src/pricing_v0/model/OfferDetail.js +61 -79
- package/src/pricing_v0/model/OfferListingCountType.js +19 -23
- package/src/pricing_v0/model/OfferType.js +43 -54
- package/src/pricing_v0/model/Points.js +18 -22
- package/src/pricing_v0/model/Price.js +23 -29
- package/src/pricing_v0/model/PriceType.js +25 -31
- package/src/pricing_v0/model/PrimeInformationType.js +19 -23
- package/src/pricing_v0/model/Product.js +31 -39
- package/src/pricing_v0/model/QuantityDiscountPriceType.js +26 -31
- package/src/pricing_v0/model/QuantityDiscountType.js +8 -11
- package/src/pricing_v0/model/SalesRankType.js +19 -23
- package/src/pricing_v0/model/SellerFeedbackType.js +18 -22
- package/src/pricing_v0/model/SellerSKUIdentifier.js +22 -27
- package/src/pricing_v0/model/ShipsFromType.js +17 -21
- package/src/pricing_v0/model/Summary.js +39 -51
- package/src/pricing_v2022_05_01/ApiClient.js +479 -488
- package/src/pricing_v2022_05_01/api/ProductPricingApi.js +103 -111
- package/src/pricing_v2022_05_01/index.js +128 -129
- package/src/pricing_v2022_05_01/model/BatchRequest.js +25 -31
- package/src/pricing_v2022_05_01/model/BatchResponse.js +21 -25
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryBatchRequest.js +17 -20
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryBatchResponse.js +17 -20
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryIncludedData.js +12 -17
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryRequest.js +34 -42
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryResponse.js +23 -27
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryResponseBody.js +31 -39
- package/src/pricing_v2022_05_01/model/Condition.js +16 -23
- package/src/pricing_v2022_05_01/model/Error.js +21 -26
- package/src/pricing_v2022_05_01/model/Errors.js +17 -20
- package/src/pricing_v2022_05_01/model/FeaturedBuyingOption.js +24 -28
- package/src/pricing_v2022_05_01/model/FeaturedOffer.js +24 -29
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPrice.js +21 -25
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceRequest.js +47 -56
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceRequestParams.js +22 -27
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResponse.js +34 -40
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResponseBody.js +22 -27
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResult.js +24 -30
- package/src/pricing_v2022_05_01/model/FeaturedOfferSegment.js +27 -31
- package/src/pricing_v2022_05_01/model/FulfillmentType.js +10 -14
- package/src/pricing_v2022_05_01/model/GetFeaturedOfferExpectedPriceBatchRequest.js +16 -19
- package/src/pricing_v2022_05_01/model/GetFeaturedOfferExpectedPriceBatchResponse.js +16 -19
- package/src/pricing_v2022_05_01/model/HttpMethod.js +16 -23
- package/src/pricing_v2022_05_01/model/HttpStatusLine.js +17 -21
- package/src/pricing_v2022_05_01/model/LowestPricedOffer.js +22 -26
- package/src/pricing_v2022_05_01/model/LowestPricedOffersInput.js +25 -29
- package/src/pricing_v2022_05_01/model/MoneyType.js +17 -21
- package/src/pricing_v2022_05_01/model/Offer.js +70 -80
- package/src/pricing_v2022_05_01/model/OfferIdentifier.js +26 -33
- package/src/pricing_v2022_05_01/model/Points.js +18 -22
- package/src/pricing_v2022_05_01/model/PostalCode.js +18 -22
- package/src/pricing_v2022_05_01/model/Price.js +23 -28
- package/src/pricing_v2022_05_01/model/PrimeDetails.js +24 -27
- package/src/pricing_v2022_05_01/model/ReferencePrice.js +21 -25
- package/src/pricing_v2022_05_01/model/SampleLocation.js +16 -19
- package/src/pricing_v2022_05_01/model/Segment.js +16 -19
- package/src/pricing_v2022_05_01/model/SegmentDetails.js +18 -22
- package/src/pricing_v2022_05_01/model/SegmentedFeaturedOffer.js +85 -96
- package/src/pricing_v2022_05_01/model/ShippingOption.js +25 -29
- package/src/productfees_v0/ApiClient.js +479 -488
- package/src/productfees_v0/api/FeesApi.js +160 -170
- package/src/productfees_v0/index.js +62 -63
- package/src/productfees_v0/model/Error.js +21 -26
- package/src/productfees_v0/model/FeeDetail.js +32 -40
- package/src/productfees_v0/model/FeesEstimate.js +22 -27
- package/src/productfees_v0/model/FeesEstimateByIdRequest.js +24 -29
- package/src/productfees_v0/model/FeesEstimateError.js +25 -31
- package/src/productfees_v0/model/FeesEstimateIdentifier.js +32 -42
- package/src/productfees_v0/model/FeesEstimateRequest.js +29 -36
- package/src/productfees_v0/model/FeesEstimateResult.js +24 -30
- package/src/productfees_v0/model/GetMyFeesEstimateRequest.js +16 -19
- package/src/productfees_v0/model/GetMyFeesEstimateResponse.js +19 -23
- package/src/productfees_v0/model/GetMyFeesEstimateResult.js +16 -19
- package/src/productfees_v0/model/GetMyFeesEstimatesErrorList.js +18 -21
- package/src/productfees_v0/model/IdType.js +10 -14
- package/src/productfees_v0/model/IncludedFeeDetail.js +29 -36
- package/src/productfees_v0/model/MoneyType.js +17 -21
- package/src/productfees_v0/model/OptionalFulfillmentProgram.js +12 -17
- package/src/productfees_v0/model/Points.js +18 -22
- package/src/productfees_v0/model/PriceToEstimateFees.js +23 -28
- package/src/producttypedefinitions_v2020_09_01/ApiClient.js +479 -488
- package/src/producttypedefinitions_v2020_09_01/api/DefinitionsApi.js +120 -128
- package/src/producttypedefinitions_v2020_09_01/index.js +35 -36
- package/src/producttypedefinitions_v2020_09_01/model/Error.js +21 -26
- package/src/producttypedefinitions_v2020_09_01/model/ErrorList.js +18 -21
- package/src/producttypedefinitions_v2020_09_01/model/ProductType.js +22 -27
- package/src/producttypedefinitions_v2020_09_01/model/ProductTypeDefinition.js +61 -73
- package/src/producttypedefinitions_v2020_09_01/model/ProductTypeList.js +21 -25
- package/src/producttypedefinitions_v2020_09_01/model/ProductTypeVersion.js +21 -26
- package/src/producttypedefinitions_v2020_09_01/model/PropertyGroup.js +19 -24
- package/src/producttypedefinitions_v2020_09_01/model/SchemaLink.js +21 -25
- package/src/producttypedefinitions_v2020_09_01/model/SchemaLinkLink.js +23 -27
- package/src/replenishment_v2022_11_07/ApiClient.js +479 -488
- package/src/replenishment_v2022_11_07/api/OffersApi.js +95 -103
- package/src/replenishment_v2022_11_07/api/SellingpartnersApi.js +59 -65
- package/src/replenishment_v2022_11_07/index.js +119 -120
- package/src/replenishment_v2022_11_07/model/AggregationFrequency.js +14 -20
- package/src/replenishment_v2022_11_07/model/AutoEnrollmentPreference.js +10 -14
- package/src/replenishment_v2022_11_07/model/DiscountFunding.js +15 -18
- package/src/replenishment_v2022_11_07/model/EligibilityStatus.js +14 -20
- package/src/replenishment_v2022_11_07/model/EnrollmentMethod.js +10 -14
- package/src/replenishment_v2022_11_07/model/Error.js +21 -26
- package/src/replenishment_v2022_11_07/model/ErrorList.js +17 -20
- package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsRequest.js +36 -44
- package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponse.js +16 -19
- package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponseMetric.js +58 -82
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequest.js +26 -31
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestFilters.js +35 -43
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestPagination.js +19 -23
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestSort.js +23 -27
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsResponse.js +19 -23
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsResponseOffer.js +48 -67
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsSortKey.js +24 -35
- package/src/replenishment_v2022_11_07/model/ListOffersRequest.js +26 -31
- package/src/replenishment_v2022_11_07/model/ListOffersRequestFilters.js +33 -42
- package/src/replenishment_v2022_11_07/model/ListOffersRequestPagination.js +19 -23
- package/src/replenishment_v2022_11_07/model/ListOffersRequestSort.js +23 -27
- package/src/replenishment_v2022_11_07/model/ListOffersResponse.js +19 -23
- package/src/replenishment_v2022_11_07/model/ListOffersResponseOffer.js +30 -39
- package/src/replenishment_v2022_11_07/model/ListOffersSortKey.js +16 -23
- package/src/replenishment_v2022_11_07/model/Metric.js +30 -44
- package/src/replenishment_v2022_11_07/model/OfferProgramConfiguration.js +22 -27
- package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPreferences.js +16 -19
- package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPromotions.js +22 -28
- package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPromotionsDiscountFunding.js +15 -18
- package/src/replenishment_v2022_11_07/model/PaginationResponse.js +15 -18
- package/src/replenishment_v2022_11_07/model/Preference.js +16 -19
- package/src/replenishment_v2022_11_07/model/ProgramType.js +8 -11
- package/src/replenishment_v2022_11_07/model/Promotion.js +22 -28
- package/src/replenishment_v2022_11_07/model/SortOrder.js +10 -14
- package/src/replenishment_v2022_11_07/model/TimeInterval.js +19 -23
- package/src/replenishment_v2022_11_07/model/TimePeriodType.js +10 -14
- package/src/reports_v2021_06_30/ApiClient.js +479 -488
- package/src/reports_v2021_06_30/api/ReportsApi.js +349 -371
- package/src/reports_v2021_06_30/index.js +41 -42
- package/src/reports_v2021_06_30/model/CreateReportResponse.js +16 -19
- package/src/reports_v2021_06_30/model/CreateReportScheduleResponse.js +16 -19
- package/src/reports_v2021_06_30/model/CreateReportScheduleSpecification.js +64 -71
- package/src/reports_v2021_06_30/model/CreateReportSpecification.js +25 -32
- package/src/reports_v2021_06_30/model/Error.js +21 -26
- package/src/reports_v2021_06_30/model/ErrorList.js +17 -20
- package/src/reports_v2021_06_30/model/GetReportsResponse.js +19 -23
- package/src/reports_v2021_06_30/model/Report.js +51 -64
- package/src/reports_v2021_06_30/model/ReportDocument.js +25 -30
- package/src/reports_v2021_06_30/model/ReportSchedule.js +28 -36
- package/src/reports_v2021_06_30/model/ReportScheduleList.js +17 -20
- package/src/sales_v1/ApiClient.js +479 -488
- package/src/sales_v1/api/SalesApi.js +78 -84
- package/src/sales_v1/index.js +20 -21
- package/src/sales_v1/model/Error.js +21 -26
- package/src/sales_v1/model/GetOrderMetricsResponse.js +19 -23
- package/src/sales_v1/model/Money.js +19 -23
- package/src/sales_v1/model/OrderMetricsInterval.js +34 -42
- package/src/sellers_v1/ApiClient.js +479 -488
- package/src/sellers_v1/api/SellersApi.js +90 -98
- package/src/sellers_v1/index.js +38 -39
- package/src/sellers_v1/model/Account.js +53 -60
- package/src/sellers_v1/model/Address.js +27 -35
- package/src/sellers_v1/model/Business.js +27 -34
- package/src/sellers_v1/model/Error.js +21 -26
- package/src/sellers_v1/model/GetAccountResponse.js +19 -23
- package/src/sellers_v1/model/GetMarketplaceParticipationsResponse.js +19 -23
- package/src/sellers_v1/model/Marketplace.js +31 -39
- package/src/sellers_v1/model/MarketplaceParticipation.js +26 -31
- package/src/sellers_v1/model/Participation.js +19 -23
- package/src/sellers_v1/model/PrimaryContact.js +23 -28
- package/src/services_v1/ApiClient.js +479 -488
- package/src/services_v1/api/ServiceApi.js +847 -885
- package/src/services_v1/index.js +204 -198
- package/src/services_v1/model/AddAppointmentRequest.js +18 -21
- package/src/services_v1/model/Address.js +37 -50
- package/src/services_v1/model/Appointment.js +36 -44
- package/src/services_v1/model/AppointmentResource.js +15 -18
- package/src/services_v1/model/AppointmentSlot.js +19 -24
- package/src/services_v1/model/AppointmentSlotReport.js +28 -34
- package/src/services_v1/model/AppointmentTime.js +19 -23
- package/src/services_v1/model/AppointmentTimeInput.js +18 -22
- package/src/services_v1/model/AssignAppointmentResourcesRequest.js +17 -20
- package/src/services_v1/model/AssignAppointmentResourcesResponse.js +19 -23
- package/src/services_v1/model/AssignAppointmentResourcesResponsePayload.js +16 -19
- package/src/services_v1/model/AssociatedItem.js +38 -47
- package/src/services_v1/model/AvailabilityRecord.js +24 -30
- package/src/services_v1/model/Buyer.js +21 -27
- package/src/services_v1/model/CancelReservationResponse.js +16 -19
- package/src/services_v1/model/CancelServiceJobByServiceJobIdResponse.js +16 -19
- package/src/services_v1/model/CapacityType.js +14 -20
- package/src/services_v1/model/CompleteServiceJobByServiceJobIdResponse.js +16 -19
- package/src/services_v1/model/CreateReservationRecord.js +22 -27
- package/src/services_v1/model/CreateReservationRequest.js +21 -25
- package/src/services_v1/model/CreateReservationResponse.js +19 -23
- package/src/services_v1/model/CreateServiceDocumentUploadDestination.js +19 -23
- package/src/services_v1/model/DateTimeRange.js +73 -0
- package/src/services_v1/model/DayOfWeek.js +20 -29
- package/src/services_v1/model/EncryptionDetails.js +26 -31
- package/src/services_v1/model/Error.js +29 -35
- package/src/services_v1/model/FixedSlot.js +23 -30
- package/src/services_v1/model/FixedSlotCapacity.js +22 -28
- package/src/services_v1/model/FixedSlotCapacityErrors.js +16 -19
- package/src/services_v1/model/FixedSlotCapacityQuery.js +24 -30
- package/src/services_v1/model/FulfillmentDocument.js +17 -21
- package/src/services_v1/model/FulfillmentTime.js +17 -21
- package/src/services_v1/model/GetAppointmentSlotsResponse.js +19 -23
- package/src/services_v1/model/GetServiceJobByServiceJobIdResponse.js +19 -23
- package/src/services_v1/model/GetServiceJobsResponse.js +19 -23
- package/src/services_v1/model/ItemDelivery.js +18 -22
- package/src/services_v1/model/ItemDeliveryPromise.js +17 -21
- package/src/services_v1/model/JobListing.js +22 -28
- package/src/services_v1/model/Poa.js +35 -42
- package/src/services_v1/model/RangeCapacity.js +19 -23
- package/src/services_v1/model/RangeSlot.js +19 -24
- package/src/services_v1/model/RangeSlotCapacity.js +20 -25
- package/src/services_v1/model/RangeSlotCapacityErrors.js +16 -19
- package/src/services_v1/model/RangeSlotCapacityQuery.js +22 -27
- package/src/services_v1/model/Recurrence.js +21 -26
- package/src/services_v1/model/RescheduleAppointmentRequest.js +21 -25
- package/src/services_v1/model/Reservation.js +35 -40
- package/src/services_v1/model/ScopeOfWork.js +21 -27
- package/src/services_v1/model/Seller.js +15 -18
- package/src/services_v1/model/ServiceDocumentUploadDestination.js +26 -32
- package/src/services_v1/model/ServiceJob.js +65 -81
- package/src/services_v1/model/ServiceJobProvider.js +15 -18
- package/src/services_v1/model/ServiceLocation.js +26 -30
- package/src/services_v1/model/ServiceUploadDocument.js +35 -40
- package/src/services_v1/model/SetAppointmentFulfillmentDataRequest.js +29 -27
- package/src/services_v1/model/SetAppointmentResponse.js +21 -26
- package/src/services_v1/model/Technician.js +17 -21
- package/src/services_v1/model/UpdateReservationRecord.js +22 -27
- package/src/services_v1/model/UpdateReservationRequest.js +21 -25
- package/src/services_v1/model/UpdateReservationResponse.js +19 -23
- package/src/services_v1/model/UpdateScheduleRecord.js +22 -27
- package/src/services_v1/model/UpdateScheduleRequest.js +17 -20
- package/src/services_v1/model/UpdateScheduleResponse.js +19 -23
- package/src/services_v1/model/Warning.js +21 -26
- package/src/shipping_v2/ApiClient.js +478 -487
- package/src/shipping_v2/api/ShippingApi.js +911 -955
- package/src/shipping_v2/index.js +388 -389
- package/src/shipping_v2/model/AccessPoint.js +43 -55
- package/src/shipping_v2/model/AccessPointDetails.js +14 -17
- package/src/shipping_v2/model/AccessPointType.js +21 -31
- package/src/shipping_v2/model/AccessibilityAttributes.js +16 -20
- package/src/shipping_v2/model/AccountStatus.js +13 -19
- package/src/shipping_v2/model/AccountType.js +11 -16
- package/src/shipping_v2/model/ActiveAccount.js +16 -20
- package/src/shipping_v2/model/Address.js +43 -57
- package/src/shipping_v2/model/AmazonOrderDetails.js +15 -18
- package/src/shipping_v2/model/AmazonShipmentDetails.js +15 -18
- package/src/shipping_v2/model/AvailableValueAddedServiceGroup.js +24 -30
- package/src/shipping_v2/model/Benefits.js +19 -23
- package/src/shipping_v2/model/CancelShipmentResponse.js +14 -17
- package/src/shipping_v2/model/Carrier.js +18 -22
- package/src/shipping_v2/model/CarrierAccount.js +18 -22
- package/src/shipping_v2/model/CarrierAccountAttribute.js +18 -23
- package/src/shipping_v2/model/CarrierAccountInput.js +30 -40
- package/src/shipping_v2/model/ChannelDetails.js +23 -28
- package/src/shipping_v2/model/ChannelType.js +9 -13
- package/src/shipping_v2/model/ChargeComponent.js +23 -27
- package/src/shipping_v2/model/ClaimReason.js +15 -22
- package/src/shipping_v2/model/ClientReferenceDetail.js +24 -28
- package/src/shipping_v2/model/CollectOnDelivery.js +17 -20
- package/src/shipping_v2/model/CollectionFormsHistoryRecord.js +24 -31
- package/src/shipping_v2/model/CollectionsFormDocument.js +16 -20
- package/src/shipping_v2/model/CreateClaimRequest.js +32 -40
- package/src/shipping_v2/model/CreateClaimResponse.js +14 -17
- package/src/shipping_v2/model/Currency.js +18 -22
- package/src/shipping_v2/model/DangerousGoodsDetails.js +56 -62
- package/src/shipping_v2/model/DateRange.js +16 -20
- package/src/shipping_v2/model/DetailCodes.js +65 -97
- package/src/shipping_v2/model/Dimensions.js +30 -36
- package/src/shipping_v2/model/DirectFulfillmentItemIdentifiers.js +17 -21
- package/src/shipping_v2/model/DirectPurchaseRequest.js +30 -38
- package/src/shipping_v2/model/DirectPurchaseResponse.js +15 -18
- package/src/shipping_v2/model/DirectPurchaseResult.js +18 -22
- package/src/shipping_v2/model/DocumentFormat.js +11 -16
- package/src/shipping_v2/model/DocumentSize.js +27 -32
- package/src/shipping_v2/model/DocumentType.js +13 -19
- package/src/shipping_v2/model/Error.js +20 -25
- package/src/shipping_v2/model/ErrorList.js +16 -19
- package/src/shipping_v2/model/Event.js +26 -32
- package/src/shipping_v2/model/EventCode.js +33 -49
- package/src/shipping_v2/model/ExceptionOperatingHours.js +18 -22
- package/src/shipping_v2/model/ExcludedBenefit.js +17 -21
- package/src/shipping_v2/model/GenerateCollectionFormRequest.js +21 -26
- package/src/shipping_v2/model/GenerateCollectionFormResponse.js +15 -18
- package/src/shipping_v2/model/GenerationStatus.js +9 -13
- package/src/shipping_v2/model/Geocode.js +16 -20
- package/src/shipping_v2/model/GetAccessPointsResponse.js +15 -18
- package/src/shipping_v2/model/GetAccessPointsResult.js +16 -19
- package/src/shipping_v2/model/GetAdditionalInputsResponse.js +14 -17
- package/src/shipping_v2/model/GetCarrierAccountFormInputsResponse.js +15 -18
- package/src/shipping_v2/model/GetCarrierAccountsRequest.js +15 -18
- package/src/shipping_v2/model/GetCarrierAccountsResponse.js +16 -19
- package/src/shipping_v2/model/GetCollectionFormHistoryRequest.js +25 -32
- package/src/shipping_v2/model/GetCollectionFormHistoryResponse.js +17 -21
- package/src/shipping_v2/model/GetCollectionFormResponse.js +15 -18
- package/src/shipping_v2/model/GetRatesRequest.js +53 -68
- package/src/shipping_v2/model/GetRatesResponse.js +15 -18
- package/src/shipping_v2/model/GetRatesResult.js +22 -27
- package/src/shipping_v2/model/GetShipmentDocumentsResponse.js +15 -18
- package/src/shipping_v2/model/GetShipmentDocumentsResult.js +23 -28
- package/src/shipping_v2/model/GetTrackingResponse.js +15 -18
- package/src/shipping_v2/model/GetTrackingResult.js +30 -37
- package/src/shipping_v2/model/GetUnmanifestedShipmentsRequest.js +15 -18
- package/src/shipping_v2/model/GetUnmanifestedShipmentsResponse.js +15 -18
- package/src/shipping_v2/model/GoodsOwner.js +17 -20
- package/src/shipping_v2/model/IneligibilityReason.js +20 -24
- package/src/shipping_v2/model/IneligibilityReasonCode.js +25 -37
- package/src/shipping_v2/model/IneligibleRate.js +28 -35
- package/src/shipping_v2/model/InputType.js +9 -13
- package/src/shipping_v2/model/InvoiceDetails.js +16 -20
- package/src/shipping_v2/model/Item.js +43 -57
- package/src/shipping_v2/model/LabelAttribute.js +11 -16
- package/src/shipping_v2/model/LinkCarrierAccountRequest.js +24 -30
- package/src/shipping_v2/model/LinkCarrierAccountResponse.js +17 -21
- package/src/shipping_v2/model/LinkableAccountType.js +18 -22
- package/src/shipping_v2/model/LinkableCarrier.js +17 -21
- package/src/shipping_v2/model/LiquidVolume.js +34 -38
- package/src/shipping_v2/model/Location.js +20 -26
- package/src/shipping_v2/model/NdrAction.js +11 -16
- package/src/shipping_v2/model/NdrRequestData.js +17 -21
- package/src/shipping_v2/model/OneClickShipmentRequest.js +57 -72
- package/src/shipping_v2/model/OneClickShipmentResponse.js +15 -18
- package/src/shipping_v2/model/OneClickShipmentResult.js +39 -47
- package/src/shipping_v2/model/OneClickShipmentValueAddedService.js +18 -22
- package/src/shipping_v2/model/OperatingHours.js +19 -24
- package/src/shipping_v2/model/Package.js +41 -51
- package/src/shipping_v2/model/PackageDocument.js +25 -30
- package/src/shipping_v2/model/PackageDocumentDetail.js +21 -26
- package/src/shipping_v2/model/PaymentType.js +9 -13
- package/src/shipping_v2/model/PrintOption.js +24 -30
- package/src/shipping_v2/model/Promise.js +17 -21
- package/src/shipping_v2/model/PurchaseShipmentRequest.js +28 -35
- package/src/shipping_v2/model/PurchaseShipmentResponse.js +15 -18
- package/src/shipping_v2/model/PurchaseShipmentResult.js +27 -33
- package/src/shipping_v2/model/Rate.js +59 -75
- package/src/shipping_v2/model/RateItem.js +24 -30
- package/src/shipping_v2/model/RateItemID.js +71 -106
- package/src/shipping_v2/model/RateItemType.js +11 -16
- package/src/shipping_v2/model/RequestedDocumentSpecification.js +36 -45
- package/src/shipping_v2/model/RequestedLabelCustomization.js +15 -18
- package/src/shipping_v2/model/RequestedValueAddedService.js +15 -18
- package/src/shipping_v2/model/Service.js +18 -22
- package/src/shipping_v2/model/ServiceSelection.js +15 -18
- package/src/shipping_v2/model/SettlementType.js +9 -13
- package/src/shipping_v2/model/ShipmentType.js +9 -13
- package/src/shipping_v2/model/ShipperInstruction.js +14 -17
- package/src/shipping_v2/model/Status.js +25 -37
- package/src/shipping_v2/model/SubmitNdrFeedbackRequest.js +23 -28
- package/src/shipping_v2/model/SupportedDocumentDetail.js +20 -24
- package/src/shipping_v2/model/SupportedDocumentSpecification.js +26 -31
- package/src/shipping_v2/model/TaxDetail.js +20 -24
- package/src/shipping_v2/model/TaxType.js +7 -10
- package/src/shipping_v2/model/TimeOfDay.js +18 -23
- package/src/shipping_v2/model/TimeWindow.js +16 -20
- package/src/shipping_v2/model/TrackingDetailCodes.js +19 -23
- package/src/shipping_v2/model/TrackingSummary.js +18 -22
- package/src/shipping_v2/model/UnlinkCarrierAccountRequest.js +17 -21
- package/src/shipping_v2/model/UnlinkCarrierAccountResponse.js +14 -17
- package/src/shipping_v2/model/UnmanifestedCarrierInformation.js +19 -24
- package/src/shipping_v2/model/UnmanifestedShipmentLocation.js +18 -22
- package/src/shipping_v2/model/ValidationMetadata.js +18 -23
- package/src/shipping_v2/model/ValueAddedService.js +23 -28
- package/src/shipping_v2/model/ValueAddedServiceDetails.js +15 -18
- package/src/shipping_v2/model/Weight.js +28 -32
- package/src/solicitations_v1/ApiClient.js +479 -488
- package/src/solicitations_v1/api/SolicitationsApi.js +114 -122
- package/src/solicitations_v1/index.js +44 -45
- package/src/solicitations_v1/model/CreateProductReviewAndSellerFeedbackSolicitationResponse.js +16 -19
- package/src/solicitations_v1/model/Error.js +21 -26
- package/src/solicitations_v1/model/GetSchemaResponse.js +21 -26
- package/src/solicitations_v1/model/GetSchemaResponseLinks.js +18 -21
- package/src/solicitations_v1/model/GetSolicitationActionResponse.js +25 -31
- package/src/solicitations_v1/model/GetSolicitationActionResponseEmbedded.js +16 -19
- package/src/solicitations_v1/model/GetSolicitationActionResponseLinks.js +22 -26
- package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponse.js +22 -27
- package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponseEmbedded.js +18 -21
- package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponseLinks.js +21 -25
- package/src/solicitations_v1/model/LinkObject.js +18 -22
- package/src/solicitations_v1/model/SolicitationsAction.js +17 -20
- package/src/supplysources_v2020_07_01/ApiClient.js +479 -488
- package/src/supplysources_v2020_07_01/api/SupplySourcesApi.js +257 -273
- package/src/supplysources_v2020_07_01/index.js +116 -117
- package/src/supplysources_v2020_07_01/model/Address.js +39 -52
- package/src/supplysources_v2020_07_01/model/AddressWithContact.js +19 -23
- package/src/supplysources_v2020_07_01/model/ContactDetails.js +16 -19
- package/src/supplysources_v2020_07_01/model/ContactDetailsPrimary.js +17 -21
- package/src/supplysources_v2020_07_01/model/CreateSupplySourceRequest.js +24 -29
- package/src/supplysources_v2020_07_01/model/CreateSupplySourceResponse.js +19 -23
- package/src/supplysources_v2020_07_01/model/CurbsidePickupConfiguration.js +21 -26
- package/src/supplysources_v2020_07_01/model/DeliveryChannel.js +18 -22
- package/src/supplysources_v2020_07_01/model/Duration.js +18 -22
- package/src/supplysources_v2020_07_01/model/Error.js +21 -26
- package/src/supplysources_v2020_07_01/model/ErrorList.js +17 -20
- package/src/supplysources_v2020_07_01/model/GetSupplySourcesResponse.js +18 -22
- package/src/supplysources_v2020_07_01/model/InStorePickupConfiguration.js +18 -22
- package/src/supplysources_v2020_07_01/model/OperatingHour.js +17 -21
- package/src/supplysources_v2020_07_01/model/OperatingHoursByDay.js +28 -37
- package/src/supplysources_v2020_07_01/model/OperationalConfiguration.js +25 -31
- package/src/supplysources_v2020_07_01/model/OutboundCapability.js +27 -34
- package/src/supplysources_v2020_07_01/model/ParkingConfiguration.js +21 -26
- package/src/supplysources_v2020_07_01/model/ParkingCostType.js +10 -14
- package/src/supplysources_v2020_07_01/model/ParkingSpotIdentificationType.js +10 -14
- package/src/supplysources_v2020_07_01/model/ParkingWithAddressConfiguration.js +30 -36
- package/src/supplysources_v2020_07_01/model/PickupChannel.js +27 -34
- package/src/supplysources_v2020_07_01/model/ReturnLocation.js +18 -22
- package/src/supplysources_v2020_07_01/model/ServicesCapability.js +18 -22
- package/src/supplysources_v2020_07_01/model/SupplySource.js +35 -46
- package/src/supplysources_v2020_07_01/model/SupplySourceCapabilities.js +19 -23
- package/src/supplysources_v2020_07_01/model/SupplySourceConfiguration.js +18 -22
- package/src/supplysources_v2020_07_01/model/SupplySourceListInner.js +22 -28
- package/src/supplysources_v2020_07_01/model/SupplySourceStatus.js +10 -14
- package/src/supplysources_v2020_07_01/model/SupplySourceStatusReadOnly.js +12 -17
- package/src/supplysources_v2020_07_01/model/ThroughputCap.js +18 -22
- package/src/supplysources_v2020_07_01/model/ThroughputConfig.js +21 -25
- package/src/supplysources_v2020_07_01/model/ThroughputUnit.js +8 -11
- package/src/supplysources_v2020_07_01/model/TimeUnit.js +12 -17
- package/src/supplysources_v2020_07_01/model/UpdateSupplySourceRequest.js +21 -26
- package/src/supplysources_v2020_07_01/model/UpdateSupplySourceStatusRequest.js +16 -19
- package/src/tokens_v2021_03_01/ApiClient.js +480 -489
- package/src/tokens_v2021_03_01/api/TokensApi.js +63 -69
- package/src/tokens_v2021_03_01/index.js +24 -25
- package/src/tokens_v2021_03_01/model/CreateRestrictedDataTokenRequest.js +20 -24
- package/src/tokens_v2021_03_01/model/CreateRestrictedDataTokenResponse.js +18 -22
- package/src/tokens_v2021_03_01/model/Error.js +22 -27
- package/src/tokens_v2021_03_01/model/ErrorList.js +17 -20
- package/src/tokens_v2021_03_01/model/RestrictedResource.js +32 -37
- package/src/transfers_v2024_06_01/ApiClient.js +479 -488
- package/src/transfers_v2024_06_01/api/DefaultApi.js +105 -113
- package/src/transfers_v2024_06_01/index.js +35 -36
- package/src/transfers_v2024_06_01/model/AssignmentType.js +8 -11
- package/src/transfers_v2024_06_01/model/Error.js +21 -26
- package/src/transfers_v2024_06_01/model/ErrorList.js +17 -20
- package/src/transfers_v2024_06_01/model/ExpiryDate.js +17 -21
- package/src/transfers_v2024_06_01/model/GetPaymentMethodsResponse.js +16 -19
- package/src/transfers_v2024_06_01/model/InitiatePayoutRequest.js +19 -23
- package/src/transfers_v2024_06_01/model/InitiatePayoutResponse.js +16 -19
- package/src/transfers_v2024_06_01/model/PaymentMethodDetails.js +30 -39
- package/src/transfers_v2024_06_01/model/PaymentMethodType.js +12 -17
- package/src/uploads_v2020_11_01/ApiClient.js +479 -488
- package/src/uploads_v2020_11_01/api/UploadsApi.js +73 -79
- package/src/uploads_v2020_11_01/index.js +17 -18
- package/src/uploads_v2020_11_01/model/CreateUploadDestinationResponse.js +19 -23
- package/src/uploads_v2020_11_01/model/Error.js +21 -26
- package/src/uploads_v2020_11_01/model/UploadDestination.js +19 -24
- package/src/vehicles_v2024_11_01/ApiClient.js +479 -488
- package/src/vehicles_v2024_11_01/api/AutomotiveApi.js +70 -76
- package/src/vehicles_v2024_11_01/api/VehiclesApi.js +70 -76
- package/src/vehicles_v2024_11_01/index.js +44 -45
- package/src/vehicles_v2024_11_01/model/EngineOutput.js +21 -25
- package/src/vehicles_v2024_11_01/model/EngineOutputUnit.js +10 -14
- package/src/vehicles_v2024_11_01/model/Error.js +21 -26
- package/src/vehicles_v2024_11_01/model/ErrorList.js +17 -20
- package/src/vehicles_v2024_11_01/model/MonthAndYear.js +17 -21
- package/src/vehicles_v2024_11_01/model/Pagination.js +17 -21
- package/src/vehicles_v2024_11_01/model/Vehicle.js +44 -58
- package/src/vehicles_v2024_11_01/model/VehicleIdentifiers.js +21 -25
- package/src/vehicles_v2024_11_01/model/VehicleStandard.js +10 -14
- package/src/vehicles_v2024_11_01/model/VehicleStatusInCatalog.js +10 -14
- package/src/vehicles_v2024_11_01/model/VehiclesResponse.js +20 -24
- package/src/vendordfinventory_v1/ApiClient.js +479 -488
- package/src/vendordfinventory_v1/api/UpdateInventoryApi.js +66 -72
- package/src/vendordfinventory_v1/index.js +32 -33
- package/src/vendordfinventory_v1/model/Error.js +21 -26
- package/src/vendordfinventory_v1/model/InventoryUpdate.js +25 -30
- package/src/vendordfinventory_v1/model/ItemDetails.js +24 -30
- package/src/vendordfinventory_v1/model/ItemQuantity.js +18 -22
- package/src/vendordfinventory_v1/model/PartyIdentification.js +16 -19
- package/src/vendordfinventory_v1/model/SubmitInventoryUpdateRequest.js +16 -19
- package/src/vendordfinventory_v1/model/SubmitInventoryUpdateResponse.js +19 -23
- package/src/vendordfinventory_v1/model/TransactionReference.js +15 -18
- package/src/vendordforders_v2021_12_28/ApiClient.js +479 -488
- package/src/vendordforders_v2021_12_28/api/VendorOrdersApi.js +152 -162
- package/src/vendordforders_v2021_12_28/index.js +83 -84
- package/src/vendordforders_v2021_12_28/model/AcknowledgementStatus.js +17 -21
- package/src/vendordforders_v2021_12_28/model/Address.js +41 -55
- package/src/vendordforders_v2021_12_28/model/BuyerCustomizedInfoDetail.js +15 -18
- package/src/vendordforders_v2021_12_28/model/Error.js +21 -26
- package/src/vendordforders_v2021_12_28/model/ErrorList.js +17 -20
- package/src/vendordforders_v2021_12_28/model/GiftDetails.js +17 -21
- package/src/vendordforders_v2021_12_28/model/ItemQuantity.js +21 -25
- package/src/vendordforders_v2021_12_28/model/Money.js +17 -21
- package/src/vendordforders_v2021_12_28/model/Order.js +19 -23
- package/src/vendordforders_v2021_12_28/model/OrderAcknowledgementItem.js +40 -49
- package/src/vendordforders_v2021_12_28/model/OrderDetails.js +61 -73
- package/src/vendordforders_v2021_12_28/model/OrderItem.js +46 -59
- package/src/vendordforders_v2021_12_28/model/OrderItemAcknowledgement.js +25 -31
- package/src/vendordforders_v2021_12_28/model/OrderList.js +19 -23
- package/src/vendordforders_v2021_12_28/model/Pagination.js +15 -18
- package/src/vendordforders_v2021_12_28/model/PartyIdentification.js +22 -27
- package/src/vendordforders_v2021_12_28/model/ScheduledDeliveryShipment.js +19 -24
- package/src/vendordforders_v2021_12_28/model/ShipmentDates.js +18 -22
- package/src/vendordforders_v2021_12_28/model/ShipmentDetails.js +34 -43
- package/src/vendordforders_v2021_12_28/model/SubmitAcknowledgementRequest.js +16 -19
- package/src/vendordforders_v2021_12_28/model/SubmitAcknowledgementResponse.js +19 -23
- package/src/vendordforders_v2021_12_28/model/TaxDetails.js +40 -46
- package/src/vendordforders_v2021_12_28/model/TaxItemDetails.js +16 -19
- package/src/vendordforders_v2021_12_28/model/TaxRegistrationDetails.js +29 -35
- package/src/vendordforders_v2021_12_28/model/TransactionId.js +15 -18
- package/src/vendordfpayments_v1/ApiClient.js +479 -488
- package/src/vendordfpayments_v1/api/VendorInvoiceApi.js +61 -67
- package/src/vendordfpayments_v1/index.js +50 -51
- package/src/vendordfpayments_v1/model/AdditionalDetails.js +27 -32
- package/src/vendordfpayments_v1/model/Address.js +41 -54
- package/src/vendordfpayments_v1/model/ChargeDetails.js +40 -45
- package/src/vendordfpayments_v1/model/Error.js +21 -26
- package/src/vendordfpayments_v1/model/InvoiceDetail.js +54 -69
- package/src/vendordfpayments_v1/model/InvoiceItem.js +43 -55
- package/src/vendordfpayments_v1/model/ItemQuantity.js +19 -23
- package/src/vendordfpayments_v1/model/Money.js +19 -23
- package/src/vendordfpayments_v1/model/PartyIdentification.js +22 -27
- package/src/vendordfpayments_v1/model/SubmitInvoiceRequest.js +16 -19
- package/src/vendordfpayments_v1/model/SubmitInvoiceResponse.js +19 -23
- package/src/vendordfpayments_v1/model/TaxDetail.js +55 -61
- package/src/vendordfpayments_v1/model/TaxRegistrationDetail.js +29 -35
- package/src/vendordfpayments_v1/model/TransactionReference.js +15 -18
- package/src/vendordfshipping_v2021_12_28/ApiClient.js +479 -488
- package/src/vendordfshipping_v2021_12_28/api/CreateContainerLabelApi.js +62 -68
- package/src/vendordfshipping_v2021_12_28/api/CustomerInvoicesApi.js +114 -122
- package/src/vendordfshipping_v2021_12_28/api/VendorShippingApi.js +176 -188
- package/src/vendordfshipping_v2021_12_28/api/VendorShippingLabelsApi.js +195 -207
- package/src/vendordfshipping_v2021_12_28/index.js +125 -126
- package/src/vendordfshipping_v2021_12_28/model/Address.js +38 -51
- package/src/vendordfshipping_v2021_12_28/model/CarrierId.js +8 -11
- package/src/vendordfshipping_v2021_12_28/model/Container.js +51 -65
- package/src/vendordfshipping_v2021_12_28/model/ContainerLabel.js +23 -28
- package/src/vendordfshipping_v2021_12_28/model/ContainerLabelFormat.js +10 -14
- package/src/vendordfshipping_v2021_12_28/model/CreateContainerLabelRequest.js +34 -41
- package/src/vendordfshipping_v2021_12_28/model/CreateContainerLabelResponse.js +18 -21
- package/src/vendordfshipping_v2021_12_28/model/CreateShippingLabelsRequest.js +25 -30
- package/src/vendordfshipping_v2021_12_28/model/CustomerInvoice.js +19 -23
- package/src/vendordfshipping_v2021_12_28/model/CustomerInvoiceList.js +19 -23
- package/src/vendordfshipping_v2021_12_28/model/Dimensions.js +31 -37
- package/src/vendordfshipping_v2021_12_28/model/Error.js +21 -26
- package/src/vendordfshipping_v2021_12_28/model/ErrorList.js +17 -20
- package/src/vendordfshipping_v2021_12_28/model/Item.js +25 -31
- package/src/vendordfshipping_v2021_12_28/model/ItemQuantity.js +19 -23
- package/src/vendordfshipping_v2021_12_28/model/LabelData.js +24 -31
- package/src/vendordfshipping_v2021_12_28/model/Package.js +16 -19
- package/src/vendordfshipping_v2021_12_28/model/PackedItem.js +27 -34
- package/src/vendordfshipping_v2021_12_28/model/PackingSlip.js +25 -30
- package/src/vendordfshipping_v2021_12_28/model/PackingSlipList.js +19 -23
- package/src/vendordfshipping_v2021_12_28/model/Pagination.js +15 -18
- package/src/vendordfshipping_v2021_12_28/model/PartyIdentification.js +22 -27
- package/src/vendordfshipping_v2021_12_28/model/ShipmentConfirmation.js +37 -45
- package/src/vendordfshipping_v2021_12_28/model/ShipmentDetails.js +31 -38
- package/src/vendordfshipping_v2021_12_28/model/ShipmentSchedule.js +19 -24
- package/src/vendordfshipping_v2021_12_28/model/ShipmentStatusUpdate.js +30 -36
- package/src/vendordfshipping_v2021_12_28/model/ShippingLabel.js +38 -45
- package/src/vendordfshipping_v2021_12_28/model/ShippingLabelList.js +19 -23
- package/src/vendordfshipping_v2021_12_28/model/ShippingLabelRequest.js +28 -34
- package/src/vendordfshipping_v2021_12_28/model/StatusUpdateDetails.js +33 -41
- package/src/vendordfshipping_v2021_12_28/model/SubmitShipmentConfirmationsRequest.js +16 -19
- package/src/vendordfshipping_v2021_12_28/model/SubmitShipmentStatusUpdatesRequest.js +16 -19
- package/src/vendordfshipping_v2021_12_28/model/SubmitShippingLabelsRequest.js +16 -19
- package/src/vendordfshipping_v2021_12_28/model/TaxRegistrationDetails.js +29 -35
- package/src/vendordfshipping_v2021_12_28/model/TransactionReference.js +15 -18
- package/src/vendordfshipping_v2021_12_28/model/Weight.js +25 -29
- package/src/vendordftransactions_v2021_12_28/ApiClient.js +479 -488
- package/src/vendordftransactions_v2021_12_28/api/VendorTransactionApi.js +63 -69
- package/src/vendordftransactions_v2021_12_28/index.js +20 -21
- package/src/vendordftransactions_v2021_12_28/model/Error.js +21 -26
- package/src/vendordftransactions_v2021_12_28/model/ErrorList.js +17 -20
- package/src/vendordftransactions_v2021_12_28/model/Transaction.js +30 -35
- package/src/vendordftransactions_v2021_12_28/model/TransactionStatus.js +16 -19
- package/src/vendorinvoices_v1/ApiClient.js +479 -488
- package/src/vendorinvoices_v1/api/VendorPaymentsApi.js +61 -67
- package/src/vendorinvoices_v1/index.js +65 -66
- package/src/vendorinvoices_v1/model/AdditionalDetails.js +29 -34
- package/src/vendorinvoices_v1/model/Address.js +38 -51
- package/src/vendorinvoices_v1/model/AllowanceDetails.js +40 -46
- package/src/vendorinvoices_v1/model/ChargeDetails.js +50 -56
- package/src/vendorinvoices_v1/model/CreditNoteDetails.js +27 -36
- package/src/vendorinvoices_v1/model/Error.js +21 -26
- package/src/vendorinvoices_v1/model/Invoice.js +64 -81
- package/src/vendorinvoices_v1/model/InvoiceItem.js +49 -63
- package/src/vendorinvoices_v1/model/ItemQuantity.js +30 -36
- package/src/vendorinvoices_v1/model/Money.js +17 -21
- package/src/vendorinvoices_v1/model/NetCostUnitOfMeasure.js +14 -20
- package/src/vendorinvoices_v1/model/PartyIdentification.js +22 -27
- package/src/vendorinvoices_v1/model/PaymentTerms.js +35 -41
- package/src/vendorinvoices_v1/model/SubmitInvoicesRequest.js +16 -19
- package/src/vendorinvoices_v1/model/SubmitInvoicesResponse.js +19 -23
- package/src/vendorinvoices_v1/model/TaxDetails.js +55 -61
- package/src/vendorinvoices_v1/model/TaxRegistrationDetails.js +25 -29
- package/src/vendorinvoices_v1/model/TotalWeight.js +29 -33
- package/src/vendorinvoices_v1/model/TransactionId.js +15 -18
- package/src/vendororders_v1/ApiClient.js +479 -488
- package/src/vendororders_v1/api/VendorOrdersApi.js +183 -195
- package/src/vendororders_v1/index.js +95 -96
- package/src/vendororders_v1/model/AcknowledgementStatusDetails.js +20 -25
- package/src/vendororders_v1/model/Address.js +38 -51
- package/src/vendororders_v1/model/Error.js +21 -26
- package/src/vendororders_v1/model/GetPurchaseOrderResponse.js +19 -23
- package/src/vendororders_v1/model/GetPurchaseOrdersResponse.js +19 -23
- package/src/vendororders_v1/model/GetPurchaseOrdersStatusResponse.js +19 -23
- package/src/vendororders_v1/model/ImportDetails.js +62 -69
- package/src/vendororders_v1/model/ItemQuantity.js +25 -30
- package/src/vendororders_v1/model/Money.js +29 -34
- package/src/vendororders_v1/model/Order.js +30 -35
- package/src/vendororders_v1/model/OrderAcknowledgement.js +28 -34
- package/src/vendororders_v1/model/OrderAcknowledgementItem.js +35 -45
- package/src/vendororders_v1/model/OrderDetails.js +67 -83
- package/src/vendororders_v1/model/OrderItem.js +33 -42
- package/src/vendororders_v1/model/OrderItemAcknowledgement.js +43 -50
- package/src/vendororders_v1/model/OrderItemStatus.js +34 -44
- package/src/vendororders_v1/model/OrderItemStatusAcknowledgementStatus.js +33 -39
- package/src/vendororders_v1/model/OrderItemStatusOrderedQuantity.js +19 -23
- package/src/vendororders_v1/model/OrderItemStatusReceivingStatus.js +28 -33
- package/src/vendororders_v1/model/OrderList.js +19 -23
- package/src/vendororders_v1/model/OrderListStatus.js +19 -23
- package/src/vendororders_v1/model/OrderStatus.js +43 -52
- package/src/vendororders_v1/model/OrderedQuantityDetails.js +20 -25
- package/src/vendororders_v1/model/Pagination.js +15 -18
- package/src/vendororders_v1/model/PartyIdentification.js +22 -27
- package/src/vendororders_v1/model/SubmitAcknowledgementRequest.js +16 -19
- package/src/vendororders_v1/model/SubmitAcknowledgementResponse.js +19 -23
- package/src/vendororders_v1/model/TaxRegistrationDetails.js +25 -29
- package/src/vendororders_v1/model/TransactionId.js +15 -18
- package/src/vendorshipments_v1/ApiClient.js +479 -488
- package/src/vendorshipments_v1/api/VendorShippingApi.js +189 -201
- package/src/vendorshipments_v1/index.js +170 -171
- package/src/vendorshipments_v1/model/Address.js +38 -51
- package/src/vendorshipments_v1/model/CarrierDetails.js +23 -30
- package/src/vendorshipments_v1/model/Carton.js +31 -39
- package/src/vendorshipments_v1/model/CartonReferenceDetails.js +18 -22
- package/src/vendorshipments_v1/model/CollectFreightPickupDetails.js +19 -24
- package/src/vendorshipments_v1/model/ContainerIdentification.js +31 -35
- package/src/vendorshipments_v1/model/ContainerItem.js +24 -29
- package/src/vendorshipments_v1/model/ContainerSequenceNumbers.js +15 -18
- package/src/vendorshipments_v1/model/Containers.js +46 -58
- package/src/vendorshipments_v1/model/Dimensions.js +35 -41
- package/src/vendorshipments_v1/model/Duration.js +25 -29
- package/src/vendorshipments_v1/model/Error.js +21 -26
- package/src/vendorshipments_v1/model/Expiry.js +20 -25
- package/src/vendorshipments_v1/model/GetShipmentDetailsResponse.js +19 -23
- package/src/vendorshipments_v1/model/GetShipmentLabels.js +19 -23
- package/src/vendorshipments_v1/model/ImportDetails.js +53 -62
- package/src/vendorshipments_v1/model/InnerContainersDetails.js +18 -22
- package/src/vendorshipments_v1/model/Item.js +28 -35
- package/src/vendorshipments_v1/model/ItemDetails.js +35 -42
- package/src/vendorshipments_v1/model/ItemQuantity.js +30 -36
- package/src/vendorshipments_v1/model/LabelData.js +27 -34
- package/src/vendorshipments_v1/model/Location.js +19 -24
- package/src/vendorshipments_v1/model/Money.js +19 -23
- package/src/vendorshipments_v1/model/PackageItemDetails.js +20 -25
- package/src/vendorshipments_v1/model/PackedItems.js +25 -32
- package/src/vendorshipments_v1/model/PackedQuantity.js +27 -32
- package/src/vendorshipments_v1/model/Pagination.js +15 -18
- package/src/vendorshipments_v1/model/Pallet.js +33 -42
- package/src/vendorshipments_v1/model/PartyIdentification.js +22 -27
- package/src/vendorshipments_v1/model/PurchaseOrderItemDetails.js +16 -19
- package/src/vendorshipments_v1/model/PurchaseOrderItems.js +28 -35
- package/src/vendorshipments_v1/model/PurchaseOrders.js +22 -28
- package/src/vendorshipments_v1/model/Route.js +17 -20
- package/src/vendorshipments_v1/model/Shipment.js +92 -114
- package/src/vendorshipments_v1/model/ShipmentConfirmation.js +94 -113
- package/src/vendorshipments_v1/model/ShipmentDetails.js +19 -23
- package/src/vendorshipments_v1/model/ShipmentInformation.js +37 -47
- package/src/vendorshipments_v1/model/ShipmentMeasurements.js +23 -29
- package/src/vendorshipments_v1/model/ShipmentStatusDetails.js +27 -31
- package/src/vendorshipments_v1/model/Stop.js +31 -37
- package/src/vendorshipments_v1/model/SubmitShipmentConfirmationsRequest.js +16 -19
- package/src/vendorshipments_v1/model/SubmitShipmentConfirmationsResponse.js +19 -23
- package/src/vendorshipments_v1/model/SubmitShipments.js +16 -19
- package/src/vendorshipments_v1/model/TaxRegistrationDetails.js +25 -29
- package/src/vendorshipments_v1/model/TotalWeight.js +29 -33
- package/src/vendorshipments_v1/model/TransactionReference.js +15 -18
- package/src/vendorshipments_v1/model/TransportLabel.js +21 -26
- package/src/vendorshipments_v1/model/TransportShipmentMeasurements.js +25 -32
- package/src/vendorshipments_v1/model/TransportationDetails.js +44 -53
- package/src/vendorshipments_v1/model/TransportationDetailsForShipmentConfirmation.js +29 -35
- package/src/vendorshipments_v1/model/TransportationLabels.js +19 -23
- package/src/vendorshipments_v1/model/VendorDetails.js +18 -22
- package/src/vendorshipments_v1/model/Volume.js +29 -33
- package/src/vendorshipments_v1/model/Weight.js +29 -33
- package/src/vendortransactionstatus_v1/ApiClient.js +479 -488
- package/src/vendortransactionstatus_v1/api/VendorTransactionApi.js +61 -67
- package/src/vendortransactionstatus_v1/index.js +20 -21
- package/src/vendortransactionstatus_v1/model/Error.js +21 -26
- package/src/vendortransactionstatus_v1/model/GetTransactionResponse.js +19 -23
- package/src/vendortransactionstatus_v1/model/Transaction.js +30 -35
- package/src/vendortransactionstatus_v1/model/TransactionStatus.js +16 -19
- package/src/finances_2024_06_19/ApiClient.js +0 -832
- package/src/finances_2024_06_19/api/DefaultApi.js +0 -128
- package/src/finances_2024_06_19/index.js +0 -155
- package/src/finances_2024_06_19/model/AmazonPayContext.js +0 -81
- package/src/finances_2024_06_19/model/Breakdown.js +0 -80
- package/src/finances_2024_06_19/model/Context.js +0 -315
- package/src/finances_2024_06_19/model/Currency.js +0 -73
- package/src/finances_2024_06_19/model/DeferredContext.js +0 -81
- package/src/finances_2024_06_19/model/Error.js +0 -85
- package/src/finances_2024_06_19/model/ErrorList.js +0 -68
- package/src/finances_2024_06_19/model/Item.js +0 -100
- package/src/finances_2024_06_19/model/ItemRelatedIdentifier.js +0 -105
- package/src/finances_2024_06_19/model/ListTransactionsResponse.js +0 -74
- package/src/finances_2024_06_19/model/MarketplaceDetails.js +0 -73
- package/src/finances_2024_06_19/model/PaymentsContext.js +0 -89
- package/src/finances_2024_06_19/model/ProductContext.js +0 -89
- package/src/finances_2024_06_19/model/RelatedIdentifier.js +0 -123
- package/src/finances_2024_06_19/model/SellingPartnerMetadata.js +0 -81
- package/src/finances_2024_06_19/model/TimeRangeContext.js +0 -73
- package/src/finances_2024_06_19/model/Transaction.js +0 -157
package/src/shipping_v2/index.js
CHANGED
|
@@ -11,136 +11,135 @@
|
|
|
11
11
|
*
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
|
-
import {ApiClient} from './ApiClient.js'
|
|
15
|
-
import {AccessPoint} from './model/AccessPoint.js'
|
|
16
|
-
import {AccessPointDetails} from './model/AccessPointDetails.js'
|
|
17
|
-
import {AccessPointType} from './model/AccessPointType.js'
|
|
18
|
-
import {AccessibilityAttributes} from './model/AccessibilityAttributes.js'
|
|
19
|
-
import {AccountStatus} from './model/AccountStatus.js'
|
|
20
|
-
import {AccountType} from './model/AccountType.js'
|
|
21
|
-
import {ActiveAccount} from './model/ActiveAccount.js'
|
|
22
|
-
import {Address} from './model/Address.js'
|
|
23
|
-
import {AmazonOrderDetails} from './model/AmazonOrderDetails.js'
|
|
24
|
-
import {AmazonShipmentDetails} from './model/AmazonShipmentDetails.js'
|
|
25
|
-
import {AvailableValueAddedServiceGroup} from './model/AvailableValueAddedServiceGroup.js'
|
|
26
|
-
import {Benefits} from './model/Benefits.js'
|
|
27
|
-
import {CancelShipmentResponse} from './model/CancelShipmentResponse.js'
|
|
28
|
-
import {Carrier} from './model/Carrier.js'
|
|
29
|
-
import {CarrierAccount} from './model/CarrierAccount.js'
|
|
30
|
-
import {CarrierAccountAttribute} from './model/CarrierAccountAttribute.js'
|
|
31
|
-
import {CarrierAccountInput} from './model/CarrierAccountInput.js'
|
|
32
|
-
import {ChannelDetails} from './model/ChannelDetails.js'
|
|
33
|
-
import {ChannelType} from './model/ChannelType.js'
|
|
34
|
-
import {ChargeComponent} from './model/ChargeComponent.js'
|
|
35
|
-
import {ClaimReason} from './model/ClaimReason.js'
|
|
36
|
-
import {ClientReferenceDetail} from './model/ClientReferenceDetail.js'
|
|
37
|
-
import {CollectOnDelivery} from './model/CollectOnDelivery.js'
|
|
38
|
-
import {CollectionFormsHistoryRecord} from './model/CollectionFormsHistoryRecord.js'
|
|
39
|
-
import {CollectionsFormDocument} from './model/CollectionsFormDocument.js'
|
|
40
|
-
import {CreateClaimRequest} from './model/CreateClaimRequest.js'
|
|
41
|
-
import {CreateClaimResponse} from './model/CreateClaimResponse.js'
|
|
42
|
-
import {Currency} from './model/Currency.js'
|
|
43
|
-
import {DangerousGoodsDetails} from './model/DangerousGoodsDetails.js'
|
|
44
|
-
import {DateRange} from './model/DateRange.js'
|
|
45
|
-
import {DetailCodes} from './model/DetailCodes.js'
|
|
46
|
-
import {Dimensions} from './model/Dimensions.js'
|
|
47
|
-
import {DirectFulfillmentItemIdentifiers} from './model/DirectFulfillmentItemIdentifiers.js'
|
|
48
|
-
import {DirectPurchaseRequest} from './model/DirectPurchaseRequest.js'
|
|
49
|
-
import {DirectPurchaseResponse} from './model/DirectPurchaseResponse.js'
|
|
50
|
-
import {DirectPurchaseResult} from './model/DirectPurchaseResult.js'
|
|
51
|
-
import {DocumentFormat} from './model/DocumentFormat.js'
|
|
52
|
-
import {DocumentSize} from './model/DocumentSize.js'
|
|
53
|
-
import {DocumentType} from './model/DocumentType.js'
|
|
54
|
-
import {Error} from './model/Error.js'
|
|
55
|
-
import {ErrorList} from './model/ErrorList.js'
|
|
56
|
-
import {Event} from './model/Event.js'
|
|
57
|
-
import {EventCode} from './model/EventCode.js'
|
|
58
|
-
import {ExceptionOperatingHours} from './model/ExceptionOperatingHours.js'
|
|
59
|
-
import {ExcludedBenefit} from './model/ExcludedBenefit.js'
|
|
60
|
-
import {GenerateCollectionFormRequest} from './model/GenerateCollectionFormRequest.js'
|
|
61
|
-
import {GenerateCollectionFormResponse} from './model/GenerateCollectionFormResponse.js'
|
|
62
|
-
import {GenerationStatus} from './model/GenerationStatus.js'
|
|
63
|
-
import {Geocode} from './model/Geocode.js'
|
|
64
|
-
import {GetAccessPointsResponse} from './model/GetAccessPointsResponse.js'
|
|
65
|
-
import {GetAccessPointsResult} from './model/GetAccessPointsResult.js'
|
|
66
|
-
import {GetAdditionalInputsResponse} from './model/GetAdditionalInputsResponse.js'
|
|
67
|
-
import {GetCarrierAccountFormInputsResponse} from './model/GetCarrierAccountFormInputsResponse.js'
|
|
68
|
-
import {GetCarrierAccountsRequest} from './model/GetCarrierAccountsRequest.js'
|
|
69
|
-
import {GetCarrierAccountsResponse} from './model/GetCarrierAccountsResponse.js'
|
|
70
|
-
import {GetCollectionFormHistoryRequest} from './model/GetCollectionFormHistoryRequest.js'
|
|
71
|
-
import {GetCollectionFormHistoryResponse} from './model/GetCollectionFormHistoryResponse.js'
|
|
72
|
-
import {GetCollectionFormResponse} from './model/GetCollectionFormResponse.js'
|
|
73
|
-
import {GetRatesRequest} from './model/GetRatesRequest.js'
|
|
74
|
-
import {GetRatesResponse} from './model/GetRatesResponse.js'
|
|
75
|
-
import {GetRatesResult} from './model/GetRatesResult.js'
|
|
76
|
-
import {GetShipmentDocumentsResponse} from './model/GetShipmentDocumentsResponse.js'
|
|
77
|
-
import {GetShipmentDocumentsResult} from './model/GetShipmentDocumentsResult.js'
|
|
78
|
-
import {GetTrackingResponse} from './model/GetTrackingResponse.js'
|
|
79
|
-
import {GetTrackingResult} from './model/GetTrackingResult.js'
|
|
80
|
-
import {GetUnmanifestedShipmentsRequest} from './model/GetUnmanifestedShipmentsRequest.js'
|
|
81
|
-
import {GetUnmanifestedShipmentsResponse} from './model/GetUnmanifestedShipmentsResponse.js'
|
|
82
|
-
import {GoodsOwner} from './model/GoodsOwner.js'
|
|
83
|
-
import {IneligibilityReason} from './model/IneligibilityReason.js'
|
|
84
|
-
import {IneligibilityReasonCode} from './model/IneligibilityReasonCode.js'
|
|
85
|
-
import {IneligibleRate} from './model/IneligibleRate.js'
|
|
86
|
-
import {InputType} from './model/InputType.js'
|
|
87
|
-
import {InvoiceDetails} from './model/InvoiceDetails.js'
|
|
88
|
-
import {Item} from './model/Item.js'
|
|
89
|
-
import {LabelAttribute} from './model/LabelAttribute.js'
|
|
90
|
-
import {LinkCarrierAccountRequest} from './model/LinkCarrierAccountRequest.js'
|
|
91
|
-
import {LinkCarrierAccountResponse} from './model/LinkCarrierAccountResponse.js'
|
|
92
|
-
import {LinkableAccountType} from './model/LinkableAccountType.js'
|
|
93
|
-
import {LinkableCarrier} from './model/LinkableCarrier.js'
|
|
94
|
-
import {LiquidVolume} from './model/LiquidVolume.js'
|
|
95
|
-
import {Location} from './model/Location.js'
|
|
96
|
-
import {NdrAction} from './model/NdrAction.js'
|
|
97
|
-
import {NdrRequestData} from './model/NdrRequestData.js'
|
|
98
|
-
import {OneClickShipmentRequest} from './model/OneClickShipmentRequest.js'
|
|
99
|
-
import {OneClickShipmentResponse} from './model/OneClickShipmentResponse.js'
|
|
100
|
-
import {OneClickShipmentResult} from './model/OneClickShipmentResult.js'
|
|
101
|
-
import {OneClickShipmentValueAddedService} from './model/OneClickShipmentValueAddedService.js'
|
|
102
|
-
import {OperatingHours} from './model/OperatingHours.js'
|
|
103
|
-
import {Package} from './model/Package.js'
|
|
104
|
-
import {PackageDocument} from './model/PackageDocument.js'
|
|
105
|
-
import {PackageDocumentDetail} from './model/PackageDocumentDetail.js'
|
|
106
|
-
import {PaymentType} from './model/PaymentType.js'
|
|
107
|
-
import {PrintOption} from './model/PrintOption.js'
|
|
108
|
-
import {Promise} from './model/Promise.js'
|
|
109
|
-
import {PurchaseShipmentRequest} from './model/PurchaseShipmentRequest.js'
|
|
110
|
-
import {PurchaseShipmentResponse} from './model/PurchaseShipmentResponse.js'
|
|
111
|
-
import {PurchaseShipmentResult} from './model/PurchaseShipmentResult.js'
|
|
112
|
-
import {Rate} from './model/Rate.js'
|
|
113
|
-
import {RateItem} from './model/RateItem.js'
|
|
114
|
-
import {RateItemID} from './model/RateItemID.js'
|
|
115
|
-
import {RateItemType} from './model/RateItemType.js'
|
|
116
|
-
import {RequestedDocumentSpecification} from './model/RequestedDocumentSpecification.js'
|
|
117
|
-
import {RequestedLabelCustomization} from './model/RequestedLabelCustomization.js'
|
|
118
|
-
import {RequestedValueAddedService} from './model/RequestedValueAddedService.js'
|
|
119
|
-
import {Service} from './model/Service.js'
|
|
120
|
-
import {ServiceSelection} from './model/ServiceSelection.js'
|
|
121
|
-
import {SettlementType} from './model/SettlementType.js'
|
|
122
|
-
import {ShipmentType} from './model/ShipmentType.js'
|
|
123
|
-
import {ShipperInstruction} from './model/ShipperInstruction.js'
|
|
124
|
-
import {Status} from './model/Status.js'
|
|
125
|
-
import {SubmitNdrFeedbackRequest} from './model/SubmitNdrFeedbackRequest.js'
|
|
126
|
-
import {SupportedDocumentDetail} from './model/SupportedDocumentDetail.js'
|
|
127
|
-
import {SupportedDocumentSpecification} from './model/SupportedDocumentSpecification.js'
|
|
128
|
-
import {TaxDetail} from './model/TaxDetail.js'
|
|
129
|
-
import {TaxType} from './model/TaxType.js'
|
|
130
|
-
import {TimeOfDay} from './model/TimeOfDay.js'
|
|
131
|
-
import {TimeWindow} from './model/TimeWindow.js'
|
|
132
|
-
import {TrackingDetailCodes} from './model/TrackingDetailCodes.js'
|
|
133
|
-
import {TrackingSummary} from './model/TrackingSummary.js'
|
|
134
|
-
import {UnlinkCarrierAccountRequest} from './model/UnlinkCarrierAccountRequest.js'
|
|
135
|
-
import {UnlinkCarrierAccountResponse} from './model/UnlinkCarrierAccountResponse.js'
|
|
136
|
-
import {UnmanifestedCarrierInformation} from './model/UnmanifestedCarrierInformation.js'
|
|
137
|
-
import {UnmanifestedShipmentLocation} from './model/UnmanifestedShipmentLocation.js'
|
|
138
|
-
import {ValidationMetadata} from './model/ValidationMetadata.js'
|
|
139
|
-
import {ValueAddedService} from './model/ValueAddedService.js'
|
|
140
|
-
import {ValueAddedServiceDetails} from './model/ValueAddedServiceDetails.js'
|
|
141
|
-
import {Weight} from './model/Weight.js'
|
|
142
|
-
import {ShippingApi} from './api/ShippingApi.js'
|
|
143
|
-
|
|
14
|
+
import { ApiClient } from './ApiClient.js'
|
|
15
|
+
import { AccessPoint } from './model/AccessPoint.js'
|
|
16
|
+
import { AccessPointDetails } from './model/AccessPointDetails.js'
|
|
17
|
+
import { AccessPointType } from './model/AccessPointType.js'
|
|
18
|
+
import { AccessibilityAttributes } from './model/AccessibilityAttributes.js'
|
|
19
|
+
import { AccountStatus } from './model/AccountStatus.js'
|
|
20
|
+
import { AccountType } from './model/AccountType.js'
|
|
21
|
+
import { ActiveAccount } from './model/ActiveAccount.js'
|
|
22
|
+
import { Address } from './model/Address.js'
|
|
23
|
+
import { AmazonOrderDetails } from './model/AmazonOrderDetails.js'
|
|
24
|
+
import { AmazonShipmentDetails } from './model/AmazonShipmentDetails.js'
|
|
25
|
+
import { AvailableValueAddedServiceGroup } from './model/AvailableValueAddedServiceGroup.js'
|
|
26
|
+
import { Benefits } from './model/Benefits.js'
|
|
27
|
+
import { CancelShipmentResponse } from './model/CancelShipmentResponse.js'
|
|
28
|
+
import { Carrier } from './model/Carrier.js'
|
|
29
|
+
import { CarrierAccount } from './model/CarrierAccount.js'
|
|
30
|
+
import { CarrierAccountAttribute } from './model/CarrierAccountAttribute.js'
|
|
31
|
+
import { CarrierAccountInput } from './model/CarrierAccountInput.js'
|
|
32
|
+
import { ChannelDetails } from './model/ChannelDetails.js'
|
|
33
|
+
import { ChannelType } from './model/ChannelType.js'
|
|
34
|
+
import { ChargeComponent } from './model/ChargeComponent.js'
|
|
35
|
+
import { ClaimReason } from './model/ClaimReason.js'
|
|
36
|
+
import { ClientReferenceDetail } from './model/ClientReferenceDetail.js'
|
|
37
|
+
import { CollectOnDelivery } from './model/CollectOnDelivery.js'
|
|
38
|
+
import { CollectionFormsHistoryRecord } from './model/CollectionFormsHistoryRecord.js'
|
|
39
|
+
import { CollectionsFormDocument } from './model/CollectionsFormDocument.js'
|
|
40
|
+
import { CreateClaimRequest } from './model/CreateClaimRequest.js'
|
|
41
|
+
import { CreateClaimResponse } from './model/CreateClaimResponse.js'
|
|
42
|
+
import { Currency } from './model/Currency.js'
|
|
43
|
+
import { DangerousGoodsDetails } from './model/DangerousGoodsDetails.js'
|
|
44
|
+
import { DateRange } from './model/DateRange.js'
|
|
45
|
+
import { DetailCodes } from './model/DetailCodes.js'
|
|
46
|
+
import { Dimensions } from './model/Dimensions.js'
|
|
47
|
+
import { DirectFulfillmentItemIdentifiers } from './model/DirectFulfillmentItemIdentifiers.js'
|
|
48
|
+
import { DirectPurchaseRequest } from './model/DirectPurchaseRequest.js'
|
|
49
|
+
import { DirectPurchaseResponse } from './model/DirectPurchaseResponse.js'
|
|
50
|
+
import { DirectPurchaseResult } from './model/DirectPurchaseResult.js'
|
|
51
|
+
import { DocumentFormat } from './model/DocumentFormat.js'
|
|
52
|
+
import { DocumentSize } from './model/DocumentSize.js'
|
|
53
|
+
import { DocumentType } from './model/DocumentType.js'
|
|
54
|
+
import { Error } from './model/Error.js'
|
|
55
|
+
import { ErrorList } from './model/ErrorList.js'
|
|
56
|
+
import { Event } from './model/Event.js'
|
|
57
|
+
import { EventCode } from './model/EventCode.js'
|
|
58
|
+
import { ExceptionOperatingHours } from './model/ExceptionOperatingHours.js'
|
|
59
|
+
import { ExcludedBenefit } from './model/ExcludedBenefit.js'
|
|
60
|
+
import { GenerateCollectionFormRequest } from './model/GenerateCollectionFormRequest.js'
|
|
61
|
+
import { GenerateCollectionFormResponse } from './model/GenerateCollectionFormResponse.js'
|
|
62
|
+
import { GenerationStatus } from './model/GenerationStatus.js'
|
|
63
|
+
import { Geocode } from './model/Geocode.js'
|
|
64
|
+
import { GetAccessPointsResponse } from './model/GetAccessPointsResponse.js'
|
|
65
|
+
import { GetAccessPointsResult } from './model/GetAccessPointsResult.js'
|
|
66
|
+
import { GetAdditionalInputsResponse } from './model/GetAdditionalInputsResponse.js'
|
|
67
|
+
import { GetCarrierAccountFormInputsResponse } from './model/GetCarrierAccountFormInputsResponse.js'
|
|
68
|
+
import { GetCarrierAccountsRequest } from './model/GetCarrierAccountsRequest.js'
|
|
69
|
+
import { GetCarrierAccountsResponse } from './model/GetCarrierAccountsResponse.js'
|
|
70
|
+
import { GetCollectionFormHistoryRequest } from './model/GetCollectionFormHistoryRequest.js'
|
|
71
|
+
import { GetCollectionFormHistoryResponse } from './model/GetCollectionFormHistoryResponse.js'
|
|
72
|
+
import { GetCollectionFormResponse } from './model/GetCollectionFormResponse.js'
|
|
73
|
+
import { GetRatesRequest } from './model/GetRatesRequest.js'
|
|
74
|
+
import { GetRatesResponse } from './model/GetRatesResponse.js'
|
|
75
|
+
import { GetRatesResult } from './model/GetRatesResult.js'
|
|
76
|
+
import { GetShipmentDocumentsResponse } from './model/GetShipmentDocumentsResponse.js'
|
|
77
|
+
import { GetShipmentDocumentsResult } from './model/GetShipmentDocumentsResult.js'
|
|
78
|
+
import { GetTrackingResponse } from './model/GetTrackingResponse.js'
|
|
79
|
+
import { GetTrackingResult } from './model/GetTrackingResult.js'
|
|
80
|
+
import { GetUnmanifestedShipmentsRequest } from './model/GetUnmanifestedShipmentsRequest.js'
|
|
81
|
+
import { GetUnmanifestedShipmentsResponse } from './model/GetUnmanifestedShipmentsResponse.js'
|
|
82
|
+
import { GoodsOwner } from './model/GoodsOwner.js'
|
|
83
|
+
import { IneligibilityReason } from './model/IneligibilityReason.js'
|
|
84
|
+
import { IneligibilityReasonCode } from './model/IneligibilityReasonCode.js'
|
|
85
|
+
import { IneligibleRate } from './model/IneligibleRate.js'
|
|
86
|
+
import { InputType } from './model/InputType.js'
|
|
87
|
+
import { InvoiceDetails } from './model/InvoiceDetails.js'
|
|
88
|
+
import { Item } from './model/Item.js'
|
|
89
|
+
import { LabelAttribute } from './model/LabelAttribute.js'
|
|
90
|
+
import { LinkCarrierAccountRequest } from './model/LinkCarrierAccountRequest.js'
|
|
91
|
+
import { LinkCarrierAccountResponse } from './model/LinkCarrierAccountResponse.js'
|
|
92
|
+
import { LinkableAccountType } from './model/LinkableAccountType.js'
|
|
93
|
+
import { LinkableCarrier } from './model/LinkableCarrier.js'
|
|
94
|
+
import { LiquidVolume } from './model/LiquidVolume.js'
|
|
95
|
+
import { Location } from './model/Location.js'
|
|
96
|
+
import { NdrAction } from './model/NdrAction.js'
|
|
97
|
+
import { NdrRequestData } from './model/NdrRequestData.js'
|
|
98
|
+
import { OneClickShipmentRequest } from './model/OneClickShipmentRequest.js'
|
|
99
|
+
import { OneClickShipmentResponse } from './model/OneClickShipmentResponse.js'
|
|
100
|
+
import { OneClickShipmentResult } from './model/OneClickShipmentResult.js'
|
|
101
|
+
import { OneClickShipmentValueAddedService } from './model/OneClickShipmentValueAddedService.js'
|
|
102
|
+
import { OperatingHours } from './model/OperatingHours.js'
|
|
103
|
+
import { Package } from './model/Package.js'
|
|
104
|
+
import { PackageDocument } from './model/PackageDocument.js'
|
|
105
|
+
import { PackageDocumentDetail } from './model/PackageDocumentDetail.js'
|
|
106
|
+
import { PaymentType } from './model/PaymentType.js'
|
|
107
|
+
import { PrintOption } from './model/PrintOption.js'
|
|
108
|
+
import { Promise } from './model/Promise.js'
|
|
109
|
+
import { PurchaseShipmentRequest } from './model/PurchaseShipmentRequest.js'
|
|
110
|
+
import { PurchaseShipmentResponse } from './model/PurchaseShipmentResponse.js'
|
|
111
|
+
import { PurchaseShipmentResult } from './model/PurchaseShipmentResult.js'
|
|
112
|
+
import { Rate } from './model/Rate.js'
|
|
113
|
+
import { RateItem } from './model/RateItem.js'
|
|
114
|
+
import { RateItemID } from './model/RateItemID.js'
|
|
115
|
+
import { RateItemType } from './model/RateItemType.js'
|
|
116
|
+
import { RequestedDocumentSpecification } from './model/RequestedDocumentSpecification.js'
|
|
117
|
+
import { RequestedLabelCustomization } from './model/RequestedLabelCustomization.js'
|
|
118
|
+
import { RequestedValueAddedService } from './model/RequestedValueAddedService.js'
|
|
119
|
+
import { Service } from './model/Service.js'
|
|
120
|
+
import { ServiceSelection } from './model/ServiceSelection.js'
|
|
121
|
+
import { SettlementType } from './model/SettlementType.js'
|
|
122
|
+
import { ShipmentType } from './model/ShipmentType.js'
|
|
123
|
+
import { ShipperInstruction } from './model/ShipperInstruction.js'
|
|
124
|
+
import { Status } from './model/Status.js'
|
|
125
|
+
import { SubmitNdrFeedbackRequest } from './model/SubmitNdrFeedbackRequest.js'
|
|
126
|
+
import { SupportedDocumentDetail } from './model/SupportedDocumentDetail.js'
|
|
127
|
+
import { SupportedDocumentSpecification } from './model/SupportedDocumentSpecification.js'
|
|
128
|
+
import { TaxDetail } from './model/TaxDetail.js'
|
|
129
|
+
import { TaxType } from './model/TaxType.js'
|
|
130
|
+
import { TimeOfDay } from './model/TimeOfDay.js'
|
|
131
|
+
import { TimeWindow } from './model/TimeWindow.js'
|
|
132
|
+
import { TrackingDetailCodes } from './model/TrackingDetailCodes.js'
|
|
133
|
+
import { TrackingSummary } from './model/TrackingSummary.js'
|
|
134
|
+
import { UnlinkCarrierAccountRequest } from './model/UnlinkCarrierAccountRequest.js'
|
|
135
|
+
import { UnlinkCarrierAccountResponse } from './model/UnlinkCarrierAccountResponse.js'
|
|
136
|
+
import { UnmanifestedCarrierInformation } from './model/UnmanifestedCarrierInformation.js'
|
|
137
|
+
import { UnmanifestedShipmentLocation } from './model/UnmanifestedShipmentLocation.js'
|
|
138
|
+
import { ValidationMetadata } from './model/ValidationMetadata.js'
|
|
139
|
+
import { ValueAddedService } from './model/ValueAddedService.js'
|
|
140
|
+
import { ValueAddedServiceDetails } from './model/ValueAddedServiceDetails.js'
|
|
141
|
+
import { Weight } from './model/Weight.js'
|
|
142
|
+
import { ShippingApi } from './api/ShippingApi.js'
|
|
144
143
|
|
|
145
144
|
/**
|
|
146
145
|
* The Amazon Shipping API is designed to support outbound shipping use cases both for orders originating on Amazon-owned marketplaces as well as external channels/marketplaces. With these APIs, you can request shipping rates, create shipments, cancel shipments, and track shipments..<br>
|
|
@@ -149,777 +148,777 @@ import {ShippingApi} from './api/ShippingApi.js';
|
|
|
149
148
|
* @version v2
|
|
150
149
|
*/
|
|
151
150
|
export {
|
|
152
|
-
|
|
151
|
+
/**
|
|
153
152
|
* The ApiClient constructor.
|
|
154
153
|
* @property {module:shipping_v2/ApiClient}
|
|
155
154
|
*/
|
|
156
|
-
|
|
155
|
+
ApiClient,
|
|
157
156
|
|
|
158
|
-
|
|
157
|
+
/**
|
|
159
158
|
* The AccessPoint model constructor.
|
|
160
159
|
* @property {module:shipping_v2/model/AccessPoint}
|
|
161
160
|
*/
|
|
162
|
-
|
|
161
|
+
AccessPoint,
|
|
163
162
|
|
|
164
|
-
|
|
163
|
+
/**
|
|
165
164
|
* The AccessPointDetails model constructor.
|
|
166
165
|
* @property {module:shipping_v2/model/AccessPointDetails}
|
|
167
166
|
*/
|
|
168
|
-
|
|
167
|
+
AccessPointDetails,
|
|
169
168
|
|
|
170
|
-
|
|
169
|
+
/**
|
|
171
170
|
* The AccessPointType model constructor.
|
|
172
171
|
* @property {module:shipping_v2/model/AccessPointType}
|
|
173
172
|
*/
|
|
174
|
-
|
|
173
|
+
AccessPointType,
|
|
175
174
|
|
|
176
|
-
|
|
175
|
+
/**
|
|
177
176
|
* The AccessibilityAttributes model constructor.
|
|
178
177
|
* @property {module:shipping_v2/model/AccessibilityAttributes}
|
|
179
178
|
*/
|
|
180
|
-
|
|
179
|
+
AccessibilityAttributes,
|
|
181
180
|
|
|
182
|
-
|
|
181
|
+
/**
|
|
183
182
|
* The AccountStatus model constructor.
|
|
184
183
|
* @property {module:shipping_v2/model/AccountStatus}
|
|
185
184
|
*/
|
|
186
|
-
|
|
185
|
+
AccountStatus,
|
|
187
186
|
|
|
188
|
-
|
|
187
|
+
/**
|
|
189
188
|
* The AccountType model constructor.
|
|
190
189
|
* @property {module:shipping_v2/model/AccountType}
|
|
191
190
|
*/
|
|
192
|
-
|
|
191
|
+
AccountType,
|
|
193
192
|
|
|
194
|
-
|
|
193
|
+
/**
|
|
195
194
|
* The ActiveAccount model constructor.
|
|
196
195
|
* @property {module:shipping_v2/model/ActiveAccount}
|
|
197
196
|
*/
|
|
198
|
-
|
|
197
|
+
ActiveAccount,
|
|
199
198
|
|
|
200
|
-
|
|
199
|
+
/**
|
|
201
200
|
* The Address model constructor.
|
|
202
201
|
* @property {module:shipping_v2/model/Address}
|
|
203
202
|
*/
|
|
204
|
-
|
|
203
|
+
Address,
|
|
205
204
|
|
|
206
|
-
|
|
205
|
+
/**
|
|
207
206
|
* The AmazonOrderDetails model constructor.
|
|
208
207
|
* @property {module:shipping_v2/model/AmazonOrderDetails}
|
|
209
208
|
*/
|
|
210
|
-
|
|
209
|
+
AmazonOrderDetails,
|
|
211
210
|
|
|
212
|
-
|
|
211
|
+
/**
|
|
213
212
|
* The AmazonShipmentDetails model constructor.
|
|
214
213
|
* @property {module:shipping_v2/model/AmazonShipmentDetails}
|
|
215
214
|
*/
|
|
216
|
-
|
|
215
|
+
AmazonShipmentDetails,
|
|
217
216
|
|
|
218
|
-
|
|
217
|
+
/**
|
|
219
218
|
* The AvailableValueAddedServiceGroup model constructor.
|
|
220
219
|
* @property {module:shipping_v2/model/AvailableValueAddedServiceGroup}
|
|
221
220
|
*/
|
|
222
|
-
|
|
221
|
+
AvailableValueAddedServiceGroup,
|
|
223
222
|
|
|
224
|
-
|
|
223
|
+
/**
|
|
225
224
|
* The Benefits model constructor.
|
|
226
225
|
* @property {module:shipping_v2/model/Benefits}
|
|
227
226
|
*/
|
|
228
|
-
|
|
227
|
+
Benefits,
|
|
229
228
|
|
|
230
|
-
|
|
229
|
+
/**
|
|
231
230
|
* The CancelShipmentResponse model constructor.
|
|
232
231
|
* @property {module:shipping_v2/model/CancelShipmentResponse}
|
|
233
232
|
*/
|
|
234
|
-
|
|
233
|
+
CancelShipmentResponse,
|
|
235
234
|
|
|
236
|
-
|
|
235
|
+
/**
|
|
237
236
|
* The Carrier model constructor.
|
|
238
237
|
* @property {module:shipping_v2/model/Carrier}
|
|
239
238
|
*/
|
|
240
|
-
|
|
239
|
+
Carrier,
|
|
241
240
|
|
|
242
|
-
|
|
241
|
+
/**
|
|
243
242
|
* The CarrierAccount model constructor.
|
|
244
243
|
* @property {module:shipping_v2/model/CarrierAccount}
|
|
245
244
|
*/
|
|
246
|
-
|
|
245
|
+
CarrierAccount,
|
|
247
246
|
|
|
248
|
-
|
|
247
|
+
/**
|
|
249
248
|
* The CarrierAccountAttribute model constructor.
|
|
250
249
|
* @property {module:shipping_v2/model/CarrierAccountAttribute}
|
|
251
250
|
*/
|
|
252
|
-
|
|
251
|
+
CarrierAccountAttribute,
|
|
253
252
|
|
|
254
|
-
|
|
253
|
+
/**
|
|
255
254
|
* The CarrierAccountInput model constructor.
|
|
256
255
|
* @property {module:shipping_v2/model/CarrierAccountInput}
|
|
257
256
|
*/
|
|
258
|
-
|
|
257
|
+
CarrierAccountInput,
|
|
259
258
|
|
|
260
|
-
|
|
259
|
+
/**
|
|
261
260
|
* The ChannelDetails model constructor.
|
|
262
261
|
* @property {module:shipping_v2/model/ChannelDetails}
|
|
263
262
|
*/
|
|
264
|
-
|
|
263
|
+
ChannelDetails,
|
|
265
264
|
|
|
266
|
-
|
|
265
|
+
/**
|
|
267
266
|
* The ChannelType model constructor.
|
|
268
267
|
* @property {module:shipping_v2/model/ChannelType}
|
|
269
268
|
*/
|
|
270
|
-
|
|
269
|
+
ChannelType,
|
|
271
270
|
|
|
272
|
-
|
|
271
|
+
/**
|
|
273
272
|
* The ChargeComponent model constructor.
|
|
274
273
|
* @property {module:shipping_v2/model/ChargeComponent}
|
|
275
274
|
*/
|
|
276
|
-
|
|
275
|
+
ChargeComponent,
|
|
277
276
|
|
|
278
|
-
|
|
277
|
+
/**
|
|
279
278
|
* The ClaimReason model constructor.
|
|
280
279
|
* @property {module:shipping_v2/model/ClaimReason}
|
|
281
280
|
*/
|
|
282
|
-
|
|
281
|
+
ClaimReason,
|
|
283
282
|
|
|
284
|
-
|
|
283
|
+
/**
|
|
285
284
|
* The ClientReferenceDetail model constructor.
|
|
286
285
|
* @property {module:shipping_v2/model/ClientReferenceDetail}
|
|
287
286
|
*/
|
|
288
|
-
|
|
287
|
+
ClientReferenceDetail,
|
|
289
288
|
|
|
290
|
-
|
|
289
|
+
/**
|
|
291
290
|
* The CollectOnDelivery model constructor.
|
|
292
291
|
* @property {module:shipping_v2/model/CollectOnDelivery}
|
|
293
292
|
*/
|
|
294
|
-
|
|
293
|
+
CollectOnDelivery,
|
|
295
294
|
|
|
296
|
-
|
|
295
|
+
/**
|
|
297
296
|
* The CollectionFormsHistoryRecord model constructor.
|
|
298
297
|
* @property {module:shipping_v2/model/CollectionFormsHistoryRecord}
|
|
299
298
|
*/
|
|
300
|
-
|
|
299
|
+
CollectionFormsHistoryRecord,
|
|
301
300
|
|
|
302
|
-
|
|
301
|
+
/**
|
|
303
302
|
* The CollectionsFormDocument model constructor.
|
|
304
303
|
* @property {module:shipping_v2/model/CollectionsFormDocument}
|
|
305
304
|
*/
|
|
306
|
-
|
|
305
|
+
CollectionsFormDocument,
|
|
307
306
|
|
|
308
|
-
|
|
307
|
+
/**
|
|
309
308
|
* The CreateClaimRequest model constructor.
|
|
310
309
|
* @property {module:shipping_v2/model/CreateClaimRequest}
|
|
311
310
|
*/
|
|
312
|
-
|
|
311
|
+
CreateClaimRequest,
|
|
313
312
|
|
|
314
|
-
|
|
313
|
+
/**
|
|
315
314
|
* The CreateClaimResponse model constructor.
|
|
316
315
|
* @property {module:shipping_v2/model/CreateClaimResponse}
|
|
317
316
|
*/
|
|
318
|
-
|
|
317
|
+
CreateClaimResponse,
|
|
319
318
|
|
|
320
|
-
|
|
319
|
+
/**
|
|
321
320
|
* The Currency model constructor.
|
|
322
321
|
* @property {module:shipping_v2/model/Currency}
|
|
323
322
|
*/
|
|
324
|
-
|
|
323
|
+
Currency,
|
|
325
324
|
|
|
326
|
-
|
|
325
|
+
/**
|
|
327
326
|
* The DangerousGoodsDetails model constructor.
|
|
328
327
|
* @property {module:shipping_v2/model/DangerousGoodsDetails}
|
|
329
328
|
*/
|
|
330
|
-
|
|
329
|
+
DangerousGoodsDetails,
|
|
331
330
|
|
|
332
|
-
|
|
331
|
+
/**
|
|
333
332
|
* The DateRange model constructor.
|
|
334
333
|
* @property {module:shipping_v2/model/DateRange}
|
|
335
334
|
*/
|
|
336
|
-
|
|
335
|
+
DateRange,
|
|
337
336
|
|
|
338
|
-
|
|
337
|
+
/**
|
|
339
338
|
* The DetailCodes model constructor.
|
|
340
339
|
* @property {module:shipping_v2/model/DetailCodes}
|
|
341
340
|
*/
|
|
342
|
-
|
|
341
|
+
DetailCodes,
|
|
343
342
|
|
|
344
|
-
|
|
343
|
+
/**
|
|
345
344
|
* The Dimensions model constructor.
|
|
346
345
|
* @property {module:shipping_v2/model/Dimensions}
|
|
347
346
|
*/
|
|
348
|
-
|
|
347
|
+
Dimensions,
|
|
349
348
|
|
|
350
|
-
|
|
349
|
+
/**
|
|
351
350
|
* The DirectFulfillmentItemIdentifiers model constructor.
|
|
352
351
|
* @property {module:shipping_v2/model/DirectFulfillmentItemIdentifiers}
|
|
353
352
|
*/
|
|
354
|
-
|
|
353
|
+
DirectFulfillmentItemIdentifiers,
|
|
355
354
|
|
|
356
|
-
|
|
355
|
+
/**
|
|
357
356
|
* The DirectPurchaseRequest model constructor.
|
|
358
357
|
* @property {module:shipping_v2/model/DirectPurchaseRequest}
|
|
359
358
|
*/
|
|
360
|
-
|
|
359
|
+
DirectPurchaseRequest,
|
|
361
360
|
|
|
362
|
-
|
|
361
|
+
/**
|
|
363
362
|
* The DirectPurchaseResponse model constructor.
|
|
364
363
|
* @property {module:shipping_v2/model/DirectPurchaseResponse}
|
|
365
364
|
*/
|
|
366
|
-
|
|
365
|
+
DirectPurchaseResponse,
|
|
367
366
|
|
|
368
|
-
|
|
367
|
+
/**
|
|
369
368
|
* The DirectPurchaseResult model constructor.
|
|
370
369
|
* @property {module:shipping_v2/model/DirectPurchaseResult}
|
|
371
370
|
*/
|
|
372
|
-
|
|
371
|
+
DirectPurchaseResult,
|
|
373
372
|
|
|
374
|
-
|
|
373
|
+
/**
|
|
375
374
|
* The DocumentFormat model constructor.
|
|
376
375
|
* @property {module:shipping_v2/model/DocumentFormat}
|
|
377
376
|
*/
|
|
378
|
-
|
|
377
|
+
DocumentFormat,
|
|
379
378
|
|
|
380
|
-
|
|
379
|
+
/**
|
|
381
380
|
* The DocumentSize model constructor.
|
|
382
381
|
* @property {module:shipping_v2/model/DocumentSize}
|
|
383
382
|
*/
|
|
384
|
-
|
|
383
|
+
DocumentSize,
|
|
385
384
|
|
|
386
|
-
|
|
385
|
+
/**
|
|
387
386
|
* The DocumentType model constructor.
|
|
388
387
|
* @property {module:shipping_v2/model/DocumentType}
|
|
389
388
|
*/
|
|
390
|
-
|
|
389
|
+
DocumentType,
|
|
391
390
|
|
|
392
|
-
|
|
391
|
+
/**
|
|
393
392
|
* The Error model constructor.
|
|
394
393
|
* @property {module:shipping_v2/model/Error}
|
|
395
394
|
*/
|
|
396
|
-
|
|
395
|
+
Error,
|
|
397
396
|
|
|
398
|
-
|
|
397
|
+
/**
|
|
399
398
|
* The ErrorList model constructor.
|
|
400
399
|
* @property {module:shipping_v2/model/ErrorList}
|
|
401
400
|
*/
|
|
402
|
-
|
|
401
|
+
ErrorList,
|
|
403
402
|
|
|
404
|
-
|
|
403
|
+
/**
|
|
405
404
|
* The Event model constructor.
|
|
406
405
|
* @property {module:shipping_v2/model/Event}
|
|
407
406
|
*/
|
|
408
|
-
|
|
407
|
+
Event,
|
|
409
408
|
|
|
410
|
-
|
|
409
|
+
/**
|
|
411
410
|
* The EventCode model constructor.
|
|
412
411
|
* @property {module:shipping_v2/model/EventCode}
|
|
413
412
|
*/
|
|
414
|
-
|
|
413
|
+
EventCode,
|
|
415
414
|
|
|
416
|
-
|
|
415
|
+
/**
|
|
417
416
|
* The ExceptionOperatingHours model constructor.
|
|
418
417
|
* @property {module:shipping_v2/model/ExceptionOperatingHours}
|
|
419
418
|
*/
|
|
420
|
-
|
|
419
|
+
ExceptionOperatingHours,
|
|
421
420
|
|
|
422
|
-
|
|
421
|
+
/**
|
|
423
422
|
* The ExcludedBenefit model constructor.
|
|
424
423
|
* @property {module:shipping_v2/model/ExcludedBenefit}
|
|
425
424
|
*/
|
|
426
|
-
|
|
425
|
+
ExcludedBenefit,
|
|
427
426
|
|
|
428
|
-
|
|
427
|
+
/**
|
|
429
428
|
* The GenerateCollectionFormRequest model constructor.
|
|
430
429
|
* @property {module:shipping_v2/model/GenerateCollectionFormRequest}
|
|
431
430
|
*/
|
|
432
|
-
|
|
431
|
+
GenerateCollectionFormRequest,
|
|
433
432
|
|
|
434
|
-
|
|
433
|
+
/**
|
|
435
434
|
* The GenerateCollectionFormResponse model constructor.
|
|
436
435
|
* @property {module:shipping_v2/model/GenerateCollectionFormResponse}
|
|
437
436
|
*/
|
|
438
|
-
|
|
437
|
+
GenerateCollectionFormResponse,
|
|
439
438
|
|
|
440
|
-
|
|
439
|
+
/**
|
|
441
440
|
* The GenerationStatus model constructor.
|
|
442
441
|
* @property {module:shipping_v2/model/GenerationStatus}
|
|
443
442
|
*/
|
|
444
|
-
|
|
443
|
+
GenerationStatus,
|
|
445
444
|
|
|
446
|
-
|
|
445
|
+
/**
|
|
447
446
|
* The Geocode model constructor.
|
|
448
447
|
* @property {module:shipping_v2/model/Geocode}
|
|
449
448
|
*/
|
|
450
|
-
|
|
449
|
+
Geocode,
|
|
451
450
|
|
|
452
|
-
|
|
451
|
+
/**
|
|
453
452
|
* The GetAccessPointsResponse model constructor.
|
|
454
453
|
* @property {module:shipping_v2/model/GetAccessPointsResponse}
|
|
455
454
|
*/
|
|
456
|
-
|
|
455
|
+
GetAccessPointsResponse,
|
|
457
456
|
|
|
458
|
-
|
|
457
|
+
/**
|
|
459
458
|
* The GetAccessPointsResult model constructor.
|
|
460
459
|
* @property {module:shipping_v2/model/GetAccessPointsResult}
|
|
461
460
|
*/
|
|
462
|
-
|
|
461
|
+
GetAccessPointsResult,
|
|
463
462
|
|
|
464
|
-
|
|
463
|
+
/**
|
|
465
464
|
* The GetAdditionalInputsResponse model constructor.
|
|
466
465
|
* @property {module:shipping_v2/model/GetAdditionalInputsResponse}
|
|
467
466
|
*/
|
|
468
|
-
|
|
467
|
+
GetAdditionalInputsResponse,
|
|
469
468
|
|
|
470
|
-
|
|
469
|
+
/**
|
|
471
470
|
* The GetCarrierAccountFormInputsResponse model constructor.
|
|
472
471
|
* @property {module:shipping_v2/model/GetCarrierAccountFormInputsResponse}
|
|
473
472
|
*/
|
|
474
|
-
|
|
473
|
+
GetCarrierAccountFormInputsResponse,
|
|
475
474
|
|
|
476
|
-
|
|
475
|
+
/**
|
|
477
476
|
* The GetCarrierAccountsRequest model constructor.
|
|
478
477
|
* @property {module:shipping_v2/model/GetCarrierAccountsRequest}
|
|
479
478
|
*/
|
|
480
|
-
|
|
479
|
+
GetCarrierAccountsRequest,
|
|
481
480
|
|
|
482
|
-
|
|
481
|
+
/**
|
|
483
482
|
* The GetCarrierAccountsResponse model constructor.
|
|
484
483
|
* @property {module:shipping_v2/model/GetCarrierAccountsResponse}
|
|
485
484
|
*/
|
|
486
|
-
|
|
485
|
+
GetCarrierAccountsResponse,
|
|
487
486
|
|
|
488
|
-
|
|
487
|
+
/**
|
|
489
488
|
* The GetCollectionFormHistoryRequest model constructor.
|
|
490
489
|
* @property {module:shipping_v2/model/GetCollectionFormHistoryRequest}
|
|
491
490
|
*/
|
|
492
|
-
|
|
491
|
+
GetCollectionFormHistoryRequest,
|
|
493
492
|
|
|
494
|
-
|
|
493
|
+
/**
|
|
495
494
|
* The GetCollectionFormHistoryResponse model constructor.
|
|
496
495
|
* @property {module:shipping_v2/model/GetCollectionFormHistoryResponse}
|
|
497
496
|
*/
|
|
498
|
-
|
|
497
|
+
GetCollectionFormHistoryResponse,
|
|
499
498
|
|
|
500
|
-
|
|
499
|
+
/**
|
|
501
500
|
* The GetCollectionFormResponse model constructor.
|
|
502
501
|
* @property {module:shipping_v2/model/GetCollectionFormResponse}
|
|
503
502
|
*/
|
|
504
|
-
|
|
503
|
+
GetCollectionFormResponse,
|
|
505
504
|
|
|
506
|
-
|
|
505
|
+
/**
|
|
507
506
|
* The GetRatesRequest model constructor.
|
|
508
507
|
* @property {module:shipping_v2/model/GetRatesRequest}
|
|
509
508
|
*/
|
|
510
|
-
|
|
509
|
+
GetRatesRequest,
|
|
511
510
|
|
|
512
|
-
|
|
511
|
+
/**
|
|
513
512
|
* The GetRatesResponse model constructor.
|
|
514
513
|
* @property {module:shipping_v2/model/GetRatesResponse}
|
|
515
514
|
*/
|
|
516
|
-
|
|
515
|
+
GetRatesResponse,
|
|
517
516
|
|
|
518
|
-
|
|
517
|
+
/**
|
|
519
518
|
* The GetRatesResult model constructor.
|
|
520
519
|
* @property {module:shipping_v2/model/GetRatesResult}
|
|
521
520
|
*/
|
|
522
|
-
|
|
521
|
+
GetRatesResult,
|
|
523
522
|
|
|
524
|
-
|
|
523
|
+
/**
|
|
525
524
|
* The GetShipmentDocumentsResponse model constructor.
|
|
526
525
|
* @property {module:shipping_v2/model/GetShipmentDocumentsResponse}
|
|
527
526
|
*/
|
|
528
|
-
|
|
527
|
+
GetShipmentDocumentsResponse,
|
|
529
528
|
|
|
530
|
-
|
|
529
|
+
/**
|
|
531
530
|
* The GetShipmentDocumentsResult model constructor.
|
|
532
531
|
* @property {module:shipping_v2/model/GetShipmentDocumentsResult}
|
|
533
532
|
*/
|
|
534
|
-
|
|
533
|
+
GetShipmentDocumentsResult,
|
|
535
534
|
|
|
536
|
-
|
|
535
|
+
/**
|
|
537
536
|
* The GetTrackingResponse model constructor.
|
|
538
537
|
* @property {module:shipping_v2/model/GetTrackingResponse}
|
|
539
538
|
*/
|
|
540
|
-
|
|
539
|
+
GetTrackingResponse,
|
|
541
540
|
|
|
542
|
-
|
|
541
|
+
/**
|
|
543
542
|
* The GetTrackingResult model constructor.
|
|
544
543
|
* @property {module:shipping_v2/model/GetTrackingResult}
|
|
545
544
|
*/
|
|
546
|
-
|
|
545
|
+
GetTrackingResult,
|
|
547
546
|
|
|
548
|
-
|
|
547
|
+
/**
|
|
549
548
|
* The GetUnmanifestedShipmentsRequest model constructor.
|
|
550
549
|
* @property {module:shipping_v2/model/GetUnmanifestedShipmentsRequest}
|
|
551
550
|
*/
|
|
552
|
-
|
|
551
|
+
GetUnmanifestedShipmentsRequest,
|
|
553
552
|
|
|
554
|
-
|
|
553
|
+
/**
|
|
555
554
|
* The GetUnmanifestedShipmentsResponse model constructor.
|
|
556
555
|
* @property {module:shipping_v2/model/GetUnmanifestedShipmentsResponse}
|
|
557
556
|
*/
|
|
558
|
-
|
|
557
|
+
GetUnmanifestedShipmentsResponse,
|
|
559
558
|
|
|
560
|
-
|
|
559
|
+
/**
|
|
561
560
|
* The GoodsOwner model constructor.
|
|
562
561
|
* @property {module:shipping_v2/model/GoodsOwner}
|
|
563
562
|
*/
|
|
564
|
-
|
|
563
|
+
GoodsOwner,
|
|
565
564
|
|
|
566
|
-
|
|
565
|
+
/**
|
|
567
566
|
* The IneligibilityReason model constructor.
|
|
568
567
|
* @property {module:shipping_v2/model/IneligibilityReason}
|
|
569
568
|
*/
|
|
570
|
-
|
|
569
|
+
IneligibilityReason,
|
|
571
570
|
|
|
572
|
-
|
|
571
|
+
/**
|
|
573
572
|
* The IneligibilityReasonCode model constructor.
|
|
574
573
|
* @property {module:shipping_v2/model/IneligibilityReasonCode}
|
|
575
574
|
*/
|
|
576
|
-
|
|
575
|
+
IneligibilityReasonCode,
|
|
577
576
|
|
|
578
|
-
|
|
577
|
+
/**
|
|
579
578
|
* The IneligibleRate model constructor.
|
|
580
579
|
* @property {module:shipping_v2/model/IneligibleRate}
|
|
581
580
|
*/
|
|
582
|
-
|
|
581
|
+
IneligibleRate,
|
|
583
582
|
|
|
584
|
-
|
|
583
|
+
/**
|
|
585
584
|
* The InputType model constructor.
|
|
586
585
|
* @property {module:shipping_v2/model/InputType}
|
|
587
586
|
*/
|
|
588
|
-
|
|
587
|
+
InputType,
|
|
589
588
|
|
|
590
|
-
|
|
589
|
+
/**
|
|
591
590
|
* The InvoiceDetails model constructor.
|
|
592
591
|
* @property {module:shipping_v2/model/InvoiceDetails}
|
|
593
592
|
*/
|
|
594
|
-
|
|
593
|
+
InvoiceDetails,
|
|
595
594
|
|
|
596
|
-
|
|
595
|
+
/**
|
|
597
596
|
* The Item model constructor.
|
|
598
597
|
* @property {module:shipping_v2/model/Item}
|
|
599
598
|
*/
|
|
600
|
-
|
|
599
|
+
Item,
|
|
601
600
|
|
|
602
|
-
|
|
601
|
+
/**
|
|
603
602
|
* The LabelAttribute model constructor.
|
|
604
603
|
* @property {module:shipping_v2/model/LabelAttribute}
|
|
605
604
|
*/
|
|
606
|
-
|
|
605
|
+
LabelAttribute,
|
|
607
606
|
|
|
608
|
-
|
|
607
|
+
/**
|
|
609
608
|
* The LinkCarrierAccountRequest model constructor.
|
|
610
609
|
* @property {module:shipping_v2/model/LinkCarrierAccountRequest}
|
|
611
610
|
*/
|
|
612
|
-
|
|
611
|
+
LinkCarrierAccountRequest,
|
|
613
612
|
|
|
614
|
-
|
|
613
|
+
/**
|
|
615
614
|
* The LinkCarrierAccountResponse model constructor.
|
|
616
615
|
* @property {module:shipping_v2/model/LinkCarrierAccountResponse}
|
|
617
616
|
*/
|
|
618
|
-
|
|
617
|
+
LinkCarrierAccountResponse,
|
|
619
618
|
|
|
620
|
-
|
|
619
|
+
/**
|
|
621
620
|
* The LinkableAccountType model constructor.
|
|
622
621
|
* @property {module:shipping_v2/model/LinkableAccountType}
|
|
623
622
|
*/
|
|
624
|
-
|
|
623
|
+
LinkableAccountType,
|
|
625
624
|
|
|
626
|
-
|
|
625
|
+
/**
|
|
627
626
|
* The LinkableCarrier model constructor.
|
|
628
627
|
* @property {module:shipping_v2/model/LinkableCarrier}
|
|
629
628
|
*/
|
|
630
|
-
|
|
629
|
+
LinkableCarrier,
|
|
631
630
|
|
|
632
|
-
|
|
631
|
+
/**
|
|
633
632
|
* The LiquidVolume model constructor.
|
|
634
633
|
* @property {module:shipping_v2/model/LiquidVolume}
|
|
635
634
|
*/
|
|
636
|
-
|
|
635
|
+
LiquidVolume,
|
|
637
636
|
|
|
638
|
-
|
|
637
|
+
/**
|
|
639
638
|
* The Location model constructor.
|
|
640
639
|
* @property {module:shipping_v2/model/Location}
|
|
641
640
|
*/
|
|
642
|
-
|
|
641
|
+
Location,
|
|
643
642
|
|
|
644
|
-
|
|
643
|
+
/**
|
|
645
644
|
* The NdrAction model constructor.
|
|
646
645
|
* @property {module:shipping_v2/model/NdrAction}
|
|
647
646
|
*/
|
|
648
|
-
|
|
647
|
+
NdrAction,
|
|
649
648
|
|
|
650
|
-
|
|
649
|
+
/**
|
|
651
650
|
* The NdrRequestData model constructor.
|
|
652
651
|
* @property {module:shipping_v2/model/NdrRequestData}
|
|
653
652
|
*/
|
|
654
|
-
|
|
653
|
+
NdrRequestData,
|
|
655
654
|
|
|
656
|
-
|
|
655
|
+
/**
|
|
657
656
|
* The OneClickShipmentRequest model constructor.
|
|
658
657
|
* @property {module:shipping_v2/model/OneClickShipmentRequest}
|
|
659
658
|
*/
|
|
660
|
-
|
|
659
|
+
OneClickShipmentRequest,
|
|
661
660
|
|
|
662
|
-
|
|
661
|
+
/**
|
|
663
662
|
* The OneClickShipmentResponse model constructor.
|
|
664
663
|
* @property {module:shipping_v2/model/OneClickShipmentResponse}
|
|
665
664
|
*/
|
|
666
|
-
|
|
665
|
+
OneClickShipmentResponse,
|
|
667
666
|
|
|
668
|
-
|
|
667
|
+
/**
|
|
669
668
|
* The OneClickShipmentResult model constructor.
|
|
670
669
|
* @property {module:shipping_v2/model/OneClickShipmentResult}
|
|
671
670
|
*/
|
|
672
|
-
|
|
671
|
+
OneClickShipmentResult,
|
|
673
672
|
|
|
674
|
-
|
|
673
|
+
/**
|
|
675
674
|
* The OneClickShipmentValueAddedService model constructor.
|
|
676
675
|
* @property {module:shipping_v2/model/OneClickShipmentValueAddedService}
|
|
677
676
|
*/
|
|
678
|
-
|
|
677
|
+
OneClickShipmentValueAddedService,
|
|
679
678
|
|
|
680
|
-
|
|
679
|
+
/**
|
|
681
680
|
* The OperatingHours model constructor.
|
|
682
681
|
* @property {module:shipping_v2/model/OperatingHours}
|
|
683
682
|
*/
|
|
684
|
-
|
|
683
|
+
OperatingHours,
|
|
685
684
|
|
|
686
|
-
|
|
685
|
+
/**
|
|
687
686
|
* The Package model constructor.
|
|
688
687
|
* @property {module:shipping_v2/model/Package}
|
|
689
688
|
*/
|
|
690
|
-
|
|
689
|
+
Package,
|
|
691
690
|
|
|
692
|
-
|
|
691
|
+
/**
|
|
693
692
|
* The PackageDocument model constructor.
|
|
694
693
|
* @property {module:shipping_v2/model/PackageDocument}
|
|
695
694
|
*/
|
|
696
|
-
|
|
695
|
+
PackageDocument,
|
|
697
696
|
|
|
698
|
-
|
|
697
|
+
/**
|
|
699
698
|
* The PackageDocumentDetail model constructor.
|
|
700
699
|
* @property {module:shipping_v2/model/PackageDocumentDetail}
|
|
701
700
|
*/
|
|
702
|
-
|
|
701
|
+
PackageDocumentDetail,
|
|
703
702
|
|
|
704
|
-
|
|
703
|
+
/**
|
|
705
704
|
* The PaymentType model constructor.
|
|
706
705
|
* @property {module:shipping_v2/model/PaymentType}
|
|
707
706
|
*/
|
|
708
|
-
|
|
707
|
+
PaymentType,
|
|
709
708
|
|
|
710
|
-
|
|
709
|
+
/**
|
|
711
710
|
* The PrintOption model constructor.
|
|
712
711
|
* @property {module:shipping_v2/model/PrintOption}
|
|
713
712
|
*/
|
|
714
|
-
|
|
713
|
+
PrintOption,
|
|
715
714
|
|
|
716
|
-
|
|
715
|
+
/**
|
|
717
716
|
* The Promise model constructor.
|
|
718
717
|
* @property {module:shipping_v2/model/Promise}
|
|
719
718
|
*/
|
|
720
|
-
|
|
719
|
+
Promise,
|
|
721
720
|
|
|
722
|
-
|
|
721
|
+
/**
|
|
723
722
|
* The PurchaseShipmentRequest model constructor.
|
|
724
723
|
* @property {module:shipping_v2/model/PurchaseShipmentRequest}
|
|
725
724
|
*/
|
|
726
|
-
|
|
725
|
+
PurchaseShipmentRequest,
|
|
727
726
|
|
|
728
|
-
|
|
727
|
+
/**
|
|
729
728
|
* The PurchaseShipmentResponse model constructor.
|
|
730
729
|
* @property {module:shipping_v2/model/PurchaseShipmentResponse}
|
|
731
730
|
*/
|
|
732
|
-
|
|
731
|
+
PurchaseShipmentResponse,
|
|
733
732
|
|
|
734
|
-
|
|
733
|
+
/**
|
|
735
734
|
* The PurchaseShipmentResult model constructor.
|
|
736
735
|
* @property {module:shipping_v2/model/PurchaseShipmentResult}
|
|
737
736
|
*/
|
|
738
|
-
|
|
737
|
+
PurchaseShipmentResult,
|
|
739
738
|
|
|
740
|
-
|
|
739
|
+
/**
|
|
741
740
|
* The Rate model constructor.
|
|
742
741
|
* @property {module:shipping_v2/model/Rate}
|
|
743
742
|
*/
|
|
744
|
-
|
|
743
|
+
Rate,
|
|
745
744
|
|
|
746
|
-
|
|
745
|
+
/**
|
|
747
746
|
* The RateItem model constructor.
|
|
748
747
|
* @property {module:shipping_v2/model/RateItem}
|
|
749
748
|
*/
|
|
750
|
-
|
|
749
|
+
RateItem,
|
|
751
750
|
|
|
752
|
-
|
|
751
|
+
/**
|
|
753
752
|
* The RateItemID model constructor.
|
|
754
753
|
* @property {module:shipping_v2/model/RateItemID}
|
|
755
754
|
*/
|
|
756
|
-
|
|
755
|
+
RateItemID,
|
|
757
756
|
|
|
758
|
-
|
|
757
|
+
/**
|
|
759
758
|
* The RateItemType model constructor.
|
|
760
759
|
* @property {module:shipping_v2/model/RateItemType}
|
|
761
760
|
*/
|
|
762
|
-
|
|
761
|
+
RateItemType,
|
|
763
762
|
|
|
764
|
-
|
|
763
|
+
/**
|
|
765
764
|
* The RequestedDocumentSpecification model constructor.
|
|
766
765
|
* @property {module:shipping_v2/model/RequestedDocumentSpecification}
|
|
767
766
|
*/
|
|
768
|
-
|
|
767
|
+
RequestedDocumentSpecification,
|
|
769
768
|
|
|
770
|
-
|
|
769
|
+
/**
|
|
771
770
|
* The RequestedLabelCustomization model constructor.
|
|
772
771
|
* @property {module:shipping_v2/model/RequestedLabelCustomization}
|
|
773
772
|
*/
|
|
774
|
-
|
|
773
|
+
RequestedLabelCustomization,
|
|
775
774
|
|
|
776
|
-
|
|
775
|
+
/**
|
|
777
776
|
* The RequestedValueAddedService model constructor.
|
|
778
777
|
* @property {module:shipping_v2/model/RequestedValueAddedService}
|
|
779
778
|
*/
|
|
780
|
-
|
|
779
|
+
RequestedValueAddedService,
|
|
781
780
|
|
|
782
|
-
|
|
781
|
+
/**
|
|
783
782
|
* The Service model constructor.
|
|
784
783
|
* @property {module:shipping_v2/model/Service}
|
|
785
784
|
*/
|
|
786
|
-
|
|
785
|
+
Service,
|
|
787
786
|
|
|
788
|
-
|
|
787
|
+
/**
|
|
789
788
|
* The ServiceSelection model constructor.
|
|
790
789
|
* @property {module:shipping_v2/model/ServiceSelection}
|
|
791
790
|
*/
|
|
792
|
-
|
|
791
|
+
ServiceSelection,
|
|
793
792
|
|
|
794
|
-
|
|
793
|
+
/**
|
|
795
794
|
* The SettlementType model constructor.
|
|
796
795
|
* @property {module:shipping_v2/model/SettlementType}
|
|
797
796
|
*/
|
|
798
|
-
|
|
797
|
+
SettlementType,
|
|
799
798
|
|
|
800
|
-
|
|
799
|
+
/**
|
|
801
800
|
* The ShipmentType model constructor.
|
|
802
801
|
* @property {module:shipping_v2/model/ShipmentType}
|
|
803
802
|
*/
|
|
804
|
-
|
|
803
|
+
ShipmentType,
|
|
805
804
|
|
|
806
|
-
|
|
805
|
+
/**
|
|
807
806
|
* The ShipperInstruction model constructor.
|
|
808
807
|
* @property {module:shipping_v2/model/ShipperInstruction}
|
|
809
808
|
*/
|
|
810
|
-
|
|
809
|
+
ShipperInstruction,
|
|
811
810
|
|
|
812
|
-
|
|
811
|
+
/**
|
|
813
812
|
* The Status model constructor.
|
|
814
813
|
* @property {module:shipping_v2/model/Status}
|
|
815
814
|
*/
|
|
816
|
-
|
|
815
|
+
Status,
|
|
817
816
|
|
|
818
|
-
|
|
817
|
+
/**
|
|
819
818
|
* The SubmitNdrFeedbackRequest model constructor.
|
|
820
819
|
* @property {module:shipping_v2/model/SubmitNdrFeedbackRequest}
|
|
821
820
|
*/
|
|
822
|
-
|
|
821
|
+
SubmitNdrFeedbackRequest,
|
|
823
822
|
|
|
824
|
-
|
|
823
|
+
/**
|
|
825
824
|
* The SupportedDocumentDetail model constructor.
|
|
826
825
|
* @property {module:shipping_v2/model/SupportedDocumentDetail}
|
|
827
826
|
*/
|
|
828
|
-
|
|
827
|
+
SupportedDocumentDetail,
|
|
829
828
|
|
|
830
|
-
|
|
829
|
+
/**
|
|
831
830
|
* The SupportedDocumentSpecification model constructor.
|
|
832
831
|
* @property {module:shipping_v2/model/SupportedDocumentSpecification}
|
|
833
832
|
*/
|
|
834
|
-
|
|
833
|
+
SupportedDocumentSpecification,
|
|
835
834
|
|
|
836
|
-
|
|
835
|
+
/**
|
|
837
836
|
* The TaxDetail model constructor.
|
|
838
837
|
* @property {module:shipping_v2/model/TaxDetail}
|
|
839
838
|
*/
|
|
840
|
-
|
|
839
|
+
TaxDetail,
|
|
841
840
|
|
|
842
|
-
|
|
841
|
+
/**
|
|
843
842
|
* The TaxType model constructor.
|
|
844
843
|
* @property {module:shipping_v2/model/TaxType}
|
|
845
844
|
*/
|
|
846
|
-
|
|
845
|
+
TaxType,
|
|
847
846
|
|
|
848
|
-
|
|
847
|
+
/**
|
|
849
848
|
* The TimeOfDay model constructor.
|
|
850
849
|
* @property {module:shipping_v2/model/TimeOfDay}
|
|
851
850
|
*/
|
|
852
|
-
|
|
851
|
+
TimeOfDay,
|
|
853
852
|
|
|
854
|
-
|
|
853
|
+
/**
|
|
855
854
|
* The TimeWindow model constructor.
|
|
856
855
|
* @property {module:shipping_v2/model/TimeWindow}
|
|
857
856
|
*/
|
|
858
|
-
|
|
857
|
+
TimeWindow,
|
|
859
858
|
|
|
860
|
-
|
|
859
|
+
/**
|
|
861
860
|
* The TrackingDetailCodes model constructor.
|
|
862
861
|
* @property {module:shipping_v2/model/TrackingDetailCodes}
|
|
863
862
|
*/
|
|
864
|
-
|
|
863
|
+
TrackingDetailCodes,
|
|
865
864
|
|
|
866
|
-
|
|
865
|
+
/**
|
|
867
866
|
* The TrackingSummary model constructor.
|
|
868
867
|
* @property {module:shipping_v2/model/TrackingSummary}
|
|
869
868
|
*/
|
|
870
|
-
|
|
869
|
+
TrackingSummary,
|
|
871
870
|
|
|
872
|
-
|
|
871
|
+
/**
|
|
873
872
|
* The UnlinkCarrierAccountRequest model constructor.
|
|
874
873
|
* @property {module:shipping_v2/model/UnlinkCarrierAccountRequest}
|
|
875
874
|
*/
|
|
876
|
-
|
|
875
|
+
UnlinkCarrierAccountRequest,
|
|
877
876
|
|
|
878
|
-
|
|
877
|
+
/**
|
|
879
878
|
* The UnlinkCarrierAccountResponse model constructor.
|
|
880
879
|
* @property {module:shipping_v2/model/UnlinkCarrierAccountResponse}
|
|
881
880
|
*/
|
|
882
|
-
|
|
881
|
+
UnlinkCarrierAccountResponse,
|
|
883
882
|
|
|
884
|
-
|
|
883
|
+
/**
|
|
885
884
|
* The UnmanifestedCarrierInformation model constructor.
|
|
886
885
|
* @property {module:shipping_v2/model/UnmanifestedCarrierInformation}
|
|
887
886
|
*/
|
|
888
|
-
|
|
887
|
+
UnmanifestedCarrierInformation,
|
|
889
888
|
|
|
890
|
-
|
|
889
|
+
/**
|
|
891
890
|
* The UnmanifestedShipmentLocation model constructor.
|
|
892
891
|
* @property {module:shipping_v2/model/UnmanifestedShipmentLocation}
|
|
893
892
|
*/
|
|
894
|
-
|
|
893
|
+
UnmanifestedShipmentLocation,
|
|
895
894
|
|
|
896
|
-
|
|
895
|
+
/**
|
|
897
896
|
* The ValidationMetadata model constructor.
|
|
898
897
|
* @property {module:shipping_v2/model/ValidationMetadata}
|
|
899
898
|
*/
|
|
900
|
-
|
|
899
|
+
ValidationMetadata,
|
|
901
900
|
|
|
902
|
-
|
|
901
|
+
/**
|
|
903
902
|
* The ValueAddedService model constructor.
|
|
904
903
|
* @property {module:shipping_v2/model/ValueAddedService}
|
|
905
904
|
*/
|
|
906
|
-
|
|
905
|
+
ValueAddedService,
|
|
907
906
|
|
|
908
|
-
|
|
907
|
+
/**
|
|
909
908
|
* The ValueAddedServiceDetails model constructor.
|
|
910
909
|
* @property {module:shipping_v2/model/ValueAddedServiceDetails}
|
|
911
910
|
*/
|
|
912
|
-
|
|
911
|
+
ValueAddedServiceDetails,
|
|
913
912
|
|
|
914
|
-
|
|
913
|
+
/**
|
|
915
914
|
* The Weight model constructor.
|
|
916
915
|
* @property {module:shipping_v2/model/Weight}
|
|
917
916
|
*/
|
|
918
|
-
|
|
917
|
+
Weight,
|
|
919
918
|
|
|
920
|
-
|
|
919
|
+
/**
|
|
921
920
|
* The ShippingApi service constructor.
|
|
922
921
|
* @property {module:shipping_v2/api/ShippingApi}
|
|
923
922
|
*/
|
|
924
|
-
|
|
925
|
-
}
|
|
923
|
+
ShippingApi
|
|
924
|
+
}
|