@amazon-sp-api-release/amazon-sp-api-sdk-js 1.3.0 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/helper/DefaultRateLimitFetcher.d.mts +7 -0
- package/helper/DefaultRateLimitFetcher.d.mts.map +1 -0
- package/helper/DefaultRateLimitMap.d.mts +307 -0
- package/helper/DefaultRateLimitMap.d.mts.map +1 -0
- package/helper/DefaultRateLimitMap.mjs +16 -7
- package/helper/RateLimitConfiguration.d.mts +26 -0
- package/helper/RateLimitConfiguration.d.mts.map +1 -0
- package/helper/SuperagentRateLimiter.d.mts +14 -0
- package/helper/SuperagentRateLimiter.d.mts.map +1 -0
- package/index.js +1 -0
- package/package.json +8 -8
- package/src/apluscontent_v2020_11_01/ApiClient.d.ts +260 -0
- package/src/apluscontent_v2020_11_01/ApiClient.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/api/AplusContentApi.d.ts +223 -0
- package/src/apluscontent_v2020_11_01/api/AplusContentApi.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/api/AplusContentApi.js +53 -53
- package/src/apluscontent_v2020_11_01/index.d.ts +67 -0
- package/src/apluscontent_v2020_11_01/index.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/AplusPaginatedResponse.d.ts +29 -0
- package/src/apluscontent_v2020_11_01/model/AplusPaginatedResponse.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/AplusPaginatedResponse.js +7 -4
- package/src/apluscontent_v2020_11_01/model/AplusResponse.d.ts +23 -0
- package/src/apluscontent_v2020_11_01/model/AplusResponse.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/AplusResponse.js +4 -3
- package/src/apluscontent_v2020_11_01/model/AsinBadge.d.ts +34 -0
- package/src/apluscontent_v2020_11_01/model/AsinBadge.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/AsinBadge.js +2 -2
- package/src/apluscontent_v2020_11_01/model/AsinMetadata.d.ts +56 -0
- package/src/apluscontent_v2020_11_01/model/AsinMetadata.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/AsinMetadata.js +10 -4
- package/src/apluscontent_v2020_11_01/model/ColorType.d.ts +24 -0
- package/src/apluscontent_v2020_11_01/model/ColorType.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/ColorType.js +2 -2
- package/src/apluscontent_v2020_11_01/model/ContentBadge.d.ts +39 -0
- package/src/apluscontent_v2020_11_01/model/ContentBadge.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/ContentBadge.js +2 -2
- package/src/apluscontent_v2020_11_01/model/ContentDocument.d.ts +39 -0
- package/src/apluscontent_v2020_11_01/model/ContentDocument.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/ContentDocument.js +11 -6
- package/src/apluscontent_v2020_11_01/model/ContentMetadata.d.ts +35 -0
- package/src/apluscontent_v2020_11_01/model/ContentMetadata.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/ContentMetadata.js +11 -6
- package/src/apluscontent_v2020_11_01/model/ContentMetadataRecord.d.ts +28 -0
- package/src/apluscontent_v2020_11_01/model/ContentMetadataRecord.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/ContentMetadataRecord.js +6 -4
- package/src/apluscontent_v2020_11_01/model/ContentModule.d.ts +116 -0
- package/src/apluscontent_v2020_11_01/model/ContentModule.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/ContentModule.js +35 -19
- package/src/apluscontent_v2020_11_01/model/ContentModuleType.d.ts +89 -0
- package/src/apluscontent_v2020_11_01/model/ContentModuleType.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/ContentModuleType.js +2 -2
- package/src/apluscontent_v2020_11_01/model/ContentRecord.d.ts +37 -0
- package/src/apluscontent_v2020_11_01/model/ContentRecord.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/ContentRecord.js +7 -4
- package/src/apluscontent_v2020_11_01/model/ContentStatus.d.ts +34 -0
- package/src/apluscontent_v2020_11_01/model/ContentStatus.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/ContentStatus.js +2 -2
- package/src/apluscontent_v2020_11_01/model/ContentType.d.ts +24 -0
- package/src/apluscontent_v2020_11_01/model/ContentType.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/ContentType.js +2 -2
- package/src/apluscontent_v2020_11_01/model/Decorator.d.ts +40 -0
- package/src/apluscontent_v2020_11_01/model/Decorator.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/Decorator.js +7 -3
- package/src/apluscontent_v2020_11_01/model/DecoratorType.d.ts +54 -0
- package/src/apluscontent_v2020_11_01/model/DecoratorType.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/DecoratorType.js +2 -2
- package/src/apluscontent_v2020_11_01/model/Error.d.ts +33 -0
- package/src/apluscontent_v2020_11_01/model/Error.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/Error.js +5 -2
- package/src/apluscontent_v2020_11_01/model/ErrorList.d.ts +26 -0
- package/src/apluscontent_v2020_11_01/model/ErrorList.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/ErrorList.js +5 -4
- package/src/apluscontent_v2020_11_01/model/GetContentDocumentResponse.d.ts +33 -0
- package/src/apluscontent_v2020_11_01/model/GetContentDocumentResponse.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/GetContentDocumentResponse.js +9 -6
- package/src/apluscontent_v2020_11_01/model/ImageComponent.d.ts +30 -0
- package/src/apluscontent_v2020_11_01/model/ImageComponent.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/ImageComponent.js +7 -4
- package/src/apluscontent_v2020_11_01/model/ImageCropSpecification.d.ts +32 -0
- package/src/apluscontent_v2020_11_01/model/ImageCropSpecification.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/ImageCropSpecification.js +7 -5
- package/src/apluscontent_v2020_11_01/model/ImageDimensions.d.ts +28 -0
- package/src/apluscontent_v2020_11_01/model/ImageDimensions.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/ImageDimensions.js +8 -6
- package/src/apluscontent_v2020_11_01/model/ImageOffsets.d.ts +28 -0
- package/src/apluscontent_v2020_11_01/model/ImageOffsets.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/ImageOffsets.js +8 -6
- package/src/apluscontent_v2020_11_01/model/IntegerWithUnits.d.ts +27 -0
- package/src/apluscontent_v2020_11_01/model/IntegerWithUnits.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/IntegerWithUnits.js +4 -2
- package/src/apluscontent_v2020_11_01/model/ListContentDocumentAsinRelationsResponse.d.ts +39 -0
- package/src/apluscontent_v2020_11_01/model/ListContentDocumentAsinRelationsResponse.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/ListContentDocumentAsinRelationsResponse.js +11 -6
- package/src/apluscontent_v2020_11_01/model/ParagraphComponent.d.ts +26 -0
- package/src/apluscontent_v2020_11_01/model/ParagraphComponent.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/ParagraphComponent.js +5 -4
- package/src/apluscontent_v2020_11_01/model/PlainTextItem.d.ts +27 -0
- package/src/apluscontent_v2020_11_01/model/PlainTextItem.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/PlainTextItem.js +4 -2
- package/src/apluscontent_v2020_11_01/model/PositionType.d.ts +24 -0
- package/src/apluscontent_v2020_11_01/model/PositionType.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/PositionType.js +2 -2
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentApprovalSubmissionResponse.d.ts +23 -0
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentApprovalSubmissionResponse.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentApprovalSubmissionResponse.js +6 -4
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentAsinRelationsRequest.d.ts +24 -0
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentAsinRelationsRequest.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentAsinRelationsRequest.js +5 -4
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentAsinRelationsResponse.d.ts +23 -0
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentAsinRelationsResponse.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentAsinRelationsResponse.js +6 -4
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentRequest.d.ts +25 -0
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentRequest.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentRequest.js +5 -4
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentResponse.d.ts +32 -0
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentResponse.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentResponse.js +7 -4
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentSuspendSubmissionResponse.d.ts +23 -0
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentSuspendSubmissionResponse.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/PostContentDocumentSuspendSubmissionResponse.js +6 -4
- package/src/apluscontent_v2020_11_01/model/PublishRecord.d.ts +40 -0
- package/src/apluscontent_v2020_11_01/model/PublishRecord.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/PublishRecord.js +10 -4
- package/src/apluscontent_v2020_11_01/model/SearchContentDocumentsResponse.d.ts +39 -0
- package/src/apluscontent_v2020_11_01/model/SearchContentDocumentsResponse.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/SearchContentDocumentsResponse.js +11 -6
- package/src/apluscontent_v2020_11_01/model/SearchContentPublishRecordsResponse.d.ts +39 -0
- package/src/apluscontent_v2020_11_01/model/SearchContentPublishRecordsResponse.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/SearchContentPublishRecordsResponse.js +11 -6
- package/src/apluscontent_v2020_11_01/model/StandardCompanyLogoModule.d.ts +26 -0
- package/src/apluscontent_v2020_11_01/model/StandardCompanyLogoModule.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardCompanyLogoModule.js +5 -4
- package/src/apluscontent_v2020_11_01/model/StandardComparisonProductBlock.d.ts +56 -0
- package/src/apluscontent_v2020_11_01/model/StandardComparisonProductBlock.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardComparisonProductBlock.js +10 -4
- package/src/apluscontent_v2020_11_01/model/StandardComparisonTableModule.d.ts +28 -0
- package/src/apluscontent_v2020_11_01/model/StandardComparisonTableModule.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardComparisonTableModule.js +6 -4
- package/src/apluscontent_v2020_11_01/model/StandardFourImageTextModule.d.ts +43 -0
- package/src/apluscontent_v2020_11_01/model/StandardFourImageTextModule.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardFourImageTextModule.js +12 -7
- package/src/apluscontent_v2020_11_01/model/StandardFourImageTextQuadrantModule.d.ts +32 -0
- package/src/apluscontent_v2020_11_01/model/StandardFourImageTextQuadrantModule.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardFourImageTextQuadrantModule.js +14 -10
- package/src/apluscontent_v2020_11_01/model/StandardHeaderImageTextModule.d.ts +28 -0
- package/src/apluscontent_v2020_11_01/model/StandardHeaderImageTextModule.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardHeaderImageTextModule.js +6 -4
- package/src/apluscontent_v2020_11_01/model/StandardHeaderTextListBlock.d.ts +28 -0
- package/src/apluscontent_v2020_11_01/model/StandardHeaderTextListBlock.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardHeaderTextListBlock.js +6 -4
- package/src/apluscontent_v2020_11_01/model/StandardImageCaptionBlock.d.ts +28 -0
- package/src/apluscontent_v2020_11_01/model/StandardImageCaptionBlock.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardImageCaptionBlock.js +6 -4
- package/src/apluscontent_v2020_11_01/model/StandardImageSidebarModule.d.ts +51 -0
- package/src/apluscontent_v2020_11_01/model/StandardImageSidebarModule.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardImageSidebarModule.js +14 -8
- package/src/apluscontent_v2020_11_01/model/StandardImageTextBlock.d.ts +34 -0
- package/src/apluscontent_v2020_11_01/model/StandardImageTextBlock.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardImageTextBlock.js +8 -5
- package/src/apluscontent_v2020_11_01/model/StandardImageTextCaptionBlock.d.ts +28 -0
- package/src/apluscontent_v2020_11_01/model/StandardImageTextCaptionBlock.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardImageTextCaptionBlock.js +6 -4
- package/src/apluscontent_v2020_11_01/model/StandardImageTextOverlayModule.d.ts +32 -0
- package/src/apluscontent_v2020_11_01/model/StandardImageTextOverlayModule.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardImageTextOverlayModule.js +7 -5
- package/src/apluscontent_v2020_11_01/model/StandardMultipleImageTextModule.d.ts +22 -0
- package/src/apluscontent_v2020_11_01/model/StandardMultipleImageTextModule.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardMultipleImageTextModule.js +4 -3
- package/src/apluscontent_v2020_11_01/model/StandardProductDescriptionModule.d.ts +26 -0
- package/src/apluscontent_v2020_11_01/model/StandardProductDescriptionModule.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardProductDescriptionModule.js +5 -4
- package/src/apluscontent_v2020_11_01/model/StandardSingleImageHighlightsModule.d.ts +50 -0
- package/src/apluscontent_v2020_11_01/model/StandardSingleImageHighlightsModule.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardSingleImageHighlightsModule.js +14 -8
- package/src/apluscontent_v2020_11_01/model/StandardSingleImageSpecsDetailModule.d.ts +60 -0
- package/src/apluscontent_v2020_11_01/model/StandardSingleImageSpecsDetailModule.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardSingleImageSpecsDetailModule.js +18 -10
- package/src/apluscontent_v2020_11_01/model/StandardSingleSideImageModule.d.ts +32 -0
- package/src/apluscontent_v2020_11_01/model/StandardSingleSideImageModule.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardSingleSideImageModule.js +7 -5
- package/src/apluscontent_v2020_11_01/model/StandardTechSpecsModule.d.ts +38 -0
- package/src/apluscontent_v2020_11_01/model/StandardTechSpecsModule.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardTechSpecsModule.js +8 -5
- package/src/apluscontent_v2020_11_01/model/StandardTextBlock.d.ts +28 -0
- package/src/apluscontent_v2020_11_01/model/StandardTextBlock.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardTextBlock.js +6 -4
- package/src/apluscontent_v2020_11_01/model/StandardTextListBlock.d.ts +26 -0
- package/src/apluscontent_v2020_11_01/model/StandardTextListBlock.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardTextListBlock.js +5 -4
- package/src/apluscontent_v2020_11_01/model/StandardTextModule.d.ts +32 -0
- package/src/apluscontent_v2020_11_01/model/StandardTextModule.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardTextModule.js +7 -5
- package/src/apluscontent_v2020_11_01/model/StandardTextPairBlock.d.ts +27 -0
- package/src/apluscontent_v2020_11_01/model/StandardTextPairBlock.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardTextPairBlock.js +6 -4
- package/src/apluscontent_v2020_11_01/model/StandardThreeImageTextModule.d.ts +38 -0
- package/src/apluscontent_v2020_11_01/model/StandardThreeImageTextModule.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/StandardThreeImageTextModule.js +10 -6
- package/src/apluscontent_v2020_11_01/model/TextComponent.d.ts +32 -0
- package/src/apluscontent_v2020_11_01/model/TextComponent.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/TextComponent.js +5 -3
- package/src/apluscontent_v2020_11_01/model/TextItem.d.ts +28 -0
- package/src/apluscontent_v2020_11_01/model/TextItem.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/TextItem.js +6 -4
- package/src/apluscontent_v2020_11_01/model/ValidateContentDocumentAsinRelationsResponse.d.ts +33 -0
- package/src/apluscontent_v2020_11_01/model/ValidateContentDocumentAsinRelationsResponse.d.ts.map +1 -0
- package/src/apluscontent_v2020_11_01/model/ValidateContentDocumentAsinRelationsResponse.js +11 -7
- package/src/appintegrations_v2024_04_01/ApiClient.d.ts +260 -0
- package/src/appintegrations_v2024_04_01/ApiClient.d.ts.map +1 -0
- package/src/appintegrations_v2024_04_01/api/AppIntegrationsApi.d.ts +70 -0
- package/src/appintegrations_v2024_04_01/api/AppIntegrationsApi.d.ts.map +1 -0
- package/src/appintegrations_v2024_04_01/api/AppIntegrationsApi.js +15 -15
- package/src/appintegrations_v2024_04_01/index.d.ts +10 -0
- package/src/appintegrations_v2024_04_01/index.d.ts.map +1 -0
- package/src/appintegrations_v2024_04_01/model/CreateNotificationRequest.d.ts +37 -0
- package/src/appintegrations_v2024_04_01/model/CreateNotificationRequest.d.ts.map +1 -0
- package/src/appintegrations_v2024_04_01/model/CreateNotificationRequest.js +7 -4
- package/src/appintegrations_v2024_04_01/model/CreateNotificationResponse.d.ts +22 -0
- package/src/appintegrations_v2024_04_01/model/CreateNotificationResponse.d.ts.map +1 -0
- package/src/appintegrations_v2024_04_01/model/CreateNotificationResponse.js +3 -2
- package/src/appintegrations_v2024_04_01/model/DeleteNotificationsRequest.d.ts +37 -0
- package/src/appintegrations_v2024_04_01/model/DeleteNotificationsRequest.d.ts.map +1 -0
- package/src/appintegrations_v2024_04_01/model/DeleteNotificationsRequest.js +6 -4
- package/src/appintegrations_v2024_04_01/model/Error.d.ts +33 -0
- package/src/appintegrations_v2024_04_01/model/Error.d.ts.map +1 -0
- package/src/appintegrations_v2024_04_01/model/Error.js +5 -2
- package/src/appintegrations_v2024_04_01/model/ErrorList.d.ts +26 -0
- package/src/appintegrations_v2024_04_01/model/ErrorList.d.ts.map +1 -0
- package/src/appintegrations_v2024_04_01/model/ErrorList.js +5 -4
- package/src/appintegrations_v2024_04_01/model/RecordActionFeedbackRequest.d.ts +34 -0
- package/src/appintegrations_v2024_04_01/model/RecordActionFeedbackRequest.d.ts.map +1 -0
- package/src/appintegrations_v2024_04_01/model/RecordActionFeedbackRequest.js +5 -4
- package/src/applications_v2023_11_30/ApiClient.d.ts +260 -0
- package/src/applications_v2023_11_30/ApiClient.d.ts.map +1 -0
- package/src/applications_v2023_11_30/api/ApplicationsApi.d.ts +38 -0
- package/src/applications_v2023_11_30/api/ApplicationsApi.d.ts.map +1 -0
- package/src/applications_v2023_11_30/api/ApplicationsApi.js +5 -5
- package/src/applications_v2023_11_30/index.d.ts +6 -0
- package/src/applications_v2023_11_30/index.d.ts.map +1 -0
- package/src/applications_v2023_11_30/model/Error.d.ts +33 -0
- package/src/applications_v2023_11_30/model/Error.d.ts.map +1 -0
- package/src/applications_v2023_11_30/model/Error.js +5 -2
- package/src/applications_v2023_11_30/model/ErrorList.d.ts +26 -0
- package/src/applications_v2023_11_30/model/ErrorList.d.ts.map +1 -0
- package/src/applications_v2023_11_30/model/ErrorList.js +5 -4
- package/src/awd_v2024_05_09/ApiClient.d.ts +260 -0
- package/src/awd_v2024_05_09/ApiClient.d.ts.map +1 -0
- package/src/awd_v2024_05_09/api/AwdApi.d.ts +246 -0
- package/src/awd_v2024_05_09/api/AwdApi.d.ts.map +1 -0
- package/src/awd_v2024_05_09/api/AwdApi.js +71 -71
- package/src/awd_v2024_05_09/index.d.ts +54 -0
- package/src/awd_v2024_05_09/index.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/Address.d.ts +73 -0
- package/src/awd_v2024_05_09/model/Address.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/Address.js +13 -2
- package/src/awd_v2024_05_09/model/CarrierCode.d.ts +28 -0
- package/src/awd_v2024_05_09/model/CarrierCode.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/CarrierCode.js +5 -3
- package/src/awd_v2024_05_09/model/CarrierCodeType.d.ts +19 -0
- package/src/awd_v2024_05_09/model/CarrierCodeType.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/CarrierCodeType.js +2 -2
- package/src/awd_v2024_05_09/model/DestinationDetails.d.ts +34 -0
- package/src/awd_v2024_05_09/model/DestinationDetails.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/DestinationDetails.js +6 -3
- package/src/awd_v2024_05_09/model/DimensionUnitOfMeasurement.d.ts +24 -0
- package/src/awd_v2024_05_09/model/DimensionUnitOfMeasurement.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/DimensionUnitOfMeasurement.js +2 -2
- package/src/awd_v2024_05_09/model/DistributionPackage.d.ts +32 -0
- package/src/awd_v2024_05_09/model/DistributionPackage.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/DistributionPackage.js +11 -8
- package/src/awd_v2024_05_09/model/DistributionPackageContents.d.ts +30 -0
- package/src/awd_v2024_05_09/model/DistributionPackageContents.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/DistributionPackageContents.js +6 -4
- package/src/awd_v2024_05_09/model/DistributionPackageQuantity.d.ts +28 -0
- package/src/awd_v2024_05_09/model/DistributionPackageQuantity.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/DistributionPackageQuantity.js +6 -4
- package/src/awd_v2024_05_09/model/DistributionPackageType.d.ts +24 -0
- package/src/awd_v2024_05_09/model/DistributionPackageType.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/DistributionPackageType.js +2 -2
- package/src/awd_v2024_05_09/model/Error.d.ts +33 -0
- package/src/awd_v2024_05_09/model/Error.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/Error.js +5 -2
- package/src/awd_v2024_05_09/model/ErrorList.d.ts +26 -0
- package/src/awd_v2024_05_09/model/ErrorList.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/ErrorList.js +5 -4
- package/src/awd_v2024_05_09/model/ExpirationDetails.d.ts +28 -0
- package/src/awd_v2024_05_09/model/ExpirationDetails.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/ExpirationDetails.js +4 -2
- package/src/awd_v2024_05_09/model/InboundEligibility.d.ts +38 -0
- package/src/awd_v2024_05_09/model/InboundEligibility.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/InboundEligibility.js +11 -7
- package/src/awd_v2024_05_09/model/InboundEligibilityStatus.d.ts +24 -0
- package/src/awd_v2024_05_09/model/InboundEligibilityStatus.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/InboundEligibilityStatus.js +2 -2
- package/src/awd_v2024_05_09/model/InboundOrder.d.ts +60 -0
- package/src/awd_v2024_05_09/model/InboundOrder.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/InboundOrder.js +19 -10
- package/src/awd_v2024_05_09/model/InboundOrderCreationData.d.ts +41 -0
- package/src/awd_v2024_05_09/model/InboundOrderCreationData.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/InboundOrderCreationData.js +11 -7
- package/src/awd_v2024_05_09/model/InboundOrderReference.d.ts +25 -0
- package/src/awd_v2024_05_09/model/InboundOrderReference.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/InboundOrderReference.js +3 -2
- package/src/awd_v2024_05_09/model/InboundPackages.d.ts +26 -0
- package/src/awd_v2024_05_09/model/InboundPackages.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/InboundPackages.js +5 -4
- package/src/awd_v2024_05_09/model/InboundPreferences.d.ts +22 -0
- package/src/awd_v2024_05_09/model/InboundPreferences.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/InboundPreferences.js +3 -2
- package/src/awd_v2024_05_09/model/InboundShipment.d.ts +100 -0
- package/src/awd_v2024_05_09/model/InboundShipment.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/InboundShipment.js +29 -13
- package/src/awd_v2024_05_09/model/InboundShipmentStatus.d.ts +49 -0
- package/src/awd_v2024_05_09/model/InboundShipmentStatus.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/InboundShipmentStatus.js +2 -2
- package/src/awd_v2024_05_09/model/InboundShipmentSummary.d.ts +48 -0
- package/src/awd_v2024_05_09/model/InboundShipmentSummary.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/InboundShipmentSummary.js +10 -4
- package/src/awd_v2024_05_09/model/InboundStatus.d.ts +44 -0
- package/src/awd_v2024_05_09/model/InboundStatus.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/InboundStatus.js +2 -2
- package/src/awd_v2024_05_09/model/InventoryDetails.d.ts +34 -0
- package/src/awd_v2024_05_09/model/InventoryDetails.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/InventoryDetails.js +5 -2
- package/src/awd_v2024_05_09/model/InventoryListing.d.ts +32 -0
- package/src/awd_v2024_05_09/model/InventoryListing.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/InventoryListing.js +6 -4
- package/src/awd_v2024_05_09/model/InventoryQuantity.d.ts +28 -0
- package/src/awd_v2024_05_09/model/InventoryQuantity.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/InventoryQuantity.js +6 -4
- package/src/awd_v2024_05_09/model/InventorySummary.d.ts +50 -0
- package/src/awd_v2024_05_09/model/InventorySummary.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/InventorySummary.js +9 -4
- package/src/awd_v2024_05_09/model/InventoryUnitOfMeasurement.d.ts +29 -0
- package/src/awd_v2024_05_09/model/InventoryUnitOfMeasurement.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/InventoryUnitOfMeasurement.js +2 -2
- package/src/awd_v2024_05_09/model/LabelOwner.d.ts +24 -0
- package/src/awd_v2024_05_09/model/LabelOwner.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/LabelOwner.js +2 -2
- package/src/awd_v2024_05_09/model/LabelStatus.d.ts +34 -0
- package/src/awd_v2024_05_09/model/LabelStatus.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/LabelStatus.js +2 -2
- package/src/awd_v2024_05_09/model/MeasurementData.d.ts +38 -0
- package/src/awd_v2024_05_09/model/MeasurementData.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/MeasurementData.js +9 -6
- package/src/awd_v2024_05_09/model/OrderIneligibilityReason.d.ts +27 -0
- package/src/awd_v2024_05_09/model/OrderIneligibilityReason.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/OrderIneligibilityReason.js +4 -2
- package/src/awd_v2024_05_09/model/PackageDimensions.d.ts +32 -0
- package/src/awd_v2024_05_09/model/PackageDimensions.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/PackageDimensions.js +8 -4
- package/src/awd_v2024_05_09/model/PackageVolume.d.ts +28 -0
- package/src/awd_v2024_05_09/model/PackageVolume.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/PackageVolume.js +6 -4
- package/src/awd_v2024_05_09/model/PackageWeight.d.ts +28 -0
- package/src/awd_v2024_05_09/model/PackageWeight.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/PackageWeight.js +6 -4
- package/src/awd_v2024_05_09/model/PrepCategory.d.ts +84 -0
- package/src/awd_v2024_05_09/model/PrepCategory.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/PrepCategory.js +2 -2
- package/src/awd_v2024_05_09/model/PrepDetails.d.ts +41 -0
- package/src/awd_v2024_05_09/model/PrepDetails.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/PrepDetails.js +10 -6
- package/src/awd_v2024_05_09/model/PrepInstruction.d.ts +28 -0
- package/src/awd_v2024_05_09/model/PrepInstruction.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/PrepInstruction.js +5 -3
- package/src/awd_v2024_05_09/model/PrepOwner.d.ts +24 -0
- package/src/awd_v2024_05_09/model/PrepOwner.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/PrepOwner.js +2 -2
- package/src/awd_v2024_05_09/model/ProductAttribute.d.ts +28 -0
- package/src/awd_v2024_05_09/model/ProductAttribute.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/ProductAttribute.js +4 -2
- package/src/awd_v2024_05_09/model/ProductQuantity.d.ts +46 -0
- package/src/awd_v2024_05_09/model/ProductQuantity.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/ProductQuantity.js +9 -4
- package/src/awd_v2024_05_09/model/ShipmentLabels.d.ts +32 -0
- package/src/awd_v2024_05_09/model/ShipmentLabels.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/ShipmentLabels.js +6 -4
- package/src/awd_v2024_05_09/model/ShipmentListing.d.ts +29 -0
- package/src/awd_v2024_05_09/model/ShipmentListing.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/ShipmentListing.js +5 -3
- package/src/awd_v2024_05_09/model/SkuEligibility.d.ts +36 -0
- package/src/awd_v2024_05_09/model/SkuEligibility.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/SkuEligibility.js +10 -7
- package/src/awd_v2024_05_09/model/SkuIneligibilityReason.d.ts +27 -0
- package/src/awd_v2024_05_09/model/SkuIneligibilityReason.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/SkuIneligibilityReason.js +4 -2
- package/src/awd_v2024_05_09/model/SkuQuantity.d.ts +33 -0
- package/src/awd_v2024_05_09/model/SkuQuantity.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/SkuQuantity.js +8 -5
- package/src/awd_v2024_05_09/model/TrackingDetails.d.ts +31 -0
- package/src/awd_v2024_05_09/model/TrackingDetails.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/TrackingDetails.js +5 -3
- package/src/awd_v2024_05_09/model/TransportationDetails.d.ts +26 -0
- package/src/awd_v2024_05_09/model/TransportationDetails.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/TransportationDetails.js +5 -4
- package/src/awd_v2024_05_09/model/VolumeUnitOfMeasurement.d.ts +29 -0
- package/src/awd_v2024_05_09/model/VolumeUnitOfMeasurement.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/VolumeUnitOfMeasurement.js +2 -2
- package/src/awd_v2024_05_09/model/WeightUnitOfMeasurement.d.ts +24 -0
- package/src/awd_v2024_05_09/model/WeightUnitOfMeasurement.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/WeightUnitOfMeasurement.js +2 -2
- package/src/catalogitems_v2022_04_01/ApiClient.d.ts +260 -0
- package/src/catalogitems_v2022_04_01/ApiClient.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/api/CatalogApi.d.ts +116 -0
- package/src/catalogitems_v2022_04_01/api/CatalogApi.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/api/CatalogApi.js +45 -45
- package/src/catalogitems_v2022_04_01/index.d.ts +33 -0
- package/src/catalogitems_v2022_04_01/index.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/BrandRefinement.d.ts +27 -0
- package/src/catalogitems_v2022_04_01/model/BrandRefinement.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/BrandRefinement.js +4 -2
- package/src/catalogitems_v2022_04_01/model/ClassificationRefinement.d.ts +29 -0
- package/src/catalogitems_v2022_04_01/model/ClassificationRefinement.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ClassificationRefinement.js +5 -2
- package/src/catalogitems_v2022_04_01/model/Dimension.d.ts +28 -0
- package/src/catalogitems_v2022_04_01/model/Dimension.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/Dimension.js +4 -2
- package/src/catalogitems_v2022_04_01/model/Dimensions.d.ts +37 -0
- package/src/catalogitems_v2022_04_01/model/Dimensions.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/Dimensions.js +10 -6
- package/src/catalogitems_v2022_04_01/model/Error.d.ts +33 -0
- package/src/catalogitems_v2022_04_01/model/Error.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/Error.js +5 -2
- package/src/catalogitems_v2022_04_01/model/ErrorList.d.ts +26 -0
- package/src/catalogitems_v2022_04_01/model/ErrorList.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ErrorList.js +5 -4
- package/src/catalogitems_v2022_04_01/model/Item.d.ts +96 -0
- package/src/catalogitems_v2022_04_01/model/Item.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/Item.js +24 -13
- package/src/catalogitems_v2022_04_01/model/ItemBrowseClassification.d.ts +32 -0
- package/src/catalogitems_v2022_04_01/model/ItemBrowseClassification.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemBrowseClassification.js +6 -3
- package/src/catalogitems_v2022_04_01/model/ItemBrowseClassificationsByMarketplace.d.ts +32 -0
- package/src/catalogitems_v2022_04_01/model/ItemBrowseClassificationsByMarketplace.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemBrowseClassificationsByMarketplace.js +5 -3
- package/src/catalogitems_v2022_04_01/model/ItemClassificationSalesRank.d.ts +35 -0
- package/src/catalogitems_v2022_04_01/model/ItemClassificationSalesRank.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemClassificationSalesRank.js +6 -2
- package/src/catalogitems_v2022_04_01/model/ItemContributor.d.ts +28 -0
- package/src/catalogitems_v2022_04_01/model/ItemContributor.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemContributor.js +6 -4
- package/src/catalogitems_v2022_04_01/model/ItemContributorRole.d.ts +31 -0
- package/src/catalogitems_v2022_04_01/model/ItemContributorRole.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemContributorRole.js +4 -2
- package/src/catalogitems_v2022_04_01/model/ItemDimensionsByMarketplace.d.ts +36 -0
- package/src/catalogitems_v2022_04_01/model/ItemDimensionsByMarketplace.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemDimensionsByMarketplace.js +7 -4
- package/src/catalogitems_v2022_04_01/model/ItemDisplayGroupSalesRank.d.ts +35 -0
- package/src/catalogitems_v2022_04_01/model/ItemDisplayGroupSalesRank.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemDisplayGroupSalesRank.js +6 -2
- package/src/catalogitems_v2022_04_01/model/ItemIdentifier.d.ts +27 -0
- package/src/catalogitems_v2022_04_01/model/ItemIdentifier.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemIdentifier.js +4 -2
- package/src/catalogitems_v2022_04_01/model/ItemIdentifiersByMarketplace.d.ts +28 -0
- package/src/catalogitems_v2022_04_01/model/ItemIdentifiersByMarketplace.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemIdentifiersByMarketplace.js +6 -4
- package/src/catalogitems_v2022_04_01/model/ItemImage.d.ts +49 -0
- package/src/catalogitems_v2022_04_01/model/ItemImage.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemImage.js +8 -4
- package/src/catalogitems_v2022_04_01/model/ItemImagesByMarketplace.d.ts +28 -0
- package/src/catalogitems_v2022_04_01/model/ItemImagesByMarketplace.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemImagesByMarketplace.js +6 -4
- package/src/catalogitems_v2022_04_01/model/ItemProductTypeByMarketplace.d.ts +28 -0
- package/src/catalogitems_v2022_04_01/model/ItemProductTypeByMarketplace.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemProductTypeByMarketplace.js +4 -2
- package/src/catalogitems_v2022_04_01/model/ItemRelationship.d.ts +53 -0
- package/src/catalogitems_v2022_04_01/model/ItemRelationship.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemRelationship.js +11 -7
- package/src/catalogitems_v2022_04_01/model/ItemRelationshipsByMarketplace.d.ts +28 -0
- package/src/catalogitems_v2022_04_01/model/ItemRelationshipsByMarketplace.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemRelationshipsByMarketplace.js +6 -4
- package/src/catalogitems_v2022_04_01/model/ItemSalesRanksByMarketplace.d.ts +39 -0
- package/src/catalogitems_v2022_04_01/model/ItemSalesRanksByMarketplace.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemSalesRanksByMarketplace.js +7 -4
- package/src/catalogitems_v2022_04_01/model/ItemSearchResults.d.ts +34 -0
- package/src/catalogitems_v2022_04_01/model/ItemSearchResults.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemSearchResults.js +12 -8
- package/src/catalogitems_v2022_04_01/model/ItemSummaryByMarketplace.d.ts +152 -0
- package/src/catalogitems_v2022_04_01/model/ItemSummaryByMarketplace.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemSummaryByMarketplace.js +25 -5
- package/src/catalogitems_v2022_04_01/model/ItemVariationTheme.d.ts +28 -0
- package/src/catalogitems_v2022_04_01/model/ItemVariationTheme.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemVariationTheme.js +5 -3
- package/src/catalogitems_v2022_04_01/model/ItemVendorDetailsByMarketplace.d.ts +84 -0
- package/src/catalogitems_v2022_04_01/model/ItemVendorDetailsByMarketplace.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemVendorDetailsByMarketplace.js +13 -5
- package/src/catalogitems_v2022_04_01/model/ItemVendorDetailsCategory.d.ts +28 -0
- package/src/catalogitems_v2022_04_01/model/ItemVendorDetailsCategory.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/ItemVendorDetailsCategory.js +4 -2
- package/src/catalogitems_v2022_04_01/model/Pagination.d.ts +28 -0
- package/src/catalogitems_v2022_04_01/model/Pagination.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/Pagination.js +4 -2
- package/src/catalogitems_v2022_04_01/model/Refinements.d.ts +29 -0
- package/src/catalogitems_v2022_04_01/model/Refinements.d.ts.map +1 -0
- package/src/catalogitems_v2022_04_01/model/Refinements.js +8 -6
- package/src/customerFeedback_2024_06_01/ApiClient.d.ts +260 -0
- package/src/customerFeedback_2024_06_01/ApiClient.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/ApiClient.js +827 -0
- package/src/customerFeedback_2024_06_01/api/CustomerFeedbackApi.d.ts +137 -0
- package/src/customerFeedback_2024_06_01/api/CustomerFeedbackApi.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/api/CustomerFeedbackApi.js +470 -0
- package/src/customerFeedback_2024_06_01/index.d.ts +43 -0
- package/src/customerFeedback_2024_06_01/index.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/index.js +308 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeAllOccurrence.d.ts +27 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeAllOccurrence.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeAllOccurrence.js +75 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeAllStarRatingImpact.d.ts +27 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeAllStarRatingImpact.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeAllStarRatingImpact.js +75 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeOccurrence.d.ts +25 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeOccurrence.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeOccurrence.js +65 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeResponse.d.ts +27 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeResponse.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeResponse.js +75 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTopics.d.ts +28 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTopics.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTopics.js +75 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTopicsResponse.d.ts +37 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTopicsResponse.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTopicsResponse.js +116 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTrend.d.ts +28 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTrend.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTrend.js +76 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTrendPoint.d.ts +29 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTrendPoint.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTrendPoint.js +75 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTrendsResponse.d.ts +37 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTrendsResponse.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTrendsResponse.js +116 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewSubtopicMetrics.d.ts +25 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewSubtopicMetrics.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewSubtopicMetrics.js +65 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopic.d.ts +41 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopic.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopic.js +92 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopicMetrics.d.ts +28 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopicMetrics.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopicMetrics.js +71 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopics.d.ts +29 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopics.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopics.js +72 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopicsResponse.d.ts +37 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopicsResponse.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopicsResponse.js +115 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrend.d.ts +28 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrend.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrend.js +76 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrendMetrics.d.ts +26 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrendMetrics.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrendMetrics.js +65 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrendPoint.d.ts +29 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrendPoint.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrendPoint.js +75 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrends.d.ts +29 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrends.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrends.js +72 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrendsResponse.d.ts +37 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrendsResponse.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrendsResponse.js +115 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeStarRatingImpact.d.ts +25 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeStarRatingImpact.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeStarRatingImpact.js +65 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeSubtopic.d.ts +34 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeSubtopic.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeSubtopic.js +83 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeTrendMetrics.d.ts +26 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeTrendMetrics.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/BrowseNodeTrendMetrics.js +65 -0
- package/src/customerFeedback_2024_06_01/model/ChildAsinMentionMetrics.d.ts +27 -0
- package/src/customerFeedback_2024_06_01/model/ChildAsinMentionMetrics.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/ChildAsinMentionMetrics.js +75 -0
- package/src/customerFeedback_2024_06_01/model/ChildAsinMetrics.d.ts +27 -0
- package/src/customerFeedback_2024_06_01/model/ChildAsinMetrics.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/ChildAsinMetrics.js +70 -0
- package/src/customerFeedback_2024_06_01/model/DateRange.d.ts +27 -0
- package/src/customerFeedback_2024_06_01/model/DateRange.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/DateRange.js +75 -0
- package/src/customerFeedback_2024_06_01/model/Error.d.ts +33 -0
- package/src/customerFeedback_2024_06_01/model/Error.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/Error.js +83 -0
- package/src/customerFeedback_2024_06_01/model/ErrorList.d.ts +26 -0
- package/src/customerFeedback_2024_06_01/model/ErrorList.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/ErrorList.js +66 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewBrowseNodeMetrics.d.ts +28 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewBrowseNodeMetrics.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewBrowseNodeMetrics.js +71 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewSubtopic.d.ts +34 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewSubtopic.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewSubtopic.js +83 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewSubtopicMetrics.d.ts +27 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewSubtopicMetrics.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewSubtopicMetrics.js +75 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTopic.d.ts +58 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTopic.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTopic.js +115 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTopicMetrics.d.ts +34 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTopicMetrics.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTopicMetrics.js +79 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTopics.d.ts +29 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTopics.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTopics.js +72 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTopicsResponse.d.ts +37 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTopicsResponse.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTopicsResponse.js +115 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTrend.d.ts +28 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTrend.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTrend.js +76 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTrendPoint.d.ts +40 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTrendPoint.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTrendPoint.js +90 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTrends.d.ts +29 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTrends.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTrends.js +72 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTrendsResponse.d.ts +37 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTrendsResponse.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/ItemReviewTrendsResponse.js +115 -0
- package/src/customerFeedback_2024_06_01/model/ReviewTrendMetrics.d.ts +25 -0
- package/src/customerFeedback_2024_06_01/model/ReviewTrendMetrics.d.ts.map +1 -0
- package/src/customerFeedback_2024_06_01/model/ReviewTrendMetrics.js +65 -0
- package/src/datakiosk_v2023_11_15/ApiClient.d.ts +260 -0
- package/src/datakiosk_v2023_11_15/ApiClient.d.ts.map +1 -0
- package/src/datakiosk_v2023_11_15/api/QueriesApi.d.ts +115 -0
- package/src/datakiosk_v2023_11_15/api/QueriesApi.d.ts.map +1 -0
- package/src/datakiosk_v2023_11_15/api/QueriesApi.js +27 -27
- package/src/datakiosk_v2023_11_15/index.d.ts +13 -0
- package/src/datakiosk_v2023_11_15/index.d.ts.map +1 -0
- package/src/datakiosk_v2023_11_15/model/CreateQueryResponse.d.ts +25 -0
- package/src/datakiosk_v2023_11_15/model/CreateQueryResponse.d.ts.map +1 -0
- package/src/datakiosk_v2023_11_15/model/CreateQueryResponse.js +3 -2
- package/src/datakiosk_v2023_11_15/model/CreateQuerySpecification.d.ts +31 -0
- package/src/datakiosk_v2023_11_15/model/CreateQuerySpecification.d.ts.map +1 -0
- package/src/datakiosk_v2023_11_15/model/CreateQuerySpecification.js +4 -2
- package/src/datakiosk_v2023_11_15/model/Error.d.ts +33 -0
- package/src/datakiosk_v2023_11_15/model/Error.d.ts.map +1 -0
- package/src/datakiosk_v2023_11_15/model/Error.js +5 -2
- package/src/datakiosk_v2023_11_15/model/ErrorList.d.ts +26 -0
- package/src/datakiosk_v2023_11_15/model/ErrorList.d.ts.map +1 -0
- package/src/datakiosk_v2023_11_15/model/ErrorList.js +5 -4
- package/src/datakiosk_v2023_11_15/model/GetDocumentResponse.d.ts +27 -0
- package/src/datakiosk_v2023_11_15/model/GetDocumentResponse.d.ts.map +1 -0
- package/src/datakiosk_v2023_11_15/model/GetDocumentResponse.js +4 -2
- package/src/datakiosk_v2023_11_15/model/GetQueriesResponse.d.ts +32 -0
- package/src/datakiosk_v2023_11_15/model/GetQueriesResponse.d.ts.map +1 -0
- package/src/datakiosk_v2023_11_15/model/GetQueriesResponse.js +7 -5
- package/src/datakiosk_v2023_11_15/model/GetQueriesResponsePagination.d.ts +22 -0
- package/src/datakiosk_v2023_11_15/model/GetQueriesResponsePagination.d.ts.map +1 -0
- package/src/datakiosk_v2023_11_15/model/GetQueriesResponsePagination.js +3 -2
- package/src/datakiosk_v2023_11_15/model/Query.d.ts +74 -0
- package/src/datakiosk_v2023_11_15/model/Query.d.ts.map +1 -0
- package/src/datakiosk_v2023_11_15/model/Query.js +14 -5
- package/src/datakiosk_v2023_11_15/model/QueryPagination.d.ts +22 -0
- package/src/datakiosk_v2023_11_15/model/QueryPagination.d.ts.map +1 -0
- package/src/datakiosk_v2023_11_15/model/QueryPagination.js +3 -2
- package/src/easyship_v2022_03_23/ApiClient.d.ts +260 -0
- package/src/easyship_v2022_03_23/ApiClient.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/api/EasyShipApi.d.ts +110 -0
- package/src/easyship_v2022_03_23/api/EasyShipApi.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/api/EasyShipApi.js +25 -25
- package/src/easyship_v2022_03_23/index.d.ts +31 -0
- package/src/easyship_v2022_03_23/index.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/Code.d.ts +69 -0
- package/src/easyship_v2022_03_23/model/Code.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/Code.js +2 -2
- package/src/easyship_v2022_03_23/model/CreateScheduledPackageRequest.d.ts +30 -0
- package/src/easyship_v2022_03_23/model/CreateScheduledPackageRequest.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/CreateScheduledPackageRequest.js +7 -4
- package/src/easyship_v2022_03_23/model/CreateScheduledPackagesRequest.d.ts +31 -0
- package/src/easyship_v2022_03_23/model/CreateScheduledPackagesRequest.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/CreateScheduledPackagesRequest.js +9 -6
- package/src/easyship_v2022_03_23/model/CreateScheduledPackagesResponse.d.ts +36 -0
- package/src/easyship_v2022_03_23/model/CreateScheduledPackagesResponse.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/CreateScheduledPackagesResponse.js +7 -4
- package/src/easyship_v2022_03_23/model/Dimensions.d.ts +46 -0
- package/src/easyship_v2022_03_23/model/Dimensions.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/Dimensions.js +8 -3
- package/src/easyship_v2022_03_23/model/Error.d.ts +33 -0
- package/src/easyship_v2022_03_23/model/Error.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/Error.js +5 -2
- package/src/easyship_v2022_03_23/model/ErrorList.d.ts +26 -0
- package/src/easyship_v2022_03_23/model/ErrorList.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/ErrorList.js +5 -4
- package/src/easyship_v2022_03_23/model/HandoverMethod.d.ts +24 -0
- package/src/easyship_v2022_03_23/model/HandoverMethod.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/HandoverMethod.js +2 -2
- package/src/easyship_v2022_03_23/model/InvoiceData.d.ts +31 -0
- package/src/easyship_v2022_03_23/model/InvoiceData.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/InvoiceData.js +4 -2
- package/src/easyship_v2022_03_23/model/Item.d.ts +28 -0
- package/src/easyship_v2022_03_23/model/Item.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/Item.js +5 -3
- package/src/easyship_v2022_03_23/model/LabelFormat.d.ts +24 -0
- package/src/easyship_v2022_03_23/model/LabelFormat.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/LabelFormat.js +2 -2
- package/src/easyship_v2022_03_23/model/ListHandoverSlotsRequest.d.ts +33 -0
- package/src/easyship_v2022_03_23/model/ListHandoverSlotsRequest.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/ListHandoverSlotsRequest.js +10 -6
- package/src/easyship_v2022_03_23/model/ListHandoverSlotsResponse.d.ts +28 -0
- package/src/easyship_v2022_03_23/model/ListHandoverSlotsResponse.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/ListHandoverSlotsResponse.js +6 -4
- package/src/easyship_v2022_03_23/model/OrderScheduleDetails.d.ts +31 -0
- package/src/easyship_v2022_03_23/model/OrderScheduleDetails.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/OrderScheduleDetails.js +5 -3
- package/src/easyship_v2022_03_23/model/Package.d.ts +66 -0
- package/src/easyship_v2022_03_23/model/Package.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/Package.js +23 -14
- package/src/easyship_v2022_03_23/model/PackageDetails.d.ts +39 -0
- package/src/easyship_v2022_03_23/model/PackageDetails.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/PackageDetails.js +8 -5
- package/src/easyship_v2022_03_23/model/PackageStatus.d.ts +74 -0
- package/src/easyship_v2022_03_23/model/PackageStatus.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/PackageStatus.js +2 -2
- package/src/easyship_v2022_03_23/model/Packages.d.ts +26 -0
- package/src/easyship_v2022_03_23/model/Packages.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/Packages.js +5 -4
- package/src/easyship_v2022_03_23/model/RejectedOrder.d.ts +31 -0
- package/src/easyship_v2022_03_23/model/RejectedOrder.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/RejectedOrder.js +5 -3
- package/src/easyship_v2022_03_23/model/ScheduledPackageId.d.ts +31 -0
- package/src/easyship_v2022_03_23/model/ScheduledPackageId.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/ScheduledPackageId.js +4 -2
- package/src/easyship_v2022_03_23/model/TimeSlot.d.ts +43 -0
- package/src/easyship_v2022_03_23/model/TimeSlot.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/TimeSlot.js +7 -3
- package/src/easyship_v2022_03_23/model/TrackingDetails.d.ts +22 -0
- package/src/easyship_v2022_03_23/model/TrackingDetails.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/TrackingDetails.js +3 -2
- package/src/easyship_v2022_03_23/model/UnitOfLength.d.ts +19 -0
- package/src/easyship_v2022_03_23/model/UnitOfLength.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/UnitOfLength.js +2 -2
- package/src/easyship_v2022_03_23/model/UnitOfWeight.d.ts +24 -0
- package/src/easyship_v2022_03_23/model/UnitOfWeight.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/UnitOfWeight.js +2 -2
- package/src/easyship_v2022_03_23/model/UpdatePackageDetails.d.ts +29 -0
- package/src/easyship_v2022_03_23/model/UpdatePackageDetails.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/UpdatePackageDetails.js +8 -6
- package/src/easyship_v2022_03_23/model/UpdateScheduledPackagesRequest.d.ts +28 -0
- package/src/easyship_v2022_03_23/model/UpdateScheduledPackagesRequest.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/UpdateScheduledPackagesRequest.js +6 -4
- package/src/easyship_v2022_03_23/model/Weight.d.ts +28 -0
- package/src/easyship_v2022_03_23/model/Weight.d.ts.map +1 -0
- package/src/easyship_v2022_03_23/model/Weight.js +5 -3
- package/src/fbaeligibility_v1/ApiClient.d.ts +260 -0
- package/src/fbaeligibility_v1/ApiClient.d.ts.map +1 -0
- package/src/fbaeligibility_v1/api/FbaInboundApi.d.ts +51 -0
- package/src/fbaeligibility_v1/api/FbaInboundApi.d.ts.map +1 -0
- package/src/fbaeligibility_v1/api/FbaInboundApi.js +11 -11
- package/src/fbaeligibility_v1/index.d.ts +7 -0
- package/src/fbaeligibility_v1/index.d.ts.map +1 -0
- package/src/fbaeligibility_v1/model/Error.d.ts +37 -0
- package/src/fbaeligibility_v1/model/Error.d.ts.map +1 -0
- package/src/fbaeligibility_v1/model/Error.js +5 -2
- package/src/fbaeligibility_v1/model/GetItemEligibilityPreviewResponse.d.ts +29 -0
- package/src/fbaeligibility_v1/model/GetItemEligibilityPreviewResponse.d.ts.map +1 -0
- package/src/fbaeligibility_v1/model/GetItemEligibilityPreviewResponse.js +6 -4
- package/src/fbaeligibility_v1/model/ItemEligibilityPreview.d.ts +96 -0
- package/src/fbaeligibility_v1/model/ItemEligibilityPreview.d.ts.map +1 -0
- package/src/fbaeligibility_v1/model/ItemEligibilityPreview.js +10 -5
- package/src/fbainventory_v1/ApiClient.d.ts +260 -0
- package/src/fbainventory_v1/ApiClient.d.ts.map +1 -0
- package/src/fbainventory_v1/api/FbaInventoryApi.d.ts +114 -0
- package/src/fbainventory_v1/api/FbaInventoryApi.d.ts.map +1 -0
- package/src/fbainventory_v1/api/FbaInventoryApi.js +31 -31
- package/src/fbainventory_v1/index.d.ts +21 -0
- package/src/fbainventory_v1/index.d.ts.map +1 -0
- package/src/fbainventory_v1/model/AddInventoryRequest.d.ts +23 -0
- package/src/fbainventory_v1/model/AddInventoryRequest.d.ts.map +1 -0
- package/src/fbainventory_v1/model/AddInventoryRequest.js +4 -3
- package/src/fbainventory_v1/model/AddInventoryResponse.d.ts +23 -0
- package/src/fbainventory_v1/model/AddInventoryResponse.d.ts.map +1 -0
- package/src/fbainventory_v1/model/AddInventoryResponse.js +4 -3
- package/src/fbainventory_v1/model/CreateInventoryItemRequest.d.ts +29 -0
- package/src/fbainventory_v1/model/CreateInventoryItemRequest.d.ts.map +1 -0
- package/src/fbainventory_v1/model/CreateInventoryItemRequest.js +5 -2
- package/src/fbainventory_v1/model/CreateInventoryItemResponse.d.ts +23 -0
- package/src/fbainventory_v1/model/CreateInventoryItemResponse.d.ts.map +1 -0
- package/src/fbainventory_v1/model/CreateInventoryItemResponse.js +4 -3
- package/src/fbainventory_v1/model/DeleteInventoryItemResponse.d.ts +23 -0
- package/src/fbainventory_v1/model/DeleteInventoryItemResponse.d.ts.map +1 -0
- package/src/fbainventory_v1/model/DeleteInventoryItemResponse.js +4 -3
- package/src/fbainventory_v1/model/Error.d.ts +37 -0
- package/src/fbainventory_v1/model/Error.d.ts.map +1 -0
- package/src/fbainventory_v1/model/Error.js +5 -2
- package/src/fbainventory_v1/model/GetInventorySummariesResponse.d.ts +35 -0
- package/src/fbainventory_v1/model/GetInventorySummariesResponse.d.ts.map +1 -0
- package/src/fbainventory_v1/model/GetInventorySummariesResponse.js +8 -5
- package/src/fbainventory_v1/model/GetInventorySummariesResult.d.ts +29 -0
- package/src/fbainventory_v1/model/GetInventorySummariesResult.d.ts.map +1 -0
- package/src/fbainventory_v1/model/GetInventorySummariesResult.js +8 -6
- package/src/fbainventory_v1/model/Granularity.d.ts +28 -0
- package/src/fbainventory_v1/model/Granularity.d.ts.map +1 -0
- package/src/fbainventory_v1/model/Granularity.js +4 -2
- package/src/fbainventory_v1/model/InventoryDetails.d.ts +58 -0
- package/src/fbainventory_v1/model/InventoryDetails.d.ts.map +1 -0
- package/src/fbainventory_v1/model/InventoryDetails.js +12 -5
- package/src/fbainventory_v1/model/InventoryItem.d.ts +29 -0
- package/src/fbainventory_v1/model/InventoryItem.d.ts.map +1 -0
- package/src/fbainventory_v1/model/InventoryItem.js +5 -2
- package/src/fbainventory_v1/model/InventorySummary.d.ts +70 -0
- package/src/fbainventory_v1/model/InventorySummary.d.ts.map +1 -0
- package/src/fbainventory_v1/model/InventorySummary.js +13 -4
- package/src/fbainventory_v1/model/Pagination.d.ts +22 -0
- package/src/fbainventory_v1/model/Pagination.d.ts.map +1 -0
- package/src/fbainventory_v1/model/Pagination.js +3 -2
- package/src/fbainventory_v1/model/ResearchingQuantity.d.ts +29 -0
- package/src/fbainventory_v1/model/ResearchingQuantity.d.ts.map +1 -0
- package/src/fbainventory_v1/model/ResearchingQuantity.js +5 -3
- package/src/fbainventory_v1/model/ResearchingQuantityEntry.d.ts +38 -0
- package/src/fbainventory_v1/model/ResearchingQuantityEntry.d.ts.map +1 -0
- package/src/fbainventory_v1/model/ResearchingQuantityEntry.js +6 -4
- package/src/fbainventory_v1/model/ReservedQuantity.d.ts +40 -0
- package/src/fbainventory_v1/model/ReservedQuantity.d.ts.map +1 -0
- package/src/fbainventory_v1/model/ReservedQuantity.js +6 -2
- package/src/fbainventory_v1/model/UnfulfillableQuantity.d.ts +58 -0
- package/src/fbainventory_v1/model/UnfulfillableQuantity.d.ts.map +1 -0
- package/src/fbainventory_v1/model/UnfulfillableQuantity.js +9 -2
- package/src/feeds_v2021_06_30/ApiClient.d.ts +260 -0
- package/src/feeds_v2021_06_30/ApiClient.d.ts.map +1 -0
- package/src/feeds_v2021_06_30/api/FeedsApi.d.ts +137 -0
- package/src/feeds_v2021_06_30/api/FeedsApi.d.ts.map +1 -0
- package/src/feeds_v2021_06_30/api/FeedsApi.js +41 -41
- package/src/feeds_v2021_06_30/index.d.ts +13 -0
- package/src/feeds_v2021_06_30/index.d.ts.map +1 -0
- package/src/feeds_v2021_06_30/model/CreateFeedDocumentResponse.d.ts +27 -0
- package/src/feeds_v2021_06_30/model/CreateFeedDocumentResponse.d.ts.map +1 -0
- package/src/feeds_v2021_06_30/model/CreateFeedDocumentResponse.js +4 -2
- package/src/feeds_v2021_06_30/model/CreateFeedDocumentSpecification.d.ts +25 -0
- package/src/feeds_v2021_06_30/model/CreateFeedDocumentSpecification.d.ts.map +1 -0
- package/src/feeds_v2021_06_30/model/CreateFeedDocumentSpecification.js +3 -2
- package/src/feeds_v2021_06_30/model/CreateFeedResponse.d.ts +25 -0
- package/src/feeds_v2021_06_30/model/CreateFeedResponse.d.ts.map +1 -0
- package/src/feeds_v2021_06_30/model/CreateFeedResponse.js +3 -2
- package/src/feeds_v2021_06_30/model/CreateFeedSpecification.d.ts +37 -0
- package/src/feeds_v2021_06_30/model/CreateFeedSpecification.d.ts.map +1 -0
- package/src/feeds_v2021_06_30/model/CreateFeedSpecification.js +9 -5
- package/src/feeds_v2021_06_30/model/Error.d.ts +33 -0
- package/src/feeds_v2021_06_30/model/Error.d.ts.map +1 -0
- package/src/feeds_v2021_06_30/model/Error.js +5 -2
- package/src/feeds_v2021_06_30/model/ErrorList.d.ts +26 -0
- package/src/feeds_v2021_06_30/model/ErrorList.d.ts.map +1 -0
- package/src/feeds_v2021_06_30/model/ErrorList.js +5 -4
- package/src/feeds_v2021_06_30/model/Feed.d.ts +68 -0
- package/src/feeds_v2021_06_30/model/Feed.d.ts.map +1 -0
- package/src/feeds_v2021_06_30/model/Feed.js +13 -5
- package/src/feeds_v2021_06_30/model/FeedDocument.d.ts +42 -0
- package/src/feeds_v2021_06_30/model/FeedDocument.d.ts.map +1 -0
- package/src/feeds_v2021_06_30/model/FeedDocument.js +6 -3
- package/src/feeds_v2021_06_30/model/GetFeedsResponse.d.ts +32 -0
- package/src/feeds_v2021_06_30/model/GetFeedsResponse.d.ts.map +1 -0
- package/src/feeds_v2021_06_30/model/GetFeedsResponse.js +6 -4
- package/src/finances_2024_06_19/ApiClient.d.ts +260 -0
- package/src/finances_2024_06_19/ApiClient.d.ts.map +1 -0
- package/src/finances_2024_06_19/api/DefaultApi.d.ts +61 -0
- package/src/finances_2024_06_19/api/DefaultApi.d.ts.map +1 -0
- package/src/finances_2024_06_19/api/DefaultApi.js +15 -15
- package/src/finances_2024_06_19/index.d.ts +23 -0
- package/src/finances_2024_06_19/index.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/AmazonPayContext.d.ts +34 -0
- package/src/finances_2024_06_19/model/AmazonPayContext.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/AmazonPayContext.js +5 -2
- package/src/finances_2024_06_19/model/Breakdown.d.ts +34 -0
- package/src/finances_2024_06_19/model/Breakdown.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/Breakdown.js +7 -4
- package/src/finances_2024_06_19/model/BusinessContext.d.ts +31 -0
- package/src/finances_2024_06_19/model/BusinessContext.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/BusinessContext.js +4 -3
- package/src/finances_2024_06_19/model/Context.d.ts +130 -0
- package/src/finances_2024_06_19/model/Context.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/Context.js +36 -4
- package/src/finances_2024_06_19/model/Currency.d.ts +28 -0
- package/src/finances_2024_06_19/model/Currency.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/Currency.js +4 -2
- package/src/finances_2024_06_19/model/DeferredContext.d.ts +28 -0
- package/src/finances_2024_06_19/model/DeferredContext.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/DeferredContext.js +4 -2
- package/src/finances_2024_06_19/model/Error.d.ts +33 -0
- package/src/finances_2024_06_19/model/Error.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/Error.js +5 -2
- package/src/finances_2024_06_19/model/ErrorList.d.ts +26 -0
- package/src/finances_2024_06_19/model/ErrorList.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/ErrorList.js +5 -4
- package/src/finances_2024_06_19/model/Item.d.ts +49 -0
- package/src/finances_2024_06_19/model/Item.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/Item.js +11 -6
- package/src/finances_2024_06_19/model/ItemRelatedIdentifier.d.ts +40 -0
- package/src/finances_2024_06_19/model/ItemRelatedIdentifier.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/ItemRelatedIdentifier.js +5 -3
- package/src/finances_2024_06_19/model/ListTransactionsResponse.d.ts +22 -0
- package/src/finances_2024_06_19/model/ListTransactionsResponse.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/ListTransactionsResponse.js +4 -3
- package/src/finances_2024_06_19/model/MarketplaceDetails.d.ts +28 -0
- package/src/finances_2024_06_19/model/MarketplaceDetails.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/MarketplaceDetails.js +4 -2
- package/src/finances_2024_06_19/model/PaymentsContext.d.ts +40 -0
- package/src/finances_2024_06_19/model/PaymentsContext.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/PaymentsContext.js +6 -2
- package/src/finances_2024_06_19/model/ProductContext.d.ts +40 -0
- package/src/finances_2024_06_19/model/ProductContext.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/ProductContext.js +6 -2
- package/src/finances_2024_06_19/model/RelatedIdentifier.d.ts +46 -0
- package/src/finances_2024_06_19/model/RelatedIdentifier.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/RelatedIdentifier.js +5 -3
- package/src/finances_2024_06_19/model/SellingPartnerMetadata.d.ts +34 -0
- package/src/finances_2024_06_19/model/SellingPartnerMetadata.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/SellingPartnerMetadata.js +5 -2
- package/src/finances_2024_06_19/model/TimeRangeContext.d.ts +28 -0
- package/src/finances_2024_06_19/model/TimeRangeContext.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/TimeRangeContext.js +4 -2
- package/src/finances_2024_06_19/model/Transaction.d.ts +92 -0
- package/src/finances_2024_06_19/model/Transaction.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/Transaction.js +21 -9
- package/src/finances_2024_06_19/model/TransactionsPayload.d.ts +29 -0
- package/src/finances_2024_06_19/model/TransactionsPayload.d.ts.map +1 -0
- package/src/finances_2024_06_19/model/TransactionsPayload.js +5 -3
- package/src/finances_v0/ApiClient.d.ts +260 -0
- package/src/finances_v0/ApiClient.d.ts.map +1 -0
- package/src/finances_v0/api/DefaultApi.d.ts +146 -0
- package/src/finances_v0/api/DefaultApi.d.ts.map +1 -0
- package/src/finances_v0/api/DefaultApi.js +47 -47
- package/src/finances_v0/index.d.ts +54 -0
- package/src/finances_v0/index.d.ts.map +1 -0
- package/src/finances_v0/model/AdhocDisbursementEvent.d.ts +40 -0
- package/src/finances_v0/model/AdhocDisbursementEvent.d.ts.map +1 -0
- package/src/finances_v0/model/AdhocDisbursementEvent.js +7 -3
- package/src/finances_v0/model/AdjustmentEvent.d.ts +47 -0
- package/src/finances_v0/model/AdjustmentEvent.d.ts.map +1 -0
- package/src/finances_v0/model/AdjustmentEvent.js +9 -4
- package/src/finances_v0/model/AdjustmentItem.d.ts +63 -0
- package/src/finances_v0/model/AdjustmentItem.d.ts.map +1 -0
- package/src/finances_v0/model/AdjustmentItem.js +12 -4
- package/src/finances_v0/model/AffordabilityExpenseEvent.d.ts +64 -0
- package/src/finances_v0/model/AffordabilityExpenseEvent.d.ts.map +1 -0
- package/src/finances_v0/model/AffordabilityExpenseEvent.js +19 -10
- package/src/finances_v0/model/CapacityReservationBillingEvent.d.ts +40 -0
- package/src/finances_v0/model/CapacityReservationBillingEvent.d.ts.map +1 -0
- package/src/finances_v0/model/CapacityReservationBillingEvent.js +7 -3
- package/src/finances_v0/model/ChargeComponent.d.ts +28 -0
- package/src/finances_v0/model/ChargeComponent.d.ts.map +1 -0
- package/src/finances_v0/model/ChargeComponent.js +5 -3
- package/src/finances_v0/model/ChargeInstrument.d.ts +34 -0
- package/src/finances_v0/model/ChargeInstrument.d.ts.map +1 -0
- package/src/finances_v0/model/ChargeInstrument.js +6 -3
- package/src/finances_v0/model/ChargeRefundEvent.d.ts +41 -0
- package/src/finances_v0/model/ChargeRefundEvent.d.ts.map +1 -0
- package/src/finances_v0/model/ChargeRefundEvent.js +7 -3
- package/src/finances_v0/model/ChargeRefundTransaction.d.ts +28 -0
- package/src/finances_v0/model/ChargeRefundTransaction.d.ts.map +1 -0
- package/src/finances_v0/model/ChargeRefundTransaction.js +5 -3
- package/src/finances_v0/model/CouponPaymentEvent.d.ts +64 -0
- package/src/finances_v0/model/CouponPaymentEvent.d.ts.map +1 -0
- package/src/finances_v0/model/CouponPaymentEvent.js +13 -5
- package/src/finances_v0/model/Currency.d.ts +28 -0
- package/src/finances_v0/model/Currency.d.ts.map +1 -0
- package/src/finances_v0/model/Currency.js +4 -2
- package/src/finances_v0/model/DebtRecoveryEvent.d.ts +47 -0
- package/src/finances_v0/model/DebtRecoveryEvent.d.ts.map +1 -0
- package/src/finances_v0/model/DebtRecoveryEvent.js +11 -6
- package/src/finances_v0/model/DebtRecoveryItem.d.ts +39 -0
- package/src/finances_v0/model/DebtRecoveryItem.d.ts.map +1 -0
- package/src/finances_v0/model/DebtRecoveryItem.js +8 -4
- package/src/finances_v0/model/DirectPayment.d.ts +28 -0
- package/src/finances_v0/model/DirectPayment.d.ts.map +1 -0
- package/src/finances_v0/model/DirectPayment.js +5 -3
- package/src/finances_v0/model/Error.d.ts +33 -0
- package/src/finances_v0/model/Error.d.ts.map +1 -0
- package/src/finances_v0/model/Error.js +5 -2
- package/src/finances_v0/model/FBALiquidationEvent.d.ts +39 -0
- package/src/finances_v0/model/FBALiquidationEvent.d.ts.map +1 -0
- package/src/finances_v0/model/FBALiquidationEvent.js +8 -4
- package/src/finances_v0/model/FailedAdhocDisbursementEvent.d.ts +58 -0
- package/src/finances_v0/model/FailedAdhocDisbursementEvent.d.ts.map +1 -0
- package/src/finances_v0/model/FailedAdhocDisbursementEvent.js +10 -3
- package/src/finances_v0/model/FeeComponent.d.ts +28 -0
- package/src/finances_v0/model/FeeComponent.d.ts.map +1 -0
- package/src/finances_v0/model/FeeComponent.js +5 -3
- package/src/finances_v0/model/FinancialEventGroup.d.ts +80 -0
- package/src/finances_v0/model/FinancialEventGroup.d.ts.map +1 -0
- package/src/finances_v0/model/FinancialEventGroup.js +16 -5
- package/src/finances_v0/model/FinancialEvents.d.ts +242 -0
- package/src/finances_v0/model/FinancialEvents.d.ts.map +1 -0
- package/src/finances_v0/model/FinancialEvents.js +68 -35
- package/src/finances_v0/model/ImagingServicesFeeEvent.d.ts +41 -0
- package/src/finances_v0/model/ImagingServicesFeeEvent.d.ts.map +1 -0
- package/src/finances_v0/model/ImagingServicesFeeEvent.js +7 -3
- package/src/finances_v0/model/ListFinancialEventGroupsPayload.d.ts +29 -0
- package/src/finances_v0/model/ListFinancialEventGroupsPayload.d.ts.map +1 -0
- package/src/finances_v0/model/ListFinancialEventGroupsPayload.js +5 -3
- package/src/finances_v0/model/ListFinancialEventGroupsResponse.d.ts +29 -0
- package/src/finances_v0/model/ListFinancialEventGroupsResponse.d.ts.map +1 -0
- package/src/finances_v0/model/ListFinancialEventGroupsResponse.js +6 -4
- package/src/finances_v0/model/ListFinancialEventsPayload.d.ts +28 -0
- package/src/finances_v0/model/ListFinancialEventsPayload.d.ts.map +1 -0
- package/src/finances_v0/model/ListFinancialEventsPayload.js +5 -3
- package/src/finances_v0/model/ListFinancialEventsResponse.d.ts +29 -0
- package/src/finances_v0/model/ListFinancialEventsResponse.d.ts.map +1 -0
- package/src/finances_v0/model/ListFinancialEventsResponse.js +6 -4
- package/src/finances_v0/model/LoanServicingEvent.d.ts +28 -0
- package/src/finances_v0/model/LoanServicingEvent.d.ts.map +1 -0
- package/src/finances_v0/model/LoanServicingEvent.js +5 -3
- package/src/finances_v0/model/NetworkComminglingTransactionEvent.d.ts +63 -0
- package/src/finances_v0/model/NetworkComminglingTransactionEvent.d.ts.map +1 -0
- package/src/finances_v0/model/NetworkComminglingTransactionEvent.js +12 -4
- package/src/finances_v0/model/PayWithAmazonEvent.d.ts +77 -0
- package/src/finances_v0/model/PayWithAmazonEvent.d.ts.map +1 -0
- package/src/finances_v0/model/PayWithAmazonEvent.js +14 -4
- package/src/finances_v0/model/ProductAdsPaymentEvent.d.ts +50 -0
- package/src/finances_v0/model/ProductAdsPaymentEvent.d.ts.map +1 -0
- package/src/finances_v0/model/ProductAdsPaymentEvent.js +11 -5
- package/src/finances_v0/model/Promotion.d.ts +34 -0
- package/src/finances_v0/model/Promotion.d.ts.map +1 -0
- package/src/finances_v0/model/Promotion.js +6 -3
- package/src/finances_v0/model/RemovalShipmentAdjustmentEvent.d.ts +53 -0
- package/src/finances_v0/model/RemovalShipmentAdjustmentEvent.d.ts.map +1 -0
- package/src/finances_v0/model/RemovalShipmentAdjustmentEvent.js +9 -3
- package/src/finances_v0/model/RemovalShipmentEvent.d.ts +53 -0
- package/src/finances_v0/model/RemovalShipmentEvent.d.ts.map +1 -0
- package/src/finances_v0/model/RemovalShipmentEvent.js +9 -3
- package/src/finances_v0/model/RemovalShipmentItem.d.ts +61 -0
- package/src/finances_v0/model/RemovalShipmentItem.d.ts.map +1 -0
- package/src/finances_v0/model/RemovalShipmentItem.js +14 -6
- package/src/finances_v0/model/RemovalShipmentItemAdjustment.d.ts +56 -0
- package/src/finances_v0/model/RemovalShipmentItemAdjustment.d.ts.map +1 -0
- package/src/finances_v0/model/RemovalShipmentItemAdjustment.js +12 -5
- package/src/finances_v0/model/RentalTransactionEvent.d.ts +78 -0
- package/src/finances_v0/model/RentalTransactionEvent.d.ts.map +1 -0
- package/src/finances_v0/model/RentalTransactionEvent.js +17 -7
- package/src/finances_v0/model/RetrochargeEvent.d.ts +58 -0
- package/src/finances_v0/model/RetrochargeEvent.d.ts.map +1 -0
- package/src/finances_v0/model/RetrochargeEvent.js +12 -5
- package/src/finances_v0/model/SAFETReimbursementEvent.d.ts +47 -0
- package/src/finances_v0/model/SAFETReimbursementEvent.d.ts.map +1 -0
- package/src/finances_v0/model/SAFETReimbursementEvent.js +9 -4
- package/src/finances_v0/model/SAFETReimbursementItem.d.ts +35 -0
- package/src/finances_v0/model/SAFETReimbursementItem.d.ts.map +1 -0
- package/src/finances_v0/model/SAFETReimbursementItem.js +6 -3
- package/src/finances_v0/model/SellerDealPaymentEvent.d.ts +62 -0
- package/src/finances_v0/model/SellerDealPaymentEvent.d.ts.map +1 -0
- package/src/finances_v0/model/SellerDealPaymentEvent.js +13 -5
- package/src/finances_v0/model/SellerReviewEnrollmentPaymentEvent.d.ts +52 -0
- package/src/finances_v0/model/SellerReviewEnrollmentPaymentEvent.d.ts.map +1 -0
- package/src/finances_v0/model/SellerReviewEnrollmentPaymentEvent.js +11 -5
- package/src/finances_v0/model/ServiceFeeEvent.d.ts +65 -0
- package/src/finances_v0/model/ServiceFeeEvent.d.ts.map +1 -0
- package/src/finances_v0/model/ServiceFeeEvent.js +11 -3
- package/src/finances_v0/model/ShipmentEvent.d.ts +104 -0
- package/src/finances_v0/model/ShipmentEvent.d.ts.map +1 -0
- package/src/finances_v0/model/ShipmentEvent.js +25 -11
- package/src/finances_v0/model/ShipmentItem.d.ts +97 -0
- package/src/finances_v0/model/ShipmentItem.d.ts.map +1 -0
- package/src/finances_v0/model/ShipmentItem.js +24 -11
- package/src/finances_v0/model/SolutionProviderCreditEvent.d.ts +76 -0
- package/src/finances_v0/model/SolutionProviderCreditEvent.d.ts.map +1 -0
- package/src/finances_v0/model/SolutionProviderCreditEvent.js +13 -3
- package/src/finances_v0/model/TDSReimbursementEvent.d.ts +34 -0
- package/src/finances_v0/model/TDSReimbursementEvent.d.ts.map +1 -0
- package/src/finances_v0/model/TDSReimbursementEvent.js +6 -3
- package/src/finances_v0/model/TaxWithheldComponent.d.ts +29 -0
- package/src/finances_v0/model/TaxWithheldComponent.d.ts.map +1 -0
- package/src/finances_v0/model/TaxWithheldComponent.js +5 -3
- package/src/finances_v0/model/TaxWithholdingEvent.d.ts +39 -0
- package/src/finances_v0/model/TaxWithholdingEvent.d.ts.map +1 -0
- package/src/finances_v0/model/TaxWithholdingEvent.js +9 -5
- package/src/finances_v0/model/TaxWithholdingPeriod.d.ts +28 -0
- package/src/finances_v0/model/TaxWithholdingPeriod.d.ts.map +1 -0
- package/src/finances_v0/model/TaxWithholdingPeriod.js +4 -2
- package/src/finances_v0/model/TrialShipmentEvent.d.ts +47 -0
- package/src/finances_v0/model/TrialShipmentEvent.d.ts.map +1 -0
- package/src/finances_v0/model/TrialShipmentEvent.js +8 -3
- package/src/finances_v0/model/ValueAddedServiceChargeEvent.d.ts +40 -0
- package/src/finances_v0/model/ValueAddedServiceChargeEvent.d.ts.map +1 -0
- package/src/finances_v0/model/ValueAddedServiceChargeEvent.js +7 -3
- package/src/fulfillmentinbound_v0/ApiClient.d.ts +260 -0
- package/src/fulfillmentinbound_v0/ApiClient.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/api/FbaInboundApi.d.ts +197 -0
- package/src/fulfillmentinbound_v0/api/FbaInboundApi.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/api/FbaInboundApi.js +65 -65
- package/src/fulfillmentinbound_v0/index.d.ts +35 -0
- package/src/fulfillmentinbound_v0/index.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/ASINPrepInstructions.d.ts +41 -0
- package/src/fulfillmentinbound_v0/model/ASINPrepInstructions.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/ASINPrepInstructions.js +9 -5
- package/src/fulfillmentinbound_v0/model/Address.d.ts +47 -0
- package/src/fulfillmentinbound_v0/model/Address.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/Address.js +10 -2
- package/src/fulfillmentinbound_v0/model/AmazonPrepFeesDetails.d.ts +28 -0
- package/src/fulfillmentinbound_v0/model/AmazonPrepFeesDetails.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/AmazonPrepFeesDetails.js +6 -4
- package/src/fulfillmentinbound_v0/model/Amount.d.ts +28 -0
- package/src/fulfillmentinbound_v0/model/Amount.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/Amount.js +6 -4
- package/src/fulfillmentinbound_v0/model/BarcodeInstruction.d.ts +29 -0
- package/src/fulfillmentinbound_v0/model/BarcodeInstruction.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/BarcodeInstruction.js +2 -2
- package/src/fulfillmentinbound_v0/model/BillOfLadingDownloadURL.d.ts +22 -0
- package/src/fulfillmentinbound_v0/model/BillOfLadingDownloadURL.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/BillOfLadingDownloadURL.js +3 -2
- package/src/fulfillmentinbound_v0/model/BoxContentsFeeDetails.d.ts +33 -0
- package/src/fulfillmentinbound_v0/model/BoxContentsFeeDetails.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/BoxContentsFeeDetails.js +7 -4
- package/src/fulfillmentinbound_v0/model/BoxContentsSource.d.ts +34 -0
- package/src/fulfillmentinbound_v0/model/BoxContentsSource.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/BoxContentsSource.js +2 -2
- package/src/fulfillmentinbound_v0/model/CurrencyCode.d.ts +24 -0
- package/src/fulfillmentinbound_v0/model/CurrencyCode.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/CurrencyCode.js +2 -2
- package/src/fulfillmentinbound_v0/model/Error.d.ts +33 -0
- package/src/fulfillmentinbound_v0/model/Error.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/Error.js +5 -2
- package/src/fulfillmentinbound_v0/model/ErrorReason.d.ts +24 -0
- package/src/fulfillmentinbound_v0/model/ErrorReason.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/ErrorReason.js +2 -2
- package/src/fulfillmentinbound_v0/model/GetBillOfLadingResponse.d.ts +29 -0
- package/src/fulfillmentinbound_v0/model/GetBillOfLadingResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/GetBillOfLadingResponse.js +6 -4
- package/src/fulfillmentinbound_v0/model/GetLabelsResponse.d.ts +29 -0
- package/src/fulfillmentinbound_v0/model/GetLabelsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/GetLabelsResponse.js +6 -4
- package/src/fulfillmentinbound_v0/model/GetPrepInstructionsResponse.d.ts +29 -0
- package/src/fulfillmentinbound_v0/model/GetPrepInstructionsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/GetPrepInstructionsResponse.js +6 -4
- package/src/fulfillmentinbound_v0/model/GetPrepInstructionsResult.d.ts +44 -0
- package/src/fulfillmentinbound_v0/model/GetPrepInstructionsResult.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/GetPrepInstructionsResult.js +10 -6
- package/src/fulfillmentinbound_v0/model/GetShipmentItemsResponse.d.ts +29 -0
- package/src/fulfillmentinbound_v0/model/GetShipmentItemsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/GetShipmentItemsResponse.js +6 -4
- package/src/fulfillmentinbound_v0/model/GetShipmentItemsResult.d.ts +29 -0
- package/src/fulfillmentinbound_v0/model/GetShipmentItemsResult.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/GetShipmentItemsResult.js +5 -3
- package/src/fulfillmentinbound_v0/model/GetShipmentsResponse.d.ts +29 -0
- package/src/fulfillmentinbound_v0/model/GetShipmentsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/GetShipmentsResponse.js +6 -4
- package/src/fulfillmentinbound_v0/model/GetShipmentsResult.d.ts +29 -0
- package/src/fulfillmentinbound_v0/model/GetShipmentsResult.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/GetShipmentsResult.js +5 -3
- package/src/fulfillmentinbound_v0/model/InboundShipmentInfo.d.ts +76 -0
- package/src/fulfillmentinbound_v0/model/InboundShipmentInfo.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/InboundShipmentInfo.js +18 -8
- package/src/fulfillmentinbound_v0/model/InboundShipmentItem.d.ts +64 -0
- package/src/fulfillmentinbound_v0/model/InboundShipmentItem.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/InboundShipmentItem.js +11 -3
- package/src/fulfillmentinbound_v0/model/InvalidASIN.d.ts +28 -0
- package/src/fulfillmentinbound_v0/model/InvalidASIN.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/InvalidASIN.js +5 -3
- package/src/fulfillmentinbound_v0/model/InvalidSKU.d.ts +28 -0
- package/src/fulfillmentinbound_v0/model/InvalidSKU.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/InvalidSKU.js +5 -3
- package/src/fulfillmentinbound_v0/model/LabelDownloadURL.d.ts +22 -0
- package/src/fulfillmentinbound_v0/model/LabelDownloadURL.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/LabelDownloadURL.js +3 -2
- package/src/fulfillmentinbound_v0/model/LabelPrepType.d.ts +29 -0
- package/src/fulfillmentinbound_v0/model/LabelPrepType.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/LabelPrepType.js +2 -2
- package/src/fulfillmentinbound_v0/model/PrepDetails.d.ts +29 -0
- package/src/fulfillmentinbound_v0/model/PrepDetails.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/PrepDetails.js +8 -6
- package/src/fulfillmentinbound_v0/model/PrepGuidance.d.ts +29 -0
- package/src/fulfillmentinbound_v0/model/PrepGuidance.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/PrepGuidance.js +2 -2
- package/src/fulfillmentinbound_v0/model/PrepInstruction.d.ts +94 -0
- package/src/fulfillmentinbound_v0/model/PrepInstruction.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/PrepInstruction.js +2 -2
- package/src/fulfillmentinbound_v0/model/PrepOwner.d.ts +24 -0
- package/src/fulfillmentinbound_v0/model/PrepOwner.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/PrepOwner.js +2 -2
- package/src/fulfillmentinbound_v0/model/SKUPrepInstructions.d.ts +54 -0
- package/src/fulfillmentinbound_v0/model/SKUPrepInstructions.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/SKUPrepInstructions.js +12 -6
- package/src/fulfillmentinbound_v0/model/ShipmentStatus.d.ts +64 -0
- package/src/fulfillmentinbound_v0/model/ShipmentStatus.d.ts.map +1 -0
- package/src/fulfillmentinbound_v0/model/ShipmentStatus.js +2 -2
- package/src/fulfillmentinbound_v2024_03_20/ApiClient.d.ts +260 -0
- package/src/fulfillmentinbound_v2024_03_20/ApiClient.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/api/FbaInboundApi.d.ts +927 -0
- package/src/fulfillmentinbound_v2024_03_20/api/FbaInboundApi.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/api/FbaInboundApi.js +305 -241
- package/src/fulfillmentinbound_v2024_03_20/index.d.ts +148 -0
- package/src/fulfillmentinbound_v2024_03_20/index.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/index.js +28 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Address.d.ts +69 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Address.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Address.js +20 -2
- package/src/fulfillmentinbound_v2024_03_20/model/AddressInput.d.ts +65 -0
- package/src/fulfillmentinbound_v2024_03_20/model/AddressInput.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/AddressInput.js +20 -2
- package/src/fulfillmentinbound_v2024_03_20/model/AllOwnersConstraint.d.ts +19 -0
- package/src/fulfillmentinbound_v2024_03_20/model/AllOwnersConstraint.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/AllOwnersConstraint.js +2 -2
- package/src/fulfillmentinbound_v2024_03_20/model/AppointmentSlot.d.ts +28 -0
- package/src/fulfillmentinbound_v2024_03_20/model/AppointmentSlot.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/AppointmentSlot.js +6 -4
- package/src/fulfillmentinbound_v2024_03_20/model/AppointmentSlotTime.d.ts +27 -0
- package/src/fulfillmentinbound_v2024_03_20/model/AppointmentSlotTime.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/AppointmentSlotTime.js +4 -2
- package/src/fulfillmentinbound_v2024_03_20/model/Box.d.ts +86 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Box.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Box.js +18 -7
- package/src/fulfillmentinbound_v2024_03_20/model/BoxContentInformationSource.d.ts +29 -0
- package/src/fulfillmentinbound_v2024_03_20/model/BoxContentInformationSource.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/BoxContentInformationSource.js +2 -2
- package/src/fulfillmentinbound_v2024_03_20/model/BoxIdentifierInput.d.ts +34 -0
- package/src/fulfillmentinbound_v2024_03_20/model/BoxIdentifierInput.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/BoxIdentifierInput.js +83 -0
- package/src/fulfillmentinbound_v2024_03_20/model/BoxIdentifierType.d.ts +24 -0
- package/src/fulfillmentinbound_v2024_03_20/model/BoxIdentifierType.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/BoxIdentifierType.js +42 -0
- package/src/fulfillmentinbound_v2024_03_20/model/BoxInput.d.ts +41 -0
- package/src/fulfillmentinbound_v2024_03_20/model/BoxInput.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/BoxInput.js +14 -9
- package/src/fulfillmentinbound_v2024_03_20/model/BoxRequirements.d.ts +26 -0
- package/src/fulfillmentinbound_v2024_03_20/model/BoxRequirements.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/BoxRequirements.js +5 -4
- package/src/fulfillmentinbound_v2024_03_20/model/BoxUpdateInput.d.ts +47 -0
- package/src/fulfillmentinbound_v2024_03_20/model/BoxUpdateInput.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/BoxUpdateInput.js +15 -9
- package/src/fulfillmentinbound_v2024_03_20/model/CancelInboundPlanResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/CancelInboundPlanResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/CancelInboundPlanResponse.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentRequest.d.ts +22 -0
- package/src/fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentRequest.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentRequest.js +4 -3
- package/src/fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentResponse.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/Carrier.d.ts +28 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Carrier.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Carrier.js +4 -2
- package/src/fulfillmentinbound_v2024_03_20/model/CarrierAppointment.d.ts +27 -0
- package/src/fulfillmentinbound_v2024_03_20/model/CarrierAppointment.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/CarrierAppointment.js +4 -2
- package/src/fulfillmentinbound_v2024_03_20/model/ComplianceDetail.d.ts +40 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ComplianceDetail.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ComplianceDetail.js +7 -3
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmDeliveryWindowOptionsResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmDeliveryWindowOptionsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmDeliveryWindowOptionsResponse.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmPackingOptionResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmPackingOptionResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmPackingOptionResponse.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmPlacementOptionResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmPlacementOptionResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmPlacementOptionResponse.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmShipmentContentUpdatePreviewResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmShipmentContentUpdatePreviewResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmShipmentContentUpdatePreviewResponse.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsRequest.d.ts +26 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsRequest.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsRequest.js +5 -4
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsResponse.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/ContactInformation.d.ts +33 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ContactInformation.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ContactInformation.js +5 -2
- package/src/fulfillmentinbound_v2024_03_20/model/ContentUpdatePreview.d.ts +33 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ContentUpdatePreview.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ContentUpdatePreview.js +10 -6
- package/src/fulfillmentinbound_v2024_03_20/model/CreateInboundPlanRequest.d.ts +37 -0
- package/src/fulfillmentinbound_v2024_03_20/model/CreateInboundPlanRequest.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/CreateInboundPlanRequest.js +12 -8
- package/src/fulfillmentinbound_v2024_03_20/model/CreateInboundPlanResponse.d.ts +27 -0
- package/src/fulfillmentinbound_v2024_03_20/model/CreateInboundPlanResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/CreateInboundPlanResponse.js +4 -2
- package/src/fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsRequest.d.ts +56 -0
- package/src/fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsRequest.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsRequest.js +14 -7
- package/src/fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsResponse.d.ts +26 -0
- package/src/fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsResponse.js +5 -4
- package/src/fulfillmentinbound_v2024_03_20/model/Currency.d.ts +27 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Currency.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Currency.js +4 -2
- package/src/fulfillmentinbound_v2024_03_20/model/CustomPlacementInput.d.ts +28 -0
- package/src/fulfillmentinbound_v2024_03_20/model/CustomPlacementInput.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/CustomPlacementInput.js +6 -4
- package/src/fulfillmentinbound_v2024_03_20/model/Dates.d.ts +22 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Dates.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Dates.js +4 -3
- package/src/fulfillmentinbound_v2024_03_20/model/DeliveryWindowOption.d.ts +33 -0
- package/src/fulfillmentinbound_v2024_03_20/model/DeliveryWindowOption.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/DeliveryWindowOption.js +7 -2
- package/src/fulfillmentinbound_v2024_03_20/model/Dimensions.d.ts +32 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Dimensions.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Dimensions.js +8 -4
- package/src/fulfillmentinbound_v2024_03_20/model/DocumentDownload.d.ts +33 -0
- package/src/fulfillmentinbound_v2024_03_20/model/DocumentDownload.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/DocumentDownload.js +5 -2
- package/src/fulfillmentinbound_v2024_03_20/model/Error.d.ts +33 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Error.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Error.js +5 -2
- package/src/fulfillmentinbound_v2024_03_20/model/ErrorList.d.ts +26 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ErrorList.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ErrorList.js +5 -4
- package/src/fulfillmentinbound_v2024_03_20/model/FreightInformation.d.ts +28 -0
- package/src/fulfillmentinbound_v2024_03_20/model/FreightInformation.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/FreightInformation.js +6 -4
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateDeliveryWindowOptionsResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateDeliveryWindowOptionsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateDeliveryWindowOptionsResponse.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/GeneratePackingOptionsResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GeneratePackingOptionsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GeneratePackingOptionsResponse.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsRequest.d.ts +23 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsRequest.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsRequest.js +4 -3
- package/src/fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsResponse.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsRequest.d.ts +28 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsRequest.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsRequest.js +4 -2
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsResponse.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsRequest.d.ts +29 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsRequest.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsRequest.js +8 -6
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsResponse.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsRequest.d.ts +28 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsRequest.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsRequest.js +6 -4
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsResponse.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/GetDeliveryChallanDocumentResponse.d.ts +26 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GetDeliveryChallanDocumentResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GetDeliveryChallanDocumentResponse.js +5 -4
- package/src/fulfillmentinbound_v2024_03_20/model/GetSelfShipAppointmentSlotsResponse.d.ts +32 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GetSelfShipAppointmentSlotsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/GetSelfShipAppointmentSlotsResponse.js +7 -5
- package/src/fulfillmentinbound_v2024_03_20/model/InboundOperationStatus.d.ts +33 -0
- package/src/fulfillmentinbound_v2024_03_20/model/InboundOperationStatus.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/InboundOperationStatus.js +10 -6
- package/src/fulfillmentinbound_v2024_03_20/model/InboundPlan.d.ts +59 -0
- package/src/fulfillmentinbound_v2024_03_20/model/InboundPlan.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/InboundPlan.js +19 -9
- package/src/fulfillmentinbound_v2024_03_20/model/InboundPlanSummary.d.ts +38 -0
- package/src/fulfillmentinbound_v2024_03_20/model/InboundPlanSummary.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/InboundPlanSummary.js +13 -6
- package/src/fulfillmentinbound_v2024_03_20/model/Incentive.d.ts +32 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Incentive.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Incentive.js +8 -4
- package/src/fulfillmentinbound_v2024_03_20/model/Item.d.ts +48 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Item.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Item.js +14 -6
- package/src/fulfillmentinbound_v2024_03_20/model/ItemInput.d.ts +45 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ItemInput.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ItemInput.js +12 -6
- package/src/fulfillmentinbound_v2024_03_20/model/ItemLabelPageType.d.ts +69 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ItemLabelPageType.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ItemLabelPageType.js +2 -2
- package/src/fulfillmentinbound_v2024_03_20/model/LabelOwner.d.ts +29 -0
- package/src/fulfillmentinbound_v2024_03_20/model/LabelOwner.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/LabelOwner.js +2 -2
- package/src/fulfillmentinbound_v2024_03_20/model/LabelPrintType.d.ts +24 -0
- package/src/fulfillmentinbound_v2024_03_20/model/LabelPrintType.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/LabelPrintType.js +2 -2
- package/src/fulfillmentinbound_v2024_03_20/model/ListDeliveryWindowOptionsResponse.d.ts +32 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListDeliveryWindowOptionsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListDeliveryWindowOptionsResponse.js +7 -5
- package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanBoxesResponse.d.ts +32 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanBoxesResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanBoxesResponse.js +7 -5
- package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanItemsResponse.d.ts +32 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanItemsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanItemsResponse.js +7 -5
- package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanPalletsResponse.d.ts +32 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanPalletsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanPalletsResponse.js +7 -5
- package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlansResponse.d.ts +29 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlansResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlansResponse.js +6 -4
- package/src/fulfillmentinbound_v2024_03_20/model/ListItemComplianceDetailsResponse.d.ts +23 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListItemComplianceDetailsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListItemComplianceDetailsResponse.js +4 -3
- package/src/fulfillmentinbound_v2024_03_20/model/ListPackingGroupBoxesResponse.d.ts +32 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListPackingGroupBoxesResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListPackingGroupBoxesResponse.js +7 -5
- package/src/fulfillmentinbound_v2024_03_20/model/ListPackingGroupItemsResponse.d.ts +32 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListPackingGroupItemsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListPackingGroupItemsResponse.js +7 -5
- package/src/fulfillmentinbound_v2024_03_20/model/ListPackingOptionsResponse.d.ts +32 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListPackingOptionsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListPackingOptionsResponse.js +7 -5
- package/src/fulfillmentinbound_v2024_03_20/model/ListPlacementOptionsResponse.d.ts +32 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListPlacementOptionsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListPlacementOptionsResponse.js +7 -5
- package/src/fulfillmentinbound_v2024_03_20/model/ListPrepDetailsResponse.d.ts +26 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListPrepDetailsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListPrepDetailsResponse.js +5 -4
- package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentBoxesResponse.d.ts +32 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentBoxesResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentBoxesResponse.js +7 -5
- package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentContentUpdatePreviewsResponse.d.ts +32 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentContentUpdatePreviewsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentContentUpdatePreviewsResponse.js +7 -5
- package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentItemsResponse.d.ts +32 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentItemsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentItemsResponse.js +7 -5
- package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentPalletsResponse.d.ts +32 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentPalletsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentPalletsResponse.js +7 -5
- package/src/fulfillmentinbound_v2024_03_20/model/ListTransportationOptionsResponse.d.ts +32 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListTransportationOptionsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ListTransportationOptionsResponse.js +7 -5
- package/src/fulfillmentinbound_v2024_03_20/model/LtlTrackingDetail.d.ts +28 -0
- package/src/fulfillmentinbound_v2024_03_20/model/LtlTrackingDetail.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/LtlTrackingDetail.js +5 -3
- package/src/fulfillmentinbound_v2024_03_20/model/LtlTrackingDetailInput.d.ts +31 -0
- package/src/fulfillmentinbound_v2024_03_20/model/LtlTrackingDetailInput.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/LtlTrackingDetailInput.js +6 -4
- package/src/fulfillmentinbound_v2024_03_20/model/MskuPrepDetail.d.ts +48 -0
- package/src/fulfillmentinbound_v2024_03_20/model/MskuPrepDetail.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/MskuPrepDetail.js +15 -9
- package/src/fulfillmentinbound_v2024_03_20/model/MskuPrepDetailInput.d.ts +31 -0
- package/src/fulfillmentinbound_v2024_03_20/model/MskuPrepDetailInput.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/MskuPrepDetailInput.js +9 -6
- package/src/fulfillmentinbound_v2024_03_20/model/MskuQuantity.d.ts +27 -0
- package/src/fulfillmentinbound_v2024_03_20/model/MskuQuantity.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/MskuQuantity.js +4 -2
- package/src/fulfillmentinbound_v2024_03_20/model/OperationProblem.d.ts +35 -0
- package/src/fulfillmentinbound_v2024_03_20/model/OperationProblem.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/OperationProblem.js +6 -2
- package/src/fulfillmentinbound_v2024_03_20/model/OperationStatus.d.ts +29 -0
- package/src/fulfillmentinbound_v2024_03_20/model/OperationStatus.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/OperationStatus.js +2 -2
- package/src/fulfillmentinbound_v2024_03_20/model/OwnerConstraint.d.ts +29 -0
- package/src/fulfillmentinbound_v2024_03_20/model/OwnerConstraint.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/OwnerConstraint.js +2 -2
- package/src/fulfillmentinbound_v2024_03_20/model/PackageGroupingInput.d.ts +38 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PackageGroupingInput.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PackageGroupingInput.js +7 -4
- package/src/fulfillmentinbound_v2024_03_20/model/PackingConfiguration.d.ts +36 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PackingConfiguration.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PackingConfiguration.js +8 -5
- package/src/fulfillmentinbound_v2024_03_20/model/PackingOption.d.ts +46 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PackingOption.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PackingOption.js +20 -12
- package/src/fulfillmentinbound_v2024_03_20/model/PackingOptionSummary.d.ts +27 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PackingOptionSummary.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PackingOptionSummary.js +4 -2
- package/src/fulfillmentinbound_v2024_03_20/model/Pagination.d.ts +22 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Pagination.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Pagination.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/Pallet.d.ts +49 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Pallet.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Pallet.js +10 -5
- package/src/fulfillmentinbound_v2024_03_20/model/PalletInput.d.ts +43 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PalletInput.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PalletInput.js +9 -5
- package/src/fulfillmentinbound_v2024_03_20/model/PlacementOption.d.ts +40 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PlacementOption.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PlacementOption.js +14 -8
- package/src/fulfillmentinbound_v2024_03_20/model/PlacementOptionSummary.d.ts +27 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PlacementOptionSummary.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PlacementOptionSummary.js +4 -2
- package/src/fulfillmentinbound_v2024_03_20/model/PrepCategory.d.ts +84 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PrepCategory.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PrepCategory.js +2 -2
- package/src/fulfillmentinbound_v2024_03_20/model/PrepInstruction.d.ts +34 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PrepInstruction.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PrepInstruction.js +6 -3
- package/src/fulfillmentinbound_v2024_03_20/model/PrepOwner.d.ts +29 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PrepOwner.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PrepOwner.js +2 -2
- package/src/fulfillmentinbound_v2024_03_20/model/PrepType.d.ts +94 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PrepType.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/PrepType.js +2 -2
- package/src/fulfillmentinbound_v2024_03_20/model/Quote.d.ts +38 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Quote.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Quote.js +7 -4
- package/src/fulfillmentinbound_v2024_03_20/model/ReasonComment.d.ts +59 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ReasonComment.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ReasonComment.js +2 -2
- package/src/fulfillmentinbound_v2024_03_20/model/Region.d.ts +34 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Region.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Region.js +5 -2
- package/src/fulfillmentinbound_v2024_03_20/model/RequestedUpdates.d.ts +30 -0
- package/src/fulfillmentinbound_v2024_03_20/model/RequestedUpdates.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/RequestedUpdates.js +6 -4
- package/src/fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentRequest.d.ts +22 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentRequest.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentRequest.js +4 -3
- package/src/fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentResponse.d.ts +26 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentResponse.js +5 -4
- package/src/fulfillmentinbound_v2024_03_20/model/SelectedDeliveryWindow.d.ts +37 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SelectedDeliveryWindow.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SelectedDeliveryWindow.js +7 -2
- package/src/fulfillmentinbound_v2024_03_20/model/SelfShipAppointmentDetails.d.ts +34 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SelfShipAppointmentDetails.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SelfShipAppointmentDetails.js +6 -3
- package/src/fulfillmentinbound_v2024_03_20/model/SelfShipAppointmentSlotsAvailability.d.ts +29 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SelfShipAppointmentSlotsAvailability.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SelfShipAppointmentSlotsAvailability.js +5 -3
- package/src/fulfillmentinbound_v2024_03_20/model/SetPackingInformationRequest.d.ts +26 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SetPackingInformationRequest.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SetPackingInformationRequest.js +5 -4
- package/src/fulfillmentinbound_v2024_03_20/model/SetPackingInformationResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SetPackingInformationResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SetPackingInformationResponse.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/SetPrepDetailsRequest.d.ts +28 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SetPrepDetailsRequest.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SetPrepDetailsRequest.js +6 -4
- package/src/fulfillmentinbound_v2024_03_20/model/SetPrepDetailsResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SetPrepDetailsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SetPrepDetailsResponse.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/Shipment.d.ts +100 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Shipment.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Shipment.js +27 -12
- package/src/fulfillmentinbound_v2024_03_20/model/ShipmentDestination.d.ts +37 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ShipmentDestination.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ShipmentDestination.js +7 -4
- package/src/fulfillmentinbound_v2024_03_20/model/ShipmentSource.d.ts +31 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ShipmentSource.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ShipmentSource.js +5 -3
- package/src/fulfillmentinbound_v2024_03_20/model/ShipmentSummary.d.ts +27 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ShipmentSummary.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ShipmentSummary.js +4 -2
- package/src/fulfillmentinbound_v2024_03_20/model/ShipmentTransportationConfiguration.d.ts +47 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ShipmentTransportationConfiguration.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ShipmentTransportationConfiguration.js +12 -7
- package/src/fulfillmentinbound_v2024_03_20/model/ShippingConfiguration.d.ts +28 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ShippingConfiguration.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ShippingConfiguration.js +4 -2
- package/src/fulfillmentinbound_v2024_03_20/model/ShippingRequirements.d.ts +27 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ShippingRequirements.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/ShippingRequirements.js +6 -4
- package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingDetail.d.ts +23 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingDetail.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingDetail.js +4 -3
- package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingDetailInput.d.ts +26 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingDetailInput.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingDetailInput.js +5 -4
- package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingItem.d.ts +34 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingItem.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingItem.js +6 -3
- package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingItemInput.d.ts +27 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingItemInput.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingItemInput.js +4 -2
- package/src/fulfillmentinbound_v2024_03_20/model/Stackability.d.ts +24 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Stackability.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Stackability.js +2 -2
- package/src/fulfillmentinbound_v2024_03_20/model/TaxDetails.d.ts +35 -0
- package/src/fulfillmentinbound_v2024_03_20/model/TaxDetails.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/TaxDetails.js +7 -4
- package/src/fulfillmentinbound_v2024_03_20/model/TaxRate.d.ts +34 -0
- package/src/fulfillmentinbound_v2024_03_20/model/TaxRate.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/TaxRate.js +5 -2
- package/src/fulfillmentinbound_v2024_03_20/model/TrackingDetails.d.ts +28 -0
- package/src/fulfillmentinbound_v2024_03_20/model/TrackingDetails.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/TrackingDetails.js +6 -4
- package/src/fulfillmentinbound_v2024_03_20/model/TrackingDetailsInput.d.ts +28 -0
- package/src/fulfillmentinbound_v2024_03_20/model/TrackingDetailsInput.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/TrackingDetailsInput.js +6 -4
- package/src/fulfillmentinbound_v2024_03_20/model/TransportationOption.d.ts +48 -0
- package/src/fulfillmentinbound_v2024_03_20/model/TransportationOption.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/TransportationOption.js +16 -8
- package/src/fulfillmentinbound_v2024_03_20/model/TransportationSelection.d.ts +33 -0
- package/src/fulfillmentinbound_v2024_03_20/model/TransportationSelection.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/TransportationSelection.js +6 -3
- package/src/fulfillmentinbound_v2024_03_20/model/UnitOfMeasurement.d.ts +24 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UnitOfMeasurement.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UnitOfMeasurement.js +2 -2
- package/src/fulfillmentinbound_v2024_03_20/model/UnitOfWeight.d.ts +24 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UnitOfWeight.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UnitOfWeight.js +2 -2
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersRequest.d.ts +26 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersRequest.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersRequest.js +66 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersResponse.js +65 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateInboundPlanNameRequest.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateInboundPlanNameRequest.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateInboundPlanNameRequest.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsRequest.d.ts +28 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsRequest.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsRequest.js +6 -4
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsResponse.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentNameRequest.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentNameRequest.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentNameRequest.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressRequest.d.ts +26 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressRequest.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressRequest.js +5 -4
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressResponse.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsRequest.d.ts +26 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsRequest.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsRequest.js +5 -4
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsResponse.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsResponse.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsResponse.js +3 -2
- package/src/fulfillmentinbound_v2024_03_20/model/Weight.d.ts +28 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Weight.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Weight.js +6 -4
- package/src/fulfillmentinbound_v2024_03_20/model/WeightRange.d.ts +30 -0
- package/src/fulfillmentinbound_v2024_03_20/model/WeightRange.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/WeightRange.js +7 -4
- package/src/fulfillmentinbound_v2024_03_20/model/Window.d.ts +33 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Window.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/Window.js +5 -2
- package/src/fulfillmentinbound_v2024_03_20/model/WindowInput.d.ts +25 -0
- package/src/fulfillmentinbound_v2024_03_20/model/WindowInput.d.ts.map +1 -0
- package/src/fulfillmentinbound_v2024_03_20/model/WindowInput.js +3 -2
- package/src/fulfillmentoutbound_v2020_07_01/ApiClient.d.ts +260 -0
- package/src/fulfillmentoutbound_v2020_07_01/ApiClient.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/api/FbaOutboundApi.d.ts +276 -0
- package/src/fulfillmentoutbound_v2020_07_01/api/FbaOutboundApi.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/api/FbaOutboundApi.js +83 -82
- package/src/fulfillmentoutbound_v2020_07_01/index.d.ts +92 -0
- package/src/fulfillmentoutbound_v2020_07_01/index.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/AdditionalLocationInfo.d.ts +144 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/AdditionalLocationInfo.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/AdditionalLocationInfo.js +2 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/Address.d.ts +63 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/Address.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/Address.js +12 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/Amount.d.ts +36 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/Amount.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/Amount.js +6 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/CODSettings.d.ts +46 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CODSettings.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CODSettings.js +11 -6
- package/src/fulfillmentoutbound_v2020_07_01/model/CancelFulfillmentOrderResponse.d.ts +23 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CancelFulfillmentOrderResponse.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CancelFulfillmentOrderResponse.js +4 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderItem.d.ts +63 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderItem.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderItem.js +16 -7
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderRequest.d.ts +102 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderRequest.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderRequest.js +37 -20
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderResponse.d.ts +23 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderResponse.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderResponse.js +4 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnRequest.d.ts +26 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnRequest.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnRequest.js +6 -5
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnResponse.d.ts +29 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnResponse.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnResponse.js +6 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnResult.d.ts +37 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnResult.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnResult.js +9 -6
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateReturnItem.d.ts +37 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateReturnItem.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CreateReturnItem.js +9 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/CurrentStatus.d.ts +104 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CurrentStatus.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/CurrentStatus.js +2 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/DateRange.d.ts +27 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/DateRange.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/DateRange.js +4 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryDocument.d.ts +31 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryDocument.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryDocument.js +4 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryInformation.d.ts +29 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryInformation.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryInformation.js +6 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryMessage.d.ts +28 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryMessage.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryMessage.js +5 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryOffer.d.ts +34 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryOffer.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryOffer.js +7 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryPolicy.d.ts +22 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryPolicy.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryPolicy.js +4 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryPreferences.d.ts +28 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryPreferences.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryPreferences.js +5 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryWindow.d.ts +27 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryWindow.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryWindow.js +4 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/Destination.d.ts +28 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/Destination.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/Destination.js +5 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/DropOffLocation.d.ts +49 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/DropOffLocation.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/DropOffLocation.js +7 -5
- package/src/fulfillmentoutbound_v2020_07_01/model/Error.d.ts +33 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/Error.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/Error.js +5 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/EventCode.d.ts +179 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/EventCode.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/EventCode.js +2 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/Feature.d.ts +33 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/Feature.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/Feature.js +5 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/FeatureSettings.d.ts +38 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FeatureSettings.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FeatureSettings.js +6 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/FeatureSku.d.ts +46 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FeatureSku.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FeatureSku.js +8 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/Fee.d.ts +40 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/Fee.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/Fee.js +8 -6
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentAction.d.ts +24 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentAction.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentAction.js +2 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrder.d.ts +83 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrder.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrder.js +30 -14
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrderItem.d.ts +85 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrderItem.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrderItem.js +19 -5
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrderStatus.d.ts +59 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrderStatus.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrderStatus.js +2 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPolicy.d.ts +29 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPolicy.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPolicy.js +2 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreview.d.ts +78 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreview.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreview.js +22 -11
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreviewItem.d.ts +51 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreviewItem.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreviewItem.js +9 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreviewShipment.d.ts +56 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreviewShipment.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreviewShipment.js +11 -5
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentReturnItemStatus.d.ts +24 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentReturnItemStatus.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentReturnItemStatus.js +2 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipment.d.ts +69 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipment.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipment.js +19 -11
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipmentItem.d.ts +47 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipmentItem.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipmentItem.js +9 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipmentPackage.d.ts +57 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipmentPackage.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipmentPackage.js +18 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersProduct.d.ts +32 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersProduct.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersProduct.js +7 -5
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersRequest.d.ts +29 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersRequest.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersRequest.js +9 -7
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersResponse.d.ts +29 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersResponse.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersResponse.js +7 -5
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersResult.d.ts +23 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersResult.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersResult.js +4 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersTerms.d.ts +29 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersTerms.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersTerms.js +8 -6
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureInventoryResponse.d.ts +29 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureInventoryResponse.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureInventoryResponse.js +6 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureInventoryResult.d.ts +40 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureInventoryResult.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureInventoryResult.js +8 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureSkuResponse.d.ts +29 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureSkuResponse.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureSkuResponse.js +6 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureSkuResult.d.ts +41 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureSkuResult.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureSkuResult.js +10 -5
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeaturesResponse.d.ts +29 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeaturesResponse.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeaturesResponse.js +6 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeaturesResult.d.ts +26 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeaturesResult.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFeaturesResult.js +5 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentOrderResponse.d.ts +29 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentOrderResponse.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentOrderResponse.js +6 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentOrderResult.d.ts +49 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentOrderResult.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentOrderResult.js +19 -13
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewItem.d.ts +35 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewItem.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewItem.js +7 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewRequest.d.ts +61 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewRequest.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewRequest.js +17 -10
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewResponse.d.ts +29 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewResponse.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewResponse.js +6 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewResult.d.ts +23 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewResult.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewResult.js +4 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/GetPackageTrackingDetailsResponse.d.ts +29 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetPackageTrackingDetailsResponse.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/GetPackageTrackingDetailsResponse.js +6 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/InvalidItemReason.d.ts +28 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/InvalidItemReason.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/InvalidItemReason.js +6 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/InvalidItemReasonCode.d.ts +34 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/InvalidItemReasonCode.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/InvalidItemReasonCode.js +2 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/InvalidReturnItem.d.ts +30 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/InvalidReturnItem.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/InvalidReturnItem.js +9 -6
- package/src/fulfillmentoutbound_v2020_07_01/model/ListAllFulfillmentOrdersResponse.d.ts +29 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ListAllFulfillmentOrdersResponse.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ListAllFulfillmentOrdersResponse.js +6 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/ListAllFulfillmentOrdersResult.d.ts +29 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ListAllFulfillmentOrdersResult.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ListAllFulfillmentOrdersResult.js +6 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/ListReturnReasonCodesResponse.d.ts +29 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ListReturnReasonCodesResponse.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ListReturnReasonCodesResponse.js +6 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/ListReturnReasonCodesResult.d.ts +23 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ListReturnReasonCodesResult.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ListReturnReasonCodesResult.js +5 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/LockerDetails.d.ts +28 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/LockerDetails.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/LockerDetails.js +4 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/Money.d.ts +27 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/Money.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/Money.js +4 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/Origin.d.ts +25 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/Origin.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/Origin.js +3 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/PackageTrackingDetails.d.ts +110 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/PackageTrackingDetails.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/PackageTrackingDetails.js +23 -8
- package/src/fulfillmentoutbound_v2020_07_01/model/PaymentInformation.d.ts +29 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/PaymentInformation.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/PaymentInformation.js +5 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/ProductIdentifier.d.ts +25 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ProductIdentifier.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ProductIdentifier.js +3 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/ReasonCodeDetails.d.ts +33 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ReasonCodeDetails.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ReasonCodeDetails.js +6 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/ReturnAuthorization.d.ts +34 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ReturnAuthorization.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ReturnAuthorization.js +11 -6
- package/src/fulfillmentoutbound_v2020_07_01/model/ReturnItem.d.ts +66 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ReturnItem.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ReturnItem.js +18 -7
- package/src/fulfillmentoutbound_v2020_07_01/model/ReturnItemDisposition.d.ts +39 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ReturnItemDisposition.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ReturnItemDisposition.js +2 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/ScheduledDeliveryInfo.d.ts +28 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ScheduledDeliveryInfo.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ScheduledDeliveryInfo.js +6 -4
- package/src/fulfillmentoutbound_v2020_07_01/model/ShippingSpeedCategory.d.ts +34 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ShippingSpeedCategory.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/ShippingSpeedCategory.js +2 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/SubmitFulfillmentOrderStatusUpdateRequest.d.ts +22 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/SubmitFulfillmentOrderStatusUpdateRequest.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/SubmitFulfillmentOrderStatusUpdateRequest.js +4 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/SubmitFulfillmentOrderStatusUpdateResponse.d.ts +23 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/SubmitFulfillmentOrderStatusUpdateResponse.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/SubmitFulfillmentOrderStatusUpdateResponse.js +4 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/TrackingAddress.d.ts +29 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/TrackingAddress.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/TrackingAddress.js +5 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/TrackingEvent.d.ts +33 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/TrackingEvent.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/TrackingEvent.js +10 -6
- package/src/fulfillmentoutbound_v2020_07_01/model/UnfulfillablePreviewItem.d.ts +35 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/UnfulfillablePreviewItem.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/UnfulfillablePreviewItem.js +7 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderItem.d.ts +73 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderItem.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderItem.js +17 -7
- package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderRequest.d.ts +90 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderRequest.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderRequest.js +21 -9
- package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderResponse.d.ts +23 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderResponse.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderResponse.js +4 -3
- package/src/fulfillmentoutbound_v2020_07_01/model/VariablePrecisionAddress.d.ts +63 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/VariablePrecisionAddress.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/VariablePrecisionAddress.js +10 -2
- package/src/fulfillmentoutbound_v2020_07_01/model/Weight.d.ts +39 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/Weight.d.ts.map +1 -0
- package/src/fulfillmentoutbound_v2020_07_01/model/Weight.js +6 -4
- package/src/invoices_v2024_06_19/ApiClient.d.ts +260 -0
- package/src/invoices_v2024_06_19/ApiClient.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/api/InvoicesApi.d.ts +202 -0
- package/src/invoices_v2024_06_19/api/InvoicesApi.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/api/InvoicesApi.js +59 -59
- package/src/invoices_v2024_06_19/index.d.ts +22 -0
- package/src/invoices_v2024_06_19/index.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/AttributeOption.d.ts +28 -0
- package/src/invoices_v2024_06_19/model/AttributeOption.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/AttributeOption.js +4 -2
- package/src/invoices_v2024_06_19/model/Error.d.ts +33 -0
- package/src/invoices_v2024_06_19/model/Error.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/Error.js +5 -2
- package/src/invoices_v2024_06_19/model/ErrorList.d.ts +26 -0
- package/src/invoices_v2024_06_19/model/ErrorList.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/ErrorList.js +5 -4
- package/src/invoices_v2024_06_19/model/Export.d.ts +52 -0
- package/src/invoices_v2024_06_19/model/Export.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/Export.js +10 -4
- package/src/invoices_v2024_06_19/model/ExportInvoicesRequest.d.ts +79 -0
- package/src/invoices_v2024_06_19/model/ExportInvoicesRequest.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/ExportInvoicesRequest.js +15 -5
- package/src/invoices_v2024_06_19/model/ExportInvoicesResponse.d.ts +22 -0
- package/src/invoices_v2024_06_19/model/ExportInvoicesResponse.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/ExportInvoicesResponse.js +3 -2
- package/src/invoices_v2024_06_19/model/ExportStatus.d.ts +34 -0
- package/src/invoices_v2024_06_19/model/ExportStatus.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/ExportStatus.js +2 -2
- package/src/invoices_v2024_06_19/model/FileFormat.d.ts +19 -0
- package/src/invoices_v2024_06_19/model/FileFormat.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/FileFormat.js +2 -2
- package/src/invoices_v2024_06_19/model/GetInvoiceResponse.d.ts +22 -0
- package/src/invoices_v2024_06_19/model/GetInvoiceResponse.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/GetInvoiceResponse.js +4 -3
- package/src/invoices_v2024_06_19/model/GetInvoicesAttributesResponse.d.ts +22 -0
- package/src/invoices_v2024_06_19/model/GetInvoicesAttributesResponse.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/GetInvoicesAttributesResponse.js +4 -3
- package/src/invoices_v2024_06_19/model/GetInvoicesDocumentResponse.d.ts +22 -0
- package/src/invoices_v2024_06_19/model/GetInvoicesDocumentResponse.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/GetInvoicesDocumentResponse.js +4 -3
- package/src/invoices_v2024_06_19/model/GetInvoicesExportResponse.d.ts +22 -0
- package/src/invoices_v2024_06_19/model/GetInvoicesExportResponse.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/GetInvoicesExportResponse.js +4 -3
- package/src/invoices_v2024_06_19/model/GetInvoicesExportsResponse.d.ts +29 -0
- package/src/invoices_v2024_06_19/model/GetInvoicesExportsResponse.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/GetInvoicesExportsResponse.js +5 -3
- package/src/invoices_v2024_06_19/model/GetInvoicesResponse.d.ts +29 -0
- package/src/invoices_v2024_06_19/model/GetInvoicesResponse.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/GetInvoicesResponse.js +5 -3
- package/src/invoices_v2024_06_19/model/Invoice.d.ts +77 -0
- package/src/invoices_v2024_06_19/model/Invoice.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/Invoice.js +13 -3
- package/src/invoices_v2024_06_19/model/InvoicesAttributes.d.ts +41 -0
- package/src/invoices_v2024_06_19/model/InvoicesAttributes.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/InvoicesAttributes.js +10 -6
- package/src/invoices_v2024_06_19/model/InvoicesDocument.d.ts +28 -0
- package/src/invoices_v2024_06_19/model/InvoicesDocument.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/InvoicesDocument.js +4 -2
- package/src/invoices_v2024_06_19/model/TransactionIdentifier.d.ts +28 -0
- package/src/invoices_v2024_06_19/model/TransactionIdentifier.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/TransactionIdentifier.js +4 -2
- package/src/invoicing_v0/ApiClient.d.ts +260 -0
- package/src/invoicing_v0/ApiClient.d.ts.map +1 -0
- package/src/invoicing_v0/ApiClient.js +2 -2
- package/src/invoicing_v0/api/ShipmentInvoiceApi.d.ts +70 -0
- package/src/invoicing_v0/api/ShipmentInvoiceApi.d.ts.map +1 -0
- package/src/invoicing_v0/api/ShipmentInvoiceApi.js +11 -11
- package/src/invoicing_v0/index.d.ts +22 -0
- package/src/invoicing_v0/index.d.ts.map +1 -0
- package/src/invoicing_v0/index.js +14 -0
- package/src/invoicing_v0/model/Address.d.ts +88 -0
- package/src/invoicing_v0/model/Address.d.ts.map +1 -0
- package/src/invoicing_v0/model/Address.js +15 -3
- package/src/invoicing_v0/model/AddressTypeEnum.d.ts +24 -0
- package/src/invoicing_v0/model/AddressTypeEnum.d.ts.map +1 -0
- package/src/invoicing_v0/model/AddressTypeEnum.js +2 -2
- package/src/invoicing_v0/model/BuyerTaxInfo.d.ts +35 -0
- package/src/invoicing_v0/model/BuyerTaxInfo.d.ts.map +1 -0
- package/src/invoicing_v0/model/BuyerTaxInfo.js +6 -3
- package/src/invoicing_v0/model/Error.d.ts +33 -0
- package/src/invoicing_v0/model/Error.d.ts.map +1 -0
- package/src/invoicing_v0/model/Error.js +5 -2
- package/src/invoicing_v0/model/GetInvoiceStatusResponse.d.ts +29 -0
- package/src/invoicing_v0/model/GetInvoiceStatusResponse.d.ts.map +1 -0
- package/src/invoicing_v0/model/GetInvoiceStatusResponse.js +6 -4
- package/src/invoicing_v0/model/GetShipmentDetailsResponse.d.ts +29 -0
- package/src/invoicing_v0/model/GetShipmentDetailsResponse.d.ts.map +1 -0
- package/src/invoicing_v0/model/GetShipmentDetailsResponse.js +6 -4
- package/src/invoicing_v0/model/MarketplaceTaxInfo.d.ts +35 -0
- package/src/invoicing_v0/model/MarketplaceTaxInfo.d.ts.map +1 -0
- package/src/invoicing_v0/model/MarketplaceTaxInfo.js +6 -3
- package/src/invoicing_v0/model/Money.d.ts +28 -0
- package/src/invoicing_v0/model/Money.d.ts.map +1 -0
- package/src/invoicing_v0/model/Money.js +4 -2
- package/src/invoicing_v0/model/PaymentInformation.d.ts +46 -0
- package/src/invoicing_v0/model/PaymentInformation.d.ts.map +1 -0
- package/src/invoicing_v0/model/PaymentInformation.js +95 -0
- package/src/invoicing_v0/model/PaymentMethodEnum.d.ts +44 -0
- package/src/invoicing_v0/model/PaymentMethodEnum.d.ts.map +1 -0
- package/src/invoicing_v0/model/PaymentMethodEnum.js +66 -0
- package/src/invoicing_v0/model/ShipmentDetail.d.ts +108 -0
- package/src/invoicing_v0/model/ShipmentDetail.d.ts.map +1 -0
- package/src/invoicing_v0/model/ShipmentDetail.js +30 -7
- package/src/invoicing_v0/model/ShipmentInvoiceStatus.d.ts +34 -0
- package/src/invoicing_v0/model/ShipmentInvoiceStatus.d.ts.map +1 -0
- package/src/invoicing_v0/model/ShipmentInvoiceStatus.js +2 -2
- package/src/invoicing_v0/model/ShipmentInvoiceStatusInfo.d.ts +28 -0
- package/src/invoicing_v0/model/ShipmentInvoiceStatusInfo.d.ts.map +1 -0
- package/src/invoicing_v0/model/ShipmentInvoiceStatusInfo.js +5 -3
- package/src/invoicing_v0/model/ShipmentInvoiceStatusResponse.d.ts +22 -0
- package/src/invoicing_v0/model/ShipmentInvoiceStatusResponse.d.ts.map +1 -0
- package/src/invoicing_v0/model/ShipmentInvoiceStatusResponse.js +4 -3
- package/src/invoicing_v0/model/ShipmentItem.d.ts +78 -0
- package/src/invoicing_v0/model/ShipmentItem.d.ts.map +1 -0
- package/src/invoicing_v0/model/ShipmentItem.js +19 -8
- package/src/invoicing_v0/model/SubmitInvoiceRequest.d.ts +33 -0
- package/src/invoicing_v0/model/SubmitInvoiceRequest.d.ts.map +1 -0
- package/src/invoicing_v0/model/SubmitInvoiceRequest.js +5 -2
- package/src/invoicing_v0/model/SubmitInvoiceResponse.d.ts +23 -0
- package/src/invoicing_v0/model/SubmitInvoiceResponse.d.ts.map +1 -0
- package/src/invoicing_v0/model/SubmitInvoiceResponse.js +4 -3
- package/src/invoicing_v0/model/TaxClassification.d.ts +28 -0
- package/src/invoicing_v0/model/TaxClassification.d.ts.map +1 -0
- package/src/invoicing_v0/model/TaxClassification.js +4 -2
- package/src/listingsitems_v2021_08_01/ApiClient.d.ts +260 -0
- package/src/listingsitems_v2021_08_01/ApiClient.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/api/ListingsApi.d.ts +239 -0
- package/src/listingsitems_v2021_08_01/api/ListingsApi.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/api/ListingsApi.js +91 -91
- package/src/listingsitems_v2021_08_01/index.d.ts +30 -0
- package/src/listingsitems_v2021_08_01/index.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/Audience.d.ts +28 -0
- package/src/listingsitems_v2021_08_01/model/Audience.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/Audience.js +4 -2
- package/src/listingsitems_v2021_08_01/model/Error.d.ts +33 -0
- package/src/listingsitems_v2021_08_01/model/Error.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/Error.js +5 -2
- package/src/listingsitems_v2021_08_01/model/ErrorList.d.ts +26 -0
- package/src/listingsitems_v2021_08_01/model/ErrorList.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/ErrorList.js +5 -4
- package/src/listingsitems_v2021_08_01/model/FulfillmentAvailability.d.ts +31 -0
- package/src/listingsitems_v2021_08_01/model/FulfillmentAvailability.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/FulfillmentAvailability.js +4 -2
- package/src/listingsitems_v2021_08_01/model/Issue.d.ts +54 -0
- package/src/listingsitems_v2021_08_01/model/Issue.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/Issue.js +14 -8
- package/src/listingsitems_v2021_08_01/model/IssueEnforcementAction.d.ts +25 -0
- package/src/listingsitems_v2021_08_01/model/IssueEnforcementAction.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/IssueEnforcementAction.js +3 -2
- package/src/listingsitems_v2021_08_01/model/IssueEnforcements.d.ts +29 -0
- package/src/listingsitems_v2021_08_01/model/IssueEnforcements.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/IssueEnforcements.js +8 -6
- package/src/listingsitems_v2021_08_01/model/IssueExemption.d.ts +42 -0
- package/src/listingsitems_v2021_08_01/model/IssueExemption.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/IssueExemption.js +6 -4
- package/src/listingsitems_v2021_08_01/model/Item.d.ts +82 -0
- package/src/listingsitems_v2021_08_01/model/Item.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/Item.js +19 -10
- package/src/listingsitems_v2021_08_01/model/ItemIdentifiersByMarketplace.d.ts +28 -0
- package/src/listingsitems_v2021_08_01/model/ItemIdentifiersByMarketplace.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/ItemIdentifiersByMarketplace.js +4 -2
- package/src/listingsitems_v2021_08_01/model/ItemImage.d.ts +29 -0
- package/src/listingsitems_v2021_08_01/model/ItemImage.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/ItemImage.js +5 -2
- package/src/listingsitems_v2021_08_01/model/ItemOfferByMarketplace.d.ts +52 -0
- package/src/listingsitems_v2021_08_01/model/ItemOfferByMarketplace.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/ItemOfferByMarketplace.js +13 -8
- package/src/listingsitems_v2021_08_01/model/ItemProcurement.d.ts +26 -0
- package/src/listingsitems_v2021_08_01/model/ItemProcurement.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/ItemProcurement.js +5 -4
- package/src/listingsitems_v2021_08_01/model/ItemProductTypeByMarketplace.d.ts +27 -0
- package/src/listingsitems_v2021_08_01/model/ItemProductTypeByMarketplace.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/ItemProductTypeByMarketplace.js +4 -2
- package/src/listingsitems_v2021_08_01/model/ItemRelationship.d.ts +53 -0
- package/src/listingsitems_v2021_08_01/model/ItemRelationship.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/ItemRelationship.js +11 -7
- package/src/listingsitems_v2021_08_01/model/ItemRelationshipsByMarketplace.d.ts +28 -0
- package/src/listingsitems_v2021_08_01/model/ItemRelationshipsByMarketplace.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/ItemRelationshipsByMarketplace.js +6 -4
- package/src/listingsitems_v2021_08_01/model/ItemSearchResults.d.ts +34 -0
- package/src/listingsitems_v2021_08_01/model/ItemSearchResults.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/ItemSearchResults.js +8 -5
- package/src/listingsitems_v2021_08_01/model/ItemSummaryByMarketplace.d.ts +92 -0
- package/src/listingsitems_v2021_08_01/model/ItemSummaryByMarketplace.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/ItemSummaryByMarketplace.js +16 -6
- package/src/listingsitems_v2021_08_01/model/ItemVariationTheme.d.ts +27 -0
- package/src/listingsitems_v2021_08_01/model/ItemVariationTheme.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/ItemVariationTheme.js +6 -4
- package/src/listingsitems_v2021_08_01/model/ListingsItemPatchRequest.d.ts +28 -0
- package/src/listingsitems_v2021_08_01/model/ListingsItemPatchRequest.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/ListingsItemPatchRequest.js +6 -4
- package/src/listingsitems_v2021_08_01/model/ListingsItemPutRequest.d.ts +48 -0
- package/src/listingsitems_v2021_08_01/model/ListingsItemPutRequest.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/ListingsItemPutRequest.js +8 -5
- package/src/listingsitems_v2021_08_01/model/ListingsItemSubmissionResponse.d.ts +54 -0
- package/src/listingsitems_v2021_08_01/model/ListingsItemSubmissionResponse.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/ListingsItemSubmissionResponse.js +11 -6
- package/src/listingsitems_v2021_08_01/model/Money.d.ts +27 -0
- package/src/listingsitems_v2021_08_01/model/Money.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/Money.js +4 -2
- package/src/listingsitems_v2021_08_01/model/Pagination.d.ts +28 -0
- package/src/listingsitems_v2021_08_01/model/Pagination.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/Pagination.js +4 -2
- package/src/listingsitems_v2021_08_01/model/PatchOperation.d.ts +48 -0
- package/src/listingsitems_v2021_08_01/model/PatchOperation.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/PatchOperation.js +8 -5
- package/src/listingsitems_v2021_08_01/model/Points.d.ts +25 -0
- package/src/listingsitems_v2021_08_01/model/Points.d.ts.map +1 -0
- package/src/listingsitems_v2021_08_01/model/Points.js +3 -2
- package/src/listingsrestrictions_v2021_08_01/ApiClient.d.ts +260 -0
- package/src/listingsrestrictions_v2021_08_01/ApiClient.d.ts.map +1 -0
- package/src/listingsrestrictions_v2021_08_01/api/ListingsApi.d.ts +57 -0
- package/src/listingsrestrictions_v2021_08_01/api/ListingsApi.d.ts.map +1 -0
- package/src/listingsrestrictions_v2021_08_01/api/ListingsApi.js +13 -13
- package/src/listingsrestrictions_v2021_08_01/index.d.ts +9 -0
- package/src/listingsrestrictions_v2021_08_01/index.d.ts.map +1 -0
- package/src/listingsrestrictions_v2021_08_01/model/Error.d.ts +33 -0
- package/src/listingsrestrictions_v2021_08_01/model/Error.d.ts.map +1 -0
- package/src/listingsrestrictions_v2021_08_01/model/Error.js +5 -2
- package/src/listingsrestrictions_v2021_08_01/model/Link.d.ts +48 -0
- package/src/listingsrestrictions_v2021_08_01/model/Link.d.ts.map +1 -0
- package/src/listingsrestrictions_v2021_08_01/model/Link.js +8 -4
- package/src/listingsrestrictions_v2021_08_01/model/Reason.d.ts +49 -0
- package/src/listingsrestrictions_v2021_08_01/model/Reason.d.ts.map +1 -0
- package/src/listingsrestrictions_v2021_08_01/model/Reason.js +7 -4
- package/src/listingsrestrictions_v2021_08_01/model/Restriction.d.ts +59 -0
- package/src/listingsrestrictions_v2021_08_01/model/Restriction.d.ts.map +1 -0
- package/src/listingsrestrictions_v2021_08_01/model/Restriction.js +7 -4
- package/src/listingsrestrictions_v2021_08_01/model/RestrictionList.d.ts +26 -0
- package/src/listingsrestrictions_v2021_08_01/model/RestrictionList.d.ts.map +1 -0
- package/src/listingsrestrictions_v2021_08_01/model/RestrictionList.js +5 -4
- package/src/merchantfulfillment_v0/ApiClient.d.ts +260 -0
- package/src/merchantfulfillment_v0/ApiClient.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/api/MerchantFulfillmentApi.d.ts +96 -0
- package/src/merchantfulfillment_v0/api/MerchantFulfillmentApi.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/api/MerchantFulfillmentApi.js +19 -19
- package/src/merchantfulfillment_v0/index.d.ts +60 -0
- package/src/merchantfulfillment_v0/index.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/AdditionalInputs.d.ts +28 -0
- package/src/merchantfulfillment_v0/model/AdditionalInputs.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/AdditionalInputs.js +5 -3
- package/src/merchantfulfillment_v0/model/AdditionalSellerInput.d.ts +70 -0
- package/src/merchantfulfillment_v0/model/AdditionalSellerInput.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/AdditionalSellerInput.js +15 -6
- package/src/merchantfulfillment_v0/model/AdditionalSellerInputs.d.ts +28 -0
- package/src/merchantfulfillment_v0/model/AdditionalSellerInputs.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/AdditionalSellerInputs.js +6 -4
- package/src/merchantfulfillment_v0/model/Address.d.ts +61 -0
- package/src/merchantfulfillment_v0/model/Address.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/Address.js +13 -2
- package/src/merchantfulfillment_v0/model/AvailableCarrierWillPickUpOption.d.ts +29 -0
- package/src/merchantfulfillment_v0/model/AvailableCarrierWillPickUpOption.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/AvailableCarrierWillPickUpOption.js +8 -6
- package/src/merchantfulfillment_v0/model/AvailableDeliveryExperienceOption.d.ts +29 -0
- package/src/merchantfulfillment_v0/model/AvailableDeliveryExperienceOption.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/AvailableDeliveryExperienceOption.js +8 -6
- package/src/merchantfulfillment_v0/model/AvailableShippingServiceOptions.d.ts +29 -0
- package/src/merchantfulfillment_v0/model/AvailableShippingServiceOptions.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/AvailableShippingServiceOptions.js +8 -6
- package/src/merchantfulfillment_v0/model/Benefits.d.ts +29 -0
- package/src/merchantfulfillment_v0/model/Benefits.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/Benefits.js +6 -4
- package/src/merchantfulfillment_v0/model/CancelShipmentResponse.d.ts +29 -0
- package/src/merchantfulfillment_v0/model/CancelShipmentResponse.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/CancelShipmentResponse.js +6 -4
- package/src/merchantfulfillment_v0/model/CarrierWillPickUpOption.d.ts +29 -0
- package/src/merchantfulfillment_v0/model/CarrierWillPickUpOption.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/CarrierWillPickUpOption.js +2 -2
- package/src/merchantfulfillment_v0/model/Constraint.d.ts +31 -0
- package/src/merchantfulfillment_v0/model/Constraint.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/Constraint.js +4 -2
- package/src/merchantfulfillment_v0/model/CreateShipmentRequest.d.ts +53 -0
- package/src/merchantfulfillment_v0/model/CreateShipmentRequest.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/CreateShipmentRequest.js +13 -7
- package/src/merchantfulfillment_v0/model/CreateShipmentResponse.d.ts +29 -0
- package/src/merchantfulfillment_v0/model/CreateShipmentResponse.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/CreateShipmentResponse.js +6 -4
- package/src/merchantfulfillment_v0/model/CurrencyAmount.d.ts +27 -0
- package/src/merchantfulfillment_v0/model/CurrencyAmount.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/CurrencyAmount.js +4 -2
- package/src/merchantfulfillment_v0/model/DangerousGoodsDetails.d.ts +70 -0
- package/src/merchantfulfillment_v0/model/DangerousGoodsDetails.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/DangerousGoodsDetails.js +8 -4
- package/src/merchantfulfillment_v0/model/DeliveryExperienceOption.d.ts +39 -0
- package/src/merchantfulfillment_v0/model/DeliveryExperienceOption.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/DeliveryExperienceOption.js +2 -2
- package/src/merchantfulfillment_v0/model/DeliveryExperienceType.d.ts +34 -0
- package/src/merchantfulfillment_v0/model/DeliveryExperienceType.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/DeliveryExperienceType.js +2 -2
- package/src/merchantfulfillment_v0/model/Error.d.ts +33 -0
- package/src/merchantfulfillment_v0/model/Error.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/Error.js +5 -2
- package/src/merchantfulfillment_v0/model/ExcludedBenefit.d.ts +28 -0
- package/src/merchantfulfillment_v0/model/ExcludedBenefit.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/ExcludedBenefit.js +5 -3
- package/src/merchantfulfillment_v0/model/FileContents.d.ts +30 -0
- package/src/merchantfulfillment_v0/model/FileContents.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/FileContents.js +7 -4
- package/src/merchantfulfillment_v0/model/FileType.d.ts +29 -0
- package/src/merchantfulfillment_v0/model/FileType.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/FileType.js +2 -2
- package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsRequest.d.ts +30 -0
- package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsRequest.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsRequest.js +7 -4
- package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsResponse.d.ts +29 -0
- package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsResponse.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsResponse.js +6 -4
- package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsResult.d.ts +30 -0
- package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsResult.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsResult.js +6 -4
- package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesRequest.d.ts +32 -0
- package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesRequest.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesRequest.js +7 -5
- package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesResponse.d.ts +29 -0
- package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesResponse.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesResponse.js +6 -4
- package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesResult.d.ts +47 -0
- package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesResult.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesResult.js +11 -7
- package/src/merchantfulfillment_v0/model/GetShipmentResponse.d.ts +29 -0
- package/src/merchantfulfillment_v0/model/GetShipmentResponse.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/GetShipmentResponse.js +6 -4
- package/src/merchantfulfillment_v0/model/HazmatType.d.ts +24 -0
- package/src/merchantfulfillment_v0/model/HazmatType.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/HazmatType.js +2 -2
- package/src/merchantfulfillment_v0/model/InputTargetType.d.ts +24 -0
- package/src/merchantfulfillment_v0/model/InputTargetType.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/InputTargetType.js +2 -2
- package/src/merchantfulfillment_v0/model/Item.d.ts +70 -0
- package/src/merchantfulfillment_v0/model/Item.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/Item.js +16 -7
- package/src/merchantfulfillment_v0/model/ItemLevelFields.d.ts +28 -0
- package/src/merchantfulfillment_v0/model/ItemLevelFields.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/ItemLevelFields.js +6 -4
- package/src/merchantfulfillment_v0/model/Label.d.ts +47 -0
- package/src/merchantfulfillment_v0/model/Label.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/Label.js +13 -8
- package/src/merchantfulfillment_v0/model/LabelCustomization.d.ts +28 -0
- package/src/merchantfulfillment_v0/model/LabelCustomization.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/LabelCustomization.js +5 -3
- package/src/merchantfulfillment_v0/model/LabelDimensions.d.ts +30 -0
- package/src/merchantfulfillment_v0/model/LabelDimensions.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/LabelDimensions.js +7 -4
- package/src/merchantfulfillment_v0/model/LabelFormat.d.ts +39 -0
- package/src/merchantfulfillment_v0/model/LabelFormat.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/LabelFormat.js +2 -2
- package/src/merchantfulfillment_v0/model/LabelFormatOption.d.ts +28 -0
- package/src/merchantfulfillment_v0/model/LabelFormatOption.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/LabelFormatOption.js +5 -3
- package/src/merchantfulfillment_v0/model/LabelFormatOptionRequest.d.ts +22 -0
- package/src/merchantfulfillment_v0/model/LabelFormatOptionRequest.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/LabelFormatOptionRequest.js +3 -2
- package/src/merchantfulfillment_v0/model/Length.d.ts +28 -0
- package/src/merchantfulfillment_v0/model/Length.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/Length.js +5 -3
- package/src/merchantfulfillment_v0/model/LiquidVolume.d.ts +42 -0
- package/src/merchantfulfillment_v0/model/LiquidVolume.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/LiquidVolume.js +6 -4
- package/src/merchantfulfillment_v0/model/PackageDimensions.d.ts +46 -0
- package/src/merchantfulfillment_v0/model/PackageDimensions.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/PackageDimensions.js +9 -4
- package/src/merchantfulfillment_v0/model/PredefinedPackageDimensions.d.ts +264 -0
- package/src/merchantfulfillment_v0/model/PredefinedPackageDimensions.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/PredefinedPackageDimensions.js +2 -2
- package/src/merchantfulfillment_v0/model/RejectedShippingService.d.ts +37 -0
- package/src/merchantfulfillment_v0/model/RejectedShippingService.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/RejectedShippingService.js +7 -2
- package/src/merchantfulfillment_v0/model/SellerInputDefinition.d.ts +47 -0
- package/src/merchantfulfillment_v0/model/SellerInputDefinition.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/SellerInputDefinition.js +15 -8
- package/src/merchantfulfillment_v0/model/Shipment.d.ts +73 -0
- package/src/merchantfulfillment_v0/model/Shipment.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/Shipment.js +35 -20
- package/src/merchantfulfillment_v0/model/ShipmentRequestDetails.d.ts +64 -0
- package/src/merchantfulfillment_v0/model/ShipmentRequestDetails.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/ShipmentRequestDetails.js +23 -13
- package/src/merchantfulfillment_v0/model/ShipmentStatus.d.ts +34 -0
- package/src/merchantfulfillment_v0/model/ShipmentStatus.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/ShipmentStatus.js +2 -2
- package/src/merchantfulfillment_v0/model/ShippingOfferingFilter.d.ts +40 -0
- package/src/merchantfulfillment_v0/model/ShippingOfferingFilter.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/ShippingOfferingFilter.js +8 -4
- package/src/merchantfulfillment_v0/model/ShippingService.d.ts +79 -0
- package/src/merchantfulfillment_v0/model/ShippingService.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/ShippingService.js +24 -10
- package/src/merchantfulfillment_v0/model/ShippingServiceOptions.d.ts +46 -0
- package/src/merchantfulfillment_v0/model/ShippingServiceOptions.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/ShippingServiceOptions.js +12 -7
- package/src/merchantfulfillment_v0/model/StandardIdForLabel.d.ts +19 -0
- package/src/merchantfulfillment_v0/model/StandardIdForLabel.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/StandardIdForLabel.js +2 -2
- package/src/merchantfulfillment_v0/model/TemporarilyUnavailableCarrier.d.ts +25 -0
- package/src/merchantfulfillment_v0/model/TemporarilyUnavailableCarrier.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/TemporarilyUnavailableCarrier.js +3 -2
- package/src/merchantfulfillment_v0/model/TermsAndConditionsNotAcceptedCarrier.d.ts +25 -0
- package/src/merchantfulfillment_v0/model/TermsAndConditionsNotAcceptedCarrier.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/TermsAndConditionsNotAcceptedCarrier.js +3 -2
- package/src/merchantfulfillment_v0/model/UnitOfLength.d.ts +24 -0
- package/src/merchantfulfillment_v0/model/UnitOfLength.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/UnitOfLength.js +2 -2
- package/src/merchantfulfillment_v0/model/UnitOfWeight.d.ts +24 -0
- package/src/merchantfulfillment_v0/model/UnitOfWeight.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/UnitOfWeight.js +2 -2
- package/src/merchantfulfillment_v0/model/Weight.d.ts +28 -0
- package/src/merchantfulfillment_v0/model/Weight.d.ts.map +1 -0
- package/src/merchantfulfillment_v0/model/Weight.js +6 -4
- package/src/messaging_v1/ApiClient.d.ts +260 -0
- package/src/messaging_v1/ApiClient.d.ts.map +1 -0
- package/src/messaging_v1/api/MessagingApi.d.ts +238 -0
- package/src/messaging_v1/api/MessagingApi.d.ts.map +1 -0
- package/src/messaging_v1/api/MessagingApi.js +71 -127
- package/src/messaging_v1/index.d.ts +38 -0
- package/src/messaging_v1/index.d.ts.map +1 -0
- package/src/messaging_v1/index.js +0 -7
- package/src/messaging_v1/model/Attachment.d.ts +27 -0
- package/src/messaging_v1/model/Attachment.d.ts.map +1 -0
- package/src/messaging_v1/model/Attachment.js +7 -5
- package/src/messaging_v1/model/CreateAmazonMotorsRequest.d.ts +23 -0
- package/src/messaging_v1/model/CreateAmazonMotorsRequest.d.ts.map +1 -0
- package/src/messaging_v1/model/CreateAmazonMotorsRequest.js +4 -3
- package/src/messaging_v1/model/CreateAmazonMotorsResponse.d.ts +23 -0
- package/src/messaging_v1/model/CreateAmazonMotorsResponse.d.ts.map +1 -0
- package/src/messaging_v1/model/CreateAmazonMotorsResponse.js +4 -3
- package/src/messaging_v1/model/CreateConfirmCustomizationDetailsRequest.d.ts +29 -0
- package/src/messaging_v1/model/CreateConfirmCustomizationDetailsRequest.d.ts.map +1 -0
- package/src/messaging_v1/model/CreateConfirmCustomizationDetailsRequest.js +5 -3
- package/src/messaging_v1/model/CreateConfirmCustomizationDetailsResponse.d.ts +23 -0
- package/src/messaging_v1/model/CreateConfirmCustomizationDetailsResponse.d.ts.map +1 -0
- package/src/messaging_v1/model/CreateConfirmCustomizationDetailsResponse.js +4 -3
- package/src/messaging_v1/model/CreateConfirmDeliveryDetailsRequest.d.ts +22 -0
- package/src/messaging_v1/model/CreateConfirmDeliveryDetailsRequest.d.ts.map +1 -0
- package/src/messaging_v1/model/CreateConfirmDeliveryDetailsRequest.js +3 -2
- package/src/messaging_v1/model/CreateConfirmDeliveryDetailsResponse.d.ts +23 -0
- package/src/messaging_v1/model/CreateConfirmDeliveryDetailsResponse.d.ts.map +1 -0
- package/src/messaging_v1/model/CreateConfirmDeliveryDetailsResponse.js +4 -3
- package/src/messaging_v1/model/CreateConfirmOrderDetailsRequest.d.ts +22 -0
- package/src/messaging_v1/model/CreateConfirmOrderDetailsRequest.d.ts.map +1 -0
- package/src/messaging_v1/model/CreateConfirmOrderDetailsRequest.js +3 -2
- package/src/messaging_v1/model/CreateConfirmOrderDetailsResponse.d.ts +23 -0
- package/src/messaging_v1/model/CreateConfirmOrderDetailsResponse.d.ts.map +1 -0
- package/src/messaging_v1/model/CreateConfirmOrderDetailsResponse.js +4 -3
- package/src/messaging_v1/model/CreateConfirmServiceDetailsRequest.d.ts +22 -0
- package/src/messaging_v1/model/CreateConfirmServiceDetailsRequest.d.ts.map +1 -0
- package/src/messaging_v1/model/CreateConfirmServiceDetailsRequest.js +3 -2
- package/src/messaging_v1/model/CreateConfirmServiceDetailsResponse.d.ts +23 -0
- package/src/messaging_v1/model/CreateConfirmServiceDetailsResponse.d.ts.map +1 -0
- package/src/messaging_v1/model/CreateConfirmServiceDetailsResponse.js +4 -3
- package/src/messaging_v1/model/CreateDigitalAccessKeyRequest.d.ts +29 -0
- package/src/messaging_v1/model/CreateDigitalAccessKeyRequest.d.ts.map +1 -0
- package/src/messaging_v1/model/CreateDigitalAccessKeyRequest.js +5 -3
- package/src/messaging_v1/model/CreateDigitalAccessKeyResponse.d.ts +23 -0
- package/src/messaging_v1/model/CreateDigitalAccessKeyResponse.d.ts.map +1 -0
- package/src/messaging_v1/model/CreateDigitalAccessKeyResponse.js +4 -3
- package/src/messaging_v1/model/CreateLegalDisclosureRequest.d.ts +23 -0
- package/src/messaging_v1/model/CreateLegalDisclosureRequest.d.ts.map +1 -0
- package/src/messaging_v1/model/CreateLegalDisclosureRequest.js +4 -3
- package/src/messaging_v1/model/CreateLegalDisclosureResponse.d.ts +23 -0
- package/src/messaging_v1/model/CreateLegalDisclosureResponse.d.ts.map +1 -0
- package/src/messaging_v1/model/CreateLegalDisclosureResponse.js +4 -3
- package/src/messaging_v1/model/CreateUnexpectedProblemRequest.d.ts +22 -0
- package/src/messaging_v1/model/CreateUnexpectedProblemRequest.d.ts.map +1 -0
- package/src/messaging_v1/model/CreateUnexpectedProblemRequest.js +3 -2
- package/src/messaging_v1/model/CreateUnexpectedProblemResponse.d.ts +23 -0
- package/src/messaging_v1/model/CreateUnexpectedProblemResponse.d.ts.map +1 -0
- package/src/messaging_v1/model/CreateUnexpectedProblemResponse.js +4 -3
- package/src/messaging_v1/model/CreateWarrantyRequest.d.ts +35 -0
- package/src/messaging_v1/model/CreateWarrantyRequest.d.ts.map +1 -0
- package/src/messaging_v1/model/CreateWarrantyRequest.js +6 -3
- package/src/messaging_v1/model/CreateWarrantyResponse.d.ts +23 -0
- package/src/messaging_v1/model/CreateWarrantyResponse.d.ts.map +1 -0
- package/src/messaging_v1/model/CreateWarrantyResponse.js +4 -3
- package/src/messaging_v1/model/Error.d.ts +33 -0
- package/src/messaging_v1/model/Error.d.ts.map +1 -0
- package/src/messaging_v1/model/Error.js +5 -2
- package/src/messaging_v1/model/GetAttributesResponse.d.ts +29 -0
- package/src/messaging_v1/model/GetAttributesResponse.d.ts.map +1 -0
- package/src/messaging_v1/model/GetAttributesResponse.js +6 -4
- package/src/messaging_v1/model/GetAttributesResponseBuyer.d.ts +22 -0
- package/src/messaging_v1/model/GetAttributesResponseBuyer.d.ts.map +1 -0
- package/src/messaging_v1/model/GetAttributesResponseBuyer.js +3 -2
- package/src/messaging_v1/model/GetMessagingActionResponse.d.ts +41 -0
- package/src/messaging_v1/model/GetMessagingActionResponse.d.ts.map +1 -0
- package/src/messaging_v1/model/GetMessagingActionResponse.js +10 -6
- package/src/messaging_v1/model/GetMessagingActionResponseEmbedded.d.ts +22 -0
- package/src/messaging_v1/model/GetMessagingActionResponseEmbedded.d.ts.map +1 -0
- package/src/messaging_v1/model/GetMessagingActionResponseEmbedded.js +4 -3
- package/src/messaging_v1/model/GetMessagingActionResponseLinks.d.ts +28 -0
- package/src/messaging_v1/model/GetMessagingActionResponseLinks.d.ts.map +1 -0
- package/src/messaging_v1/model/GetMessagingActionResponseLinks.js +8 -6
- package/src/messaging_v1/model/GetMessagingActionsForOrderResponse.d.ts +35 -0
- package/src/messaging_v1/model/GetMessagingActionsForOrderResponse.d.ts.map +1 -0
- package/src/messaging_v1/model/GetMessagingActionsForOrderResponse.js +8 -5
- package/src/messaging_v1/model/GetMessagingActionsForOrderResponseEmbedded.d.ts +26 -0
- package/src/messaging_v1/model/GetMessagingActionsForOrderResponseEmbedded.d.ts.map +1 -0
- package/src/messaging_v1/model/GetMessagingActionsForOrderResponseEmbedded.js +5 -4
- package/src/messaging_v1/model/GetMessagingActionsForOrderResponseLinks.d.ts +28 -0
- package/src/messaging_v1/model/GetMessagingActionsForOrderResponseLinks.d.ts.map +1 -0
- package/src/messaging_v1/model/GetMessagingActionsForOrderResponseLinks.js +8 -6
- package/src/messaging_v1/model/GetSchemaResponse.d.ts +37 -0
- package/src/messaging_v1/model/GetSchemaResponse.d.ts.map +1 -0
- package/src/messaging_v1/model/GetSchemaResponse.js +8 -5
- package/src/messaging_v1/model/GetSchemaResponseLinks.d.ts +26 -0
- package/src/messaging_v1/model/GetSchemaResponseLinks.d.ts.map +1 -0
- package/src/messaging_v1/model/GetSchemaResponseLinks.js +5 -4
- package/src/messaging_v1/model/InvoiceRequest.d.ts +23 -0
- package/src/messaging_v1/model/InvoiceRequest.d.ts.map +1 -0
- package/src/messaging_v1/model/InvoiceRequest.js +4 -3
- package/src/messaging_v1/model/InvoiceResponse.d.ts +23 -0
- package/src/messaging_v1/model/InvoiceResponse.d.ts.map +1 -0
- package/src/messaging_v1/model/InvoiceResponse.js +4 -3
- package/src/messaging_v1/model/LinkObject.d.ts +31 -0
- package/src/messaging_v1/model/LinkObject.d.ts.map +1 -0
- package/src/messaging_v1/model/LinkObject.js +4 -2
- package/src/messaging_v1/model/MessagingAction.d.ts +25 -0
- package/src/messaging_v1/model/MessagingAction.d.ts.map +1 -0
- package/src/messaging_v1/model/MessagingAction.js +3 -2
- package/src/notifications_v1/ApiClient.d.ts +260 -0
- package/src/notifications_v1/ApiClient.d.ts.map +1 -0
- package/src/notifications_v1/api/NotificationsApi.d.ts +146 -0
- package/src/notifications_v1/api/NotificationsApi.d.ts.map +1 -0
- package/src/notifications_v1/api/NotificationsApi.js +27 -27
- package/src/notifications_v1/index.d.ts +30 -0
- package/src/notifications_v1/index.d.ts.map +1 -0
- package/src/notifications_v1/model/AggregationFilter.d.ts +22 -0
- package/src/notifications_v1/model/AggregationFilter.d.ts.map +1 -0
- package/src/notifications_v1/model/AggregationFilter.js +4 -3
- package/src/notifications_v1/model/AggregationSettings.d.ts +26 -0
- package/src/notifications_v1/model/AggregationSettings.d.ts.map +1 -0
- package/src/notifications_v1/model/AggregationSettings.js +5 -4
- package/src/notifications_v1/model/AggregationTimePeriod.d.ts +24 -0
- package/src/notifications_v1/model/AggregationTimePeriod.d.ts.map +1 -0
- package/src/notifications_v1/model/AggregationTimePeriod.js +2 -2
- package/src/notifications_v1/model/CreateDestinationRequest.d.ts +28 -0
- package/src/notifications_v1/model/CreateDestinationRequest.d.ts.map +1 -0
- package/src/notifications_v1/model/CreateDestinationRequest.js +6 -4
- package/src/notifications_v1/model/CreateDestinationResponse.d.ts +29 -0
- package/src/notifications_v1/model/CreateDestinationResponse.d.ts.map +1 -0
- package/src/notifications_v1/model/CreateDestinationResponse.js +6 -4
- package/src/notifications_v1/model/CreateSubscriptionRequest.d.ts +33 -0
- package/src/notifications_v1/model/CreateSubscriptionRequest.d.ts.map +1 -0
- package/src/notifications_v1/model/CreateSubscriptionRequest.js +6 -3
- package/src/notifications_v1/model/CreateSubscriptionResponse.d.ts +29 -0
- package/src/notifications_v1/model/CreateSubscriptionResponse.d.ts.map +1 -0
- package/src/notifications_v1/model/CreateSubscriptionResponse.js +6 -4
- package/src/notifications_v1/model/DeleteDestinationResponse.d.ts +23 -0
- package/src/notifications_v1/model/DeleteDestinationResponse.d.ts.map +1 -0
- package/src/notifications_v1/model/DeleteDestinationResponse.js +4 -3
- package/src/notifications_v1/model/DeleteSubscriptionByIdResponse.d.ts +23 -0
- package/src/notifications_v1/model/DeleteSubscriptionByIdResponse.d.ts.map +1 -0
- package/src/notifications_v1/model/DeleteSubscriptionByIdResponse.js +4 -3
- package/src/notifications_v1/model/Destination.d.ts +30 -0
- package/src/notifications_v1/model/Destination.d.ts.map +1 -0
- package/src/notifications_v1/model/Destination.js +7 -4
- package/src/notifications_v1/model/DestinationResource.d.ts +28 -0
- package/src/notifications_v1/model/DestinationResource.d.ts.map +1 -0
- package/src/notifications_v1/model/DestinationResource.js +6 -4
- package/src/notifications_v1/model/DestinationResourceSpecification.d.ts +28 -0
- package/src/notifications_v1/model/DestinationResourceSpecification.d.ts.map +1 -0
- package/src/notifications_v1/model/DestinationResourceSpecification.js +6 -4
- package/src/notifications_v1/model/Error.d.ts +33 -0
- package/src/notifications_v1/model/Error.d.ts.map +1 -0
- package/src/notifications_v1/model/Error.js +5 -2
- package/src/notifications_v1/model/EventBridgeResource.d.ts +29 -0
- package/src/notifications_v1/model/EventBridgeResource.d.ts.map +1 -0
- package/src/notifications_v1/model/EventBridgeResource.js +5 -2
- package/src/notifications_v1/model/EventBridgeResourceSpecification.d.ts +27 -0
- package/src/notifications_v1/model/EventBridgeResourceSpecification.d.ts.map +1 -0
- package/src/notifications_v1/model/EventBridgeResourceSpecification.js +4 -2
- package/src/notifications_v1/model/EventFilter.d.ts +57 -0
- package/src/notifications_v1/model/EventFilter.d.ts.map +1 -0
- package/src/notifications_v1/model/EventFilter.js +17 -10
- package/src/notifications_v1/model/GetDestinationResponse.d.ts +29 -0
- package/src/notifications_v1/model/GetDestinationResponse.d.ts.map +1 -0
- package/src/notifications_v1/model/GetDestinationResponse.js +6 -4
- package/src/notifications_v1/model/GetDestinationsResponse.d.ts +30 -0
- package/src/notifications_v1/model/GetDestinationsResponse.d.ts.map +1 -0
- package/src/notifications_v1/model/GetDestinationsResponse.js +6 -4
- package/src/notifications_v1/model/GetSubscriptionByIdResponse.d.ts +29 -0
- package/src/notifications_v1/model/GetSubscriptionByIdResponse.d.ts.map +1 -0
- package/src/notifications_v1/model/GetSubscriptionByIdResponse.js +6 -4
- package/src/notifications_v1/model/GetSubscriptionResponse.d.ts +29 -0
- package/src/notifications_v1/model/GetSubscriptionResponse.d.ts.map +1 -0
- package/src/notifications_v1/model/GetSubscriptionResponse.js +6 -4
- package/src/notifications_v1/model/MarketplaceFilter.d.ts +22 -0
- package/src/notifications_v1/model/MarketplaceFilter.d.ts.map +1 -0
- package/src/notifications_v1/model/MarketplaceFilter.js +4 -3
- package/src/notifications_v1/model/OrderChangeTypeEnum.d.ts +24 -0
- package/src/notifications_v1/model/OrderChangeTypeEnum.d.ts.map +1 -0
- package/src/notifications_v1/model/OrderChangeTypeEnum.js +2 -2
- package/src/notifications_v1/model/OrderChangeTypeFilter.d.ts +23 -0
- package/src/notifications_v1/model/OrderChangeTypeFilter.d.ts.map +1 -0
- package/src/notifications_v1/model/OrderChangeTypeFilter.js +4 -3
- package/src/notifications_v1/model/ProcessingDirective.d.ts +22 -0
- package/src/notifications_v1/model/ProcessingDirective.d.ts.map +1 -0
- package/src/notifications_v1/model/ProcessingDirective.js +4 -3
- package/src/notifications_v1/model/SqsResource.d.ts +25 -0
- package/src/notifications_v1/model/SqsResource.d.ts.map +1 -0
- package/src/notifications_v1/model/SqsResource.js +3 -2
- package/src/notifications_v1/model/Subscription.d.ts +35 -0
- package/src/notifications_v1/model/Subscription.d.ts.map +1 -0
- package/src/notifications_v1/model/Subscription.js +7 -3
- package/src/orders_v0/ApiClient.d.ts +260 -0
- package/src/orders_v0/ApiClient.d.ts.map +1 -0
- package/src/orders_v0/api/OrdersV0Api.d.ts +253 -0
- package/src/orders_v0/api/OrdersV0Api.d.ts.map +1 -0
- package/src/orders_v0/api/OrdersV0Api.js +79 -79
- package/src/orders_v0/api/ShipmentApi.d.ts +43 -0
- package/src/orders_v0/api/ShipmentApi.d.ts.map +1 -0
- package/src/orders_v0/api/ShipmentApi.js +7 -7
- package/src/orders_v0/index.d.ts +75 -0
- package/src/orders_v0/index.d.ts.map +1 -0
- package/src/orders_v0/model/Address.d.ts +119 -0
- package/src/orders_v0/model/Address.d.ts.map +1 -0
- package/src/orders_v0/model/Address.js +19 -4
- package/src/orders_v0/model/AddressExtendedFields.d.ts +40 -0
- package/src/orders_v0/model/AddressExtendedFields.d.ts.map +1 -0
- package/src/orders_v0/model/AddressExtendedFields.js +6 -2
- package/src/orders_v0/model/AmazonPrograms.d.ts +25 -0
- package/src/orders_v0/model/AmazonPrograms.d.ts.map +1 -0
- package/src/orders_v0/model/AmazonPrograms.js +5 -4
- package/src/orders_v0/model/AssociatedItem.d.ts +34 -0
- package/src/orders_v0/model/AssociatedItem.d.ts.map +1 -0
- package/src/orders_v0/model/AssociatedItem.js +6 -3
- package/src/orders_v0/model/AssociationType.d.ts +19 -0
- package/src/orders_v0/model/AssociationType.d.ts.map +1 -0
- package/src/orders_v0/model/AssociationType.js +2 -2
- package/src/orders_v0/model/AutomatedShippingSettings.d.ts +34 -0
- package/src/orders_v0/model/AutomatedShippingSettings.d.ts.map +1 -0
- package/src/orders_v0/model/AutomatedShippingSettings.js +5 -2
- package/src/orders_v0/model/BusinessHours.d.ts +44 -0
- package/src/orders_v0/model/BusinessHours.d.ts.map +1 -0
- package/src/orders_v0/model/BusinessHours.js +6 -4
- package/src/orders_v0/model/BuyerCustomizedInfoDetail.d.ts +22 -0
- package/src/orders_v0/model/BuyerCustomizedInfoDetail.d.ts.map +1 -0
- package/src/orders_v0/model/BuyerCustomizedInfoDetail.js +3 -2
- package/src/orders_v0/model/BuyerInfo.d.ts +46 -0
- package/src/orders_v0/model/BuyerInfo.d.ts.map +1 -0
- package/src/orders_v0/model/BuyerInfo.js +8 -3
- package/src/orders_v0/model/BuyerRequestedCancel.d.ts +28 -0
- package/src/orders_v0/model/BuyerRequestedCancel.d.ts.map +1 -0
- package/src/orders_v0/model/BuyerRequestedCancel.js +4 -2
- package/src/orders_v0/model/BuyerTaxInfo.d.ts +35 -0
- package/src/orders_v0/model/BuyerTaxInfo.d.ts.map +1 -0
- package/src/orders_v0/model/BuyerTaxInfo.js +6 -3
- package/src/orders_v0/model/BuyerTaxInformation.d.ts +40 -0
- package/src/orders_v0/model/BuyerTaxInformation.d.ts.map +1 -0
- package/src/orders_v0/model/BuyerTaxInformation.js +6 -2
- package/src/orders_v0/model/ConfirmShipmentErrorResponse.d.ts +23 -0
- package/src/orders_v0/model/ConfirmShipmentErrorResponse.d.ts.map +1 -0
- package/src/orders_v0/model/ConfirmShipmentErrorResponse.js +4 -3
- package/src/orders_v0/model/ConfirmShipmentOrderItem.d.ts +33 -0
- package/src/orders_v0/model/ConfirmShipmentOrderItem.d.ts.map +1 -0
- package/src/orders_v0/model/ConfirmShipmentOrderItem.js +6 -3
- package/src/orders_v0/model/ConfirmShipmentRequest.d.ts +43 -0
- package/src/orders_v0/model/ConfirmShipmentRequest.d.ts.map +1 -0
- package/src/orders_v0/model/ConfirmShipmentRequest.js +8 -5
- package/src/orders_v0/model/ConstraintType.d.ts +19 -0
- package/src/orders_v0/model/ConstraintType.d.ts.map +1 -0
- package/src/orders_v0/model/ConstraintType.js +2 -2
- package/src/orders_v0/model/DeliveryPreferences.d.ts +41 -0
- package/src/orders_v0/model/DeliveryPreferences.d.ts.map +1 -0
- package/src/orders_v0/model/DeliveryPreferences.js +8 -4
- package/src/orders_v0/model/EasyShipShipmentStatus.d.ts +94 -0
- package/src/orders_v0/model/EasyShipShipmentStatus.d.ts.map +1 -0
- package/src/orders_v0/model/EasyShipShipmentStatus.js +2 -2
- package/src/orders_v0/model/ElectronicInvoiceStatus.d.ts +39 -0
- package/src/orders_v0/model/ElectronicInvoiceStatus.d.ts.map +1 -0
- package/src/orders_v0/model/ElectronicInvoiceStatus.js +2 -2
- package/src/orders_v0/model/Error.d.ts +33 -0
- package/src/orders_v0/model/Error.d.ts.map +1 -0
- package/src/orders_v0/model/Error.js +5 -2
- package/src/orders_v0/model/ExceptionDates.d.ts +35 -0
- package/src/orders_v0/model/ExceptionDates.d.ts.map +1 -0
- package/src/orders_v0/model/ExceptionDates.js +6 -3
- package/src/orders_v0/model/FulfillmentInstruction.d.ts +22 -0
- package/src/orders_v0/model/FulfillmentInstruction.d.ts.map +1 -0
- package/src/orders_v0/model/FulfillmentInstruction.js +3 -2
- package/src/orders_v0/model/GetOrderAddressResponse.d.ts +29 -0
- package/src/orders_v0/model/GetOrderAddressResponse.d.ts.map +1 -0
- package/src/orders_v0/model/GetOrderAddressResponse.js +6 -4
- package/src/orders_v0/model/GetOrderBuyerInfoResponse.d.ts +29 -0
- package/src/orders_v0/model/GetOrderBuyerInfoResponse.d.ts.map +1 -0
- package/src/orders_v0/model/GetOrderBuyerInfoResponse.js +6 -4
- package/src/orders_v0/model/GetOrderItemsBuyerInfoResponse.d.ts +29 -0
- package/src/orders_v0/model/GetOrderItemsBuyerInfoResponse.d.ts.map +1 -0
- package/src/orders_v0/model/GetOrderItemsBuyerInfoResponse.js +6 -4
- package/src/orders_v0/model/GetOrderItemsResponse.d.ts +29 -0
- package/src/orders_v0/model/GetOrderItemsResponse.d.ts.map +1 -0
- package/src/orders_v0/model/GetOrderItemsResponse.js +6 -4
- package/src/orders_v0/model/GetOrderRegulatedInfoResponse.d.ts +29 -0
- package/src/orders_v0/model/GetOrderRegulatedInfoResponse.d.ts.map +1 -0
- package/src/orders_v0/model/GetOrderRegulatedInfoResponse.js +6 -4
- package/src/orders_v0/model/GetOrderResponse.d.ts +29 -0
- package/src/orders_v0/model/GetOrderResponse.d.ts.map +1 -0
- package/src/orders_v0/model/GetOrderResponse.js +6 -4
- package/src/orders_v0/model/GetOrdersResponse.d.ts +29 -0
- package/src/orders_v0/model/GetOrdersResponse.d.ts.map +1 -0
- package/src/orders_v0/model/GetOrdersResponse.js +6 -4
- package/src/orders_v0/model/ItemBuyerInfo.d.ts +45 -0
- package/src/orders_v0/model/ItemBuyerInfo.d.ts.map +1 -0
- package/src/orders_v0/model/ItemBuyerInfo.js +10 -5
- package/src/orders_v0/model/MarketplaceTaxInfo.d.ts +23 -0
- package/src/orders_v0/model/MarketplaceTaxInfo.d.ts.map +1 -0
- package/src/orders_v0/model/MarketplaceTaxInfo.js +4 -3
- package/src/orders_v0/model/Measurement.d.ts +59 -0
- package/src/orders_v0/model/Measurement.d.ts.map +1 -0
- package/src/orders_v0/model/Measurement.js +6 -4
- package/src/orders_v0/model/Money.d.ts +28 -0
- package/src/orders_v0/model/Money.d.ts.map +1 -0
- package/src/orders_v0/model/Money.js +4 -2
- package/src/orders_v0/model/OpenInterval.d.ts +27 -0
- package/src/orders_v0/model/OpenInterval.d.ts.map +1 -0
- package/src/orders_v0/model/OpenInterval.js +6 -4
- package/src/orders_v0/model/OpenTimeInterval.d.ts +28 -0
- package/src/orders_v0/model/OpenTimeInterval.d.ts.map +1 -0
- package/src/orders_v0/model/OpenTimeInterval.js +4 -2
- package/src/orders_v0/model/Order.d.ts +341 -0
- package/src/orders_v0/model/Order.d.ts.map +1 -0
- package/src/orders_v0/model/Order.js +67 -20
- package/src/orders_v0/model/OrderAddress.d.ts +43 -0
- package/src/orders_v0/model/OrderAddress.d.ts.map +1 -0
- package/src/orders_v0/model/OrderAddress.js +8 -4
- package/src/orders_v0/model/OrderBuyerInfo.d.ts +55 -0
- package/src/orders_v0/model/OrderBuyerInfo.d.ts.map +1 -0
- package/src/orders_v0/model/OrderBuyerInfo.js +9 -3
- package/src/orders_v0/model/OrderItem.d.ts +253 -0
- package/src/orders_v0/model/OrderItem.d.ts.map +1 -0
- package/src/orders_v0/model/OrderItem.js +65 -25
- package/src/orders_v0/model/OrderItemBuyerInfo.d.ts +54 -0
- package/src/orders_v0/model/OrderItemBuyerInfo.d.ts.map +1 -0
- package/src/orders_v0/model/OrderItemBuyerInfo.js +11 -5
- package/src/orders_v0/model/OrderItemsBuyerInfoList.d.ts +34 -0
- package/src/orders_v0/model/OrderItemsBuyerInfoList.d.ts.map +1 -0
- package/src/orders_v0/model/OrderItemsBuyerInfoList.js +7 -4
- package/src/orders_v0/model/OrderItemsInner.d.ts +28 -0
- package/src/orders_v0/model/OrderItemsInner.d.ts.map +1 -0
- package/src/orders_v0/model/OrderItemsInner.js +4 -2
- package/src/orders_v0/model/OrderItemsList.d.ts +34 -0
- package/src/orders_v0/model/OrderItemsList.d.ts.map +1 -0
- package/src/orders_v0/model/OrderItemsList.js +7 -4
- package/src/orders_v0/model/OrderRegulatedInfo.d.ts +33 -0
- package/src/orders_v0/model/OrderRegulatedInfo.d.ts.map +1 -0
- package/src/orders_v0/model/OrderRegulatedInfo.js +10 -6
- package/src/orders_v0/model/OrdersList.d.ts +44 -0
- package/src/orders_v0/model/OrdersList.d.ts.map +1 -0
- package/src/orders_v0/model/OrdersList.js +8 -4
- package/src/orders_v0/model/OtherDeliveryAttributes.d.ts +29 -0
- package/src/orders_v0/model/OtherDeliveryAttributes.d.ts.map +1 -0
- package/src/orders_v0/model/OtherDeliveryAttributes.js +2 -2
- package/src/orders_v0/model/PackageDetail.d.ts +52 -0
- package/src/orders_v0/model/PackageDetail.d.ts.map +1 -0
- package/src/orders_v0/model/PackageDetail.js +12 -4
- package/src/orders_v0/model/PaymentExecutionDetailItem.d.ts +46 -0
- package/src/orders_v0/model/PaymentExecutionDetailItem.d.ts.map +1 -0
- package/src/orders_v0/model/PaymentExecutionDetailItem.js +32 -6
- package/src/orders_v0/model/PointsGrantedDetail.d.ts +28 -0
- package/src/orders_v0/model/PointsGrantedDetail.d.ts.map +1 -0
- package/src/orders_v0/model/PointsGrantedDetail.js +5 -3
- package/src/orders_v0/model/PreferredDeliveryTime.d.ts +30 -0
- package/src/orders_v0/model/PreferredDeliveryTime.d.ts.map +1 -0
- package/src/orders_v0/model/PreferredDeliveryTime.js +6 -4
- package/src/orders_v0/model/PrescriptionDetail.d.ts +37 -0
- package/src/orders_v0/model/PrescriptionDetail.d.ts.map +1 -0
- package/src/orders_v0/model/PrescriptionDetail.js +9 -2
- package/src/orders_v0/model/ProductInfoDetail.d.ts +22 -0
- package/src/orders_v0/model/ProductInfoDetail.d.ts.map +1 -0
- package/src/orders_v0/model/ProductInfoDetail.js +3 -2
- package/src/orders_v0/model/RegulatedInformation.d.ts +26 -0
- package/src/orders_v0/model/RegulatedInformation.d.ts.map +1 -0
- package/src/orders_v0/model/RegulatedInformation.js +5 -4
- package/src/orders_v0/model/RegulatedInformationField.d.ts +41 -0
- package/src/orders_v0/model/RegulatedInformationField.d.ts.map +1 -0
- package/src/orders_v0/model/RegulatedInformationField.js +8 -4
- package/src/orders_v0/model/RegulatedOrderVerificationStatus.d.ts +55 -0
- package/src/orders_v0/model/RegulatedOrderVerificationStatus.d.ts.map +1 -0
- package/src/orders_v0/model/RegulatedOrderVerificationStatus.js +15 -8
- package/src/orders_v0/model/RejectionReason.d.ts +27 -0
- package/src/orders_v0/model/RejectionReason.d.ts.map +1 -0
- package/src/orders_v0/model/RejectionReason.js +4 -2
- package/src/orders_v0/model/ShipmentStatus.d.ts +29 -0
- package/src/orders_v0/model/ShipmentStatus.d.ts.map +1 -0
- package/src/orders_v0/model/ShipmentStatus.js +2 -2
- package/src/orders_v0/model/ShippingConstraints.d.ts +37 -0
- package/src/orders_v0/model/ShippingConstraints.d.ts.map +1 -0
- package/src/orders_v0/model/ShippingConstraints.js +10 -6
- package/src/orders_v0/model/SubstitutionOption.d.ts +46 -0
- package/src/orders_v0/model/SubstitutionOption.d.ts.map +1 -0
- package/src/orders_v0/model/SubstitutionOption.js +8 -3
- package/src/orders_v0/model/SubstitutionPreferences.d.ts +43 -0
- package/src/orders_v0/model/SubstitutionPreferences.d.ts.map +1 -0
- package/src/orders_v0/model/SubstitutionPreferences.js +7 -5
- package/src/orders_v0/model/TaxClassification.d.ts +28 -0
- package/src/orders_v0/model/TaxClassification.d.ts.map +1 -0
- package/src/orders_v0/model/TaxClassification.js +4 -2
- package/src/orders_v0/model/TaxCollection.d.ts +48 -0
- package/src/orders_v0/model/TaxCollection.d.ts.map +1 -0
- package/src/orders_v0/model/TaxCollection.js +6 -4
- package/src/orders_v0/model/UpdateShipmentStatusErrorResponse.d.ts +23 -0
- package/src/orders_v0/model/UpdateShipmentStatusErrorResponse.d.ts.map +1 -0
- package/src/orders_v0/model/UpdateShipmentStatusErrorResponse.js +4 -3
- package/src/orders_v0/model/UpdateShipmentStatusRequest.d.ts +35 -0
- package/src/orders_v0/model/UpdateShipmentStatusRequest.d.ts.map +1 -0
- package/src/orders_v0/model/UpdateShipmentStatusRequest.js +8 -5
- package/src/orders_v0/model/UpdateVerificationStatusErrorResponse.d.ts +23 -0
- package/src/orders_v0/model/UpdateVerificationStatusErrorResponse.d.ts.map +1 -0
- package/src/orders_v0/model/UpdateVerificationStatusErrorResponse.js +4 -3
- package/src/orders_v0/model/UpdateVerificationStatusRequest.d.ts +26 -0
- package/src/orders_v0/model/UpdateVerificationStatusRequest.d.ts.map +1 -0
- package/src/orders_v0/model/UpdateVerificationStatusRequest.js +5 -4
- package/src/orders_v0/model/UpdateVerificationStatusRequestBody.d.ts +43 -0
- package/src/orders_v0/model/UpdateVerificationStatusRequestBody.d.ts.map +1 -0
- package/src/orders_v0/model/UpdateVerificationStatusRequestBody.js +8 -4
- package/src/orders_v0/model/ValidVerificationDetail.d.ts +28 -0
- package/src/orders_v0/model/ValidVerificationDetail.d.ts.map +1 -0
- package/src/orders_v0/model/ValidVerificationDetail.js +6 -4
- package/src/orders_v0/model/VerificationDetails.d.ts +22 -0
- package/src/orders_v0/model/VerificationDetails.d.ts.map +1 -0
- package/src/orders_v0/model/VerificationDetails.js +4 -3
- package/src/orders_v0/model/VerificationStatus.d.ts +39 -0
- package/src/orders_v0/model/VerificationStatus.d.ts.map +1 -0
- package/src/orders_v0/model/VerificationStatus.js +2 -2
- package/src/pricing_v0/ApiClient.d.ts +260 -0
- package/src/pricing_v0/ApiClient.d.ts.map +1 -0
- package/src/pricing_v0/api/ProductPricingApi.d.ts +170 -0
- package/src/pricing_v0/api/ProductPricingApi.d.ts.map +1 -0
- package/src/pricing_v0/api/ProductPricingApi.js +53 -53
- package/src/pricing_v0/index.d.ts +55 -0
- package/src/pricing_v0/index.d.ts.map +1 -0
- package/src/pricing_v0/model/ASINIdentifier.d.ts +27 -0
- package/src/pricing_v0/model/ASINIdentifier.d.ts.map +1 -0
- package/src/pricing_v0/model/ASINIdentifier.js +4 -2
- package/src/pricing_v0/model/BatchOffersRequestParams.d.ts +34 -0
- package/src/pricing_v0/model/BatchOffersRequestParams.d.ts.map +1 -0
- package/src/pricing_v0/model/BatchOffersRequestParams.js +8 -5
- package/src/pricing_v0/model/BatchOffersResponse.d.ts +38 -0
- package/src/pricing_v0/model/BatchOffersResponse.d.ts.map +1 -0
- package/src/pricing_v0/model/BatchOffersResponse.js +9 -6
- package/src/pricing_v0/model/BatchRequest.d.ts +36 -0
- package/src/pricing_v0/model/BatchRequest.d.ts.map +1 -0
- package/src/pricing_v0/model/BatchRequest.js +8 -5
- package/src/pricing_v0/model/BuyBoxPriceType.d.ts +62 -0
- package/src/pricing_v0/model/BuyBoxPriceType.d.ts.map +1 -0
- package/src/pricing_v0/model/BuyBoxPriceType.js +20 -11
- package/src/pricing_v0/model/CompetitivePriceType.d.ts +70 -0
- package/src/pricing_v0/model/CompetitivePriceType.d.ts.map +1 -0
- package/src/pricing_v0/model/CompetitivePriceType.js +15 -6
- package/src/pricing_v0/model/CompetitivePricingType.d.ts +35 -0
- package/src/pricing_v0/model/CompetitivePricingType.d.ts.map +1 -0
- package/src/pricing_v0/model/CompetitivePricingType.js +10 -7
- package/src/pricing_v0/model/ConditionType.d.ts +39 -0
- package/src/pricing_v0/model/ConditionType.d.ts.map +1 -0
- package/src/pricing_v0/model/ConditionType.js +2 -2
- package/src/pricing_v0/model/CustomerType.d.ts +24 -0
- package/src/pricing_v0/model/CustomerType.d.ts.map +1 -0
- package/src/pricing_v0/model/CustomerType.js +2 -2
- package/src/pricing_v0/model/DetailedShippingTimeType.d.ts +51 -0
- package/src/pricing_v0/model/DetailedShippingTimeType.d.ts.map +1 -0
- package/src/pricing_v0/model/DetailedShippingTimeType.js +7 -3
- package/src/pricing_v0/model/Error.d.ts +33 -0
- package/src/pricing_v0/model/Error.d.ts.map +1 -0
- package/src/pricing_v0/model/Error.js +5 -2
- package/src/pricing_v0/model/Errors.d.ts +26 -0
- package/src/pricing_v0/model/Errors.d.ts.map +1 -0
- package/src/pricing_v0/model/Errors.js +5 -4
- package/src/pricing_v0/model/FulfillmentChannelType.d.ts +24 -0
- package/src/pricing_v0/model/FulfillmentChannelType.d.ts.map +1 -0
- package/src/pricing_v0/model/FulfillmentChannelType.js +2 -2
- package/src/pricing_v0/model/GetItemOffersBatchRequest.d.ts +23 -0
- package/src/pricing_v0/model/GetItemOffersBatchRequest.d.ts.map +1 -0
- package/src/pricing_v0/model/GetItemOffersBatchRequest.js +4 -3
- package/src/pricing_v0/model/GetItemOffersBatchResponse.d.ts +23 -0
- package/src/pricing_v0/model/GetItemOffersBatchResponse.d.ts.map +1 -0
- package/src/pricing_v0/model/GetItemOffersBatchResponse.js +4 -3
- package/src/pricing_v0/model/GetListingOffersBatchRequest.d.ts +23 -0
- package/src/pricing_v0/model/GetListingOffersBatchRequest.d.ts.map +1 -0
- package/src/pricing_v0/model/GetListingOffersBatchRequest.js +4 -3
- package/src/pricing_v0/model/GetListingOffersBatchResponse.d.ts +23 -0
- package/src/pricing_v0/model/GetListingOffersBatchResponse.d.ts.map +1 -0
- package/src/pricing_v0/model/GetListingOffersBatchResponse.js +4 -3
- package/src/pricing_v0/model/GetOffersHttpStatusLine.d.ts +28 -0
- package/src/pricing_v0/model/GetOffersHttpStatusLine.d.ts.map +1 -0
- package/src/pricing_v0/model/GetOffersHttpStatusLine.js +4 -2
- package/src/pricing_v0/model/GetOffersResponse.d.ts +29 -0
- package/src/pricing_v0/model/GetOffersResponse.d.ts.map +1 -0
- package/src/pricing_v0/model/GetOffersResponse.js +6 -4
- package/src/pricing_v0/model/GetOffersResult.d.ts +51 -0
- package/src/pricing_v0/model/GetOffersResult.d.ts.map +1 -0
- package/src/pricing_v0/model/GetOffersResult.js +18 -10
- package/src/pricing_v0/model/GetPricingResponse.d.ts +30 -0
- package/src/pricing_v0/model/GetPricingResponse.d.ts.map +1 -0
- package/src/pricing_v0/model/GetPricingResponse.js +6 -4
- package/src/pricing_v0/model/HttpMethod.d.ts +39 -0
- package/src/pricing_v0/model/HttpMethod.d.ts.map +1 -0
- package/src/pricing_v0/model/HttpMethod.js +2 -2
- package/src/pricing_v0/model/HttpResponseHeaders.d.ts +28 -0
- package/src/pricing_v0/model/HttpResponseHeaders.d.ts.map +1 -0
- package/src/pricing_v0/model/HttpResponseHeaders.js +4 -2
- package/src/pricing_v0/model/IdentifierType.d.ts +32 -0
- package/src/pricing_v0/model/IdentifierType.d.ts.map +1 -0
- package/src/pricing_v0/model/IdentifierType.js +7 -5
- package/src/pricing_v0/model/ItemCondition.d.ts +39 -0
- package/src/pricing_v0/model/ItemCondition.d.ts.map +1 -0
- package/src/pricing_v0/model/ItemCondition.js +2 -2
- package/src/pricing_v0/model/ItemIdentifier.d.ts +40 -0
- package/src/pricing_v0/model/ItemIdentifier.d.ts.map +1 -0
- package/src/pricing_v0/model/ItemIdentifier.js +8 -4
- package/src/pricing_v0/model/ItemOffersRequest.d.ts +49 -0
- package/src/pricing_v0/model/ItemOffersRequest.d.ts.map +1 -0
- package/src/pricing_v0/model/ItemOffersRequest.js +24 -12
- package/src/pricing_v0/model/ItemOffersRequestParams.d.ts +41 -0
- package/src/pricing_v0/model/ItemOffersRequestParams.d.ts.map +1 -0
- package/src/pricing_v0/model/ItemOffersRequestParams.js +14 -7
- package/src/pricing_v0/model/ItemOffersResponse.d.ts +42 -0
- package/src/pricing_v0/model/ItemOffersResponse.d.ts.map +1 -0
- package/src/pricing_v0/model/ItemOffersResponse.js +18 -11
- package/src/pricing_v0/model/ListingOffersRequest.d.ts +49 -0
- package/src/pricing_v0/model/ListingOffersRequest.d.ts.map +1 -0
- package/src/pricing_v0/model/ListingOffersRequest.js +24 -12
- package/src/pricing_v0/model/ListingOffersRequestParams.d.ts +37 -0
- package/src/pricing_v0/model/ListingOffersRequestParams.d.ts.map +1 -0
- package/src/pricing_v0/model/ListingOffersRequestParams.js +14 -7
- package/src/pricing_v0/model/ListingOffersResponse.d.ts +45 -0
- package/src/pricing_v0/model/ListingOffersResponse.d.ts.map +1 -0
- package/src/pricing_v0/model/ListingOffersResponse.js +17 -10
- package/src/pricing_v0/model/LowestPriceType.d.ts +64 -0
- package/src/pricing_v0/model/LowestPriceType.d.ts.map +1 -0
- package/src/pricing_v0/model/LowestPriceType.js +18 -9
- package/src/pricing_v0/model/MoneyType.d.ts +28 -0
- package/src/pricing_v0/model/MoneyType.d.ts.map +1 -0
- package/src/pricing_v0/model/MoneyType.js +4 -2
- package/src/pricing_v0/model/OfferCountType.d.ts +34 -0
- package/src/pricing_v0/model/OfferCountType.d.ts.map +1 -0
- package/src/pricing_v0/model/OfferCountType.js +6 -3
- package/src/pricing_v0/model/OfferCustomerType.d.ts +24 -0
- package/src/pricing_v0/model/OfferCustomerType.d.ts.map +1 -0
- package/src/pricing_v0/model/OfferCustomerType.js +2 -2
- package/src/pricing_v0/model/OfferDetail.d.ts +102 -0
- package/src/pricing_v0/model/OfferDetail.d.ts.map +1 -0
- package/src/pricing_v0/model/OfferDetail.js +30 -14
- package/src/pricing_v0/model/OfferListingCountType.d.ts +27 -0
- package/src/pricing_v0/model/OfferListingCountType.d.ts.map +1 -0
- package/src/pricing_v0/model/OfferListingCountType.js +4 -2
- package/src/pricing_v0/model/OfferType.d.ts +55 -0
- package/src/pricing_v0/model/OfferType.d.ts.map +1 -0
- package/src/pricing_v0/model/OfferType.js +18 -9
- package/src/pricing_v0/model/Points.d.ts +28 -0
- package/src/pricing_v0/model/Points.d.ts.map +1 -0
- package/src/pricing_v0/model/Points.js +5 -3
- package/src/pricing_v0/model/Price.d.ts +43 -0
- package/src/pricing_v0/model/Price.d.ts.map +1 -0
- package/src/pricing_v0/model/Price.js +7 -3
- package/src/pricing_v0/model/PriceType.d.ts +42 -0
- package/src/pricing_v0/model/PriceType.d.ts.map +1 -0
- package/src/pricing_v0/model/PriceType.js +11 -7
- package/src/pricing_v0/model/PrimeInformationType.d.ts +27 -0
- package/src/pricing_v0/model/PrimeInformationType.d.ts.map +1 -0
- package/src/pricing_v0/model/PrimeInformationType.js +4 -2
- package/src/pricing_v0/model/Product.d.ts +58 -0
- package/src/pricing_v0/model/Product.d.ts.map +1 -0
- package/src/pricing_v0/model/Product.js +15 -9
- package/src/pricing_v0/model/QuantityDiscountPriceType.d.ts +31 -0
- package/src/pricing_v0/model/QuantityDiscountPriceType.d.ts.map +1 -0
- package/src/pricing_v0/model/QuantityDiscountPriceType.js +9 -6
- package/src/pricing_v0/model/QuantityDiscountType.d.ts +19 -0
- package/src/pricing_v0/model/QuantityDiscountType.d.ts.map +1 -0
- package/src/pricing_v0/model/QuantityDiscountType.js +2 -2
- package/src/pricing_v0/model/SalesRankType.d.ts +27 -0
- package/src/pricing_v0/model/SalesRankType.d.ts.map +1 -0
- package/src/pricing_v0/model/SalesRankType.js +4 -2
- package/src/pricing_v0/model/SellerFeedbackType.d.ts +31 -0
- package/src/pricing_v0/model/SellerFeedbackType.d.ts.map +1 -0
- package/src/pricing_v0/model/SellerFeedbackType.js +4 -2
- package/src/pricing_v0/model/SellerSKUIdentifier.d.ts +29 -0
- package/src/pricing_v0/model/SellerSKUIdentifier.d.ts.map +1 -0
- package/src/pricing_v0/model/SellerSKUIdentifier.js +5 -2
- package/src/pricing_v0/model/ShipsFromType.d.ts +28 -0
- package/src/pricing_v0/model/ShipsFromType.d.ts.map +1 -0
- package/src/pricing_v0/model/ShipsFromType.js +4 -2
- package/src/pricing_v0/model/Summary.d.ts +81 -0
- package/src/pricing_v0/model/Summary.d.ts.map +1 -0
- package/src/pricing_v0/model/Summary.js +20 -10
- package/src/pricing_v2022_05_01/ApiClient.d.ts +260 -0
- package/src/pricing_v2022_05_01/ApiClient.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/api/ProductPricingApi.d.ts +56 -0
- package/src/pricing_v2022_05_01/api/ProductPricingApi.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/api/ProductPricingApi.js +11 -11
- package/src/pricing_v2022_05_01/index.d.ts +44 -0
- package/src/pricing_v2022_05_01/index.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/BatchRequest.d.ts +44 -0
- package/src/pricing_v2022_05_01/model/BatchRequest.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/BatchRequest.js +10 -6
- package/src/pricing_v2022_05_01/model/BatchResponse.d.ts +32 -0
- package/src/pricing_v2022_05_01/model/BatchResponse.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/BatchResponse.js +8 -6
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryBatchRequest.d.ts +26 -0
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryBatchRequest.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryBatchRequest.js +5 -4
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryBatchResponse.d.ts +26 -0
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryBatchResponse.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryBatchResponse.js +5 -4
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryIncludedData.d.ts +29 -0
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryIncludedData.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryIncludedData.js +2 -2
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryRequest.d.ts +42 -0
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryRequest.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryRequest.js +13 -7
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryResponse.d.ts +29 -0
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryResponse.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryResponse.js +8 -6
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryResponseBody.d.ts +55 -0
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryResponseBody.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/CompetitiveSummaryResponseBody.js +12 -6
- package/src/pricing_v2022_05_01/model/Condition.d.ts +39 -0
- package/src/pricing_v2022_05_01/model/Condition.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/Condition.js +2 -2
- package/src/pricing_v2022_05_01/model/Error.d.ts +33 -0
- package/src/pricing_v2022_05_01/model/Error.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/Error.js +5 -2
- package/src/pricing_v2022_05_01/model/Errors.d.ts +26 -0
- package/src/pricing_v2022_05_01/model/Errors.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/Errors.js +5 -4
- package/src/pricing_v2022_05_01/model/FeaturedBuyingOption.d.ts +37 -0
- package/src/pricing_v2022_05_01/model/FeaturedBuyingOption.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/FeaturedBuyingOption.js +8 -6
- package/src/pricing_v2022_05_01/model/FeaturedOffer.d.ts +38 -0
- package/src/pricing_v2022_05_01/model/FeaturedOffer.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/FeaturedOffer.js +9 -6
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPrice.d.ts +32 -0
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPrice.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPrice.js +7 -5
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceRequest.d.ts +56 -0
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceRequest.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceRequest.js +25 -11
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceRequestParams.d.ts +33 -0
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceRequestParams.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceRequestParams.js +6 -3
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResponse.d.ts +42 -0
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResponse.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResponse.js +17 -11
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResponseBody.d.ts +36 -0
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResponseBody.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResponseBody.js +8 -5
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResult.d.ts +42 -0
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResult.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResult.js +9 -5
- package/src/pricing_v2022_05_01/model/FeaturedOfferSegment.d.ts +39 -0
- package/src/pricing_v2022_05_01/model/FeaturedOfferSegment.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/FeaturedOfferSegment.js +8 -6
- package/src/pricing_v2022_05_01/model/FulfillmentType.d.ts +24 -0
- package/src/pricing_v2022_05_01/model/FulfillmentType.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/FulfillmentType.js +2 -2
- package/src/pricing_v2022_05_01/model/GetFeaturedOfferExpectedPriceBatchRequest.d.ts +23 -0
- package/src/pricing_v2022_05_01/model/GetFeaturedOfferExpectedPriceBatchRequest.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/GetFeaturedOfferExpectedPriceBatchRequest.js +4 -3
- package/src/pricing_v2022_05_01/model/GetFeaturedOfferExpectedPriceBatchResponse.d.ts +23 -0
- package/src/pricing_v2022_05_01/model/GetFeaturedOfferExpectedPriceBatchResponse.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/GetFeaturedOfferExpectedPriceBatchResponse.js +4 -3
- package/src/pricing_v2022_05_01/model/HttpMethod.d.ts +39 -0
- package/src/pricing_v2022_05_01/model/HttpMethod.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/HttpMethod.js +2 -2
- package/src/pricing_v2022_05_01/model/HttpStatusLine.d.ts +28 -0
- package/src/pricing_v2022_05_01/model/HttpStatusLine.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/HttpStatusLine.js +4 -2
- package/src/pricing_v2022_05_01/model/LowestPricedOffer.d.ts +29 -0
- package/src/pricing_v2022_05_01/model/LowestPricedOffer.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/LowestPricedOffer.js +8 -6
- package/src/pricing_v2022_05_01/model/LowestPricedOffersInput.d.ts +37 -0
- package/src/pricing_v2022_05_01/model/LowestPricedOffersInput.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/LowestPricedOffersInput.js +8 -6
- package/src/pricing_v2022_05_01/model/MoneyType.d.ts +28 -0
- package/src/pricing_v2022_05_01/model/MoneyType.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/MoneyType.js +4 -2
- package/src/pricing_v2022_05_01/model/Offer.d.ts +80 -0
- package/src/pricing_v2022_05_01/model/Offer.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/Offer.js +20 -12
- package/src/pricing_v2022_05_01/model/OfferIdentifier.d.ts +45 -0
- package/src/pricing_v2022_05_01/model/OfferIdentifier.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/OfferIdentifier.js +8 -3
- package/src/pricing_v2022_05_01/model/Points.d.ts +28 -0
- package/src/pricing_v2022_05_01/model/Points.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/Points.js +5 -3
- package/src/pricing_v2022_05_01/model/PostalCode.d.ts +28 -0
- package/src/pricing_v2022_05_01/model/PostalCode.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/PostalCode.js +4 -2
- package/src/pricing_v2022_05_01/model/Price.d.ts +37 -0
- package/src/pricing_v2022_05_01/model/Price.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/Price.js +9 -6
- package/src/pricing_v2022_05_01/model/PrimeDetails.d.ts +36 -0
- package/src/pricing_v2022_05_01/model/PrimeDetails.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/PrimeDetails.js +5 -4
- package/src/pricing_v2022_05_01/model/ReferencePrice.d.ts +28 -0
- package/src/pricing_v2022_05_01/model/ReferencePrice.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/ReferencePrice.js +6 -4
- package/src/pricing_v2022_05_01/model/SampleLocation.d.ts +22 -0
- package/src/pricing_v2022_05_01/model/SampleLocation.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/SampleLocation.js +4 -3
- package/src/pricing_v2022_05_01/model/Segment.d.ts +22 -0
- package/src/pricing_v2022_05_01/model/Segment.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/Segment.js +4 -3
- package/src/pricing_v2022_05_01/model/SegmentDetails.d.ts +28 -0
- package/src/pricing_v2022_05_01/model/SegmentDetails.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/SegmentDetails.js +5 -3
- package/src/pricing_v2022_05_01/model/SegmentedFeaturedOffer.d.ts +84 -0
- package/src/pricing_v2022_05_01/model/SegmentedFeaturedOffer.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/SegmentedFeaturedOffer.js +38 -21
- package/src/pricing_v2022_05_01/model/ShippingOption.d.ts +37 -0
- package/src/pricing_v2022_05_01/model/ShippingOption.d.ts.map +1 -0
- package/src/pricing_v2022_05_01/model/ShippingOption.js +8 -6
- package/src/productfees_v0/ApiClient.d.ts +260 -0
- package/src/productfees_v0/ApiClient.d.ts.map +1 -0
- package/src/productfees_v0/api/FeesApi.d.ts +72 -0
- package/src/productfees_v0/api/FeesApi.d.ts.map +1 -0
- package/src/productfees_v0/api/FeesApi.js +15 -15
- package/src/productfees_v0/index.d.ts +22 -0
- package/src/productfees_v0/index.d.ts.map +1 -0
- package/src/productfees_v0/model/Error.d.ts +33 -0
- package/src/productfees_v0/model/Error.d.ts.map +1 -0
- package/src/productfees_v0/model/Error.js +6 -2
- package/src/productfees_v0/model/FeeDetail.d.ts +47 -0
- package/src/productfees_v0/model/FeeDetail.d.ts.map +1 -0
- package/src/productfees_v0/model/FeeDetail.js +15 -9
- package/src/productfees_v0/model/FeesEstimate.d.ts +38 -0
- package/src/productfees_v0/model/FeesEstimate.d.ts.map +1 -0
- package/src/productfees_v0/model/FeesEstimate.js +7 -4
- package/src/productfees_v0/model/FeesEstimateByIdRequest.d.ts +34 -0
- package/src/productfees_v0/model/FeesEstimateByIdRequest.d.ts.map +1 -0
- package/src/productfees_v0/model/FeesEstimateByIdRequest.js +8 -5
- package/src/productfees_v0/model/FeesEstimateError.d.ts +31 -0
- package/src/productfees_v0/model/FeesEstimateError.d.ts.map +1 -0
- package/src/productfees_v0/model/FeesEstimateError.js +8 -4
- package/src/productfees_v0/model/FeesEstimateIdentifier.d.ts +64 -0
- package/src/productfees_v0/model/FeesEstimateIdentifier.d.ts.map +1 -0
- package/src/productfees_v0/model/FeesEstimateIdentifier.js +13 -5
- package/src/productfees_v0/model/FeesEstimateRequest.d.ts +42 -0
- package/src/productfees_v0/model/FeesEstimateRequest.d.ts.map +1 -0
- package/src/productfees_v0/model/FeesEstimateRequest.js +10 -5
- package/src/productfees_v0/model/FeesEstimateResult.d.ts +40 -0
- package/src/productfees_v0/model/FeesEstimateResult.d.ts.map +1 -0
- package/src/productfees_v0/model/FeesEstimateResult.js +9 -5
- package/src/productfees_v0/model/GetMyFeesEstimateRequest.d.ts +22 -0
- package/src/productfees_v0/model/GetMyFeesEstimateRequest.d.ts.map +1 -0
- package/src/productfees_v0/model/GetMyFeesEstimateRequest.js +4 -3
- package/src/productfees_v0/model/GetMyFeesEstimateResponse.d.ts +29 -0
- package/src/productfees_v0/model/GetMyFeesEstimateResponse.d.ts.map +1 -0
- package/src/productfees_v0/model/GetMyFeesEstimateResponse.js +7 -4
- package/src/productfees_v0/model/GetMyFeesEstimateResult.d.ts +22 -0
- package/src/productfees_v0/model/GetMyFeesEstimateResult.d.ts.map +1 -0
- package/src/productfees_v0/model/GetMyFeesEstimateResult.js +4 -3
- package/src/productfees_v0/model/GetMyFeesEstimatesErrorList.d.ts +26 -0
- package/src/productfees_v0/model/GetMyFeesEstimatesErrorList.d.ts.map +1 -0
- package/src/productfees_v0/model/GetMyFeesEstimatesErrorList.js +6 -4
- package/src/productfees_v0/model/IdType.d.ts +24 -0
- package/src/productfees_v0/model/IdType.d.ts.map +1 -0
- package/src/productfees_v0/model/IdType.js +2 -2
- package/src/productfees_v0/model/IncludedFeeDetail.d.ts +40 -0
- package/src/productfees_v0/model/IncludedFeeDetail.d.ts.map +1 -0
- package/src/productfees_v0/model/IncludedFeeDetail.js +13 -8
- package/src/productfees_v0/model/MoneyType.d.ts +28 -0
- package/src/productfees_v0/model/MoneyType.d.ts.map +1 -0
- package/src/productfees_v0/model/MoneyType.js +5 -2
- package/src/productfees_v0/model/OptionalFulfillmentProgram.d.ts +29 -0
- package/src/productfees_v0/model/OptionalFulfillmentProgram.d.ts.map +1 -0
- package/src/productfees_v0/model/OptionalFulfillmentProgram.js +2 -2
- package/src/productfees_v0/model/Points.d.ts +28 -0
- package/src/productfees_v0/model/Points.d.ts.map +1 -0
- package/src/productfees_v0/model/Points.js +7 -3
- package/src/productfees_v0/model/PriceToEstimateFees.d.ts +37 -0
- package/src/productfees_v0/model/PriceToEstimateFees.d.ts.map +1 -0
- package/src/productfees_v0/model/PriceToEstimateFees.js +9 -6
- package/src/producttypedefinitions_v2020_09_01/ApiClient.d.ts +260 -0
- package/src/producttypedefinitions_v2020_09_01/ApiClient.d.ts.map +1 -0
- package/src/producttypedefinitions_v2020_09_01/api/DefinitionsApi.d.ts +100 -0
- package/src/producttypedefinitions_v2020_09_01/api/DefinitionsApi.d.ts.map +1 -0
- package/src/producttypedefinitions_v2020_09_01/api/DefinitionsApi.js +33 -33
- package/src/producttypedefinitions_v2020_09_01/index.d.ts +13 -0
- package/src/producttypedefinitions_v2020_09_01/index.d.ts.map +1 -0
- package/src/producttypedefinitions_v2020_09_01/model/Error.d.ts +33 -0
- package/src/producttypedefinitions_v2020_09_01/model/Error.d.ts.map +1 -0
- package/src/producttypedefinitions_v2020_09_01/model/Error.js +5 -2
- package/src/producttypedefinitions_v2020_09_01/model/ErrorList.d.ts +26 -0
- package/src/producttypedefinitions_v2020_09_01/model/ErrorList.d.ts.map +1 -0
- package/src/producttypedefinitions_v2020_09_01/model/ErrorList.js +5 -4
- package/src/producttypedefinitions_v2020_09_01/model/ProductType.d.ts +29 -0
- package/src/producttypedefinitions_v2020_09_01/model/ProductType.d.ts.map +1 -0
- package/src/producttypedefinitions_v2020_09_01/model/ProductType.js +7 -4
- package/src/producttypedefinitions_v2020_09_01/model/ProductTypeDefinition.d.ts +72 -0
- package/src/producttypedefinitions_v2020_09_01/model/ProductTypeDefinition.d.ts.map +1 -0
- package/src/producttypedefinitions_v2020_09_01/model/ProductTypeDefinition.js +25 -15
- package/src/producttypedefinitions_v2020_09_01/model/ProductTypeList.d.ts +28 -0
- package/src/producttypedefinitions_v2020_09_01/model/ProductTypeList.d.ts.map +1 -0
- package/src/producttypedefinitions_v2020_09_01/model/ProductTypeList.js +6 -4
- package/src/producttypedefinitions_v2020_09_01/model/ProductTypeVersion.d.ts +33 -0
- package/src/producttypedefinitions_v2020_09_01/model/ProductTypeVersion.d.ts.map +1 -0
- package/src/producttypedefinitions_v2020_09_01/model/ProductTypeVersion.js +5 -2
- package/src/producttypedefinitions_v2020_09_01/model/PropertyGroup.d.ts +34 -0
- package/src/producttypedefinitions_v2020_09_01/model/PropertyGroup.d.ts.map +1 -0
- package/src/producttypedefinitions_v2020_09_01/model/PropertyGroup.js +6 -3
- package/src/producttypedefinitions_v2020_09_01/model/SchemaLink.d.ts +27 -0
- package/src/producttypedefinitions_v2020_09_01/model/SchemaLink.d.ts.map +1 -0
- package/src/producttypedefinitions_v2020_09_01/model/SchemaLink.js +6 -4
- package/src/producttypedefinitions_v2020_09_01/model/SchemaLinkLink.d.ts +36 -0
- package/src/producttypedefinitions_v2020_09_01/model/SchemaLinkLink.d.ts.map +1 -0
- package/src/producttypedefinitions_v2020_09_01/model/SchemaLinkLink.js +6 -4
- package/src/replenishment_v2022_11_07/ApiClient.d.ts +260 -0
- package/src/replenishment_v2022_11_07/ApiClient.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/api/OffersApi.d.ts +68 -0
- package/src/replenishment_v2022_11_07/api/OffersApi.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/api/OffersApi.js +15 -15
- package/src/replenishment_v2022_11_07/api/SellingpartnersApi.d.ts +48 -0
- package/src/replenishment_v2022_11_07/api/SellingpartnersApi.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/api/SellingpartnersApi.js +9 -9
- package/src/replenishment_v2022_11_07/index.d.ts +41 -0
- package/src/replenishment_v2022_11_07/index.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/AggregationFrequency.d.ts +34 -0
- package/src/replenishment_v2022_11_07/model/AggregationFrequency.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/AggregationFrequency.js +2 -2
- package/src/replenishment_v2022_11_07/model/AutoEnrollmentPreference.d.ts +24 -0
- package/src/replenishment_v2022_11_07/model/AutoEnrollmentPreference.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/AutoEnrollmentPreference.js +2 -2
- package/src/replenishment_v2022_11_07/model/DiscountFunding.d.ts +22 -0
- package/src/replenishment_v2022_11_07/model/DiscountFunding.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/DiscountFunding.js +4 -3
- package/src/replenishment_v2022_11_07/model/EligibilityStatus.d.ts +34 -0
- package/src/replenishment_v2022_11_07/model/EligibilityStatus.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/EligibilityStatus.js +2 -2
- package/src/replenishment_v2022_11_07/model/EnrollmentMethod.d.ts +24 -0
- package/src/replenishment_v2022_11_07/model/EnrollmentMethod.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/EnrollmentMethod.js +2 -2
- package/src/replenishment_v2022_11_07/model/Error.d.ts +33 -0
- package/src/replenishment_v2022_11_07/model/Error.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/Error.js +5 -2
- package/src/replenishment_v2022_11_07/model/ErrorList.d.ts +26 -0
- package/src/replenishment_v2022_11_07/model/ErrorList.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/ErrorList.js +5 -4
- package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsRequest.d.ts +47 -0
- package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsRequest.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsRequest.js +16 -10
- package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponse.d.ts +23 -0
- package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponse.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponse.js +4 -3
- package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponseMetric.d.ts +148 -0
- package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponseMetric.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponseMetric.js +25 -3
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequest.d.ts +35 -0
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequest.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequest.js +10 -7
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestFilters.d.ts +46 -0
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestFilters.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestFilters.js +16 -10
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestPagination.d.ts +27 -0
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestPagination.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestPagination.js +4 -2
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestSort.d.ts +29 -0
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestSort.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestSort.js +8 -6
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsResponse.d.ts +29 -0
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsResponse.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsResponse.js +6 -4
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsResponseOffer.d.ts +118 -0
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsResponseOffer.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsResponseOffer.js +20 -3
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsSortKey.d.ts +59 -0
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsSortKey.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsSortKey.js +2 -2
- package/src/replenishment_v2022_11_07/model/ListOffersRequest.d.ts +35 -0
- package/src/replenishment_v2022_11_07/model/ListOffersRequest.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/ListOffersRequest.js +10 -7
- package/src/replenishment_v2022_11_07/model/ListOffersRequestFilters.d.ts +59 -0
- package/src/replenishment_v2022_11_07/model/ListOffersRequestFilters.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/ListOffersRequestFilters.js +16 -9
- package/src/replenishment_v2022_11_07/model/ListOffersRequestPagination.d.ts +27 -0
- package/src/replenishment_v2022_11_07/model/ListOffersRequestPagination.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/ListOffersRequestPagination.js +4 -2
- package/src/replenishment_v2022_11_07/model/ListOffersRequestSort.d.ts +29 -0
- package/src/replenishment_v2022_11_07/model/ListOffersRequestSort.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/ListOffersRequestSort.js +8 -6
- package/src/replenishment_v2022_11_07/model/ListOffersResponse.d.ts +29 -0
- package/src/replenishment_v2022_11_07/model/ListOffersResponse.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/ListOffersResponse.js +6 -4
- package/src/replenishment_v2022_11_07/model/ListOffersResponseOffer.d.ts +58 -0
- package/src/replenishment_v2022_11_07/model/ListOffersResponseOffer.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/ListOffersResponseOffer.js +13 -6
- package/src/replenishment_v2022_11_07/model/ListOffersSortKey.d.ts +39 -0
- package/src/replenishment_v2022_11_07/model/ListOffersSortKey.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/ListOffersSortKey.js +2 -2
- package/src/replenishment_v2022_11_07/model/Metric.d.ts +74 -0
- package/src/replenishment_v2022_11_07/model/Metric.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/Metric.js +2 -2
- package/src/replenishment_v2022_11_07/model/OfferProgramConfiguration.d.ts +34 -0
- package/src/replenishment_v2022_11_07/model/OfferProgramConfiguration.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/OfferProgramConfiguration.js +8 -5
- package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPreferences.d.ts +22 -0
- package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPreferences.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPreferences.js +4 -3
- package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPromotions.d.ts +37 -0
- package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPromotions.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPromotions.js +10 -6
- package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPromotionsDiscountFunding.d.ts +22 -0
- package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPromotionsDiscountFunding.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPromotionsDiscountFunding.js +3 -2
- package/src/replenishment_v2022_11_07/model/PaginationResponse.d.ts +22 -0
- package/src/replenishment_v2022_11_07/model/PaginationResponse.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/PaginationResponse.js +3 -2
- package/src/replenishment_v2022_11_07/model/Preference.d.ts +23 -0
- package/src/replenishment_v2022_11_07/model/Preference.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/Preference.js +4 -3
- package/src/replenishment_v2022_11_07/model/ProgramType.d.ts +19 -0
- package/src/replenishment_v2022_11_07/model/ProgramType.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/ProgramType.js +2 -2
- package/src/replenishment_v2022_11_07/model/Promotion.d.ts +37 -0
- package/src/replenishment_v2022_11_07/model/Promotion.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/Promotion.js +10 -6
- package/src/replenishment_v2022_11_07/model/SortOrder.d.ts +24 -0
- package/src/replenishment_v2022_11_07/model/SortOrder.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/SortOrder.js +2 -2
- package/src/replenishment_v2022_11_07/model/TimeInterval.d.ts +27 -0
- package/src/replenishment_v2022_11_07/model/TimeInterval.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/TimeInterval.js +4 -2
- package/src/replenishment_v2022_11_07/model/TimePeriodType.d.ts +24 -0
- package/src/replenishment_v2022_11_07/model/TimePeriodType.d.ts.map +1 -0
- package/src/replenishment_v2022_11_07/model/TimePeriodType.js +2 -2
- package/src/reports_v2021_06_30/ApiClient.d.ts +260 -0
- package/src/reports_v2021_06_30/ApiClient.d.ts.map +1 -0
- package/src/reports_v2021_06_30/api/ReportsApi.d.ts +175 -0
- package/src/reports_v2021_06_30/api/ReportsApi.d.ts.map +1 -0
- package/src/reports_v2021_06_30/api/ReportsApi.js +43 -43
- package/src/reports_v2021_06_30/index.d.ts +15 -0
- package/src/reports_v2021_06_30/index.d.ts.map +1 -0
- package/src/reports_v2021_06_30/model/CreateReportResponse.d.ts +25 -0
- package/src/reports_v2021_06_30/model/CreateReportResponse.d.ts.map +1 -0
- package/src/reports_v2021_06_30/model/CreateReportResponse.js +3 -2
- package/src/reports_v2021_06_30/model/CreateReportScheduleResponse.d.ts +25 -0
- package/src/reports_v2021_06_30/model/CreateReportScheduleResponse.d.ts.map +1 -0
- package/src/reports_v2021_06_30/model/CreateReportScheduleResponse.js +3 -2
- package/src/reports_v2021_06_30/model/CreateReportScheduleSpecification.d.ts +69 -0
- package/src/reports_v2021_06_30/model/CreateReportScheduleSpecification.d.ts.map +1 -0
- package/src/reports_v2021_06_30/model/CreateReportScheduleSpecification.js +12 -7
- package/src/reports_v2021_06_30/model/CreateReportSpecification.d.ts +47 -0
- package/src/reports_v2021_06_30/model/CreateReportSpecification.d.ts.map +1 -0
- package/src/reports_v2021_06_30/model/CreateReportSpecification.js +10 -5
- package/src/reports_v2021_06_30/model/Error.d.ts +33 -0
- package/src/reports_v2021_06_30/model/Error.d.ts.map +1 -0
- package/src/reports_v2021_06_30/model/Error.js +5 -2
- package/src/reports_v2021_06_30/model/ErrorList.d.ts +26 -0
- package/src/reports_v2021_06_30/model/ErrorList.d.ts.map +1 -0
- package/src/reports_v2021_06_30/model/ErrorList.js +5 -4
- package/src/reports_v2021_06_30/model/GetReportsResponse.d.ts +32 -0
- package/src/reports_v2021_06_30/model/GetReportsResponse.d.ts.map +1 -0
- package/src/reports_v2021_06_30/model/GetReportsResponse.js +6 -4
- package/src/reports_v2021_06_30/model/Report.d.ts +86 -0
- package/src/reports_v2021_06_30/model/Report.d.ts.map +1 -0
- package/src/reports_v2021_06_30/model/Report.js +16 -5
- package/src/reports_v2021_06_30/model/ReportDocument.d.ts +42 -0
- package/src/reports_v2021_06_30/model/ReportDocument.d.ts.map +1 -0
- package/src/reports_v2021_06_30/model/ReportDocument.js +6 -3
- package/src/reports_v2021_06_30/model/ReportSchedule.d.ts +49 -0
- package/src/reports_v2021_06_30/model/ReportSchedule.d.ts.map +1 -0
- package/src/reports_v2021_06_30/model/ReportSchedule.js +10 -4
- package/src/reports_v2021_06_30/model/ReportScheduleList.d.ts +26 -0
- package/src/reports_v2021_06_30/model/ReportScheduleList.d.ts.map +1 -0
- package/src/reports_v2021_06_30/model/ReportScheduleList.js +5 -4
- package/src/sales_v1/ApiClient.d.ts +260 -0
- package/src/sales_v1/ApiClient.d.ts.map +1 -0
- package/src/sales_v1/api/SalesApi.d.ts +77 -0
- package/src/sales_v1/api/SalesApi.d.ts.map +1 -0
- package/src/sales_v1/api/SalesApi.js +25 -25
- package/src/sales_v1/index.d.ts +8 -0
- package/src/sales_v1/index.d.ts.map +1 -0
- package/src/sales_v1/model/Error.d.ts +33 -0
- package/src/sales_v1/model/Error.d.ts.map +1 -0
- package/src/sales_v1/model/Error.js +5 -2
- package/src/sales_v1/model/GetOrderMetricsResponse.d.ts +30 -0
- package/src/sales_v1/model/GetOrderMetricsResponse.d.ts.map +1 -0
- package/src/sales_v1/model/GetOrderMetricsResponse.js +6 -4
- package/src/sales_v1/model/Money.d.ts +27 -0
- package/src/sales_v1/model/Money.d.ts.map +1 -0
- package/src/sales_v1/model/Money.js +4 -2
- package/src/sales_v1/model/OrderMetricsInterval.d.ts +36 -0
- package/src/sales_v1/model/OrderMetricsInterval.d.ts.map +1 -0
- package/src/sales_v1/model/OrderMetricsInterval.js +12 -6
- package/src/sellerWallet_2024_03_01/ApiClient.d.ts +260 -0
- package/src/sellerWallet_2024_03_01/ApiClient.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/ApiClient.js +1 -1
- package/src/sellerWallet_2024_03_01/api/AccountsApi.d.ts +77 -0
- package/src/sellerWallet_2024_03_01/api/AccountsApi.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/api/AccountsApi.js +50 -34
- package/src/sellerWallet_2024_03_01/api/TransactionsApi.d.ts +92 -0
- package/src/sellerWallet_2024_03_01/api/TransactionsApi.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/api/TransactionsApi.js +68 -43
- package/src/sellerWallet_2024_03_01/api/TransferPreviewApi.d.ts +53 -0
- package/src/sellerWallet_2024_03_01/api/TransferPreviewApi.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/api/TransferPreviewApi.js +30 -22
- package/src/sellerWallet_2024_03_01/api/TransferScheduleApi.d.ts +128 -0
- package/src/sellerWallet_2024_03_01/api/TransferScheduleApi.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/api/TransferScheduleApi.js +89 -49
- package/src/sellerWallet_2024_03_01/index.d.ts +46 -0
- package/src/sellerWallet_2024_03_01/index.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/index.js +8 -1
- package/src/sellerWallet_2024_03_01/model/AccountHolderAddress.d.ts +45 -0
- package/src/sellerWallet_2024_03_01/model/AccountHolderAddress.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/AccountHolderAddress.js +21 -14
- package/src/sellerWallet_2024_03_01/model/Balance.d.ts +37 -0
- package/src/sellerWallet_2024_03_01/model/Balance.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/Balance.js +18 -13
- package/src/sellerWallet_2024_03_01/model/BalanceListing.d.ts +23 -0
- package/src/sellerWallet_2024_03_01/model/BalanceListing.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/BalanceListing.js +7 -6
- package/src/sellerWallet_2024_03_01/model/BalanceType.d.ts +34 -0
- package/src/sellerWallet_2024_03_01/model/BalanceType.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/BalanceType.js +3 -3
- package/src/sellerWallet_2024_03_01/model/BankAccount.d.ts +64 -0
- package/src/sellerWallet_2024_03_01/model/BankAccount.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/BankAccount.js +34 -25
- package/src/sellerWallet_2024_03_01/model/BankAccountHolderStatus.d.ts +34 -0
- package/src/sellerWallet_2024_03_01/model/BankAccountHolderStatus.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/BankAccountHolderStatus.js +3 -3
- package/src/sellerWallet_2024_03_01/model/BankAccountListing.d.ts +26 -0
- package/src/sellerWallet_2024_03_01/model/BankAccountListing.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/BankAccountListing.js +8 -7
- package/src/sellerWallet_2024_03_01/model/BankAccountNumberFormat.d.ts +24 -0
- package/src/sellerWallet_2024_03_01/model/BankAccountNumberFormat.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/BankAccountNumberFormat.js +3 -3
- package/src/sellerWallet_2024_03_01/model/BankAccountOwnershipType.d.ts +29 -0
- package/src/sellerWallet_2024_03_01/model/BankAccountOwnershipType.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/BankAccountOwnershipType.js +3 -3
- package/src/sellerWallet_2024_03_01/model/BankNumberFormat.d.ts +24 -0
- package/src/sellerWallet_2024_03_01/model/BankNumberFormat.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/BankNumberFormat.js +3 -3
- package/src/sellerWallet_2024_03_01/model/CreateTransactionResponse.d.ts +28 -0
- package/src/sellerWallet_2024_03_01/model/CreateTransactionResponse.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/CreateTransactionResponse.js +75 -0
- package/src/sellerWallet_2024_03_01/model/Currency.d.ts +28 -0
- package/src/sellerWallet_2024_03_01/model/Currency.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/Currency.js +6 -4
- package/src/sellerWallet_2024_03_01/model/DeleteTransferSchedule.d.ts +33 -0
- package/src/sellerWallet_2024_03_01/model/DeleteTransferSchedule.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/DeleteTransferSchedule.js +9 -6
- package/src/sellerWallet_2024_03_01/model/Error.d.ts +33 -0
- package/src/sellerWallet_2024_03_01/model/Error.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/Error.js +6 -3
- package/src/sellerWallet_2024_03_01/model/ErrorList.d.ts +26 -0
- package/src/sellerWallet_2024_03_01/model/ErrorList.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/ErrorList.js +6 -5
- package/src/sellerWallet_2024_03_01/model/Fee.d.ts +33 -0
- package/src/sellerWallet_2024_03_01/model/Fee.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/Fee.js +18 -14
- package/src/sellerWallet_2024_03_01/model/FeeType.d.ts +29 -0
- package/src/sellerWallet_2024_03_01/model/FeeType.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/FeeType.js +3 -3
- package/src/sellerWallet_2024_03_01/model/FxRateDetails.d.ts +32 -0
- package/src/sellerWallet_2024_03_01/model/FxRateDetails.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/FxRateDetails.js +16 -12
- package/src/sellerWallet_2024_03_01/model/PaymentPreference.d.ts +28 -0
- package/src/sellerWallet_2024_03_01/model/PaymentPreference.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/PaymentPreference.js +10 -8
- package/src/sellerWallet_2024_03_01/model/PaymentPreferencePaymentType.d.ts +24 -0
- package/src/sellerWallet_2024_03_01/model/PaymentPreferencePaymentType.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/PaymentPreferencePaymentType.js +3 -3
- package/src/sellerWallet_2024_03_01/model/RateDirection.d.ts +24 -0
- package/src/sellerWallet_2024_03_01/model/RateDirection.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/RateDirection.js +3 -3
- package/src/sellerWallet_2024_03_01/model/RecurringFrequency.d.ts +34 -0
- package/src/sellerWallet_2024_03_01/model/RecurringFrequency.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/RecurringFrequency.js +11 -11
- package/src/sellerWallet_2024_03_01/model/ScheduleExpression.d.ts +32 -0
- package/src/sellerWallet_2024_03_01/model/ScheduleExpression.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/ScheduleExpression.js +9 -7
- package/src/sellerWallet_2024_03_01/model/ScheduleExpressionType.d.ts +24 -0
- package/src/sellerWallet_2024_03_01/model/ScheduleExpressionType.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/ScheduleExpressionType.js +3 -3
- package/src/sellerWallet_2024_03_01/model/ScheduleTransferType.d.ts +19 -0
- package/src/sellerWallet_2024_03_01/model/ScheduleTransferType.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/ScheduleTransferType.js +3 -3
- package/src/sellerWallet_2024_03_01/model/Transaction.d.ts +79 -0
- package/src/sellerWallet_2024_03_01/model/Transaction.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/Transaction.js +47 -31
- package/src/sellerWallet_2024_03_01/model/TransactionAccount.d.ts +54 -0
- package/src/sellerWallet_2024_03_01/model/TransactionAccount.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/TransactionAccount.js +22 -17
- package/src/sellerWallet_2024_03_01/model/TransactionInitiationRequest.d.ts +63 -0
- package/src/sellerWallet_2024_03_01/model/TransactionInitiationRequest.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/TransactionInitiationRequest.js +36 -22
- package/src/sellerWallet_2024_03_01/model/TransactionInstrumentDetails.d.ts +30 -0
- package/src/sellerWallet_2024_03_01/model/TransactionInstrumentDetails.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/TransactionInstrumentDetails.js +21 -9
- package/src/sellerWallet_2024_03_01/model/TransactionListing.d.ts +32 -0
- package/src/sellerWallet_2024_03_01/model/TransactionListing.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/TransactionListing.js +10 -8
- package/src/sellerWallet_2024_03_01/model/TransactionStatus.d.ts +44 -0
- package/src/sellerWallet_2024_03_01/model/TransactionStatus.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/TransactionStatus.js +11 -11
- package/src/sellerWallet_2024_03_01/model/TransactionType.d.ts +24 -0
- package/src/sellerWallet_2024_03_01/model/TransactionType.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/TransactionType.js +3 -3
- package/src/sellerWallet_2024_03_01/model/TransferRatePreview.d.ts +34 -0
- package/src/sellerWallet_2024_03_01/model/TransferRatePreview.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/TransferRatePreview.js +17 -13
- package/src/sellerWallet_2024_03_01/model/TransferSchedule.d.ts +51 -0
- package/src/sellerWallet_2024_03_01/model/TransferSchedule.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/TransferSchedule.js +27 -19
- package/src/sellerWallet_2024_03_01/model/TransferScheduleFailures.d.ts +27 -0
- package/src/sellerWallet_2024_03_01/model/TransferScheduleFailures.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/TransferScheduleFailures.js +10 -8
- package/src/sellerWallet_2024_03_01/model/TransferScheduleInformation.d.ts +40 -0
- package/src/sellerWallet_2024_03_01/model/TransferScheduleInformation.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/TransferScheduleInformation.js +12 -8
- package/src/sellerWallet_2024_03_01/model/TransferScheduleListing.d.ts +32 -0
- package/src/sellerWallet_2024_03_01/model/TransferScheduleListing.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/TransferScheduleListing.js +10 -8
- package/src/sellerWallet_2024_03_01/model/TransferScheduleRequest.d.ts +47 -0
- package/src/sellerWallet_2024_03_01/model/TransferScheduleRequest.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/TransferScheduleRequest.js +27 -19
- package/src/sellerWallet_2024_03_01/model/TransferScheduleStatus.d.ts +34 -0
- package/src/sellerWallet_2024_03_01/model/TransferScheduleStatus.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/TransferScheduleStatus.js +3 -3
- package/src/sellers_v1/ApiClient.d.ts +260 -0
- package/src/sellers_v1/ApiClient.d.ts.map +1 -0
- package/src/sellers_v1/api/SellersApi.d.ts +50 -0
- package/src/sellers_v1/api/SellersApi.d.ts.map +1 -0
- package/src/sellers_v1/api/SellersApi.js +7 -7
- package/src/sellers_v1/index.d.ts +14 -0
- package/src/sellers_v1/index.d.ts.map +1 -0
- package/src/sellers_v1/model/Account.d.ts +67 -0
- package/src/sellers_v1/model/Account.d.ts.map +1 -0
- package/src/sellers_v1/model/Account.js +15 -10
- package/src/sellers_v1/model/Address.d.ts +51 -0
- package/src/sellers_v1/model/Address.d.ts.map +1 -0
- package/src/sellers_v1/model/Address.js +8 -2
- package/src/sellers_v1/model/Business.d.ts +46 -0
- package/src/sellers_v1/model/Business.d.ts.map +1 -0
- package/src/sellers_v1/model/Business.js +9 -4
- package/src/sellers_v1/model/Error.d.ts +33 -0
- package/src/sellers_v1/model/Error.d.ts.map +1 -0
- package/src/sellers_v1/model/Error.js +5 -2
- package/src/sellers_v1/model/GetAccountResponse.d.ts +29 -0
- package/src/sellers_v1/model/GetAccountResponse.d.ts.map +1 -0
- package/src/sellers_v1/model/GetAccountResponse.js +6 -4
- package/src/sellers_v1/model/GetMarketplaceParticipationsResponse.d.ts +30 -0
- package/src/sellers_v1/model/GetMarketplaceParticipationsResponse.d.ts.map +1 -0
- package/src/sellers_v1/model/GetMarketplaceParticipationsResponse.js +6 -4
- package/src/sellers_v1/model/Marketplace.d.ts +35 -0
- package/src/sellers_v1/model/Marketplace.d.ts.map +1 -0
- package/src/sellers_v1/model/Marketplace.js +8 -2
- package/src/sellers_v1/model/MarketplaceParticipation.d.ts +30 -0
- package/src/sellers_v1/model/MarketplaceParticipation.d.ts.map +1 -0
- package/src/sellers_v1/model/MarketplaceParticipation.js +9 -6
- package/src/sellers_v1/model/Participation.d.ts +27 -0
- package/src/sellers_v1/model/Participation.d.ts.map +1 -0
- package/src/sellers_v1/model/Participation.js +4 -2
- package/src/sellers_v1/model/PrimaryContact.d.ts +34 -0
- package/src/sellers_v1/model/PrimaryContact.d.ts.map +1 -0
- package/src/sellers_v1/model/PrimaryContact.js +7 -4
- package/src/services_v1/ApiClient.d.ts +260 -0
- package/src/services_v1/ApiClient.d.ts.map +1 -0
- package/src/services_v1/api/ServiceApi.d.ts +402 -0
- package/src/services_v1/api/ServiceApi.d.ts.map +1 -0
- package/src/services_v1/api/ServiceApi.js +127 -127
- package/src/services_v1/index.d.ts +68 -0
- package/src/services_v1/index.d.ts.map +1 -0
- package/src/services_v1/model/AddAppointmentRequest.d.ts +26 -0
- package/src/services_v1/model/AddAppointmentRequest.d.ts.map +1 -0
- package/src/services_v1/model/AddAppointmentRequest.js +5 -4
- package/src/services_v1/model/Address.d.ts +81 -0
- package/src/services_v1/model/Address.d.ts.map +1 -0
- package/src/services_v1/model/Address.js +13 -2
- package/src/services_v1/model/Appointment.d.ts +64 -0
- package/src/services_v1/model/Appointment.d.ts.map +1 -0
- package/src/services_v1/model/Appointment.js +12 -6
- package/src/services_v1/model/AppointmentResource.d.ts +22 -0
- package/src/services_v1/model/AppointmentResource.d.ts.map +1 -0
- package/src/services_v1/model/AppointmentResource.js +3 -2
- package/src/services_v1/model/AppointmentSlot.d.ts +34 -0
- package/src/services_v1/model/AppointmentSlot.d.ts.map +1 -0
- package/src/services_v1/model/AppointmentSlot.js +5 -2
- package/src/services_v1/model/AppointmentSlotReport.d.ts +51 -0
- package/src/services_v1/model/AppointmentSlotReport.d.ts.map +1 -0
- package/src/services_v1/model/AppointmentSlotReport.js +8 -4
- package/src/services_v1/model/AppointmentTime.d.ts +27 -0
- package/src/services_v1/model/AppointmentTime.d.ts.map +1 -0
- package/src/services_v1/model/AppointmentTime.js +4 -2
- package/src/services_v1/model/AppointmentTimeInput.d.ts +31 -0
- package/src/services_v1/model/AppointmentTimeInput.d.ts.map +1 -0
- package/src/services_v1/model/AppointmentTimeInput.js +4 -2
- package/src/services_v1/model/AssignAppointmentResourcesRequest.d.ts +26 -0
- package/src/services_v1/model/AssignAppointmentResourcesRequest.d.ts.map +1 -0
- package/src/services_v1/model/AssignAppointmentResourcesRequest.js +5 -4
- package/src/services_v1/model/AssignAppointmentResourcesResponse.d.ts +29 -0
- package/src/services_v1/model/AssignAppointmentResourcesResponse.d.ts.map +1 -0
- package/src/services_v1/model/AssignAppointmentResourcesResponse.js +6 -4
- package/src/services_v1/model/AssignAppointmentResourcesResponsePayload.d.ts +23 -0
- package/src/services_v1/model/AssignAppointmentResourcesResponsePayload.d.ts.map +1 -0
- package/src/services_v1/model/AssignAppointmentResourcesResponsePayload.js +4 -3
- package/src/services_v1/model/AssociatedItem.d.ts +70 -0
- package/src/services_v1/model/AssociatedItem.d.ts.map +1 -0
- package/src/services_v1/model/AssociatedItem.js +11 -4
- package/src/services_v1/model/AvailabilityRecord.d.ts +39 -0
- package/src/services_v1/model/AvailabilityRecord.d.ts.map +1 -0
- package/src/services_v1/model/AvailabilityRecord.js +7 -3
- package/src/services_v1/model/Buyer.d.ts +40 -0
- package/src/services_v1/model/Buyer.d.ts.map +1 -0
- package/src/services_v1/model/Buyer.js +6 -2
- package/src/services_v1/model/CancelReservationResponse.d.ts +23 -0
- package/src/services_v1/model/CancelReservationResponse.d.ts.map +1 -0
- package/src/services_v1/model/CancelReservationResponse.js +4 -3
- package/src/services_v1/model/CancelServiceJobByServiceJobIdResponse.d.ts +23 -0
- package/src/services_v1/model/CancelServiceJobByServiceJobIdResponse.d.ts.map +1 -0
- package/src/services_v1/model/CancelServiceJobByServiceJobIdResponse.js +4 -3
- package/src/services_v1/model/CapacityType.d.ts +34 -0
- package/src/services_v1/model/CapacityType.d.ts.map +1 -0
- package/src/services_v1/model/CapacityType.js +2 -2
- package/src/services_v1/model/CompleteServiceJobByServiceJobIdResponse.d.ts +23 -0
- package/src/services_v1/model/CompleteServiceJobByServiceJobIdResponse.d.ts.map +1 -0
- package/src/services_v1/model/CompleteServiceJobByServiceJobIdResponse.js +4 -3
- package/src/services_v1/model/CreateReservationRecord.d.ts +36 -0
- package/src/services_v1/model/CreateReservationRecord.d.ts.map +1 -0
- package/src/services_v1/model/CreateReservationRecord.js +8 -5
- package/src/services_v1/model/CreateReservationRequest.d.ts +28 -0
- package/src/services_v1/model/CreateReservationRequest.d.ts.map +1 -0
- package/src/services_v1/model/CreateReservationRequest.js +6 -4
- package/src/services_v1/model/CreateReservationResponse.d.ts +29 -0
- package/src/services_v1/model/CreateReservationResponse.d.ts.map +1 -0
- package/src/services_v1/model/CreateReservationResponse.js +6 -4
- package/src/services_v1/model/CreateServiceDocumentUploadDestination.d.ts +29 -0
- package/src/services_v1/model/CreateServiceDocumentUploadDestination.d.ts.map +1 -0
- package/src/services_v1/model/CreateServiceDocumentUploadDestination.js +6 -4
- package/src/services_v1/model/DateTimeRange.d.ts +27 -0
- package/src/services_v1/model/DateTimeRange.d.ts.map +1 -0
- package/src/services_v1/model/DateTimeRange.js +4 -2
- package/src/services_v1/model/DayOfWeek.d.ts +49 -0
- package/src/services_v1/model/DayOfWeek.d.ts.map +1 -0
- package/src/services_v1/model/DayOfWeek.js +2 -2
- package/src/services_v1/model/EncryptionDetails.d.ts +38 -0
- package/src/services_v1/model/EncryptionDetails.d.ts.map +1 -0
- package/src/services_v1/model/EncryptionDetails.js +7 -4
- package/src/services_v1/model/Error.d.ts +49 -0
- package/src/services_v1/model/Error.d.ts.map +1 -0
- package/src/services_v1/model/Error.js +7 -3
- package/src/services_v1/model/FixedSlot.d.ts +46 -0
- package/src/services_v1/model/FixedSlot.d.ts.map +1 -0
- package/src/services_v1/model/FixedSlot.js +7 -2
- package/src/services_v1/model/FixedSlotCapacity.d.ts +41 -0
- package/src/services_v1/model/FixedSlotCapacity.d.ts.map +1 -0
- package/src/services_v1/model/FixedSlotCapacity.js +7 -3
- package/src/services_v1/model/FixedSlotCapacityErrors.d.ts +23 -0
- package/src/services_v1/model/FixedSlotCapacityErrors.d.ts.map +1 -0
- package/src/services_v1/model/FixedSlotCapacityErrors.js +4 -3
- package/src/services_v1/model/FixedSlotCapacityQuery.d.ts +40 -0
- package/src/services_v1/model/FixedSlotCapacityQuery.d.ts.map +1 -0
- package/src/services_v1/model/FixedSlotCapacityQuery.js +7 -3
- package/src/services_v1/model/FulfillmentDocument.d.ts +28 -0
- package/src/services_v1/model/FulfillmentDocument.d.ts.map +1 -0
- package/src/services_v1/model/FulfillmentDocument.js +4 -2
- package/src/services_v1/model/FulfillmentTime.d.ts +28 -0
- package/src/services_v1/model/FulfillmentTime.d.ts.map +1 -0
- package/src/services_v1/model/FulfillmentTime.js +4 -2
- package/src/services_v1/model/GetAppointmentSlotsResponse.d.ts +29 -0
- package/src/services_v1/model/GetAppointmentSlotsResponse.d.ts.map +1 -0
- package/src/services_v1/model/GetAppointmentSlotsResponse.js +6 -4
- package/src/services_v1/model/GetServiceJobByServiceJobIdResponse.d.ts +29 -0
- package/src/services_v1/model/GetServiceJobByServiceJobIdResponse.d.ts.map +1 -0
- package/src/services_v1/model/GetServiceJobByServiceJobIdResponse.js +6 -4
- package/src/services_v1/model/GetServiceJobsResponse.d.ts +29 -0
- package/src/services_v1/model/GetServiceJobsResponse.d.ts.map +1 -0
- package/src/services_v1/model/GetServiceJobsResponse.js +6 -4
- package/src/services_v1/model/ItemDelivery.d.ts +28 -0
- package/src/services_v1/model/ItemDelivery.d.ts.map +1 -0
- package/src/services_v1/model/ItemDelivery.js +5 -3
- package/src/services_v1/model/ItemDeliveryPromise.d.ts +28 -0
- package/src/services_v1/model/ItemDeliveryPromise.d.ts.map +1 -0
- package/src/services_v1/model/ItemDeliveryPromise.js +4 -2
- package/src/services_v1/model/JobListing.d.ts +41 -0
- package/src/services_v1/model/JobListing.d.ts.map +1 -0
- package/src/services_v1/model/JobListing.js +7 -3
- package/src/services_v1/model/Poa.d.ts +59 -0
- package/src/services_v1/model/Poa.d.ts.map +1 -0
- package/src/services_v1/model/Poa.js +10 -5
- package/src/services_v1/model/RangeCapacity.d.ts +29 -0
- package/src/services_v1/model/RangeCapacity.d.ts.map +1 -0
- package/src/services_v1/model/RangeCapacity.js +6 -4
- package/src/services_v1/model/RangeSlot.d.ts +34 -0
- package/src/services_v1/model/RangeSlot.d.ts.map +1 -0
- package/src/services_v1/model/RangeSlot.js +5 -2
- package/src/services_v1/model/RangeSlotCapacity.d.ts +35 -0
- package/src/services_v1/model/RangeSlotCapacity.d.ts.map +1 -0
- package/src/services_v1/model/RangeSlotCapacity.js +6 -3
- package/src/services_v1/model/RangeSlotCapacityErrors.d.ts +23 -0
- package/src/services_v1/model/RangeSlotCapacityErrors.d.ts.map +1 -0
- package/src/services_v1/model/RangeSlotCapacityErrors.js +4 -3
- package/src/services_v1/model/RangeSlotCapacityQuery.d.ts +34 -0
- package/src/services_v1/model/RangeSlotCapacityQuery.d.ts.map +1 -0
- package/src/services_v1/model/RangeSlotCapacityQuery.js +6 -3
- package/src/services_v1/model/Recurrence.d.ts +38 -0
- package/src/services_v1/model/Recurrence.d.ts.map +1 -0
- package/src/services_v1/model/Recurrence.js +7 -4
- package/src/services_v1/model/RescheduleAppointmentRequest.d.ts +28 -0
- package/src/services_v1/model/RescheduleAppointmentRequest.d.ts.map +1 -0
- package/src/services_v1/model/RescheduleAppointmentRequest.js +6 -4
- package/src/services_v1/model/Reservation.d.ts +47 -0
- package/src/services_v1/model/Reservation.d.ts.map +1 -0
- package/src/services_v1/model/Reservation.js +9 -6
- package/src/services_v1/model/ScopeOfWork.d.ts +40 -0
- package/src/services_v1/model/ScopeOfWork.d.ts.map +1 -0
- package/src/services_v1/model/ScopeOfWork.js +7 -3
- package/src/services_v1/model/Seller.d.ts +22 -0
- package/src/services_v1/model/Seller.d.ts.map +1 -0
- package/src/services_v1/model/Seller.js +3 -2
- package/src/services_v1/model/ServiceDocumentUploadDestination.d.ts +36 -0
- package/src/services_v1/model/ServiceDocumentUploadDestination.d.ts.map +1 -0
- package/src/services_v1/model/ServiceDocumentUploadDestination.js +8 -4
- package/src/services_v1/model/ServiceJob.d.ts +118 -0
- package/src/services_v1/model/ServiceJob.d.ts.map +1 -0
- package/src/services_v1/model/ServiceJob.js +25 -11
- package/src/services_v1/model/ServiceJobProvider.d.ts +22 -0
- package/src/services_v1/model/ServiceJobProvider.d.ts.map +1 -0
- package/src/services_v1/model/ServiceJobProvider.js +3 -2
- package/src/services_v1/model/ServiceLocation.d.ts +39 -0
- package/src/services_v1/model/ServiceLocation.d.ts.map +1 -0
- package/src/services_v1/model/ServiceLocation.js +6 -4
- package/src/services_v1/model/ServiceUploadDocument.d.ts +47 -0
- package/src/services_v1/model/ServiceUploadDocument.d.ts.map +1 -0
- package/src/services_v1/model/ServiceUploadDocument.js +7 -4
- package/src/services_v1/model/SetAppointmentFulfillmentDataRequest.d.ts +42 -0
- package/src/services_v1/model/SetAppointmentFulfillmentDataRequest.d.ts.map +1 -0
- package/src/services_v1/model/SetAppointmentFulfillmentDataRequest.js +10 -6
- package/src/services_v1/model/SetAppointmentResponse.d.ts +36 -0
- package/src/services_v1/model/SetAppointmentResponse.d.ts.map +1 -0
- package/src/services_v1/model/SetAppointmentResponse.js +7 -4
- package/src/services_v1/model/Technician.d.ts +28 -0
- package/src/services_v1/model/Technician.d.ts.map +1 -0
- package/src/services_v1/model/Technician.js +4 -2
- package/src/services_v1/model/UpdateReservationRecord.d.ts +36 -0
- package/src/services_v1/model/UpdateReservationRecord.d.ts.map +1 -0
- package/src/services_v1/model/UpdateReservationRecord.js +8 -5
- package/src/services_v1/model/UpdateReservationRequest.d.ts +28 -0
- package/src/services_v1/model/UpdateReservationRequest.d.ts.map +1 -0
- package/src/services_v1/model/UpdateReservationRequest.js +6 -4
- package/src/services_v1/model/UpdateReservationResponse.d.ts +29 -0
- package/src/services_v1/model/UpdateReservationResponse.d.ts.map +1 -0
- package/src/services_v1/model/UpdateReservationResponse.js +6 -4
- package/src/services_v1/model/UpdateScheduleRecord.d.ts +36 -0
- package/src/services_v1/model/UpdateScheduleRecord.d.ts.map +1 -0
- package/src/services_v1/model/UpdateScheduleRecord.js +8 -5
- package/src/services_v1/model/UpdateScheduleRequest.d.ts +26 -0
- package/src/services_v1/model/UpdateScheduleRequest.d.ts.map +1 -0
- package/src/services_v1/model/UpdateScheduleRequest.js +5 -4
- package/src/services_v1/model/UpdateScheduleResponse.d.ts +30 -0
- package/src/services_v1/model/UpdateScheduleResponse.d.ts.map +1 -0
- package/src/services_v1/model/UpdateScheduleResponse.js +6 -4
- package/src/services_v1/model/Warning.d.ts +33 -0
- package/src/services_v1/model/Warning.d.ts.map +1 -0
- package/src/services_v1/model/Warning.js +5 -2
- package/src/shipping_v2/ApiClient.d.ts +260 -0
- package/src/shipping_v2/ApiClient.d.ts.map +1 -0
- package/src/shipping_v2/api/ShippingApi.d.ts +496 -0
- package/src/shipping_v2/api/ShippingApi.d.ts.map +1 -0
- package/src/shipping_v2/api/ShippingApi.js +163 -163
- package/src/shipping_v2/index.d.ts +131 -0
- package/src/shipping_v2/index.d.ts.map +1 -0
- package/src/shipping_v2/model/AccessPoint.d.ts +90 -0
- package/src/shipping_v2/model/AccessPoint.d.ts.map +1 -0
- package/src/shipping_v2/model/AccessPoint.js +18 -8
- package/src/shipping_v2/model/AccessPointDetails.d.ts +22 -0
- package/src/shipping_v2/model/AccessPointDetails.d.ts.map +1 -0
- package/src/shipping_v2/model/AccessPointDetails.js +3 -2
- package/src/shipping_v2/model/AccessPointType.d.ts +54 -0
- package/src/shipping_v2/model/AccessPointType.d.ts.map +1 -0
- package/src/shipping_v2/model/AccessPointType.js +2 -2
- package/src/shipping_v2/model/AccessibilityAttributes.d.ts +28 -0
- package/src/shipping_v2/model/AccessibilityAttributes.d.ts.map +1 -0
- package/src/shipping_v2/model/AccessibilityAttributes.js +4 -2
- package/src/shipping_v2/model/AccountStatus.d.ts +34 -0
- package/src/shipping_v2/model/AccountStatus.d.ts.map +1 -0
- package/src/shipping_v2/model/AccountStatus.js +2 -2
- package/src/shipping_v2/model/AccountType.d.ts +29 -0
- package/src/shipping_v2/model/AccountType.d.ts.map +1 -0
- package/src/shipping_v2/model/AccountType.js +2 -2
- package/src/shipping_v2/model/ActiveAccount.d.ts +28 -0
- package/src/shipping_v2/model/ActiveAccount.d.ts.map +1 -0
- package/src/shipping_v2/model/ActiveAccount.js +4 -2
- package/src/shipping_v2/model/Address.d.ts +71 -0
- package/src/shipping_v2/model/Address.d.ts.map +1 -0
- package/src/shipping_v2/model/Address.js +15 -3
- package/src/shipping_v2/model/AmazonOrderDetails.d.ts +25 -0
- package/src/shipping_v2/model/AmazonOrderDetails.d.ts.map +1 -0
- package/src/shipping_v2/model/AmazonOrderDetails.js +3 -2
- package/src/shipping_v2/model/AmazonShipmentDetails.d.ts +25 -0
- package/src/shipping_v2/model/AmazonShipmentDetails.d.ts.map +1 -0
- package/src/shipping_v2/model/AmazonShipmentDetails.js +3 -2
- package/src/shipping_v2/model/AvailableValueAddedServiceGroup.d.ts +36 -0
- package/src/shipping_v2/model/AvailableValueAddedServiceGroup.d.ts.map +1 -0
- package/src/shipping_v2/model/AvailableValueAddedServiceGroup.js +7 -3
- package/src/shipping_v2/model/Benefits.d.ts +28 -0
- package/src/shipping_v2/model/Benefits.d.ts.map +1 -0
- package/src/shipping_v2/model/Benefits.js +8 -6
- package/src/shipping_v2/model/CancelShipmentResponse.d.ts +24 -0
- package/src/shipping_v2/model/CancelShipmentResponse.d.ts.map +1 -0
- package/src/shipping_v2/model/CancelShipmentResponse.js +4 -3
- package/src/shipping_v2/model/Carrier.d.ts +27 -0
- package/src/shipping_v2/model/Carrier.d.ts.map +1 -0
- package/src/shipping_v2/model/Carrier.js +4 -2
- package/src/shipping_v2/model/CarrierAccount.d.ts +27 -0
- package/src/shipping_v2/model/CarrierAccount.d.ts.map +1 -0
- package/src/shipping_v2/model/CarrierAccount.js +4 -2
- package/src/shipping_v2/model/CarrierAccountAttribute.d.ts +34 -0
- package/src/shipping_v2/model/CarrierAccountAttribute.d.ts.map +1 -0
- package/src/shipping_v2/model/CarrierAccountAttribute.js +5 -2
- package/src/shipping_v2/model/CarrierAccountInput.d.ts +65 -0
- package/src/shipping_v2/model/CarrierAccountInput.d.ts.map +1 -0
- package/src/shipping_v2/model/CarrierAccountInput.js +12 -4
- package/src/shipping_v2/model/ChannelDetails.d.ts +38 -0
- package/src/shipping_v2/model/ChannelDetails.d.ts.map +1 -0
- package/src/shipping_v2/model/ChannelDetails.js +9 -6
- package/src/shipping_v2/model/ChannelType.d.ts +24 -0
- package/src/shipping_v2/model/ChannelType.d.ts.map +1 -0
- package/src/shipping_v2/model/ChannelType.js +2 -2
- package/src/shipping_v2/model/ChargeComponent.d.ts +38 -0
- package/src/shipping_v2/model/ChargeComponent.d.ts.map +1 -0
- package/src/shipping_v2/model/ChargeComponent.js +6 -4
- package/src/shipping_v2/model/ClaimReason.d.ts +39 -0
- package/src/shipping_v2/model/ClaimReason.d.ts.map +1 -0
- package/src/shipping_v2/model/ClaimReason.js +2 -2
- package/src/shipping_v2/model/ClientReferenceDetail.d.ts +37 -0
- package/src/shipping_v2/model/ClientReferenceDetail.d.ts.map +1 -0
- package/src/shipping_v2/model/ClientReferenceDetail.js +6 -4
- package/src/shipping_v2/model/CollectOnDelivery.d.ts +26 -0
- package/src/shipping_v2/model/CollectOnDelivery.d.ts.map +1 -0
- package/src/shipping_v2/model/CollectOnDelivery.js +5 -4
- package/src/shipping_v2/model/CollectionFormsHistoryRecord.d.ts +46 -0
- package/src/shipping_v2/model/CollectionFormsHistoryRecord.d.ts.map +1 -0
- package/src/shipping_v2/model/CollectionFormsHistoryRecord.js +9 -4
- package/src/shipping_v2/model/CollectionsFormDocument.d.ts +28 -0
- package/src/shipping_v2/model/CollectionsFormDocument.d.ts.map +1 -0
- package/src/shipping_v2/model/CollectionsFormDocument.js +4 -2
- package/src/shipping_v2/model/CreateClaimRequest.d.ts +49 -0
- package/src/shipping_v2/model/CreateClaimRequest.d.ts.map +1 -0
- package/src/shipping_v2/model/CreateClaimRequest.js +14 -8
- package/src/shipping_v2/model/CreateClaimResponse.d.ts +22 -0
- package/src/shipping_v2/model/CreateClaimResponse.d.ts.map +1 -0
- package/src/shipping_v2/model/CreateClaimResponse.js +3 -2
- package/src/shipping_v2/model/Currency.d.ts +27 -0
- package/src/shipping_v2/model/Currency.d.ts.map +1 -0
- package/src/shipping_v2/model/Currency.js +4 -2
- package/src/shipping_v2/model/DangerousGoodsDetails.d.ts +70 -0
- package/src/shipping_v2/model/DangerousGoodsDetails.d.ts.map +1 -0
- package/src/shipping_v2/model/DangerousGoodsDetails.js +8 -4
- package/src/shipping_v2/model/DateRange.d.ts +28 -0
- package/src/shipping_v2/model/DateRange.d.ts.map +1 -0
- package/src/shipping_v2/model/DateRange.js +4 -2
- package/src/shipping_v2/model/DetailCodes.d.ts +164 -0
- package/src/shipping_v2/model/DetailCodes.d.ts.map +1 -0
- package/src/shipping_v2/model/DetailCodes.js +2 -2
- package/src/shipping_v2/model/Dimensions.d.ts +41 -0
- package/src/shipping_v2/model/Dimensions.d.ts.map +1 -0
- package/src/shipping_v2/model/Dimensions.js +8 -4
- package/src/shipping_v2/model/DirectFulfillmentItemIdentifiers.d.ts +31 -0
- package/src/shipping_v2/model/DirectFulfillmentItemIdentifiers.d.ts.map +1 -0
- package/src/shipping_v2/model/DirectFulfillmentItemIdentifiers.js +4 -2
- package/src/shipping_v2/model/DirectPurchaseRequest.d.ts +55 -0
- package/src/shipping_v2/model/DirectPurchaseRequest.d.ts.map +1 -0
- package/src/shipping_v2/model/DirectPurchaseRequest.js +15 -9
- package/src/shipping_v2/model/DirectPurchaseResponse.d.ts +22 -0
- package/src/shipping_v2/model/DirectPurchaseResponse.d.ts.map +1 -0
- package/src/shipping_v2/model/DirectPurchaseResponse.js +4 -3
- package/src/shipping_v2/model/DirectPurchaseResult.d.ts +32 -0
- package/src/shipping_v2/model/DirectPurchaseResult.d.ts.map +1 -0
- package/src/shipping_v2/model/DirectPurchaseResult.js +5 -3
- package/src/shipping_v2/model/DocumentFormat.d.ts +29 -0
- package/src/shipping_v2/model/DocumentFormat.d.ts.map +1 -0
- package/src/shipping_v2/model/DocumentFormat.js +2 -2
- package/src/shipping_v2/model/DocumentSize.d.ts +39 -0
- package/src/shipping_v2/model/DocumentSize.d.ts.map +1 -0
- package/src/shipping_v2/model/DocumentSize.js +7 -4
- package/src/shipping_v2/model/DocumentType.d.ts +34 -0
- package/src/shipping_v2/model/DocumentType.d.ts.map +1 -0
- package/src/shipping_v2/model/DocumentType.js +2 -2
- package/src/shipping_v2/model/Error.d.ts +33 -0
- package/src/shipping_v2/model/Error.d.ts.map +1 -0
- package/src/shipping_v2/model/Error.js +5 -2
- package/src/shipping_v2/model/ErrorList.d.ts +26 -0
- package/src/shipping_v2/model/ErrorList.d.ts.map +1 -0
- package/src/shipping_v2/model/ErrorList.js +5 -4
- package/src/shipping_v2/model/Event.d.ts +40 -0
- package/src/shipping_v2/model/Event.d.ts.map +1 -0
- package/src/shipping_v2/model/Event.js +10 -6
- package/src/shipping_v2/model/EventCode.d.ts +84 -0
- package/src/shipping_v2/model/EventCode.d.ts.map +1 -0
- package/src/shipping_v2/model/EventCode.js +2 -2
- package/src/shipping_v2/model/ExceptionOperatingHours.d.ts +28 -0
- package/src/shipping_v2/model/ExceptionOperatingHours.d.ts.map +1 -0
- package/src/shipping_v2/model/ExceptionOperatingHours.js +6 -4
- package/src/shipping_v2/model/ExcludedBenefit.d.ts +31 -0
- package/src/shipping_v2/model/ExcludedBenefit.d.ts.map +1 -0
- package/src/shipping_v2/model/ExcludedBenefit.js +5 -3
- package/src/shipping_v2/model/GenerateCollectionFormRequest.d.ts +38 -0
- package/src/shipping_v2/model/GenerateCollectionFormRequest.d.ts.map +1 -0
- package/src/shipping_v2/model/GenerateCollectionFormRequest.js +7 -4
- package/src/shipping_v2/model/GenerateCollectionFormResponse.d.ts +22 -0
- package/src/shipping_v2/model/GenerateCollectionFormResponse.d.ts.map +1 -0
- package/src/shipping_v2/model/GenerateCollectionFormResponse.js +4 -3
- package/src/shipping_v2/model/GenerationStatus.d.ts +24 -0
- package/src/shipping_v2/model/GenerationStatus.d.ts.map +1 -0
- package/src/shipping_v2/model/GenerationStatus.js +2 -2
- package/src/shipping_v2/model/Geocode.d.ts +28 -0
- package/src/shipping_v2/model/Geocode.d.ts.map +1 -0
- package/src/shipping_v2/model/Geocode.js +4 -2
- package/src/shipping_v2/model/GetAccessPointsResponse.d.ts +22 -0
- package/src/shipping_v2/model/GetAccessPointsResponse.d.ts.map +1 -0
- package/src/shipping_v2/model/GetAccessPointsResponse.js +4 -3
- package/src/shipping_v2/model/GetAccessPointsResult.d.ts +29 -0
- package/src/shipping_v2/model/GetAccessPointsResult.d.ts.map +1 -0
- package/src/shipping_v2/model/GetAccessPointsResult.js +5 -4
- package/src/shipping_v2/model/GetAdditionalInputsResponse.d.ts +24 -0
- package/src/shipping_v2/model/GetAdditionalInputsResponse.d.ts.map +1 -0
- package/src/shipping_v2/model/GetAdditionalInputsResponse.js +4 -3
- package/src/shipping_v2/model/GetCarrierAccountFormInputsResponse.d.ts +23 -0
- package/src/shipping_v2/model/GetCarrierAccountFormInputsResponse.d.ts.map +1 -0
- package/src/shipping_v2/model/GetCarrierAccountFormInputsResponse.js +4 -3
- package/src/shipping_v2/model/GetCarrierAccountsRequest.d.ts +23 -0
- package/src/shipping_v2/model/GetCarrierAccountsRequest.d.ts.map +1 -0
- package/src/shipping_v2/model/GetCarrierAccountsRequest.js +4 -3
- package/src/shipping_v2/model/GetCarrierAccountsResponse.d.ts +26 -0
- package/src/shipping_v2/model/GetCarrierAccountsResponse.d.ts.map +1 -0
- package/src/shipping_v2/model/GetCarrierAccountsResponse.js +5 -4
- package/src/shipping_v2/model/GetCollectionFormHistoryRequest.d.ts +47 -0
- package/src/shipping_v2/model/GetCollectionFormHistoryRequest.d.ts.map +1 -0
- package/src/shipping_v2/model/GetCollectionFormHistoryRequest.js +10 -5
- package/src/shipping_v2/model/GetCollectionFormHistoryResponse.d.ts +29 -0
- package/src/shipping_v2/model/GetCollectionFormHistoryResponse.d.ts.map +1 -0
- package/src/shipping_v2/model/GetCollectionFormHistoryResponse.js +5 -3
- package/src/shipping_v2/model/GetCollectionFormResponse.d.ts +22 -0
- package/src/shipping_v2/model/GetCollectionFormResponse.d.ts.map +1 -0
- package/src/shipping_v2/model/GetCollectionFormResponse.js +4 -3
- package/src/shipping_v2/model/GetRatesRequest.d.ts +93 -0
- package/src/shipping_v2/model/GetRatesRequest.d.ts.map +1 -0
- package/src/shipping_v2/model/GetRatesRequest.js +30 -17
- package/src/shipping_v2/model/GetRatesResponse.d.ts +22 -0
- package/src/shipping_v2/model/GetRatesResponse.d.ts.map +1 -0
- package/src/shipping_v2/model/GetRatesResponse.js +4 -3
- package/src/shipping_v2/model/GetRatesResult.d.ts +35 -0
- package/src/shipping_v2/model/GetRatesResult.d.ts.map +1 -0
- package/src/shipping_v2/model/GetRatesResult.js +8 -5
- package/src/shipping_v2/model/GetShipmentDocumentsResponse.d.ts +22 -0
- package/src/shipping_v2/model/GetShipmentDocumentsResponse.d.ts.map +1 -0
- package/src/shipping_v2/model/GetShipmentDocumentsResponse.js +4 -3
- package/src/shipping_v2/model/GetShipmentDocumentsResult.d.ts +34 -0
- package/src/shipping_v2/model/GetShipmentDocumentsResult.d.ts.map +1 -0
- package/src/shipping_v2/model/GetShipmentDocumentsResult.js +8 -5
- package/src/shipping_v2/model/GetTrackingResponse.d.ts +22 -0
- package/src/shipping_v2/model/GetTrackingResponse.d.ts.map +1 -0
- package/src/shipping_v2/model/GetTrackingResponse.js +4 -3
- package/src/shipping_v2/model/GetTrackingResult.d.ts +35 -0
- package/src/shipping_v2/model/GetTrackingResult.d.ts.map +1 -0
- package/src/shipping_v2/model/GetTrackingResult.js +11 -6
- package/src/shipping_v2/model/GetUnmanifestedShipmentsRequest.d.ts +23 -0
- package/src/shipping_v2/model/GetUnmanifestedShipmentsRequest.d.ts.map +1 -0
- package/src/shipping_v2/model/GetUnmanifestedShipmentsRequest.js +4 -3
- package/src/shipping_v2/model/GetUnmanifestedShipmentsResponse.d.ts +23 -0
- package/src/shipping_v2/model/GetUnmanifestedShipmentsResponse.d.ts.map +1 -0
- package/src/shipping_v2/model/GetUnmanifestedShipmentsResponse.js +4 -3
- package/src/shipping_v2/model/GoodsOwner.d.ts +25 -0
- package/src/shipping_v2/model/GoodsOwner.d.ts.map +1 -0
- package/src/shipping_v2/model/GoodsOwner.js +3 -2
- package/src/shipping_v2/model/IneligibilityReason.d.ts +28 -0
- package/src/shipping_v2/model/IneligibilityReason.d.ts.map +1 -0
- package/src/shipping_v2/model/IneligibilityReason.js +6 -4
- package/src/shipping_v2/model/IneligibilityReasonCode.d.ts +64 -0
- package/src/shipping_v2/model/IneligibilityReasonCode.d.ts.map +1 -0
- package/src/shipping_v2/model/IneligibilityReasonCode.js +2 -2
- package/src/shipping_v2/model/IneligibleRate.d.ts +34 -0
- package/src/shipping_v2/model/IneligibleRate.d.ts.map +1 -0
- package/src/shipping_v2/model/IneligibleRate.js +9 -4
- package/src/shipping_v2/model/InputType.d.ts +24 -0
- package/src/shipping_v2/model/InputType.d.ts.map +1 -0
- package/src/shipping_v2/model/InputType.js +2 -2
- package/src/shipping_v2/model/InvoiceDetails.d.ts +28 -0
- package/src/shipping_v2/model/InvoiceDetails.d.ts.map +1 -0
- package/src/shipping_v2/model/InvoiceDetails.js +4 -2
- package/src/shipping_v2/model/Item.d.ts +91 -0
- package/src/shipping_v2/model/Item.d.ts.map +1 -0
- package/src/shipping_v2/model/Item.js +21 -9
- package/src/shipping_v2/model/LabelAttribute.d.ts +29 -0
- package/src/shipping_v2/model/LabelAttribute.d.ts.map +1 -0
- package/src/shipping_v2/model/LabelAttribute.js +2 -2
- package/src/shipping_v2/model/LinkCarrierAccountRequest.d.ts +41 -0
- package/src/shipping_v2/model/LinkCarrierAccountRequest.d.ts.map +1 -0
- package/src/shipping_v2/model/LinkCarrierAccountRequest.js +10 -6
- package/src/shipping_v2/model/LinkCarrierAccountResponse.d.ts +28 -0
- package/src/shipping_v2/model/LinkCarrierAccountResponse.d.ts.map +1 -0
- package/src/shipping_v2/model/LinkCarrierAccountResponse.js +5 -3
- package/src/shipping_v2/model/LinkableAccountType.d.ts +29 -0
- package/src/shipping_v2/model/LinkableAccountType.d.ts.map +1 -0
- package/src/shipping_v2/model/LinkableAccountType.js +6 -4
- package/src/shipping_v2/model/LinkableCarrier.d.ts +29 -0
- package/src/shipping_v2/model/LinkableCarrier.d.ts.map +1 -0
- package/src/shipping_v2/model/LinkableCarrier.js +5 -3
- package/src/shipping_v2/model/LiquidVolume.d.ts +42 -0
- package/src/shipping_v2/model/LiquidVolume.d.ts.map +1 -0
- package/src/shipping_v2/model/LiquidVolume.js +6 -4
- package/src/shipping_v2/model/Location.d.ts +40 -0
- package/src/shipping_v2/model/Location.d.ts.map +1 -0
- package/src/shipping_v2/model/Location.js +6 -2
- package/src/shipping_v2/model/NdrAction.d.ts +29 -0
- package/src/shipping_v2/model/NdrAction.d.ts.map +1 -0
- package/src/shipping_v2/model/NdrAction.js +2 -2
- package/src/shipping_v2/model/NdrRequestData.d.ts +28 -0
- package/src/shipping_v2/model/NdrRequestData.d.ts.map +1 -0
- package/src/shipping_v2/model/NdrRequestData.js +4 -2
- package/src/shipping_v2/model/OneClickShipmentRequest.d.ts +86 -0
- package/src/shipping_v2/model/OneClickShipmentRequest.d.ts.map +1 -0
- package/src/shipping_v2/model/OneClickShipmentRequest.js +32 -19
- package/src/shipping_v2/model/OneClickShipmentResponse.d.ts +22 -0
- package/src/shipping_v2/model/OneClickShipmentResponse.d.ts.map +1 -0
- package/src/shipping_v2/model/OneClickShipmentResponse.js +4 -3
- package/src/shipping_v2/model/OneClickShipmentResult.d.ts +40 -0
- package/src/shipping_v2/model/OneClickShipmentResult.d.ts.map +1 -0
- package/src/shipping_v2/model/OneClickShipmentResult.js +18 -12
- package/src/shipping_v2/model/OneClickShipmentValueAddedService.d.ts +31 -0
- package/src/shipping_v2/model/OneClickShipmentValueAddedService.d.ts.map +1 -0
- package/src/shipping_v2/model/OneClickShipmentValueAddedService.js +5 -3
- package/src/shipping_v2/model/OperatingHours.d.ts +33 -0
- package/src/shipping_v2/model/OperatingHours.d.ts.map +1 -0
- package/src/shipping_v2/model/OperatingHours.js +8 -5
- package/src/shipping_v2/model/Package.d.ts +56 -0
- package/src/shipping_v2/model/Package.d.ts.map +1 -0
- package/src/shipping_v2/model/Package.js +19 -11
- package/src/shipping_v2/model/PackageDocument.d.ts +31 -0
- package/src/shipping_v2/model/PackageDocument.d.ts.map +1 -0
- package/src/shipping_v2/model/PackageDocument.js +9 -6
- package/src/shipping_v2/model/PackageDocumentDetail.d.ts +34 -0
- package/src/shipping_v2/model/PackageDocumentDetail.d.ts.map +1 -0
- package/src/shipping_v2/model/PackageDocumentDetail.js +7 -4
- package/src/shipping_v2/model/PaymentType.d.ts +24 -0
- package/src/shipping_v2/model/PaymentType.d.ts.map +1 -0
- package/src/shipping_v2/model/PaymentType.js +2 -2
- package/src/shipping_v2/model/PrintOption.d.ts +36 -0
- package/src/shipping_v2/model/PrintOption.d.ts.map +1 -0
- package/src/shipping_v2/model/PrintOption.js +13 -9
- package/src/shipping_v2/model/Promise.d.ts +27 -0
- package/src/shipping_v2/model/Promise.d.ts.map +1 -0
- package/src/shipping_v2/model/Promise.js +6 -4
- package/src/shipping_v2/model/PurchaseShipmentRequest.d.ts +45 -0
- package/src/shipping_v2/model/PurchaseShipmentRequest.d.ts.map +1 -0
- package/src/shipping_v2/model/PurchaseShipmentRequest.js +11 -6
- package/src/shipping_v2/model/PurchaseShipmentResponse.d.ts +22 -0
- package/src/shipping_v2/model/PurchaseShipmentResponse.d.ts.map +1 -0
- package/src/shipping_v2/model/PurchaseShipmentResponse.js +4 -3
- package/src/shipping_v2/model/PurchaseShipmentResult.d.ts +37 -0
- package/src/shipping_v2/model/PurchaseShipmentResult.d.ts.map +1 -0
- package/src/shipping_v2/model/PurchaseShipmentResult.js +11 -7
- package/src/shipping_v2/model/Rate.d.ts +76 -0
- package/src/shipping_v2/model/Rate.d.ts.map +1 -0
- package/src/shipping_v2/model/Rate.js +27 -13
- package/src/shipping_v2/model/RateItem.d.ts +40 -0
- package/src/shipping_v2/model/RateItem.d.ts.map +1 -0
- package/src/shipping_v2/model/RateItem.js +9 -5
- package/src/shipping_v2/model/RateItemID.d.ts +179 -0
- package/src/shipping_v2/model/RateItemID.d.ts.map +1 -0
- package/src/shipping_v2/model/RateItemID.js +2 -2
- package/src/shipping_v2/model/RateItemType.d.ts +29 -0
- package/src/shipping_v2/model/RateItemType.d.ts.map +1 -0
- package/src/shipping_v2/model/RateItemType.js +2 -2
- package/src/shipping_v2/model/RequestedDocumentSpecification.d.ts +52 -0
- package/src/shipping_v2/model/RequestedDocumentSpecification.d.ts.map +1 -0
- package/src/shipping_v2/model/RequestedDocumentSpecification.js +16 -9
- package/src/shipping_v2/model/RequestedLabelCustomization.d.ts +23 -0
- package/src/shipping_v2/model/RequestedLabelCustomization.d.ts.map +1 -0
- package/src/shipping_v2/model/RequestedLabelCustomization.js +4 -3
- package/src/shipping_v2/model/RequestedValueAddedService.d.ts +25 -0
- package/src/shipping_v2/model/RequestedValueAddedService.d.ts.map +1 -0
- package/src/shipping_v2/model/RequestedValueAddedService.js +3 -2
- package/src/shipping_v2/model/Service.d.ts +27 -0
- package/src/shipping_v2/model/Service.d.ts.map +1 -0
- package/src/shipping_v2/model/Service.js +4 -2
- package/src/shipping_v2/model/ServiceSelection.d.ts +25 -0
- package/src/shipping_v2/model/ServiceSelection.d.ts.map +1 -0
- package/src/shipping_v2/model/ServiceSelection.js +5 -4
- package/src/shipping_v2/model/SettlementType.d.ts +24 -0
- package/src/shipping_v2/model/SettlementType.d.ts.map +1 -0
- package/src/shipping_v2/model/SettlementType.js +2 -2
- package/src/shipping_v2/model/ShipmentType.d.ts +24 -0
- package/src/shipping_v2/model/ShipmentType.d.ts.map +1 -0
- package/src/shipping_v2/model/ShipmentType.js +2 -2
- package/src/shipping_v2/model/ShipperInstruction.d.ts +22 -0
- package/src/shipping_v2/model/ShipperInstruction.d.ts.map +1 -0
- package/src/shipping_v2/model/ShipperInstruction.js +3 -2
- package/src/shipping_v2/model/Status.d.ts +64 -0
- package/src/shipping_v2/model/Status.d.ts.map +1 -0
- package/src/shipping_v2/model/Status.js +2 -2
- package/src/shipping_v2/model/SubmitNdrFeedbackRequest.d.ts +34 -0
- package/src/shipping_v2/model/SubmitNdrFeedbackRequest.d.ts.map +1 -0
- package/src/shipping_v2/model/SubmitNdrFeedbackRequest.js +8 -5
- package/src/shipping_v2/model/SupportedDocumentDetail.d.ts +28 -0
- package/src/shipping_v2/model/SupportedDocumentDetail.d.ts.map +1 -0
- package/src/shipping_v2/model/SupportedDocumentDetail.js +6 -4
- package/src/shipping_v2/model/SupportedDocumentSpecification.d.ts +32 -0
- package/src/shipping_v2/model/SupportedDocumentSpecification.d.ts.map +1 -0
- package/src/shipping_v2/model/SupportedDocumentSpecification.js +11 -8
- package/src/shipping_v2/model/TaxDetail.d.ts +28 -0
- package/src/shipping_v2/model/TaxDetail.d.ts.map +1 -0
- package/src/shipping_v2/model/TaxDetail.js +6 -4
- package/src/shipping_v2/model/TaxType.d.ts +19 -0
- package/src/shipping_v2/model/TaxType.d.ts.map +1 -0
- package/src/shipping_v2/model/TaxType.js +2 -2
- package/src/shipping_v2/model/TimeOfDay.d.ts +34 -0
- package/src/shipping_v2/model/TimeOfDay.d.ts.map +1 -0
- package/src/shipping_v2/model/TimeOfDay.js +5 -2
- package/src/shipping_v2/model/TimeWindow.d.ts +28 -0
- package/src/shipping_v2/model/TimeWindow.d.ts.map +1 -0
- package/src/shipping_v2/model/TimeWindow.js +4 -2
- package/src/shipping_v2/model/TrackingDetailCodes.d.ts +28 -0
- package/src/shipping_v2/model/TrackingDetailCodes.d.ts.map +1 -0
- package/src/shipping_v2/model/TrackingDetailCodes.js +8 -6
- package/src/shipping_v2/model/TrackingSummary.d.ts +28 -0
- package/src/shipping_v2/model/TrackingSummary.d.ts.map +1 -0
- package/src/shipping_v2/model/TrackingSummary.js +6 -4
- package/src/shipping_v2/model/UnlinkCarrierAccountRequest.d.ts +29 -0
- package/src/shipping_v2/model/UnlinkCarrierAccountRequest.d.ts.map +1 -0
- package/src/shipping_v2/model/UnlinkCarrierAccountRequest.js +5 -3
- package/src/shipping_v2/model/UnlinkCarrierAccountResponse.d.ts +22 -0
- package/src/shipping_v2/model/UnlinkCarrierAccountResponse.d.ts.map +1 -0
- package/src/shipping_v2/model/UnlinkCarrierAccountResponse.js +3 -2
- package/src/shipping_v2/model/UnmanifestedCarrierInformation.d.ts +35 -0
- package/src/shipping_v2/model/UnmanifestedCarrierInformation.d.ts.map +1 -0
- package/src/shipping_v2/model/UnmanifestedCarrierInformation.js +6 -3
- package/src/shipping_v2/model/UnmanifestedShipmentLocation.d.ts +28 -0
- package/src/shipping_v2/model/UnmanifestedShipmentLocation.d.ts.map +1 -0
- package/src/shipping_v2/model/UnmanifestedShipmentLocation.js +5 -3
- package/src/shipping_v2/model/ValidationMetadata.d.ts +34 -0
- package/src/shipping_v2/model/ValidationMetadata.d.ts.map +1 -0
- package/src/shipping_v2/model/ValidationMetadata.js +5 -2
- package/src/shipping_v2/model/ValueAddedService.d.ts +30 -0
- package/src/shipping_v2/model/ValueAddedService.d.ts.map +1 -0
- package/src/shipping_v2/model/ValueAddedService.js +7 -4
- package/src/shipping_v2/model/ValueAddedServiceDetails.d.ts +22 -0
- package/src/shipping_v2/model/ValueAddedServiceDetails.d.ts.map +1 -0
- package/src/shipping_v2/model/ValueAddedServiceDetails.js +4 -3
- package/src/shipping_v2/model/Weight.d.ts +39 -0
- package/src/shipping_v2/model/Weight.d.ts.map +1 -0
- package/src/shipping_v2/model/Weight.js +6 -4
- package/src/solicitations_v1/ApiClient.d.ts +260 -0
- package/src/solicitations_v1/ApiClient.d.ts.map +1 -0
- package/src/solicitations_v1/api/SolicitationsApi.d.ts +58 -0
- package/src/solicitations_v1/api/SolicitationsApi.d.ts.map +1 -0
- package/src/solicitations_v1/api/SolicitationsApi.js +11 -11
- package/src/solicitations_v1/index.d.ts +16 -0
- package/src/solicitations_v1/index.d.ts.map +1 -0
- package/src/solicitations_v1/model/CreateProductReviewAndSellerFeedbackSolicitationResponse.d.ts +23 -0
- package/src/solicitations_v1/model/CreateProductReviewAndSellerFeedbackSolicitationResponse.d.ts.map +1 -0
- package/src/solicitations_v1/model/CreateProductReviewAndSellerFeedbackSolicitationResponse.js +4 -3
- package/src/solicitations_v1/model/Error.d.ts +33 -0
- package/src/solicitations_v1/model/Error.d.ts.map +1 -0
- package/src/solicitations_v1/model/Error.js +5 -2
- package/src/solicitations_v1/model/GetSchemaResponse.d.ts +37 -0
- package/src/solicitations_v1/model/GetSchemaResponse.d.ts.map +1 -0
- package/src/solicitations_v1/model/GetSchemaResponse.js +8 -5
- package/src/solicitations_v1/model/GetSchemaResponseLinks.d.ts +25 -0
- package/src/solicitations_v1/model/GetSchemaResponseLinks.d.ts.map +1 -0
- package/src/solicitations_v1/model/GetSchemaResponseLinks.js +5 -4
- package/src/solicitations_v1/model/GetSolicitationActionResponse.d.ts +41 -0
- package/src/solicitations_v1/model/GetSolicitationActionResponse.d.ts.map +1 -0
- package/src/solicitations_v1/model/GetSolicitationActionResponse.js +10 -6
- package/src/solicitations_v1/model/GetSolicitationActionResponseEmbedded.d.ts +22 -0
- package/src/solicitations_v1/model/GetSolicitationActionResponseEmbedded.d.ts.map +1 -0
- package/src/solicitations_v1/model/GetSolicitationActionResponseEmbedded.js +4 -3
- package/src/solicitations_v1/model/GetSolicitationActionResponseLinks.d.ts +27 -0
- package/src/solicitations_v1/model/GetSolicitationActionResponseLinks.d.ts.map +1 -0
- package/src/solicitations_v1/model/GetSolicitationActionResponseLinks.js +8 -6
- package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponse.d.ts +35 -0
- package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponse.d.ts.map +1 -0
- package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponse.js +8 -5
- package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponseEmbedded.d.ts +25 -0
- package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponseEmbedded.d.ts.map +1 -0
- package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponseEmbedded.js +5 -4
- package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponseLinks.d.ts +27 -0
- package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponseLinks.d.ts.map +1 -0
- package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponseLinks.js +8 -6
- package/src/solicitations_v1/model/LinkObject.d.ts +31 -0
- package/src/solicitations_v1/model/LinkObject.d.ts.map +1 -0
- package/src/solicitations_v1/model/LinkObject.js +4 -2
- package/src/solicitations_v1/model/SolicitationsAction.d.ts +25 -0
- package/src/solicitations_v1/model/SolicitationsAction.d.ts.map +1 -0
- package/src/solicitations_v1/model/SolicitationsAction.js +3 -2
- package/src/supplysources_v2020_07_01/ApiClient.d.ts +260 -0
- package/src/supplysources_v2020_07_01/ApiClient.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/api/SupplySourcesApi.d.ts +133 -0
- package/src/supplysources_v2020_07_01/api/SupplySourcesApi.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/api/SupplySourcesApi.js +31 -31
- package/src/supplysources_v2020_07_01/index.d.ts +40 -0
- package/src/supplysources_v2020_07_01/index.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/Address.d.ts +73 -0
- package/src/supplysources_v2020_07_01/model/Address.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/Address.js +13 -2
- package/src/supplysources_v2020_07_01/model/AddressWithContact.d.ts +28 -0
- package/src/supplysources_v2020_07_01/model/AddressWithContact.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/AddressWithContact.js +6 -4
- package/src/supplysources_v2020_07_01/model/ContactDetails.d.ts +22 -0
- package/src/supplysources_v2020_07_01/model/ContactDetails.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/ContactDetails.js +4 -3
- package/src/supplysources_v2020_07_01/model/ContactDetailsPrimary.d.ts +28 -0
- package/src/supplysources_v2020_07_01/model/ContactDetailsPrimary.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/ContactDetailsPrimary.js +4 -2
- package/src/supplysources_v2020_07_01/model/CreateSupplySourceRequest.d.ts +30 -0
- package/src/supplysources_v2020_07_01/model/CreateSupplySourceRequest.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/CreateSupplySourceRequest.js +7 -4
- package/src/supplysources_v2020_07_01/model/CreateSupplySourceResponse.d.ts +27 -0
- package/src/supplysources_v2020_07_01/model/CreateSupplySourceResponse.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/CreateSupplySourceResponse.js +4 -2
- package/src/supplysources_v2020_07_01/model/CurbsidePickupConfiguration.d.ts +34 -0
- package/src/supplysources_v2020_07_01/model/CurbsidePickupConfiguration.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/CurbsidePickupConfiguration.js +7 -4
- package/src/supplysources_v2020_07_01/model/DeliveryChannel.d.ts +27 -0
- package/src/supplysources_v2020_07_01/model/DeliveryChannel.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/DeliveryChannel.js +5 -3
- package/src/supplysources_v2020_07_01/model/Duration.d.ts +28 -0
- package/src/supplysources_v2020_07_01/model/Duration.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/Duration.js +5 -3
- package/src/supplysources_v2020_07_01/model/Error.d.ts +33 -0
- package/src/supplysources_v2020_07_01/model/Error.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/Error.js +5 -2
- package/src/supplysources_v2020_07_01/model/ErrorList.d.ts +26 -0
- package/src/supplysources_v2020_07_01/model/ErrorList.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/ErrorList.js +5 -4
- package/src/supplysources_v2020_07_01/model/GetSupplySourcesResponse.d.ts +29 -0
- package/src/supplysources_v2020_07_01/model/GetSupplySourcesResponse.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/GetSupplySourcesResponse.js +5 -3
- package/src/supplysources_v2020_07_01/model/InStorePickupConfiguration.d.ts +28 -0
- package/src/supplysources_v2020_07_01/model/InStorePickupConfiguration.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/InStorePickupConfiguration.js +5 -3
- package/src/supplysources_v2020_07_01/model/OperatingHour.d.ts +28 -0
- package/src/supplysources_v2020_07_01/model/OperatingHour.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/OperatingHour.js +4 -2
- package/src/supplysources_v2020_07_01/model/OperatingHoursByDay.d.ts +59 -0
- package/src/supplysources_v2020_07_01/model/OperatingHoursByDay.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/OperatingHoursByDay.js +16 -9
- package/src/supplysources_v2020_07_01/model/OperationalConfiguration.d.ts +40 -0
- package/src/supplysources_v2020_07_01/model/OperationalConfiguration.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/OperationalConfiguration.js +10 -6
- package/src/supplysources_v2020_07_01/model/OutboundCapability.d.ts +45 -0
- package/src/supplysources_v2020_07_01/model/OutboundCapability.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/OutboundCapability.js +11 -6
- package/src/supplysources_v2020_07_01/model/ParkingConfiguration.d.ts +34 -0
- package/src/supplysources_v2020_07_01/model/ParkingConfiguration.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/ParkingConfiguration.js +7 -4
- package/src/supplysources_v2020_07_01/model/ParkingCostType.d.ts +24 -0
- package/src/supplysources_v2020_07_01/model/ParkingCostType.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/ParkingCostType.js +2 -2
- package/src/supplysources_v2020_07_01/model/ParkingSpotIdentificationType.d.ts +24 -0
- package/src/supplysources_v2020_07_01/model/ParkingSpotIdentificationType.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/ParkingSpotIdentificationType.js +2 -2
- package/src/supplysources_v2020_07_01/model/ParkingWithAddressConfiguration.d.ts +40 -0
- package/src/supplysources_v2020_07_01/model/ParkingWithAddressConfiguration.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/ParkingWithAddressConfiguration.js +14 -7
- package/src/supplysources_v2020_07_01/model/PickupChannel.d.ts +45 -0
- package/src/supplysources_v2020_07_01/model/PickupChannel.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/PickupChannel.js +11 -6
- package/src/supplysources_v2020_07_01/model/ReturnLocation.d.ts +28 -0
- package/src/supplysources_v2020_07_01/model/ReturnLocation.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/ReturnLocation.js +5 -3
- package/src/supplysources_v2020_07_01/model/ServicesCapability.d.ts +28 -0
- package/src/supplysources_v2020_07_01/model/ServicesCapability.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/ServicesCapability.js +5 -3
- package/src/supplysources_v2020_07_01/model/SupplySource.d.ts +70 -0
- package/src/supplysources_v2020_07_01/model/SupplySource.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/SupplySource.js +15 -6
- package/src/supplysources_v2020_07_01/model/SupplySourceCapabilities.d.ts +28 -0
- package/src/supplysources_v2020_07_01/model/SupplySourceCapabilities.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/SupplySourceCapabilities.js +6 -4
- package/src/supplysources_v2020_07_01/model/SupplySourceConfiguration.d.ts +28 -0
- package/src/supplysources_v2020_07_01/model/SupplySourceConfiguration.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/SupplySourceConfiguration.js +5 -3
- package/src/supplysources_v2020_07_01/model/SupplySourceListInner.d.ts +40 -0
- package/src/supplysources_v2020_07_01/model/SupplySourceListInner.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/SupplySourceListInner.js +7 -3
- package/src/supplysources_v2020_07_01/model/SupplySourceStatus.d.ts +24 -0
- package/src/supplysources_v2020_07_01/model/SupplySourceStatus.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/SupplySourceStatus.js +2 -2
- package/src/supplysources_v2020_07_01/model/SupplySourceStatusReadOnly.d.ts +29 -0
- package/src/supplysources_v2020_07_01/model/SupplySourceStatusReadOnly.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/SupplySourceStatusReadOnly.js +2 -2
- package/src/supplysources_v2020_07_01/model/ThroughputCap.d.ts +28 -0
- package/src/supplysources_v2020_07_01/model/ThroughputCap.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/ThroughputCap.js +5 -3
- package/src/supplysources_v2020_07_01/model/ThroughputConfig.d.ts +32 -0
- package/src/supplysources_v2020_07_01/model/ThroughputConfig.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/ThroughputConfig.js +7 -5
- package/src/supplysources_v2020_07_01/model/ThroughputUnit.d.ts +19 -0
- package/src/supplysources_v2020_07_01/model/ThroughputUnit.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/ThroughputUnit.js +2 -2
- package/src/supplysources_v2020_07_01/model/TimeUnit.d.ts +29 -0
- package/src/supplysources_v2020_07_01/model/TimeUnit.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/TimeUnit.js +2 -2
- package/src/supplysources_v2020_07_01/model/UpdateSupplySourceRequest.d.ts +34 -0
- package/src/supplysources_v2020_07_01/model/UpdateSupplySourceRequest.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/UpdateSupplySourceRequest.js +7 -4
- package/src/supplysources_v2020_07_01/model/UpdateSupplySourceStatusRequest.d.ts +22 -0
- package/src/supplysources_v2020_07_01/model/UpdateSupplySourceStatusRequest.d.ts.map +1 -0
- package/src/supplysources_v2020_07_01/model/UpdateSupplySourceStatusRequest.js +4 -3
- package/src/tokens_v2021_03_01/ApiClient.d.ts +260 -0
- package/src/tokens_v2021_03_01/ApiClient.d.ts.map +1 -0
- package/src/tokens_v2021_03_01/api/TokensApi.d.ts +42 -0
- package/src/tokens_v2021_03_01/api/TokensApi.d.ts.map +1 -0
- package/src/tokens_v2021_03_01/api/TokensApi.js +7 -7
- package/src/tokens_v2021_03_01/index.d.ts +9 -0
- package/src/tokens_v2021_03_01/index.d.ts.map +1 -0
- package/src/tokens_v2021_03_01/model/CreateRestrictedDataTokenRequest.d.ts +32 -0
- package/src/tokens_v2021_03_01/model/CreateRestrictedDataTokenRequest.d.ts.map +1 -0
- package/src/tokens_v2021_03_01/model/CreateRestrictedDataTokenRequest.js +6 -4
- package/src/tokens_v2021_03_01/model/CreateRestrictedDataTokenResponse.d.ts +28 -0
- package/src/tokens_v2021_03_01/model/CreateRestrictedDataTokenResponse.d.ts.map +1 -0
- package/src/tokens_v2021_03_01/model/CreateRestrictedDataTokenResponse.js +4 -2
- package/src/tokens_v2021_03_01/model/Error.d.ts +33 -0
- package/src/tokens_v2021_03_01/model/Error.d.ts.map +1 -0
- package/src/tokens_v2021_03_01/model/Error.js +5 -2
- package/src/tokens_v2021_03_01/model/ErrorList.d.ts +22 -0
- package/src/tokens_v2021_03_01/model/ErrorList.d.ts.map +1 -0
- package/src/tokens_v2021_03_01/model/ErrorList.js +4 -3
- package/src/tokens_v2021_03_01/model/RestrictedResource.d.ts +45 -0
- package/src/tokens_v2021_03_01/model/RestrictedResource.d.ts.map +1 -0
- package/src/tokens_v2021_03_01/model/RestrictedResource.js +8 -5
- package/src/transfers_v2024_06_01/ApiClient.d.ts +260 -0
- package/src/transfers_v2024_06_01/ApiClient.d.ts.map +1 -0
- package/src/transfers_v2024_06_01/api/DefaultApi.d.ts +63 -0
- package/src/transfers_v2024_06_01/api/DefaultApi.d.ts.map +1 -0
- package/src/transfers_v2024_06_01/api/DefaultApi.js +13 -13
- package/src/transfers_v2024_06_01/index.d.ts +13 -0
- package/src/transfers_v2024_06_01/index.d.ts.map +1 -0
- package/src/transfers_v2024_06_01/model/AssignmentType.d.ts +19 -0
- package/src/transfers_v2024_06_01/model/AssignmentType.d.ts.map +1 -0
- package/src/transfers_v2024_06_01/model/AssignmentType.js +2 -2
- package/src/transfers_v2024_06_01/model/Error.d.ts +33 -0
- package/src/transfers_v2024_06_01/model/Error.d.ts.map +1 -0
- package/src/transfers_v2024_06_01/model/Error.js +5 -2
- package/src/transfers_v2024_06_01/model/ErrorList.d.ts +26 -0
- package/src/transfers_v2024_06_01/model/ErrorList.d.ts.map +1 -0
- package/src/transfers_v2024_06_01/model/ErrorList.js +5 -4
- package/src/transfers_v2024_06_01/model/ExpiryDate.d.ts +28 -0
- package/src/transfers_v2024_06_01/model/ExpiryDate.d.ts.map +1 -0
- package/src/transfers_v2024_06_01/model/ExpiryDate.js +4 -2
- package/src/transfers_v2024_06_01/model/GetPaymentMethodsResponse.d.ts +23 -0
- package/src/transfers_v2024_06_01/model/GetPaymentMethodsResponse.d.ts.map +1 -0
- package/src/transfers_v2024_06_01/model/GetPaymentMethodsResponse.js +4 -3
- package/src/transfers_v2024_06_01/model/InitiatePayoutRequest.d.ts +27 -0
- package/src/transfers_v2024_06_01/model/InitiatePayoutRequest.d.ts.map +1 -0
- package/src/transfers_v2024_06_01/model/InitiatePayoutRequest.js +4 -2
- package/src/transfers_v2024_06_01/model/InitiatePayoutResponse.d.ts +25 -0
- package/src/transfers_v2024_06_01/model/InitiatePayoutResponse.d.ts.map +1 -0
- package/src/transfers_v2024_06_01/model/InitiatePayoutResponse.js +3 -2
- package/src/transfers_v2024_06_01/model/PaymentMethodDetails.d.ts +58 -0
- package/src/transfers_v2024_06_01/model/PaymentMethodDetails.d.ts.map +1 -0
- package/src/transfers_v2024_06_01/model/PaymentMethodDetails.js +12 -5
- package/src/transfers_v2024_06_01/model/PaymentMethodType.d.ts +29 -0
- package/src/transfers_v2024_06_01/model/PaymentMethodType.d.ts.map +1 -0
- package/src/transfers_v2024_06_01/model/PaymentMethodType.js +2 -2
- package/src/uploads_v2020_11_01/ApiClient.d.ts +260 -0
- package/src/uploads_v2020_11_01/ApiClient.d.ts.map +1 -0
- package/src/uploads_v2020_11_01/api/UploadsApi.d.ts +53 -0
- package/src/uploads_v2020_11_01/api/UploadsApi.d.ts.map +1 -0
- package/src/uploads_v2020_11_01/api/UploadsApi.js +11 -11
- package/src/uploads_v2020_11_01/index.d.ts +7 -0
- package/src/uploads_v2020_11_01/index.d.ts.map +1 -0
- package/src/uploads_v2020_11_01/model/CreateUploadDestinationResponse.d.ts +29 -0
- package/src/uploads_v2020_11_01/model/CreateUploadDestinationResponse.d.ts.map +1 -0
- package/src/uploads_v2020_11_01/model/CreateUploadDestinationResponse.js +6 -4
- package/src/uploads_v2020_11_01/model/Error.d.ts +33 -0
- package/src/uploads_v2020_11_01/model/Error.d.ts.map +1 -0
- package/src/uploads_v2020_11_01/model/Error.js +5 -2
- package/src/uploads_v2020_11_01/model/UploadDestination.d.ts +34 -0
- package/src/uploads_v2020_11_01/model/UploadDestination.d.ts.map +1 -0
- package/src/uploads_v2020_11_01/model/UploadDestination.js +5 -2
- package/src/vehicles_v2024_11_01/ApiClient.d.ts +260 -0
- package/src/vehicles_v2024_11_01/ApiClient.d.ts.map +1 -0
- package/src/vehicles_v2024_11_01/api/AutomotiveApi.d.ts +55 -0
- package/src/vehicles_v2024_11_01/api/AutomotiveApi.d.ts.map +1 -0
- package/src/vehicles_v2024_11_01/api/AutomotiveApi.js +13 -13
- package/src/vehicles_v2024_11_01/api/VehiclesApi.d.ts +55 -0
- package/src/vehicles_v2024_11_01/api/VehiclesApi.d.ts.map +1 -0
- package/src/vehicles_v2024_11_01/api/VehiclesApi.js +13 -13
- package/src/vehicles_v2024_11_01/index.d.ts +16 -0
- package/src/vehicles_v2024_11_01/index.d.ts.map +1 -0
- package/src/vehicles_v2024_11_01/model/EngineOutput.d.ts +28 -0
- package/src/vehicles_v2024_11_01/model/EngineOutput.d.ts.map +1 -0
- package/src/vehicles_v2024_11_01/model/EngineOutput.js +6 -4
- package/src/vehicles_v2024_11_01/model/EngineOutputUnit.d.ts +24 -0
- package/src/vehicles_v2024_11_01/model/EngineOutputUnit.d.ts.map +1 -0
- package/src/vehicles_v2024_11_01/model/EngineOutputUnit.js +2 -2
- package/src/vehicles_v2024_11_01/model/Error.d.ts +33 -0
- package/src/vehicles_v2024_11_01/model/Error.d.ts.map +1 -0
- package/src/vehicles_v2024_11_01/model/Error.js +5 -2
- package/src/vehicles_v2024_11_01/model/ErrorList.d.ts +26 -0
- package/src/vehicles_v2024_11_01/model/ErrorList.d.ts.map +1 -0
- package/src/vehicles_v2024_11_01/model/ErrorList.js +5 -4
- package/src/vehicles_v2024_11_01/model/MonthAndYear.d.ts +28 -0
- package/src/vehicles_v2024_11_01/model/MonthAndYear.d.ts.map +1 -0
- package/src/vehicles_v2024_11_01/model/MonthAndYear.js +4 -2
- package/src/vehicles_v2024_11_01/model/Pagination.d.ts +28 -0
- package/src/vehicles_v2024_11_01/model/Pagination.d.ts.map +1 -0
- package/src/vehicles_v2024_11_01/model/Pagination.js +4 -2
- package/src/vehicles_v2024_11_01/model/Vehicle.d.ts +84 -0
- package/src/vehicles_v2024_11_01/model/Vehicle.d.ts.map +1 -0
- package/src/vehicles_v2024_11_01/model/Vehicle.js +20 -8
- package/src/vehicles_v2024_11_01/model/VehicleIdentifiers.d.ts +28 -0
- package/src/vehicles_v2024_11_01/model/VehicleIdentifiers.d.ts.map +1 -0
- package/src/vehicles_v2024_11_01/model/VehicleIdentifiers.js +6 -4
- package/src/vehicles_v2024_11_01/model/VehicleStandard.d.ts +24 -0
- package/src/vehicles_v2024_11_01/model/VehicleStandard.d.ts.map +1 -0
- package/src/vehicles_v2024_11_01/model/VehicleStandard.js +2 -2
- package/src/vehicles_v2024_11_01/model/VehicleStatusInCatalog.d.ts +24 -0
- package/src/vehicles_v2024_11_01/model/VehicleStatusInCatalog.d.ts.map +1 -0
- package/src/vehicles_v2024_11_01/model/VehicleStatusInCatalog.js +2 -2
- package/src/vehicles_v2024_11_01/model/VehiclesResponse.d.ts +32 -0
- package/src/vehicles_v2024_11_01/model/VehiclesResponse.d.ts.map +1 -0
- package/src/vehicles_v2024_11_01/model/VehiclesResponse.js +7 -5
- package/src/vendordfinventory_v1/ApiClient.d.ts +260 -0
- package/src/vendordfinventory_v1/ApiClient.d.ts.map +1 -0
- package/src/vendordfinventory_v1/api/UpdateInventoryApi.d.ts +44 -0
- package/src/vendordfinventory_v1/api/UpdateInventoryApi.d.ts.map +1 -0
- package/src/vendordfinventory_v1/api/UpdateInventoryApi.js +7 -7
- package/src/vendordfinventory_v1/index.d.ts +12 -0
- package/src/vendordfinventory_v1/index.d.ts.map +1 -0
- package/src/vendordfinventory_v1/model/Error.d.ts +33 -0
- package/src/vendordfinventory_v1/model/Error.d.ts.map +1 -0
- package/src/vendordfinventory_v1/model/Error.js +5 -2
- package/src/vendordfinventory_v1/model/InventoryUpdate.d.ts +31 -0
- package/src/vendordfinventory_v1/model/InventoryUpdate.d.ts.map +1 -0
- package/src/vendordfinventory_v1/model/InventoryUpdate.js +9 -6
- package/src/vendordfinventory_v1/model/ItemDetails.d.ts +44 -0
- package/src/vendordfinventory_v1/model/ItemDetails.d.ts.map +1 -0
- package/src/vendordfinventory_v1/model/ItemDetails.js +8 -4
- package/src/vendordfinventory_v1/model/ItemQuantity.d.ts +31 -0
- package/src/vendordfinventory_v1/model/ItemQuantity.d.ts.map +1 -0
- package/src/vendordfinventory_v1/model/ItemQuantity.js +4 -2
- package/src/vendordfinventory_v1/model/PartyIdentification.d.ts +25 -0
- package/src/vendordfinventory_v1/model/PartyIdentification.d.ts.map +1 -0
- package/src/vendordfinventory_v1/model/PartyIdentification.js +3 -2
- package/src/vendordfinventory_v1/model/SubmitInventoryUpdateRequest.d.ts +22 -0
- package/src/vendordfinventory_v1/model/SubmitInventoryUpdateRequest.d.ts.map +1 -0
- package/src/vendordfinventory_v1/model/SubmitInventoryUpdateRequest.js +4 -3
- package/src/vendordfinventory_v1/model/SubmitInventoryUpdateResponse.d.ts +29 -0
- package/src/vendordfinventory_v1/model/SubmitInventoryUpdateResponse.d.ts.map +1 -0
- package/src/vendordfinventory_v1/model/SubmitInventoryUpdateResponse.js +6 -4
- package/src/vendordfinventory_v1/model/TransactionReference.d.ts +22 -0
- package/src/vendordfinventory_v1/model/TransactionReference.d.ts.map +1 -0
- package/src/vendordfinventory_v1/model/TransactionReference.js +3 -2
- package/src/vendordforders_v2021_12_28/ApiClient.d.ts +260 -0
- package/src/vendordforders_v2021_12_28/ApiClient.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/api/VendorOrdersApi.d.ts +98 -0
- package/src/vendordforders_v2021_12_28/api/VendorOrdersApi.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/api/VendorOrdersApi.js +25 -25
- package/src/vendordforders_v2021_12_28/index.d.ts +29 -0
- package/src/vendordforders_v2021_12_28/index.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/AcknowledgementStatus.d.ts +28 -0
- package/src/vendordforders_v2021_12_28/model/AcknowledgementStatus.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/AcknowledgementStatus.js +4 -2
- package/src/vendordforders_v2021_12_28/model/Address.d.ts +79 -0
- package/src/vendordforders_v2021_12_28/model/Address.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/Address.js +14 -2
- package/src/vendordforders_v2021_12_28/model/BuyerCustomizedInfoDetail.d.ts +22 -0
- package/src/vendordforders_v2021_12_28/model/BuyerCustomizedInfoDetail.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/BuyerCustomizedInfoDetail.js +3 -2
- package/src/vendordforders_v2021_12_28/model/Error.d.ts +33 -0
- package/src/vendordforders_v2021_12_28/model/Error.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/Error.js +5 -2
- package/src/vendordforders_v2021_12_28/model/ErrorList.d.ts +26 -0
- package/src/vendordforders_v2021_12_28/model/ErrorList.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/ErrorList.js +5 -4
- package/src/vendordforders_v2021_12_28/model/GiftDetails.d.ts +28 -0
- package/src/vendordforders_v2021_12_28/model/GiftDetails.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/GiftDetails.js +4 -2
- package/src/vendordforders_v2021_12_28/model/ItemQuantity.d.ts +37 -0
- package/src/vendordforders_v2021_12_28/model/ItemQuantity.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/ItemQuantity.js +5 -3
- package/src/vendordforders_v2021_12_28/model/Money.d.ts +28 -0
- package/src/vendordforders_v2021_12_28/model/Money.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/Money.js +4 -2
- package/src/vendordforders_v2021_12_28/model/Order.d.ts +31 -0
- package/src/vendordforders_v2021_12_28/model/Order.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/Order.js +5 -3
- package/src/vendordforders_v2021_12_28/model/OrderAcknowledgementItem.d.ts +40 -0
- package/src/vendordforders_v2021_12_28/model/OrderAcknowledgementItem.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/OrderAcknowledgementItem.js +17 -10
- package/src/vendordforders_v2021_12_28/model/OrderDetails.d.ts +67 -0
- package/src/vendordforders_v2021_12_28/model/OrderDetails.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/OrderDetails.js +26 -16
- package/src/vendordforders_v2021_12_28/model/OrderItem.d.ts +78 -0
- package/src/vendordforders_v2021_12_28/model/OrderItem.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/OrderItem.js +22 -11
- package/src/vendordforders_v2021_12_28/model/OrderItemAcknowledgement.d.ts +40 -0
- package/src/vendordforders_v2021_12_28/model/OrderItemAcknowledgement.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/OrderItemAcknowledgement.js +8 -4
- package/src/vendordforders_v2021_12_28/model/OrderList.d.ts +29 -0
- package/src/vendordforders_v2021_12_28/model/OrderList.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/OrderList.js +6 -4
- package/src/vendordforders_v2021_12_28/model/Pagination.d.ts +22 -0
- package/src/vendordforders_v2021_12_28/model/Pagination.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/Pagination.js +3 -2
- package/src/vendordforders_v2021_12_28/model/PartyIdentification.d.ts +37 -0
- package/src/vendordforders_v2021_12_28/model/PartyIdentification.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/PartyIdentification.js +7 -4
- package/src/vendordforders_v2021_12_28/model/ScheduledDeliveryShipment.d.ts +34 -0
- package/src/vendordforders_v2021_12_28/model/ScheduledDeliveryShipment.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/ScheduledDeliveryShipment.js +5 -2
- package/src/vendordforders_v2021_12_28/model/ShipmentDates.d.ts +31 -0
- package/src/vendordforders_v2021_12_28/model/ShipmentDates.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/ShipmentDates.js +4 -2
- package/src/vendordforders_v2021_12_28/model/ShipmentDetails.d.ts +46 -0
- package/src/vendordforders_v2021_12_28/model/ShipmentDetails.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/ShipmentDetails.js +11 -4
- package/src/vendordforders_v2021_12_28/model/SubmitAcknowledgementRequest.d.ts +23 -0
- package/src/vendordforders_v2021_12_28/model/SubmitAcknowledgementRequest.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/SubmitAcknowledgementRequest.js +4 -3
- package/src/vendordforders_v2021_12_28/model/SubmitAcknowledgementResponse.d.ts +28 -0
- package/src/vendordforders_v2021_12_28/model/SubmitAcknowledgementResponse.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/SubmitAcknowledgementResponse.js +6 -4
- package/src/vendordforders_v2021_12_28/model/TaxDetails.d.ts +86 -0
- package/src/vendordforders_v2021_12_28/model/TaxDetails.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/TaxDetails.js +10 -6
- package/src/vendordforders_v2021_12_28/model/TaxItemDetails.d.ts +23 -0
- package/src/vendordforders_v2021_12_28/model/TaxItemDetails.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/TaxItemDetails.js +4 -3
- package/src/vendordforders_v2021_12_28/model/TaxRegistrationDetails.d.ts +53 -0
- package/src/vendordforders_v2021_12_28/model/TaxRegistrationDetails.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/TaxRegistrationDetails.js +8 -4
- package/src/vendordforders_v2021_12_28/model/TransactionId.d.ts +22 -0
- package/src/vendordforders_v2021_12_28/model/TransactionId.d.ts.map +1 -0
- package/src/vendordforders_v2021_12_28/model/TransactionId.js +3 -2
- package/src/vendordfpayments_v1/ApiClient.d.ts +260 -0
- package/src/vendordfpayments_v1/ApiClient.d.ts.map +1 -0
- package/src/vendordfpayments_v1/api/VendorInvoiceApi.d.ts +42 -0
- package/src/vendordfpayments_v1/api/VendorInvoiceApi.d.ts.map +1 -0
- package/src/vendordfpayments_v1/api/VendorInvoiceApi.js +7 -7
- package/src/vendordfpayments_v1/index.d.ts +18 -0
- package/src/vendordfpayments_v1/index.d.ts.map +1 -0
- package/src/vendordfpayments_v1/model/AdditionalDetails.d.ts +43 -0
- package/src/vendordfpayments_v1/model/AdditionalDetails.d.ts.map +1 -0
- package/src/vendordfpayments_v1/model/AdditionalDetails.js +7 -4
- package/src/vendordfpayments_v1/model/Address.d.ts +65 -0
- package/src/vendordfpayments_v1/model/Address.d.ts.map +1 -0
- package/src/vendordfpayments_v1/model/Address.js +13 -2
- package/src/vendordfpayments_v1/model/ChargeDetails.d.ts +50 -0
- package/src/vendordfpayments_v1/model/ChargeDetails.d.ts.map +1 -0
- package/src/vendordfpayments_v1/model/ChargeDetails.js +10 -7
- package/src/vendordfpayments_v1/model/Error.d.ts +33 -0
- package/src/vendordfpayments_v1/model/Error.d.ts.map +1 -0
- package/src/vendordfpayments_v1/model/Error.js +5 -2
- package/src/vendordfpayments_v1/model/InvoiceDetail.d.ts +82 -0
- package/src/vendordfpayments_v1/model/InvoiceDetail.d.ts.map +1 -0
- package/src/vendordfpayments_v1/model/InvoiceDetail.js +27 -14
- package/src/vendordfpayments_v1/model/InvoiceItem.d.ts +71 -0
- package/src/vendordfpayments_v1/model/InvoiceItem.d.ts.map +1 -0
- package/src/vendordfpayments_v1/model/InvoiceItem.js +18 -8
- package/src/vendordfpayments_v1/model/ItemQuantity.d.ts +27 -0
- package/src/vendordfpayments_v1/model/ItemQuantity.d.ts.map +1 -0
- package/src/vendordfpayments_v1/model/ItemQuantity.js +4 -2
- package/src/vendordfpayments_v1/model/Money.d.ts +27 -0
- package/src/vendordfpayments_v1/model/Money.d.ts.map +1 -0
- package/src/vendordfpayments_v1/model/Money.js +4 -2
- package/src/vendordfpayments_v1/model/PartyIdentification.d.ts +38 -0
- package/src/vendordfpayments_v1/model/PartyIdentification.d.ts.map +1 -0
- package/src/vendordfpayments_v1/model/PartyIdentification.js +7 -4
- package/src/vendordfpayments_v1/model/SubmitInvoiceRequest.d.ts +23 -0
- package/src/vendordfpayments_v1/model/SubmitInvoiceRequest.d.ts.map +1 -0
- package/src/vendordfpayments_v1/model/SubmitInvoiceRequest.js +4 -3
- package/src/vendordfpayments_v1/model/SubmitInvoiceResponse.d.ts +29 -0
- package/src/vendordfpayments_v1/model/SubmitInvoiceResponse.d.ts.map +1 -0
- package/src/vendordfpayments_v1/model/SubmitInvoiceResponse.js +6 -4
- package/src/vendordfpayments_v1/model/TaxDetail.d.ts +117 -0
- package/src/vendordfpayments_v1/model/TaxDetail.d.ts.map +1 -0
- package/src/vendordfpayments_v1/model/TaxDetail.js +11 -7
- package/src/vendordfpayments_v1/model/TaxRegistrationDetail.d.ts +53 -0
- package/src/vendordfpayments_v1/model/TaxRegistrationDetail.d.ts.map +1 -0
- package/src/vendordfpayments_v1/model/TaxRegistrationDetail.js +8 -4
- package/src/vendordfpayments_v1/model/TransactionReference.d.ts +22 -0
- package/src/vendordfpayments_v1/model/TransactionReference.d.ts.map +1 -0
- package/src/vendordfpayments_v1/model/TransactionReference.js +3 -2
- package/src/vendordfshipping_v2021_12_28/ApiClient.d.ts +260 -0
- package/src/vendordfshipping_v2021_12_28/ApiClient.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/api/CreateContainerLabelApi.d.ts +44 -0
- package/src/vendordfshipping_v2021_12_28/api/CreateContainerLabelApi.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/api/CreateContainerLabelApi.js +7 -7
- package/src/vendordfshipping_v2021_12_28/api/CustomerInvoicesApi.d.ts +80 -0
- package/src/vendordfshipping_v2021_12_28/api/CustomerInvoicesApi.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/api/CustomerInvoicesApi.js +17 -17
- package/src/vendordfshipping_v2021_12_28/api/VendorShippingApi.d.ts +111 -0
- package/src/vendordfshipping_v2021_12_28/api/VendorShippingApi.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/api/VendorShippingApi.js +25 -25
- package/src/vendordfshipping_v2021_12_28/api/VendorShippingLabelsApi.d.ts +113 -0
- package/src/vendordfshipping_v2021_12_28/api/VendorShippingLabelsApi.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/api/VendorShippingLabelsApi.js +25 -25
- package/src/vendordfshipping_v2021_12_28/index.d.ts +43 -0
- package/src/vendordfshipping_v2021_12_28/index.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/Address.d.ts +77 -0
- package/src/vendordfshipping_v2021_12_28/model/Address.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/Address.js +13 -2
- package/src/vendordfshipping_v2021_12_28/model/CarrierId.d.ts +19 -0
- package/src/vendordfshipping_v2021_12_28/model/CarrierId.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/CarrierId.js +2 -2
- package/src/vendordfshipping_v2021_12_28/model/Container.d.ts +91 -0
- package/src/vendordfshipping_v2021_12_28/model/Container.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/Container.js +21 -9
- package/src/vendordfshipping_v2021_12_28/model/ContainerLabel.d.ts +34 -0
- package/src/vendordfshipping_v2021_12_28/model/ContainerLabel.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/ContainerLabel.js +7 -4
- package/src/vendordfshipping_v2021_12_28/model/ContainerLabelFormat.d.ts +24 -0
- package/src/vendordfshipping_v2021_12_28/model/ContainerLabelFormat.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/ContainerLabelFormat.js +2 -2
- package/src/vendordfshipping_v2021_12_28/model/CreateContainerLabelRequest.d.ts +36 -0
- package/src/vendordfshipping_v2021_12_28/model/CreateContainerLabelRequest.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/CreateContainerLabelRequest.js +15 -10
- package/src/vendordfshipping_v2021_12_28/model/CreateContainerLabelResponse.d.ts +26 -0
- package/src/vendordfshipping_v2021_12_28/model/CreateContainerLabelResponse.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/CreateContainerLabelResponse.js +5 -4
- package/src/vendordfshipping_v2021_12_28/model/CreateShippingLabelsRequest.d.ts +35 -0
- package/src/vendordfshipping_v2021_12_28/model/CreateShippingLabelsRequest.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/CreateShippingLabelsRequest.js +10 -7
- package/src/vendordfshipping_v2021_12_28/model/CustomerInvoice.d.ts +27 -0
- package/src/vendordfshipping_v2021_12_28/model/CustomerInvoice.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/CustomerInvoice.js +4 -2
- package/src/vendordfshipping_v2021_12_28/model/CustomerInvoiceList.d.ts +29 -0
- package/src/vendordfshipping_v2021_12_28/model/CustomerInvoiceList.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/CustomerInvoiceList.js +6 -4
- package/src/vendordfshipping_v2021_12_28/model/Dimensions.d.ts +41 -0
- package/src/vendordfshipping_v2021_12_28/model/Dimensions.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/Dimensions.js +8 -4
- package/src/vendordfshipping_v2021_12_28/model/Error.d.ts +33 -0
- package/src/vendordfshipping_v2021_12_28/model/Error.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/Error.js +5 -2
- package/src/vendordfshipping_v2021_12_28/model/ErrorList.d.ts +26 -0
- package/src/vendordfshipping_v2021_12_28/model/ErrorList.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/ErrorList.js +5 -4
- package/src/vendordfshipping_v2021_12_28/model/Item.d.ts +40 -0
- package/src/vendordfshipping_v2021_12_28/model/Item.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/Item.js +8 -4
- package/src/vendordfshipping_v2021_12_28/model/ItemQuantity.d.ts +27 -0
- package/src/vendordfshipping_v2021_12_28/model/ItemQuantity.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/ItemQuantity.js +4 -2
- package/src/vendordfshipping_v2021_12_28/model/LabelData.d.ts +49 -0
- package/src/vendordfshipping_v2021_12_28/model/LabelData.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/LabelData.js +7 -2
- package/src/vendordfshipping_v2021_12_28/model/Package.d.ts +25 -0
- package/src/vendordfshipping_v2021_12_28/model/Package.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/Package.js +3 -2
- package/src/vendordfshipping_v2021_12_28/model/PackedItem.d.ts +46 -0
- package/src/vendordfshipping_v2021_12_28/model/PackedItem.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/PackedItem.js +9 -4
- package/src/vendordfshipping_v2021_12_28/model/PackingSlip.d.ts +46 -0
- package/src/vendordfshipping_v2021_12_28/model/PackingSlip.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/PackingSlip.js +6 -3
- package/src/vendordfshipping_v2021_12_28/model/PackingSlipList.d.ts +29 -0
- package/src/vendordfshipping_v2021_12_28/model/PackingSlipList.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/PackingSlipList.js +6 -4
- package/src/vendordfshipping_v2021_12_28/model/Pagination.d.ts +22 -0
- package/src/vendordfshipping_v2021_12_28/model/Pagination.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/Pagination.js +3 -2
- package/src/vendordfshipping_v2021_12_28/model/PartyIdentification.d.ts +38 -0
- package/src/vendordfshipping_v2021_12_28/model/PartyIdentification.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/PartyIdentification.js +7 -4
- package/src/vendordfshipping_v2021_12_28/model/ShipmentConfirmation.d.ts +43 -0
- package/src/vendordfshipping_v2021_12_28/model/ShipmentConfirmation.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/ShipmentConfirmation.js +17 -11
- package/src/vendordfshipping_v2021_12_28/model/ShipmentDetails.d.ts +55 -0
- package/src/vendordfshipping_v2021_12_28/model/ShipmentDetails.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/ShipmentDetails.js +9 -4
- package/src/vendordfshipping_v2021_12_28/model/ShipmentSchedule.d.ts +34 -0
- package/src/vendordfshipping_v2021_12_28/model/ShipmentSchedule.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/ShipmentSchedule.js +5 -2
- package/src/vendordfshipping_v2021_12_28/model/ShipmentStatusUpdate.d.ts +33 -0
- package/src/vendordfshipping_v2021_12_28/model/ShipmentStatusUpdate.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/ShipmentStatusUpdate.js +12 -8
- package/src/vendordfshipping_v2021_12_28/model/ShippingLabel.d.ts +45 -0
- package/src/vendordfshipping_v2021_12_28/model/ShippingLabel.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/ShippingLabel.js +15 -10
- package/src/vendordfshipping_v2021_12_28/model/ShippingLabelList.d.ts +29 -0
- package/src/vendordfshipping_v2021_12_28/model/ShippingLabelList.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/ShippingLabelList.js +6 -4
- package/src/vendordfshipping_v2021_12_28/model/ShippingLabelRequest.d.ts +37 -0
- package/src/vendordfshipping_v2021_12_28/model/ShippingLabelRequest.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/ShippingLabelRequest.js +11 -7
- package/src/vendordfshipping_v2021_12_28/model/StatusUpdateDetails.d.ts +40 -0
- package/src/vendordfshipping_v2021_12_28/model/StatusUpdateDetails.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/StatusUpdateDetails.js +11 -5
- package/src/vendordfshipping_v2021_12_28/model/SubmitShipmentConfirmationsRequest.d.ts +23 -0
- package/src/vendordfshipping_v2021_12_28/model/SubmitShipmentConfirmationsRequest.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/SubmitShipmentConfirmationsRequest.js +4 -3
- package/src/vendordfshipping_v2021_12_28/model/SubmitShipmentStatusUpdatesRequest.d.ts +23 -0
- package/src/vendordfshipping_v2021_12_28/model/SubmitShipmentStatusUpdatesRequest.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/SubmitShipmentStatusUpdatesRequest.js +4 -3
- package/src/vendordfshipping_v2021_12_28/model/SubmitShippingLabelsRequest.d.ts +23 -0
- package/src/vendordfshipping_v2021_12_28/model/SubmitShippingLabelsRequest.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/SubmitShippingLabelsRequest.js +4 -3
- package/src/vendordfshipping_v2021_12_28/model/TaxRegistrationDetails.d.ts +53 -0
- package/src/vendordfshipping_v2021_12_28/model/TaxRegistrationDetails.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/TaxRegistrationDetails.js +8 -4
- package/src/vendordfshipping_v2021_12_28/model/TransactionReference.d.ts +22 -0
- package/src/vendordfshipping_v2021_12_28/model/TransactionReference.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/TransactionReference.js +3 -2
- package/src/vendordfshipping_v2021_12_28/model/Weight.d.ts +37 -0
- package/src/vendordfshipping_v2021_12_28/model/Weight.d.ts.map +1 -0
- package/src/vendordfshipping_v2021_12_28/model/Weight.js +6 -4
- package/src/vendordftransactions_v2021_12_28/ApiClient.d.ts +260 -0
- package/src/vendordftransactions_v2021_12_28/ApiClient.d.ts.map +1 -0
- package/src/vendordftransactions_v2021_12_28/api/VendorTransactionApi.d.ts +41 -0
- package/src/vendordftransactions_v2021_12_28/api/VendorTransactionApi.d.ts.map +1 -0
- package/src/vendordftransactions_v2021_12_28/api/VendorTransactionApi.js +5 -5
- package/src/vendordftransactions_v2021_12_28/index.d.ts +8 -0
- package/src/vendordftransactions_v2021_12_28/index.d.ts.map +1 -0
- package/src/vendordftransactions_v2021_12_28/model/Error.d.ts +33 -0
- package/src/vendordftransactions_v2021_12_28/model/Error.d.ts.map +1 -0
- package/src/vendordftransactions_v2021_12_28/model/Error.js +5 -2
- package/src/vendordftransactions_v2021_12_28/model/ErrorList.d.ts +26 -0
- package/src/vendordftransactions_v2021_12_28/model/ErrorList.d.ts.map +1 -0
- package/src/vendordftransactions_v2021_12_28/model/ErrorList.js +5 -4
- package/src/vendordftransactions_v2021_12_28/model/Transaction.d.ts +44 -0
- package/src/vendordftransactions_v2021_12_28/model/Transaction.d.ts.map +1 -0
- package/src/vendordftransactions_v2021_12_28/model/Transaction.js +8 -5
- package/src/vendordftransactions_v2021_12_28/model/TransactionStatus.d.ts +22 -0
- package/src/vendordftransactions_v2021_12_28/model/TransactionStatus.d.ts.map +1 -0
- package/src/vendordftransactions_v2021_12_28/model/TransactionStatus.js +4 -3
- package/src/vendorinvoices_v1/ApiClient.d.ts +260 -0
- package/src/vendorinvoices_v1/ApiClient.d.ts.map +1 -0
- package/src/vendorinvoices_v1/api/VendorPaymentsApi.d.ts +42 -0
- package/src/vendorinvoices_v1/api/VendorPaymentsApi.d.ts.map +1 -0
- package/src/vendorinvoices_v1/api/VendorPaymentsApi.js +7 -7
- package/src/vendorinvoices_v1/index.d.ts +23 -0
- package/src/vendorinvoices_v1/index.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/AdditionalDetails.d.ts +44 -0
- package/src/vendorinvoices_v1/model/AdditionalDetails.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/AdditionalDetails.js +7 -4
- package/src/vendorinvoices_v1/model/Address.d.ts +77 -0
- package/src/vendorinvoices_v1/model/Address.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/Address.js +13 -2
- package/src/vendorinvoices_v1/model/AllowanceDetails.d.ts +55 -0
- package/src/vendorinvoices_v1/model/AllowanceDetails.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/AllowanceDetails.js +11 -7
- package/src/vendorinvoices_v1/model/ChargeDetails.d.ts +60 -0
- package/src/vendorinvoices_v1/model/ChargeDetails.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/ChargeDetails.js +11 -7
- package/src/vendorinvoices_v1/model/CreditNoteDetails.d.ts +58 -0
- package/src/vendorinvoices_v1/model/CreditNoteDetails.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/CreditNoteDetails.js +9 -2
- package/src/vendorinvoices_v1/model/Error.d.ts +33 -0
- package/src/vendorinvoices_v1/model/Error.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/Error.js +5 -2
- package/src/vendorinvoices_v1/model/Invoice.d.ts +107 -0
- package/src/vendorinvoices_v1/model/Invoice.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/Invoice.js +32 -17
- package/src/vendorinvoices_v1/model/InvoiceItem.d.ts +88 -0
- package/src/vendorinvoices_v1/model/InvoiceItem.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/InvoiceItem.js +23 -11
- package/src/vendorinvoices_v1/model/ItemQuantity.d.ts +49 -0
- package/src/vendorinvoices_v1/model/ItemQuantity.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/ItemQuantity.js +9 -5
- package/src/vendorinvoices_v1/model/Money.d.ts +28 -0
- package/src/vendorinvoices_v1/model/Money.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/Money.js +4 -2
- package/src/vendorinvoices_v1/model/NetCostUnitOfMeasure.d.ts +34 -0
- package/src/vendorinvoices_v1/model/NetCostUnitOfMeasure.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/NetCostUnitOfMeasure.js +2 -2
- package/src/vendorinvoices_v1/model/PartyIdentification.d.ts +38 -0
- package/src/vendorinvoices_v1/model/PartyIdentification.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/PartyIdentification.js +7 -4
- package/src/vendorinvoices_v1/model/PaymentTerms.d.ts +54 -0
- package/src/vendorinvoices_v1/model/PaymentTerms.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/PaymentTerms.js +7 -3
- package/src/vendorinvoices_v1/model/SubmitInvoicesRequest.d.ts +23 -0
- package/src/vendorinvoices_v1/model/SubmitInvoicesRequest.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/SubmitInvoicesRequest.js +4 -3
- package/src/vendorinvoices_v1/model/SubmitInvoicesResponse.d.ts +29 -0
- package/src/vendorinvoices_v1/model/SubmitInvoicesResponse.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/SubmitInvoicesResponse.js +6 -4
- package/src/vendorinvoices_v1/model/TaxDetails.d.ts +117 -0
- package/src/vendorinvoices_v1/model/TaxDetails.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/TaxDetails.js +11 -7
- package/src/vendorinvoices_v1/model/TaxRegistrationDetails.d.ts +37 -0
- package/src/vendorinvoices_v1/model/TaxRegistrationDetails.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/TaxRegistrationDetails.js +6 -4
- package/src/vendorinvoices_v1/model/TotalWeight.d.ts +39 -0
- package/src/vendorinvoices_v1/model/TotalWeight.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/TotalWeight.js +6 -4
- package/src/vendorinvoices_v1/model/TransactionId.d.ts +22 -0
- package/src/vendorinvoices_v1/model/TransactionId.d.ts.map +1 -0
- package/src/vendorinvoices_v1/model/TransactionId.js +3 -2
- package/src/vendororders_v1/ApiClient.d.ts +260 -0
- package/src/vendororders_v1/ApiClient.d.ts.map +1 -0
- package/src/vendororders_v1/api/VendorOrdersApi.d.ts +185 -0
- package/src/vendororders_v1/api/VendorOrdersApi.d.ts.map +1 -0
- package/src/vendororders_v1/api/VendorOrdersApi.js +67 -67
- package/src/vendororders_v1/index.d.ts +33 -0
- package/src/vendororders_v1/index.d.ts.map +1 -0
- package/src/vendororders_v1/model/AcknowledgementStatusDetails.d.ts +33 -0
- package/src/vendororders_v1/model/AcknowledgementStatusDetails.d.ts.map +1 -0
- package/src/vendororders_v1/model/AcknowledgementStatusDetails.js +7 -4
- package/src/vendororders_v1/model/Address.d.ts +77 -0
- package/src/vendororders_v1/model/Address.d.ts.map +1 -0
- package/src/vendororders_v1/model/Address.js +13 -2
- package/src/vendororders_v1/model/Error.d.ts +33 -0
- package/src/vendororders_v1/model/Error.d.ts.map +1 -0
- package/src/vendororders_v1/model/Error.js +5 -2
- package/src/vendororders_v1/model/GetPurchaseOrderResponse.d.ts +29 -0
- package/src/vendororders_v1/model/GetPurchaseOrderResponse.d.ts.map +1 -0
- package/src/vendororders_v1/model/GetPurchaseOrderResponse.js +6 -4
- package/src/vendororders_v1/model/GetPurchaseOrdersResponse.d.ts +29 -0
- package/src/vendororders_v1/model/GetPurchaseOrdersResponse.d.ts.map +1 -0
- package/src/vendororders_v1/model/GetPurchaseOrdersResponse.js +6 -4
- package/src/vendororders_v1/model/GetPurchaseOrdersStatusResponse.d.ts +29 -0
- package/src/vendororders_v1/model/GetPurchaseOrdersStatusResponse.d.ts.map +1 -0
- package/src/vendororders_v1/model/GetPurchaseOrdersStatusResponse.js +6 -4
- package/src/vendororders_v1/model/ImportDetails.d.ts +77 -0
- package/src/vendororders_v1/model/ImportDetails.d.ts.map +1 -0
- package/src/vendororders_v1/model/ImportDetails.js +9 -4
- package/src/vendororders_v1/model/ItemQuantity.d.ts +44 -0
- package/src/vendororders_v1/model/ItemQuantity.d.ts.map +1 -0
- package/src/vendororders_v1/model/ItemQuantity.js +6 -3
- package/src/vendororders_v1/model/Money.d.ts +46 -0
- package/src/vendororders_v1/model/Money.d.ts.map +1 -0
- package/src/vendororders_v1/model/Money.js +6 -3
- package/src/vendororders_v1/model/Order.d.ts +44 -0
- package/src/vendororders_v1/model/Order.d.ts.map +1 -0
- package/src/vendororders_v1/model/Order.js +8 -5
- package/src/vendororders_v1/model/OrderAcknowledgement.d.ts +33 -0
- package/src/vendororders_v1/model/OrderAcknowledgement.d.ts.map +1 -0
- package/src/vendororders_v1/model/OrderAcknowledgement.js +10 -6
- package/src/vendororders_v1/model/OrderAcknowledgementItem.d.ts +64 -0
- package/src/vendororders_v1/model/OrderAcknowledgementItem.d.ts.map +1 -0
- package/src/vendororders_v1/model/OrderAcknowledgementItem.js +16 -8
- package/src/vendororders_v1/model/OrderDetails.d.ts +115 -0
- package/src/vendororders_v1/model/OrderDetails.d.ts.map +1 -0
- package/src/vendororders_v1/model/OrderDetails.js +25 -11
- package/src/vendororders_v1/model/OrderItem.d.ts +53 -0
- package/src/vendororders_v1/model/OrderItem.d.ts.map +1 -0
- package/src/vendororders_v1/model/OrderItem.js +13 -6
- package/src/vendororders_v1/model/OrderItemAcknowledgement.d.ts +66 -0
- package/src/vendororders_v1/model/OrderItemAcknowledgement.d.ts.map +1 -0
- package/src/vendororders_v1/model/OrderItemAcknowledgement.js +12 -7
- package/src/vendororders_v1/model/OrderItemStatus.d.ts +66 -0
- package/src/vendororders_v1/model/OrderItemStatus.d.ts.map +1 -0
- package/src/vendororders_v1/model/OrderItemStatus.js +15 -7
- package/src/vendororders_v1/model/OrderItemStatusAcknowledgementStatus.d.ts +52 -0
- package/src/vendororders_v1/model/OrderItemStatusAcknowledgementStatus.d.ts.map +1 -0
- package/src/vendororders_v1/model/OrderItemStatusAcknowledgementStatus.js +10 -6
- package/src/vendororders_v1/model/OrderItemStatusOrderedQuantity.d.ts +29 -0
- package/src/vendororders_v1/model/OrderItemStatusOrderedQuantity.d.ts.map +1 -0
- package/src/vendororders_v1/model/OrderItemStatusOrderedQuantity.js +6 -4
- package/src/vendororders_v1/model/OrderItemStatusReceivingStatus.d.ts +45 -0
- package/src/vendororders_v1/model/OrderItemStatusReceivingStatus.d.ts.map +1 -0
- package/src/vendororders_v1/model/OrderItemStatusReceivingStatus.js +7 -4
- package/src/vendororders_v1/model/OrderList.d.ts +29 -0
- package/src/vendororders_v1/model/OrderList.d.ts.map +1 -0
- package/src/vendororders_v1/model/OrderList.js +6 -4
- package/src/vendororders_v1/model/OrderListStatus.d.ts +29 -0
- package/src/vendororders_v1/model/OrderListStatus.d.ts.map +1 -0
- package/src/vendororders_v1/model/OrderListStatus.js +6 -4
- package/src/vendororders_v1/model/OrderStatus.d.ts +53 -0
- package/src/vendororders_v1/model/OrderStatus.d.ts.map +1 -0
- package/src/vendororders_v1/model/OrderStatus.js +17 -10
- package/src/vendororders_v1/model/OrderedQuantityDetails.d.ts +33 -0
- package/src/vendororders_v1/model/OrderedQuantityDetails.d.ts.map +1 -0
- package/src/vendororders_v1/model/OrderedQuantityDetails.js +7 -4
- package/src/vendororders_v1/model/Pagination.d.ts +22 -0
- package/src/vendororders_v1/model/Pagination.d.ts.map +1 -0
- package/src/vendororders_v1/model/Pagination.js +3 -2
- package/src/vendororders_v1/model/PartyIdentification.d.ts +37 -0
- package/src/vendororders_v1/model/PartyIdentification.d.ts.map +1 -0
- package/src/vendororders_v1/model/PartyIdentification.js +7 -4
- package/src/vendororders_v1/model/SubmitAcknowledgementRequest.d.ts +23 -0
- package/src/vendororders_v1/model/SubmitAcknowledgementRequest.d.ts.map +1 -0
- package/src/vendororders_v1/model/SubmitAcknowledgementRequest.js +4 -3
- package/src/vendororders_v1/model/SubmitAcknowledgementResponse.d.ts +29 -0
- package/src/vendororders_v1/model/SubmitAcknowledgementResponse.d.ts.map +1 -0
- package/src/vendororders_v1/model/SubmitAcknowledgementResponse.js +6 -4
- package/src/vendororders_v1/model/TaxRegistrationDetails.d.ts +37 -0
- package/src/vendororders_v1/model/TaxRegistrationDetails.d.ts.map +1 -0
- package/src/vendororders_v1/model/TaxRegistrationDetails.js +6 -4
- package/src/vendororders_v1/model/TransactionId.d.ts +22 -0
- package/src/vendororders_v1/model/TransactionId.d.ts.map +1 -0
- package/src/vendororders_v1/model/TransactionId.js +3 -2
- package/src/vendorshipments_v1/ApiClient.d.ts +260 -0
- package/src/vendorshipments_v1/ApiClient.d.ts.map +1 -0
- package/src/vendorshipments_v1/api/VendorShippingApi.d.ts +219 -0
- package/src/vendorshipments_v1/api/VendorShippingApi.d.ts.map +1 -0
- package/src/vendorshipments_v1/api/VendorShippingApi.js +83 -83
- package/src/vendorshipments_v1/index.d.ts +58 -0
- package/src/vendorshipments_v1/index.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/Address.d.ts +77 -0
- package/src/vendorshipments_v1/model/Address.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/Address.js +13 -2
- package/src/vendorshipments_v1/model/CarrierDetails.d.ts +46 -0
- package/src/vendorshipments_v1/model/CarrierDetails.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/CarrierDetails.js +7 -2
- package/src/vendorshipments_v1/model/Carton.d.ts +53 -0
- package/src/vendorshipments_v1/model/Carton.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/Carton.js +13 -7
- package/src/vendorshipments_v1/model/CartonReferenceDetails.d.ts +31 -0
- package/src/vendorshipments_v1/model/CartonReferenceDetails.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/CartonReferenceDetails.js +6 -4
- package/src/vendorshipments_v1/model/CollectFreightPickupDetails.d.ts +34 -0
- package/src/vendorshipments_v1/model/CollectFreightPickupDetails.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/CollectFreightPickupDetails.js +5 -2
- package/src/vendorshipments_v1/model/ContainerIdentification.d.ts +40 -0
- package/src/vendorshipments_v1/model/ContainerIdentification.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/ContainerIdentification.js +6 -4
- package/src/vendorshipments_v1/model/ContainerItem.d.ts +34 -0
- package/src/vendorshipments_v1/model/ContainerItem.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/ContainerItem.js +8 -5
- package/src/vendorshipments_v1/model/ContainerSequenceNumbers.d.ts +22 -0
- package/src/vendorshipments_v1/model/ContainerSequenceNumbers.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/ContainerSequenceNumbers.js +3 -2
- package/src/vendorshipments_v1/model/Containers.d.ts +87 -0
- package/src/vendorshipments_v1/model/Containers.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/Containers.js +20 -10
- package/src/vendorshipments_v1/model/Dimensions.d.ts +43 -0
- package/src/vendorshipments_v1/model/Dimensions.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/Dimensions.js +8 -4
- package/src/vendorshipments_v1/model/Duration.d.ts +37 -0
- package/src/vendorshipments_v1/model/Duration.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/Duration.js +6 -4
- package/src/vendorshipments_v1/model/Error.d.ts +33 -0
- package/src/vendorshipments_v1/model/Error.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/Error.js +5 -2
- package/src/vendorshipments_v1/model/Expiry.d.ts +34 -0
- package/src/vendorshipments_v1/model/Expiry.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/Expiry.js +6 -3
- package/src/vendorshipments_v1/model/GetShipmentDetailsResponse.d.ts +29 -0
- package/src/vendorshipments_v1/model/GetShipmentDetailsResponse.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/GetShipmentDetailsResponse.js +6 -4
- package/src/vendorshipments_v1/model/GetShipmentLabels.d.ts +29 -0
- package/src/vendorshipments_v1/model/GetShipmentLabels.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/GetShipmentLabels.js +6 -4
- package/src/vendorshipments_v1/model/ImportDetails.d.ts +82 -0
- package/src/vendorshipments_v1/model/ImportDetails.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/ImportDetails.js +13 -6
- package/src/vendorshipments_v1/model/InnerContainersDetails.d.ts +29 -0
- package/src/vendorshipments_v1/model/InnerContainersDetails.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/InnerContainersDetails.js +5 -3
- package/src/vendorshipments_v1/model/Item.d.ts +46 -0
- package/src/vendorshipments_v1/model/Item.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/Item.js +10 -5
- package/src/vendorshipments_v1/model/ItemDetails.d.ts +58 -0
- package/src/vendorshipments_v1/model/ItemDetails.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/ItemDetails.js +10 -5
- package/src/vendorshipments_v1/model/ItemQuantity.d.ts +49 -0
- package/src/vendorshipments_v1/model/ItemQuantity.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/ItemQuantity.js +9 -5
- package/src/vendorshipments_v1/model/LabelData.d.ts +55 -0
- package/src/vendorshipments_v1/model/LabelData.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/LabelData.js +8 -3
- package/src/vendorshipments_v1/model/Location.d.ts +34 -0
- package/src/vendorshipments_v1/model/Location.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/Location.js +5 -2
- package/src/vendorshipments_v1/model/Money.d.ts +27 -0
- package/src/vendorshipments_v1/model/Money.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/Money.js +4 -2
- package/src/vendorshipments_v1/model/PackageItemDetails.d.ts +34 -0
- package/src/vendorshipments_v1/model/PackageItemDetails.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/PackageItemDetails.js +6 -3
- package/src/vendorshipments_v1/model/PackedItems.d.ts +46 -0
- package/src/vendorshipments_v1/model/PackedItems.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/PackedItems.js +9 -4
- package/src/vendorshipments_v1/model/PackedQuantity.d.ts +43 -0
- package/src/vendorshipments_v1/model/PackedQuantity.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/PackedQuantity.js +7 -4
- package/src/vendorshipments_v1/model/Pagination.d.ts +22 -0
- package/src/vendorshipments_v1/model/Pagination.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/Pagination.js +3 -2
- package/src/vendorshipments_v1/model/Pallet.d.ts +63 -0
- package/src/vendorshipments_v1/model/Pallet.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/Pallet.js +15 -8
- package/src/vendorshipments_v1/model/PartyIdentification.d.ts +38 -0
- package/src/vendorshipments_v1/model/PartyIdentification.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/PartyIdentification.js +7 -4
- package/src/vendorshipments_v1/model/PurchaseOrderItemDetails.d.ts +22 -0
- package/src/vendorshipments_v1/model/PurchaseOrderItemDetails.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/PurchaseOrderItemDetails.js +4 -3
- package/src/vendorshipments_v1/model/PurchaseOrderItems.d.ts +46 -0
- package/src/vendorshipments_v1/model/PurchaseOrderItems.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/PurchaseOrderItems.js +10 -5
- package/src/vendorshipments_v1/model/PurchaseOrders.d.ts +41 -0
- package/src/vendorshipments_v1/model/PurchaseOrders.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/PurchaseOrders.js +7 -3
- package/src/vendorshipments_v1/model/Route.d.ts +26 -0
- package/src/vendorshipments_v1/model/Route.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/Route.js +5 -4
- package/src/vendorshipments_v1/model/Shipment.d.ts +151 -0
- package/src/vendorshipments_v1/model/Shipment.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/Shipment.js +39 -19
- package/src/vendorshipments_v1/model/ShipmentConfirmation.d.ts +133 -0
- package/src/vendorshipments_v1/model/ShipmentConfirmation.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/ShipmentConfirmation.js +36 -19
- package/src/vendorshipments_v1/model/ShipmentDetails.d.ts +29 -0
- package/src/vendorshipments_v1/model/ShipmentDetails.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/ShipmentDetails.js +6 -4
- package/src/vendorshipments_v1/model/ShipmentInformation.d.ts +73 -0
- package/src/vendorshipments_v1/model/ShipmentInformation.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/ShipmentInformation.js +14 -6
- package/src/vendorshipments_v1/model/ShipmentMeasurements.d.ts +40 -0
- package/src/vendorshipments_v1/model/ShipmentMeasurements.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/ShipmentMeasurements.js +8 -4
- package/src/vendorshipments_v1/model/ShipmentStatusDetails.d.ts +40 -0
- package/src/vendorshipments_v1/model/ShipmentStatusDetails.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/ShipmentStatusDetails.js +5 -3
- package/src/vendorshipments_v1/model/Stop.d.ts +54 -0
- package/src/vendorshipments_v1/model/Stop.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/Stop.js +9 -5
- package/src/vendorshipments_v1/model/SubmitShipmentConfirmationsRequest.d.ts +23 -0
- package/src/vendorshipments_v1/model/SubmitShipmentConfirmationsRequest.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/SubmitShipmentConfirmationsRequest.js +4 -3
- package/src/vendorshipments_v1/model/SubmitShipmentConfirmationsResponse.d.ts +29 -0
- package/src/vendorshipments_v1/model/SubmitShipmentConfirmationsResponse.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/SubmitShipmentConfirmationsResponse.js +6 -4
- package/src/vendorshipments_v1/model/SubmitShipments.d.ts +23 -0
- package/src/vendorshipments_v1/model/SubmitShipments.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/SubmitShipments.js +4 -3
- package/src/vendorshipments_v1/model/TaxRegistrationDetails.d.ts +37 -0
- package/src/vendorshipments_v1/model/TaxRegistrationDetails.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/TaxRegistrationDetails.js +6 -4
- package/src/vendorshipments_v1/model/TotalWeight.d.ts +39 -0
- package/src/vendorshipments_v1/model/TotalWeight.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/TotalWeight.js +6 -4
- package/src/vendorshipments_v1/model/TransactionReference.d.ts +22 -0
- package/src/vendorshipments_v1/model/TransactionReference.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/TransactionReference.js +3 -2
- package/src/vendorshipments_v1/model/TransportLabel.d.ts +35 -0
- package/src/vendorshipments_v1/model/TransportLabel.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/TransportLabel.js +7 -4
- package/src/vendorshipments_v1/model/TransportShipmentMeasurements.d.ts +46 -0
- package/src/vendorshipments_v1/model/TransportShipmentMeasurements.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/TransportShipmentMeasurements.js +9 -4
- package/src/vendorshipments_v1/model/TransportationDetails.d.ts +78 -0
- package/src/vendorshipments_v1/model/TransportationDetails.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/TransportationDetails.js +12 -5
- package/src/vendorshipments_v1/model/TransportationDetailsForShipmentConfirmation.d.ts +51 -0
- package/src/vendorshipments_v1/model/TransportationDetailsForShipmentConfirmation.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/TransportationDetailsForShipmentConfirmation.js +7 -3
- package/src/vendorshipments_v1/model/TransportationLabels.d.ts +29 -0
- package/src/vendorshipments_v1/model/TransportationLabels.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/TransportationLabels.js +6 -4
- package/src/vendorshipments_v1/model/VendorDetails.d.ts +28 -0
- package/src/vendorshipments_v1/model/VendorDetails.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/VendorDetails.js +5 -3
- package/src/vendorshipments_v1/model/Volume.d.ts +39 -0
- package/src/vendorshipments_v1/model/Volume.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/Volume.js +6 -4
- package/src/vendorshipments_v1/model/Weight.d.ts +39 -0
- package/src/vendorshipments_v1/model/Weight.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/Weight.js +6 -4
- package/src/vendortransactionstatus_v1/ApiClient.d.ts +260 -0
- package/src/vendortransactionstatus_v1/ApiClient.d.ts.map +1 -0
- package/src/vendortransactionstatus_v1/api/VendorTransactionApi.d.ts +41 -0
- package/src/vendortransactionstatus_v1/api/VendorTransactionApi.d.ts.map +1 -0
- package/src/vendortransactionstatus_v1/api/VendorTransactionApi.js +5 -5
- package/src/vendortransactionstatus_v1/index.d.ts +8 -0
- package/src/vendortransactionstatus_v1/index.d.ts.map +1 -0
- package/src/vendortransactionstatus_v1/model/Error.d.ts +33 -0
- package/src/vendortransactionstatus_v1/model/Error.d.ts.map +1 -0
- package/src/vendortransactionstatus_v1/model/Error.js +5 -2
- package/src/vendortransactionstatus_v1/model/GetTransactionResponse.d.ts +29 -0
- package/src/vendortransactionstatus_v1/model/GetTransactionResponse.d.ts.map +1 -0
- package/src/vendortransactionstatus_v1/model/GetTransactionResponse.js +6 -4
- package/src/vendortransactionstatus_v1/model/Transaction.d.ts +45 -0
- package/src/vendortransactionstatus_v1/model/Transaction.d.ts.map +1 -0
- package/src/vendortransactionstatus_v1/model/Transaction.js +8 -5
- package/src/vendortransactionstatus_v1/model/TransactionStatus.d.ts +22 -0
- package/src/vendortransactionstatus_v1/model/TransactionStatus.d.ts.map +1 -0
- package/src/vendortransactionstatus_v1/model/TransactionStatus.js +4 -3
- package/src/messaging_v1/model/CreateNegativeFeedbackRemovalResponse.js +0 -63
|
@@ -0,0 +1,927 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* FbaInbound service.
|
|
3
|
+
* @module fulfillmentinbound_v2024_03_20/api/FbaInboundApi
|
|
4
|
+
* @version 2024-03-20
|
|
5
|
+
*/
|
|
6
|
+
export class FbaInboundApi {
|
|
7
|
+
/**
|
|
8
|
+
* Constructs a new FbaInboundApi.
|
|
9
|
+
* @alias module:fulfillmentinbound_v2024_03_20/api/FbaInboundApi
|
|
10
|
+
* @class
|
|
11
|
+
* @param {ApiClient} [apiClient] Optional API client implementation to use,
|
|
12
|
+
* default to {@link ApiClient#instance} if unspecified.
|
|
13
|
+
*/
|
|
14
|
+
constructor(apiClient?: ApiClient);
|
|
15
|
+
apiClient: any;
|
|
16
|
+
/**
|
|
17
|
+
* Initialize rate limiters for API operations
|
|
18
|
+
*/
|
|
19
|
+
initializeDefaultRateLimiterMap(): void;
|
|
20
|
+
/**
|
|
21
|
+
* Get rate limiter for a specific operation
|
|
22
|
+
* @param {String} operation name
|
|
23
|
+
*/
|
|
24
|
+
getRateLimiter(operation: string): any;
|
|
25
|
+
/**
|
|
26
|
+
* Cancels an Inbound Plan. Charges may apply if the cancellation is performed outside of a void window. The window for Amazon Partnered Carriers is 24 hours for Small Parcel Delivery (SPD) and one hour for Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
27
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
28
|
+
* @return {Promise<CancelInboundPlanResponse>}
|
|
29
|
+
*/
|
|
30
|
+
cancelInboundPlanWithHttpInfo(inboundPlanId: string): Promise<CancelInboundPlanResponse>;
|
|
31
|
+
/**
|
|
32
|
+
* Cancels an Inbound Plan. Charges may apply if the cancellation is performed outside of a void window. The window for Amazon Partnered Carriers is 24 hours for Small Parcel Delivery (SPD) and one hour for Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
33
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
34
|
+
* @return {Promise<CancelInboundPlanResponse>}
|
|
35
|
+
*/
|
|
36
|
+
cancelInboundPlan(inboundPlanId: string): Promise<CancelInboundPlanResponse>;
|
|
37
|
+
/**
|
|
38
|
+
* Cancels a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
39
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
40
|
+
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
41
|
+
* @param {CancelSelfShipAppointmentRequest} body The body of the request to `cancelSelfShipAppointment`.
|
|
42
|
+
* @return {Promise<CancelSelfShipAppointmentResponse>}
|
|
43
|
+
*/
|
|
44
|
+
cancelSelfShipAppointmentWithHttpInfo(inboundPlanId: string, shipmentId: string, body: CancelSelfShipAppointmentRequest): Promise<CancelSelfShipAppointmentResponse>;
|
|
45
|
+
/**
|
|
46
|
+
* Cancels a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
47
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
48
|
+
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
49
|
+
* @param {CancelSelfShipAppointmentRequest} body The body of the request to `cancelSelfShipAppointment`.
|
|
50
|
+
* @return {Promise<CancelSelfShipAppointmentResponse>}
|
|
51
|
+
*/
|
|
52
|
+
cancelSelfShipAppointment(inboundPlanId: string, shipmentId: string, body: CancelSelfShipAppointmentRequest): Promise<CancelSelfShipAppointmentResponse>;
|
|
53
|
+
/**
|
|
54
|
+
* Confirms the delivery window option for chosen shipment within an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new delivery window options cannot be generated, but the chosen delivery window option can be updated before shipment closure. The window is used to provide the expected time when a shipment will arrive at the warehouse. All transportation options which have the program `CONFIRMED_DELIVERY_WINDOW` require a delivery window to be confirmed prior to transportation option confirmation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
55
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
56
|
+
* @param {String} shipmentId The shipment to confirm the delivery window option for.
|
|
57
|
+
* @param {String} deliveryWindowOptionId The id of the delivery window option to be confirmed.
|
|
58
|
+
* @return {Promise<ConfirmDeliveryWindowOptionsResponse>}
|
|
59
|
+
*/
|
|
60
|
+
confirmDeliveryWindowOptionsWithHttpInfo(inboundPlanId: string, shipmentId: string, deliveryWindowOptionId: string): Promise<ConfirmDeliveryWindowOptionsResponse>;
|
|
61
|
+
/**
|
|
62
|
+
* Confirms the delivery window option for chosen shipment within an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new delivery window options cannot be generated, but the chosen delivery window option can be updated before shipment closure. The window is used to provide the expected time when a shipment will arrive at the warehouse. All transportation options which have the program `CONFIRMED_DELIVERY_WINDOW` require a delivery window to be confirmed prior to transportation option confirmation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
63
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
64
|
+
* @param {String} shipmentId The shipment to confirm the delivery window option for.
|
|
65
|
+
* @param {String} deliveryWindowOptionId The id of the delivery window option to be confirmed.
|
|
66
|
+
* @return {Promise<ConfirmDeliveryWindowOptionsResponse>}
|
|
67
|
+
*/
|
|
68
|
+
confirmDeliveryWindowOptions(inboundPlanId: string, shipmentId: string, deliveryWindowOptionId: string): Promise<ConfirmDeliveryWindowOptionsResponse>;
|
|
69
|
+
/**
|
|
70
|
+
* Confirms the packing option for an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
71
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
72
|
+
* @param {String} packingOptionId Identifier of a packing option.
|
|
73
|
+
* @return {Promise<ConfirmPackingOptionResponse>}
|
|
74
|
+
*/
|
|
75
|
+
confirmPackingOptionWithHttpInfo(inboundPlanId: string, packingOptionId: string): Promise<ConfirmPackingOptionResponse>;
|
|
76
|
+
/**
|
|
77
|
+
* Confirms the packing option for an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
78
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
79
|
+
* @param {String} packingOptionId Identifier of a packing option.
|
|
80
|
+
* @return {Promise<ConfirmPackingOptionResponse>}
|
|
81
|
+
*/
|
|
82
|
+
confirmPackingOption(inboundPlanId: string, packingOptionId: string): Promise<ConfirmPackingOptionResponse>;
|
|
83
|
+
/**
|
|
84
|
+
* Confirms the placement option for an inbound plan. Once confirmed, it cannot be changed for the Inbound Plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
85
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
86
|
+
* @param {String} placementOptionId The identifier of a placement option. A placement option represents the shipment splits and destinations of SKUs.
|
|
87
|
+
* @return {Promise<ConfirmPlacementOptionResponse>}
|
|
88
|
+
*/
|
|
89
|
+
confirmPlacementOptionWithHttpInfo(inboundPlanId: string, placementOptionId: string): Promise<ConfirmPlacementOptionResponse>;
|
|
90
|
+
/**
|
|
91
|
+
* Confirms the placement option for an inbound plan. Once confirmed, it cannot be changed for the Inbound Plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
92
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
93
|
+
* @param {String} placementOptionId The identifier of a placement option. A placement option represents the shipment splits and destinations of SKUs.
|
|
94
|
+
* @return {Promise<ConfirmPlacementOptionResponse>}
|
|
95
|
+
*/
|
|
96
|
+
confirmPlacementOption(inboundPlanId: string, placementOptionId: string): Promise<ConfirmPlacementOptionResponse>;
|
|
97
|
+
/**
|
|
98
|
+
* Confirm a shipment content update preview and accept the changes in transportation cost. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
99
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
100
|
+
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
101
|
+
* @param {String} contentUpdatePreviewId Identifier of a content update preview.
|
|
102
|
+
* @return {Promise<ConfirmShipmentContentUpdatePreviewResponse>}
|
|
103
|
+
*/
|
|
104
|
+
confirmShipmentContentUpdatePreviewWithHttpInfo(inboundPlanId: string, shipmentId: string, contentUpdatePreviewId: string): Promise<ConfirmShipmentContentUpdatePreviewResponse>;
|
|
105
|
+
/**
|
|
106
|
+
* Confirm a shipment content update preview and accept the changes in transportation cost. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
107
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
108
|
+
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
109
|
+
* @param {String} contentUpdatePreviewId Identifier of a content update preview.
|
|
110
|
+
* @return {Promise<ConfirmShipmentContentUpdatePreviewResponse>}
|
|
111
|
+
*/
|
|
112
|
+
confirmShipmentContentUpdatePreview(inboundPlanId: string, shipmentId: string, contentUpdatePreviewId: string): Promise<ConfirmShipmentContentUpdatePreviewResponse>;
|
|
113
|
+
/**
|
|
114
|
+
* Confirms all the transportation options for an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new transportation options can not be generated or confirmed for the Inbound Plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
115
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
116
|
+
* @param {ConfirmTransportationOptionsRequest} body The body of the request to `confirmTransportationOptions`.
|
|
117
|
+
* @return {Promise<ConfirmTransportationOptionsResponse>}
|
|
118
|
+
*/
|
|
119
|
+
confirmTransportationOptionsWithHttpInfo(inboundPlanId: string, body: ConfirmTransportationOptionsRequest): Promise<ConfirmTransportationOptionsResponse>;
|
|
120
|
+
/**
|
|
121
|
+
* Confirms all the transportation options for an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new transportation options can not be generated or confirmed for the Inbound Plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
122
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
123
|
+
* @param {ConfirmTransportationOptionsRequest} body The body of the request to `confirmTransportationOptions`.
|
|
124
|
+
* @return {Promise<ConfirmTransportationOptionsResponse>}
|
|
125
|
+
*/
|
|
126
|
+
confirmTransportationOptions(inboundPlanId: string, body: ConfirmTransportationOptionsRequest): Promise<ConfirmTransportationOptionsResponse>;
|
|
127
|
+
/**
|
|
128
|
+
* Creates an inbound plan. An inbound plan contains all the necessary information to send shipments into Amazon's fufillment network. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
129
|
+
* @param {CreateInboundPlanRequest} body The body of the request to `createInboundPlan`.
|
|
130
|
+
* @return {Promise<CreateInboundPlanResponse>}
|
|
131
|
+
*/
|
|
132
|
+
createInboundPlanWithHttpInfo(body: CreateInboundPlanRequest): Promise<CreateInboundPlanResponse>;
|
|
133
|
+
/**
|
|
134
|
+
* Creates an inbound plan. An inbound plan contains all the necessary information to send shipments into Amazon's fufillment network. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
135
|
+
* @param {CreateInboundPlanRequest} body The body of the request to `createInboundPlan`.
|
|
136
|
+
* @return {Promise<CreateInboundPlanResponse>}
|
|
137
|
+
*/
|
|
138
|
+
createInboundPlan(body: CreateInboundPlanRequest): Promise<CreateInboundPlanResponse>;
|
|
139
|
+
/**
|
|
140
|
+
* For a given marketplace - creates labels for a list of MSKUs. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
141
|
+
* @param {CreateMarketplaceItemLabelsRequest} body The body of the request to `createMarketplaceItemLabels`.
|
|
142
|
+
* @return {Promise<CreateMarketplaceItemLabelsResponse>}
|
|
143
|
+
*/
|
|
144
|
+
createMarketplaceItemLabelsWithHttpInfo(body: CreateMarketplaceItemLabelsRequest): Promise<CreateMarketplaceItemLabelsResponse>;
|
|
145
|
+
/**
|
|
146
|
+
* For a given marketplace - creates labels for a list of MSKUs. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
147
|
+
* @param {CreateMarketplaceItemLabelsRequest} body The body of the request to `createMarketplaceItemLabels`.
|
|
148
|
+
* @return {Promise<CreateMarketplaceItemLabelsResponse>}
|
|
149
|
+
*/
|
|
150
|
+
createMarketplaceItemLabels(body: CreateMarketplaceItemLabelsRequest): Promise<CreateMarketplaceItemLabelsResponse>;
|
|
151
|
+
/**
|
|
152
|
+
* Generates available delivery window options for a given shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
153
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
154
|
+
* @param {String} shipmentId The shipment to generate delivery window options for.
|
|
155
|
+
* @return {Promise<GenerateDeliveryWindowOptionsResponse>}
|
|
156
|
+
*/
|
|
157
|
+
generateDeliveryWindowOptionsWithHttpInfo(inboundPlanId: string, shipmentId: string): Promise<GenerateDeliveryWindowOptionsResponse>;
|
|
158
|
+
/**
|
|
159
|
+
* Generates available delivery window options for a given shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
160
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
161
|
+
* @param {String} shipmentId The shipment to generate delivery window options for.
|
|
162
|
+
* @return {Promise<GenerateDeliveryWindowOptionsResponse>}
|
|
163
|
+
*/
|
|
164
|
+
generateDeliveryWindowOptions(inboundPlanId: string, shipmentId: string): Promise<GenerateDeliveryWindowOptionsResponse>;
|
|
165
|
+
/**
|
|
166
|
+
* Generates available packing options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
167
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
168
|
+
* @return {Promise<GeneratePackingOptionsResponse>}
|
|
169
|
+
*/
|
|
170
|
+
generatePackingOptionsWithHttpInfo(inboundPlanId: string): Promise<GeneratePackingOptionsResponse>;
|
|
171
|
+
/**
|
|
172
|
+
* Generates available packing options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
173
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
174
|
+
* @return {Promise<GeneratePackingOptionsResponse>}
|
|
175
|
+
*/
|
|
176
|
+
generatePackingOptions(inboundPlanId: string): Promise<GeneratePackingOptionsResponse>;
|
|
177
|
+
/**
|
|
178
|
+
* Generates placement options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
179
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
180
|
+
* @param {GeneratePlacementOptionsRequest} body The body of the request to `generatePlacementOptions`.
|
|
181
|
+
* @return {Promise<GeneratePlacementOptionsResponse>}
|
|
182
|
+
*/
|
|
183
|
+
generatePlacementOptionsWithHttpInfo(inboundPlanId: string, body: GeneratePlacementOptionsRequest): Promise<GeneratePlacementOptionsResponse>;
|
|
184
|
+
/**
|
|
185
|
+
* Generates placement options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
186
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
187
|
+
* @param {GeneratePlacementOptionsRequest} body The body of the request to `generatePlacementOptions`.
|
|
188
|
+
* @return {Promise<GeneratePlacementOptionsResponse>}
|
|
189
|
+
*/
|
|
190
|
+
generatePlacementOptions(inboundPlanId: string, body: GeneratePlacementOptionsRequest): Promise<GeneratePlacementOptionsResponse>;
|
|
191
|
+
/**
|
|
192
|
+
* Initiates the process of generating the appointment slots list. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
193
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
194
|
+
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
195
|
+
* @param {GenerateSelfShipAppointmentSlotsRequest} body The body of the request to `generateSelfShipAppointmentSlots`.
|
|
196
|
+
* @return {Promise<GenerateSelfShipAppointmentSlotsResponse>}
|
|
197
|
+
*/
|
|
198
|
+
generateSelfShipAppointmentSlotsWithHttpInfo(inboundPlanId: string, shipmentId: string, body: GenerateSelfShipAppointmentSlotsRequest): Promise<GenerateSelfShipAppointmentSlotsResponse>;
|
|
199
|
+
/**
|
|
200
|
+
* Initiates the process of generating the appointment slots list. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
201
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
202
|
+
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
203
|
+
* @param {GenerateSelfShipAppointmentSlotsRequest} body The body of the request to `generateSelfShipAppointmentSlots`.
|
|
204
|
+
* @return {Promise<GenerateSelfShipAppointmentSlotsResponse>}
|
|
205
|
+
*/
|
|
206
|
+
generateSelfShipAppointmentSlots(inboundPlanId: string, shipmentId: string, body: GenerateSelfShipAppointmentSlotsRequest): Promise<GenerateSelfShipAppointmentSlotsResponse>;
|
|
207
|
+
/**
|
|
208
|
+
* Generate a shipment content update preview given a set of intended boxes and/or items for a shipment with a confirmed carrier. The shipment content update preview will be viewable with the updated costs and contents prior to confirmation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
209
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
210
|
+
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
211
|
+
* @param {GenerateShipmentContentUpdatePreviewsRequest} body The body of the request to `generateShipmentContentUpdatePreviews`.
|
|
212
|
+
* @return {Promise<GenerateShipmentContentUpdatePreviewsResponse>}
|
|
213
|
+
*/
|
|
214
|
+
generateShipmentContentUpdatePreviewsWithHttpInfo(inboundPlanId: string, shipmentId: string, body: GenerateShipmentContentUpdatePreviewsRequest): Promise<GenerateShipmentContentUpdatePreviewsResponse>;
|
|
215
|
+
/**
|
|
216
|
+
* Generate a shipment content update preview given a set of intended boxes and/or items for a shipment with a confirmed carrier. The shipment content update preview will be viewable with the updated costs and contents prior to confirmation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
217
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
218
|
+
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
219
|
+
* @param {GenerateShipmentContentUpdatePreviewsRequest} body The body of the request to `generateShipmentContentUpdatePreviews`.
|
|
220
|
+
* @return {Promise<GenerateShipmentContentUpdatePreviewsResponse>}
|
|
221
|
+
*/
|
|
222
|
+
generateShipmentContentUpdatePreviews(inboundPlanId: string, shipmentId: string, body: GenerateShipmentContentUpdatePreviewsRequest): Promise<GenerateShipmentContentUpdatePreviewsResponse>;
|
|
223
|
+
/**
|
|
224
|
+
* Generates available transportation options for a given placement option. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
225
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
226
|
+
* @param {GenerateTransportationOptionsRequest} body The body of the request to `generateTransportationOptions`.
|
|
227
|
+
* @return {Promise<GenerateTransportationOptionsResponse>}
|
|
228
|
+
*/
|
|
229
|
+
generateTransportationOptionsWithHttpInfo(inboundPlanId: string, body: GenerateTransportationOptionsRequest): Promise<GenerateTransportationOptionsResponse>;
|
|
230
|
+
/**
|
|
231
|
+
* Generates available transportation options for a given placement option. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
232
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
233
|
+
* @param {GenerateTransportationOptionsRequest} body The body of the request to `generateTransportationOptions`.
|
|
234
|
+
* @return {Promise<GenerateTransportationOptionsResponse>}
|
|
235
|
+
*/
|
|
236
|
+
generateTransportationOptions(inboundPlanId: string, body: GenerateTransportationOptionsRequest): Promise<GenerateTransportationOptionsResponse>;
|
|
237
|
+
/**
|
|
238
|
+
* Provide delivery challan document for PCP transportation in IN marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
239
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
240
|
+
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
241
|
+
* @return {Promise<GetDeliveryChallanDocumentResponse>}
|
|
242
|
+
*/
|
|
243
|
+
getDeliveryChallanDocumentWithHttpInfo(inboundPlanId: string, shipmentId: string): Promise<GetDeliveryChallanDocumentResponse>;
|
|
244
|
+
/**
|
|
245
|
+
* Provide delivery challan document for PCP transportation in IN marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
246
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
247
|
+
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
248
|
+
* @return {Promise<GetDeliveryChallanDocumentResponse>}
|
|
249
|
+
*/
|
|
250
|
+
getDeliveryChallanDocument(inboundPlanId: string, shipmentId: string): Promise<GetDeliveryChallanDocumentResponse>;
|
|
251
|
+
/**
|
|
252
|
+
* Gets the status of the processing of an asynchronous API call. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
253
|
+
* @param {String} operationId Identifier of an asynchronous operation.
|
|
254
|
+
* @return {Promise<InboundOperationStatus>}
|
|
255
|
+
*/
|
|
256
|
+
getInboundOperationStatusWithHttpInfo(operationId: string): Promise<InboundOperationStatus>;
|
|
257
|
+
/**
|
|
258
|
+
* Gets the status of the processing of an asynchronous API call. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
259
|
+
* @param {String} operationId Identifier of an asynchronous operation.
|
|
260
|
+
* @return {Promise<InboundOperationStatus>}
|
|
261
|
+
*/
|
|
262
|
+
getInboundOperationStatus(operationId: string): Promise<InboundOperationStatus>;
|
|
263
|
+
/**
|
|
264
|
+
* Fetches the top level information about an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
265
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
266
|
+
* @return {Promise<InboundPlan>}
|
|
267
|
+
*/
|
|
268
|
+
getInboundPlanWithHttpInfo(inboundPlanId: string): Promise<InboundPlan>;
|
|
269
|
+
/**
|
|
270
|
+
* Fetches the top level information about an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
271
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
272
|
+
* @return {Promise<InboundPlan>}
|
|
273
|
+
*/
|
|
274
|
+
getInboundPlan(inboundPlanId: string): Promise<InboundPlan>;
|
|
275
|
+
/**
|
|
276
|
+
* Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
277
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
278
|
+
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
279
|
+
* @param {Object} [opts] Optional parameters
|
|
280
|
+
* @param {Number} [opts.pageSize] The number of self ship appointment slots to return in the response matching the given query. (default to 10)
|
|
281
|
+
* @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
282
|
+
* @return {Promise<GetSelfShipAppointmentSlotsResponse>}
|
|
283
|
+
*/
|
|
284
|
+
getSelfShipAppointmentSlotsWithHttpInfo(inboundPlanId: string, shipmentId: string, opts?: {
|
|
285
|
+
pageSize?: number;
|
|
286
|
+
paginationToken?: string;
|
|
287
|
+
}): Promise<GetSelfShipAppointmentSlotsResponse>;
|
|
288
|
+
/**
|
|
289
|
+
* Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
290
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
291
|
+
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
292
|
+
* @param {Object} [opts] Optional parameters
|
|
293
|
+
* @param {Number} [opts.pageSize] The number of self ship appointment slots to return in the response matching the given query. (default to 10)
|
|
294
|
+
* @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
295
|
+
* @return {Promise<GetSelfShipAppointmentSlotsResponse>}
|
|
296
|
+
*/
|
|
297
|
+
getSelfShipAppointmentSlots(inboundPlanId: string, shipmentId: string, opts?: {
|
|
298
|
+
pageSize?: number;
|
|
299
|
+
paginationToken?: string;
|
|
300
|
+
}): Promise<GetSelfShipAppointmentSlotsResponse>;
|
|
301
|
+
/**
|
|
302
|
+
* Provides the full details for a specific shipment within an inbound plan. The `transportationOptionId` inside `acceptedTransportationSelection` can be used to retrieve the transportation details for the shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
303
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
304
|
+
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
305
|
+
* @return {Promise<Shipment>}
|
|
306
|
+
*/
|
|
307
|
+
getShipmentWithHttpInfo(inboundPlanId: string, shipmentId: string): Promise<Shipment>;
|
|
308
|
+
/**
|
|
309
|
+
* Provides the full details for a specific shipment within an inbound plan. The `transportationOptionId` inside `acceptedTransportationSelection` can be used to retrieve the transportation details for the shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
310
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
311
|
+
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
312
|
+
* @return {Promise<Shipment>}
|
|
313
|
+
*/
|
|
314
|
+
getShipment(inboundPlanId: string, shipmentId: string): Promise<Shipment>;
|
|
315
|
+
/**
|
|
316
|
+
* Retrieve a shipment content update preview which provides a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
317
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
318
|
+
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
319
|
+
* @param {String} contentUpdatePreviewId Identifier of a content update preview.
|
|
320
|
+
* @return {Promise<ContentUpdatePreview>}
|
|
321
|
+
*/
|
|
322
|
+
getShipmentContentUpdatePreviewWithHttpInfo(inboundPlanId: string, shipmentId: string, contentUpdatePreviewId: string): Promise<ContentUpdatePreview>;
|
|
323
|
+
/**
|
|
324
|
+
* Retrieve a shipment content update preview which provides a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
325
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
326
|
+
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
327
|
+
* @param {String} contentUpdatePreviewId Identifier of a content update preview.
|
|
328
|
+
* @return {Promise<ContentUpdatePreview>}
|
|
329
|
+
*/
|
|
330
|
+
getShipmentContentUpdatePreview(inboundPlanId: string, shipmentId: string, contentUpdatePreviewId: string): Promise<ContentUpdatePreview>;
|
|
331
|
+
/**
|
|
332
|
+
* Retrieves all delivery window options for a shipment. Delivery window options must first be generated by the `generateDeliveryWindowOptions` operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
333
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
334
|
+
* @param {String} shipmentId The shipment to get delivery window options for.
|
|
335
|
+
* @param {Object} [opts] Optional parameters
|
|
336
|
+
* @param {Number} [opts.pageSize] The number of delivery window options to return in the response matching the given query. (default to 10)
|
|
337
|
+
* @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
338
|
+
* @return {Promise<ListDeliveryWindowOptionsResponse>}
|
|
339
|
+
*/
|
|
340
|
+
listDeliveryWindowOptionsWithHttpInfo(inboundPlanId: string, shipmentId: string, opts?: {
|
|
341
|
+
pageSize?: number;
|
|
342
|
+
paginationToken?: string;
|
|
343
|
+
}): Promise<ListDeliveryWindowOptionsResponse>;
|
|
344
|
+
/**
|
|
345
|
+
* Retrieves all delivery window options for a shipment. Delivery window options must first be generated by the `generateDeliveryWindowOptions` operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
346
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
347
|
+
* @param {String} shipmentId The shipment to get delivery window options for.
|
|
348
|
+
* @param {Object} [opts] Optional parameters
|
|
349
|
+
* @param {Number} [opts.pageSize] The number of delivery window options to return in the response matching the given query. (default to 10)
|
|
350
|
+
* @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
351
|
+
* @return {Promise<ListDeliveryWindowOptionsResponse>}
|
|
352
|
+
*/
|
|
353
|
+
listDeliveryWindowOptions(inboundPlanId: string, shipmentId: string, opts?: {
|
|
354
|
+
pageSize?: number;
|
|
355
|
+
paginationToken?: string;
|
|
356
|
+
}): Promise<ListDeliveryWindowOptionsResponse>;
|
|
357
|
+
/**
|
|
358
|
+
* Provides a paginated list of box packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
359
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
360
|
+
* @param {Object} [opts] Optional parameters
|
|
361
|
+
* @param {Number} [opts.pageSize] The number of boxes to return in the response matching the given query. (default to 10)
|
|
362
|
+
* @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
363
|
+
* @return {Promise<ListInboundPlanBoxesResponse>}
|
|
364
|
+
*/
|
|
365
|
+
listInboundPlanBoxesWithHttpInfo(inboundPlanId: string, opts?: {
|
|
366
|
+
pageSize?: number;
|
|
367
|
+
paginationToken?: string;
|
|
368
|
+
}): Promise<ListInboundPlanBoxesResponse>;
|
|
369
|
+
/**
|
|
370
|
+
* Provides a paginated list of box packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
371
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
372
|
+
* @param {Object} [opts] Optional parameters
|
|
373
|
+
* @param {Number} [opts.pageSize] The number of boxes to return in the response matching the given query. (default to 10)
|
|
374
|
+
* @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
375
|
+
* @return {Promise<ListInboundPlanBoxesResponse>}
|
|
376
|
+
*/
|
|
377
|
+
listInboundPlanBoxes(inboundPlanId: string, opts?: {
|
|
378
|
+
pageSize?: number;
|
|
379
|
+
paginationToken?: string;
|
|
380
|
+
}): Promise<ListInboundPlanBoxesResponse>;
|
|
381
|
+
/**
|
|
382
|
+
* Provides a paginated list of item packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
383
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
384
|
+
* @param {Object} [opts] Optional parameters
|
|
385
|
+
* @param {Number} [opts.pageSize] The number of items to return in the response matching the given query. (default to 10)
|
|
386
|
+
* @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
387
|
+
* @return {Promise<ListInboundPlanItemsResponse>}
|
|
388
|
+
*/
|
|
389
|
+
listInboundPlanItemsWithHttpInfo(inboundPlanId: string, opts?: {
|
|
390
|
+
pageSize?: number;
|
|
391
|
+
paginationToken?: string;
|
|
392
|
+
}): Promise<ListInboundPlanItemsResponse>;
|
|
393
|
+
/**
|
|
394
|
+
* Provides a paginated list of item packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
395
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
396
|
+
* @param {Object} [opts] Optional parameters
|
|
397
|
+
* @param {Number} [opts.pageSize] The number of items to return in the response matching the given query. (default to 10)
|
|
398
|
+
* @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
399
|
+
* @return {Promise<ListInboundPlanItemsResponse>}
|
|
400
|
+
*/
|
|
401
|
+
listInboundPlanItems(inboundPlanId: string, opts?: {
|
|
402
|
+
pageSize?: number;
|
|
403
|
+
paginationToken?: string;
|
|
404
|
+
}): Promise<ListInboundPlanItemsResponse>;
|
|
405
|
+
/**
|
|
406
|
+
* Provides a paginated list of pallet packages in an inbound plan. An inbound plan will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
407
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
408
|
+
* @param {Object} [opts] Optional parameters
|
|
409
|
+
* @param {Number} [opts.pageSize] The number of pallets to return in the response matching the given query. (default to 10)
|
|
410
|
+
* @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
411
|
+
* @return {Promise<ListInboundPlanPalletsResponse>}
|
|
412
|
+
*/
|
|
413
|
+
listInboundPlanPalletsWithHttpInfo(inboundPlanId: string, opts?: {
|
|
414
|
+
pageSize?: number;
|
|
415
|
+
paginationToken?: string;
|
|
416
|
+
}): Promise<ListInboundPlanPalletsResponse>;
|
|
417
|
+
/**
|
|
418
|
+
* Provides a paginated list of pallet packages in an inbound plan. An inbound plan will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
419
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
420
|
+
* @param {Object} [opts] Optional parameters
|
|
421
|
+
* @param {Number} [opts.pageSize] The number of pallets to return in the response matching the given query. (default to 10)
|
|
422
|
+
* @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
423
|
+
* @return {Promise<ListInboundPlanPalletsResponse>}
|
|
424
|
+
*/
|
|
425
|
+
listInboundPlanPallets(inboundPlanId: string, opts?: {
|
|
426
|
+
pageSize?: number;
|
|
427
|
+
paginationToken?: string;
|
|
428
|
+
}): Promise<ListInboundPlanPalletsResponse>;
|
|
429
|
+
/**
|
|
430
|
+
* Provides a list of inbound plans with minimal information. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
431
|
+
* @param {Object} [opts] Optional parameters
|
|
432
|
+
* @param {Number} [opts.pageSize] The number of inbound plans to return in the response matching the given query. (default to 10)
|
|
433
|
+
* @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
434
|
+
* @param {String} [opts.status] The status of an inbound plan.
|
|
435
|
+
* @param {String} [opts.sortBy] Sort by field.
|
|
436
|
+
* @param {String} [opts.sortOrder] The sort order.
|
|
437
|
+
* @return {Promise<ListInboundPlansResponse>}
|
|
438
|
+
*/
|
|
439
|
+
listInboundPlansWithHttpInfo(opts?: {
|
|
440
|
+
pageSize?: number;
|
|
441
|
+
paginationToken?: string;
|
|
442
|
+
status?: string;
|
|
443
|
+
sortBy?: string;
|
|
444
|
+
sortOrder?: string;
|
|
445
|
+
}): Promise<ListInboundPlansResponse>;
|
|
446
|
+
/**
|
|
447
|
+
* Provides a list of inbound plans with minimal information. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
448
|
+
* @param {Object} [opts] Optional parameters
|
|
449
|
+
* @param {Number} [opts.pageSize] The number of inbound plans to return in the response matching the given query. (default to 10)
|
|
450
|
+
* @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
451
|
+
* @param {String} [opts.status] The status of an inbound plan.
|
|
452
|
+
* @param {String} [opts.sortBy] Sort by field.
|
|
453
|
+
* @param {String} [opts.sortOrder] The sort order.
|
|
454
|
+
* @return {Promise<ListInboundPlansResponse>}
|
|
455
|
+
*/
|
|
456
|
+
listInboundPlans(opts?: {
|
|
457
|
+
pageSize?: number;
|
|
458
|
+
paginationToken?: string;
|
|
459
|
+
status?: string;
|
|
460
|
+
sortBy?: string;
|
|
461
|
+
sortOrder?: string;
|
|
462
|
+
}): Promise<ListInboundPlansResponse>;
|
|
463
|
+
/**
|
|
464
|
+
* List the inbound compliance details for MSKUs in a given marketplace.\\n\\n**Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\\n\\nThe following characters must be double percent encoded:\\n\\n- `%`\\n- `+`\\n- `,`\\n\\n**Examples:** An MSKU value of `test%msku` is encoded as `test%2525msku`. An MSKU value of `test,msku` is encoded as `test%252Cmsku`.\\n\\n**Usage Plan:**\\n\\n| Rate (requests per second) | Burst |\\n| ---- | ---- |\\n| n | n |\\n\\nThe `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
465
|
+
* @param {[String]} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
|
|
466
|
+
* @param {String} marketplaceId The Marketplace ID. For a list of possible values, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
467
|
+
* @return {Promise<ListItemComplianceDetailsResponse>}
|
|
468
|
+
*/
|
|
469
|
+
listItemComplianceDetailsWithHttpInfo(mskus: [string], marketplaceId: string): Promise<ListItemComplianceDetailsResponse>;
|
|
470
|
+
/**
|
|
471
|
+
* List the inbound compliance details for MSKUs in a given marketplace.\\n\\n**Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\\n\\nThe following characters must be double percent encoded:\\n\\n- `%`\\n- `+`\\n- `,`\\n\\n**Examples:** An MSKU value of `test%msku` is encoded as `test%2525msku`. An MSKU value of `test,msku` is encoded as `test%252Cmsku`.\\n\\n**Usage Plan:**\\n\\n| Rate (requests per second) | Burst |\\n| ---- | ---- |\\n| n | n |\\n\\nThe `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
472
|
+
* @param {[String]} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
|
|
473
|
+
* @param {String} marketplaceId The Marketplace ID. For a list of possible values, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
474
|
+
* @return {Promise<ListItemComplianceDetailsResponse>}
|
|
475
|
+
*/
|
|
476
|
+
listItemComplianceDetails(mskus: [string], marketplaceId: string): Promise<ListItemComplianceDetailsResponse>;
|
|
477
|
+
/**
|
|
478
|
+
* Retrieves a page of boxes from a given packing group. These boxes were previously provided through the `setPackingInformation` operation. This API is used for workflows where boxes are packed before Amazon determines shipment splits. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
479
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
480
|
+
* @param {String} packingGroupId Identifier of a packing group.
|
|
481
|
+
* @param {Object} [opts] Optional parameters
|
|
482
|
+
* @param {Number} [opts.pageSize] The number of packing group boxes to return in the response matching the given query. (default to 10)
|
|
483
|
+
* @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
484
|
+
* @return {Promise<ListPackingGroupBoxesResponse>}
|
|
485
|
+
*/
|
|
486
|
+
listPackingGroupBoxesWithHttpInfo(inboundPlanId: string, packingGroupId: string, opts?: {
|
|
487
|
+
pageSize?: number;
|
|
488
|
+
paginationToken?: string;
|
|
489
|
+
}): Promise<ListPackingGroupBoxesResponse>;
|
|
490
|
+
/**
|
|
491
|
+
* Retrieves a page of boxes from a given packing group. These boxes were previously provided through the `setPackingInformation` operation. This API is used for workflows where boxes are packed before Amazon determines shipment splits. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
492
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
493
|
+
* @param {String} packingGroupId Identifier of a packing group.
|
|
494
|
+
* @param {Object} [opts] Optional parameters
|
|
495
|
+
* @param {Number} [opts.pageSize] The number of packing group boxes to return in the response matching the given query. (default to 10)
|
|
496
|
+
* @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
497
|
+
* @return {Promise<ListPackingGroupBoxesResponse>}
|
|
498
|
+
*/
|
|
499
|
+
listPackingGroupBoxes(inboundPlanId: string, packingGroupId: string, opts?: {
|
|
500
|
+
pageSize?: number;
|
|
501
|
+
paginationToken?: string;
|
|
502
|
+
}): Promise<ListPackingGroupBoxesResponse>;
|
|
503
|
+
/**
|
|
504
|
+
* Retrieves a page of items in a given packing group. Packing options must first be generated by the corresponding operation before packing group items can be listed. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
505
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
506
|
+
* @param {String} packingGroupId Identifier of a packing group.
|
|
507
|
+
* @param {Object} [opts] Optional parameters
|
|
508
|
+
* @param {Number} [opts.pageSize] The number of packing group items to return in the response matching the given query. (default to 10)
|
|
509
|
+
* @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
510
|
+
* @return {Promise<ListPackingGroupItemsResponse>}
|
|
511
|
+
*/
|
|
512
|
+
listPackingGroupItemsWithHttpInfo(inboundPlanId: string, packingGroupId: string, opts?: {
|
|
513
|
+
pageSize?: number;
|
|
514
|
+
paginationToken?: string;
|
|
515
|
+
}): Promise<ListPackingGroupItemsResponse>;
|
|
516
|
+
/**
|
|
517
|
+
* Retrieves a page of items in a given packing group. Packing options must first be generated by the corresponding operation before packing group items can be listed. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
518
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
519
|
+
* @param {String} packingGroupId Identifier of a packing group.
|
|
520
|
+
* @param {Object} [opts] Optional parameters
|
|
521
|
+
* @param {Number} [opts.pageSize] The number of packing group items to return in the response matching the given query. (default to 10)
|
|
522
|
+
* @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
523
|
+
* @return {Promise<ListPackingGroupItemsResponse>}
|
|
524
|
+
*/
|
|
525
|
+
listPackingGroupItems(inboundPlanId: string, packingGroupId: string, opts?: {
|
|
526
|
+
pageSize?: number;
|
|
527
|
+
paginationToken?: string;
|
|
528
|
+
}): Promise<ListPackingGroupItemsResponse>;
|
|
529
|
+
/**
|
|
530
|
+
* Retrieves a list of all packing options for an inbound plan. Packing options must first be generated by the corresponding operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
531
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
532
|
+
* @param {Object} [opts] Optional parameters
|
|
533
|
+
* @param {Number} [opts.pageSize] The number of packing options to return in the response matching the given query. (default to 10)
|
|
534
|
+
* @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
535
|
+
* @return {Promise<ListPackingOptionsResponse>}
|
|
536
|
+
*/
|
|
537
|
+
listPackingOptionsWithHttpInfo(inboundPlanId: string, opts?: {
|
|
538
|
+
pageSize?: number;
|
|
539
|
+
paginationToken?: string;
|
|
540
|
+
}): Promise<ListPackingOptionsResponse>;
|
|
541
|
+
/**
|
|
542
|
+
* Retrieves a list of all packing options for an inbound plan. Packing options must first be generated by the corresponding operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
543
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
544
|
+
* @param {Object} [opts] Optional parameters
|
|
545
|
+
* @param {Number} [opts.pageSize] The number of packing options to return in the response matching the given query. (default to 10)
|
|
546
|
+
* @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
547
|
+
* @return {Promise<ListPackingOptionsResponse>}
|
|
548
|
+
*/
|
|
549
|
+
listPackingOptions(inboundPlanId: string, opts?: {
|
|
550
|
+
pageSize?: number;
|
|
551
|
+
paginationToken?: string;
|
|
552
|
+
}): Promise<ListPackingOptionsResponse>;
|
|
553
|
+
/**
|
|
554
|
+
* Provides a list of all placement options for an inbound plan. Placement options must first be generated by the corresponding operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
555
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
556
|
+
* @param {Object} [opts] Optional parameters
|
|
557
|
+
* @param {Number} [opts.pageSize] The number of placement options to return in the response matching the given query. (default to 10)
|
|
558
|
+
* @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
559
|
+
* @return {Promise<ListPlacementOptionsResponse>}
|
|
560
|
+
*/
|
|
561
|
+
listPlacementOptionsWithHttpInfo(inboundPlanId: string, opts?: {
|
|
562
|
+
pageSize?: number;
|
|
563
|
+
paginationToken?: string;
|
|
564
|
+
}): Promise<ListPlacementOptionsResponse>;
|
|
565
|
+
/**
|
|
566
|
+
* Provides a list of all placement options for an inbound plan. Placement options must first be generated by the corresponding operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
567
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
568
|
+
* @param {Object} [opts] Optional parameters
|
|
569
|
+
* @param {Number} [opts.pageSize] The number of placement options to return in the response matching the given query. (default to 10)
|
|
570
|
+
* @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
571
|
+
* @return {Promise<ListPlacementOptionsResponse>}
|
|
572
|
+
*/
|
|
573
|
+
listPlacementOptions(inboundPlanId: string, opts?: {
|
|
574
|
+
pageSize?: number;
|
|
575
|
+
paginationToken?: string;
|
|
576
|
+
}): Promise<ListPlacementOptionsResponse>;
|
|
577
|
+
/**
|
|
578
|
+
* Get preparation details for a list of MSKUs in a specified marketplace.\\n\\n**Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\\n\\nThe following characters must be double percent encoded:\\n\\n- `%`\\n- `+`\\n- `,`\\n\\n**Examples:** An MSKU value of `test%msku` is encoded as `test%2525msku`. An MSKU value of `test,msku` is encoded as `test%252Cmsku`.\\n\\n**Usage Plan:**\\n\\n| Rate (requests per second) | Burst |\\n| ---- | ---- |\\n| n | n |\\n\\nThe `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
579
|
+
* @param {String} marketplaceId The marketplace ID. For a list of possible values, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
580
|
+
* @param {[String]} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
|
|
581
|
+
* @return {Promise<ListPrepDetailsResponse>}
|
|
582
|
+
*/
|
|
583
|
+
listPrepDetailsWithHttpInfo(marketplaceId: string, mskus: [string]): Promise<ListPrepDetailsResponse>;
|
|
584
|
+
/**
|
|
585
|
+
* Get preparation details for a list of MSKUs in a specified marketplace.\\n\\n**Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\\n\\nThe following characters must be double percent encoded:\\n\\n- `%`\\n- `+`\\n- `,`\\n\\n**Examples:** An MSKU value of `test%msku` is encoded as `test%2525msku`. An MSKU value of `test,msku` is encoded as `test%252Cmsku`.\\n\\n**Usage Plan:**\\n\\n| Rate (requests per second) | Burst |\\n| ---- | ---- |\\n| n | n |\\n\\nThe `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
586
|
+
* @param {String} marketplaceId The marketplace ID. For a list of possible values, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
587
|
+
* @param {[String]} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
|
|
588
|
+
* @return {Promise<ListPrepDetailsResponse>}
|
|
589
|
+
*/
|
|
590
|
+
listPrepDetails(marketplaceId: string, mskus: [string]): Promise<ListPrepDetailsResponse>;
|
|
591
|
+
/**
|
|
592
|
+
* Provides a paginated list of box packages in a shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
593
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
594
|
+
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
595
|
+
* @param {Object} [opts] Optional parameters
|
|
596
|
+
* @param {Number} [opts.pageSize] The number of boxes to return in the response matching the given query. (default to 10)
|
|
597
|
+
* @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
598
|
+
* @return {Promise<ListShipmentBoxesResponse>}
|
|
599
|
+
*/
|
|
600
|
+
listShipmentBoxesWithHttpInfo(inboundPlanId: string, shipmentId: string, opts?: {
|
|
601
|
+
pageSize?: number;
|
|
602
|
+
paginationToken?: string;
|
|
603
|
+
}): Promise<ListShipmentBoxesResponse>;
|
|
604
|
+
/**
|
|
605
|
+
* Provides a paginated list of box packages in a shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
606
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
607
|
+
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
608
|
+
* @param {Object} [opts] Optional parameters
|
|
609
|
+
* @param {Number} [opts.pageSize] The number of boxes to return in the response matching the given query. (default to 10)
|
|
610
|
+
* @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
611
|
+
* @return {Promise<ListShipmentBoxesResponse>}
|
|
612
|
+
*/
|
|
613
|
+
listShipmentBoxes(inboundPlanId: string, shipmentId: string, opts?: {
|
|
614
|
+
pageSize?: number;
|
|
615
|
+
paginationToken?: string;
|
|
616
|
+
}): Promise<ListShipmentBoxesResponse>;
|
|
617
|
+
/**
|
|
618
|
+
* Retrieve a paginated list of shipment content update previews for a given shipment. The shipment content update preview is a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
619
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
620
|
+
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
621
|
+
* @param {Object} [opts] Optional parameters
|
|
622
|
+
* @param {Number} [opts.pageSize] The number of content update previews to return. (default to 10)
|
|
623
|
+
* @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
624
|
+
* @return {Promise<ListShipmentContentUpdatePreviewsResponse>}
|
|
625
|
+
*/
|
|
626
|
+
listShipmentContentUpdatePreviewsWithHttpInfo(inboundPlanId: string, shipmentId: string, opts?: {
|
|
627
|
+
pageSize?: number;
|
|
628
|
+
paginationToken?: string;
|
|
629
|
+
}): Promise<ListShipmentContentUpdatePreviewsResponse>;
|
|
630
|
+
/**
|
|
631
|
+
* Retrieve a paginated list of shipment content update previews for a given shipment. The shipment content update preview is a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
632
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
633
|
+
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
634
|
+
* @param {Object} [opts] Optional parameters
|
|
635
|
+
* @param {Number} [opts.pageSize] The number of content update previews to return. (default to 10)
|
|
636
|
+
* @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
637
|
+
* @return {Promise<ListShipmentContentUpdatePreviewsResponse>}
|
|
638
|
+
*/
|
|
639
|
+
listShipmentContentUpdatePreviews(inboundPlanId: string, shipmentId: string, opts?: {
|
|
640
|
+
pageSize?: number;
|
|
641
|
+
paginationToken?: string;
|
|
642
|
+
}): Promise<ListShipmentContentUpdatePreviewsResponse>;
|
|
643
|
+
/**
|
|
644
|
+
* Provides a paginated list of item packages in a shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
645
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
646
|
+
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
647
|
+
* @param {Object} [opts] Optional parameters
|
|
648
|
+
* @param {Number} [opts.pageSize] The number of items to return in the response matching the given query. (default to 10)
|
|
649
|
+
* @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
650
|
+
* @return {Promise<ListShipmentItemsResponse>}
|
|
651
|
+
*/
|
|
652
|
+
listShipmentItemsWithHttpInfo(inboundPlanId: string, shipmentId: string, opts?: {
|
|
653
|
+
pageSize?: number;
|
|
654
|
+
paginationToken?: string;
|
|
655
|
+
}): Promise<ListShipmentItemsResponse>;
|
|
656
|
+
/**
|
|
657
|
+
* Provides a paginated list of item packages in a shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
658
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
659
|
+
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
660
|
+
* @param {Object} [opts] Optional parameters
|
|
661
|
+
* @param {Number} [opts.pageSize] The number of items to return in the response matching the given query. (default to 10)
|
|
662
|
+
* @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
663
|
+
* @return {Promise<ListShipmentItemsResponse>}
|
|
664
|
+
*/
|
|
665
|
+
listShipmentItems(inboundPlanId: string, shipmentId: string, opts?: {
|
|
666
|
+
pageSize?: number;
|
|
667
|
+
paginationToken?: string;
|
|
668
|
+
}): Promise<ListShipmentItemsResponse>;
|
|
669
|
+
/**
|
|
670
|
+
* Provides a paginated list of pallet packages in a shipment. A palletized shipment will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
671
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
672
|
+
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
673
|
+
* @param {Object} [opts] Optional parameters
|
|
674
|
+
* @param {Number} [opts.pageSize] The number of pallets to return in the response matching the given query. (default to 10)
|
|
675
|
+
* @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
676
|
+
* @return {Promise<ListShipmentPalletsResponse>}
|
|
677
|
+
*/
|
|
678
|
+
listShipmentPalletsWithHttpInfo(inboundPlanId: string, shipmentId: string, opts?: {
|
|
679
|
+
pageSize?: number;
|
|
680
|
+
paginationToken?: string;
|
|
681
|
+
}): Promise<ListShipmentPalletsResponse>;
|
|
682
|
+
/**
|
|
683
|
+
* Provides a paginated list of pallet packages in a shipment. A palletized shipment will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
684
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
685
|
+
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
686
|
+
* @param {Object} [opts] Optional parameters
|
|
687
|
+
* @param {Number} [opts.pageSize] The number of pallets to return in the response matching the given query. (default to 10)
|
|
688
|
+
* @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
689
|
+
* @return {Promise<ListShipmentPalletsResponse>}
|
|
690
|
+
*/
|
|
691
|
+
listShipmentPallets(inboundPlanId: string, shipmentId: string, opts?: {
|
|
692
|
+
pageSize?: number;
|
|
693
|
+
paginationToken?: string;
|
|
694
|
+
}): Promise<ListShipmentPalletsResponse>;
|
|
695
|
+
/**
|
|
696
|
+
* Retrieves all transportation options for a shipment. Transportation options must first be generated by the `generateTransportationOptions` operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
697
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
698
|
+
* @param {Object} [opts] Optional parameters
|
|
699
|
+
* @param {Number} [opts.pageSize] The number of transportation options to return in the response matching the given query. (default to 10)
|
|
700
|
+
* @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
701
|
+
* @param {String} [opts.placementOptionId] The placement option to get transportation options for. Either `placementOptionId` or `shipmentId` must be specified.
|
|
702
|
+
* @param {String} [opts.shipmentId] The shipment to get transportation options for. Either `placementOptionId` or `shipmentId` must be specified.
|
|
703
|
+
* @return {Promise<ListTransportationOptionsResponse>}
|
|
704
|
+
*/
|
|
705
|
+
listTransportationOptionsWithHttpInfo(inboundPlanId: string, opts?: {
|
|
706
|
+
pageSize?: number;
|
|
707
|
+
paginationToken?: string;
|
|
708
|
+
placementOptionId?: string;
|
|
709
|
+
shipmentId?: string;
|
|
710
|
+
}): Promise<ListTransportationOptionsResponse>;
|
|
711
|
+
/**
|
|
712
|
+
* Retrieves all transportation options for a shipment. Transportation options must first be generated by the `generateTransportationOptions` operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
713
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
714
|
+
* @param {Object} [opts] Optional parameters
|
|
715
|
+
* @param {Number} [opts.pageSize] The number of transportation options to return in the response matching the given query. (default to 10)
|
|
716
|
+
* @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
717
|
+
* @param {String} [opts.placementOptionId] The placement option to get transportation options for. Either `placementOptionId` or `shipmentId` must be specified.
|
|
718
|
+
* @param {String} [opts.shipmentId] The shipment to get transportation options for. Either `placementOptionId` or `shipmentId` must be specified.
|
|
719
|
+
* @return {Promise<ListTransportationOptionsResponse>}
|
|
720
|
+
*/
|
|
721
|
+
listTransportationOptions(inboundPlanId: string, opts?: {
|
|
722
|
+
pageSize?: number;
|
|
723
|
+
paginationToken?: string;
|
|
724
|
+
placementOptionId?: string;
|
|
725
|
+
shipmentId?: string;
|
|
726
|
+
}): Promise<ListTransportationOptionsResponse>;
|
|
727
|
+
/**
|
|
728
|
+
* Confirms or reschedules a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
729
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
730
|
+
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
731
|
+
* @param {String} slotId An identifier to a self-ship appointment slot.
|
|
732
|
+
* @param {ScheduleSelfShipAppointmentRequest} body The body of the request to `scheduleSelfShipAppointment`.
|
|
733
|
+
* @return {Promise<ScheduleSelfShipAppointmentResponse>}
|
|
734
|
+
*/
|
|
735
|
+
scheduleSelfShipAppointmentWithHttpInfo(inboundPlanId: string, shipmentId: string, slotId: string, body: ScheduleSelfShipAppointmentRequest): Promise<ScheduleSelfShipAppointmentResponse>;
|
|
736
|
+
/**
|
|
737
|
+
* Confirms or reschedules a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
738
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
739
|
+
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
740
|
+
* @param {String} slotId An identifier to a self-ship appointment slot.
|
|
741
|
+
* @param {ScheduleSelfShipAppointmentRequest} body The body of the request to `scheduleSelfShipAppointment`.
|
|
742
|
+
* @return {Promise<ScheduleSelfShipAppointmentResponse>}
|
|
743
|
+
*/
|
|
744
|
+
scheduleSelfShipAppointment(inboundPlanId: string, shipmentId: string, slotId: string, body: ScheduleSelfShipAppointmentRequest): Promise<ScheduleSelfShipAppointmentResponse>;
|
|
745
|
+
/**
|
|
746
|
+
* Sets packing information for an inbound plan. This should be called after an inbound plan is created to populate the box level information required for planning and transportation estimates. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
747
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
748
|
+
* @param {SetPackingInformationRequest} body The body of the request to `setPackingInformation`.
|
|
749
|
+
* @return {Promise<SetPackingInformationResponse>}
|
|
750
|
+
*/
|
|
751
|
+
setPackingInformationWithHttpInfo(inboundPlanId: string, body: SetPackingInformationRequest): Promise<SetPackingInformationResponse>;
|
|
752
|
+
/**
|
|
753
|
+
* Sets packing information for an inbound plan. This should be called after an inbound plan is created to populate the box level information required for planning and transportation estimates. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
754
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
755
|
+
* @param {SetPackingInformationRequest} body The body of the request to `setPackingInformation`.
|
|
756
|
+
* @return {Promise<SetPackingInformationResponse>}
|
|
757
|
+
*/
|
|
758
|
+
setPackingInformation(inboundPlanId: string, body: SetPackingInformationRequest): Promise<SetPackingInformationResponse>;
|
|
759
|
+
/**
|
|
760
|
+
* Set the preparation details for a list of MSKUs in a specified marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
761
|
+
* @param {SetPrepDetailsRequest} body The body of the request to `setPrepDetails`.
|
|
762
|
+
* @return {Promise<SetPrepDetailsResponse>}
|
|
763
|
+
*/
|
|
764
|
+
setPrepDetailsWithHttpInfo(body: SetPrepDetailsRequest): Promise<SetPrepDetailsResponse>;
|
|
765
|
+
/**
|
|
766
|
+
* Set the preparation details for a list of MSKUs in a specified marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
767
|
+
* @param {SetPrepDetailsRequest} body The body of the request to `setPrepDetails`.
|
|
768
|
+
* @return {Promise<SetPrepDetailsResponse>}
|
|
769
|
+
*/
|
|
770
|
+
setPrepDetails(body: SetPrepDetailsRequest): Promise<SetPrepDetailsResponse>;
|
|
771
|
+
/**
|
|
772
|
+
* Update/Add custom identifier to the boxes within a shipment. These custom identifiers are provided by the clients and reflected on the box labels to identify boxes. One example of this custom identifier is the SSCC (Serial Shipping Container Codes) barcodes, with the encoding of GS1-128, which is an industry standard to uniquely identify boxes. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
773
|
+
* @param {String} inboundPlanId Identifier to an inbound plan.
|
|
774
|
+
* @param {String} shipmentId Identifier to a shipment. A shipment contains the boxes and units being inbounded.
|
|
775
|
+
* @param {UpdateBoxIdentifiersRequest} body The body of the request to `updateBoxIdentifiers`.
|
|
776
|
+
* @return {Promise<UpdateBoxIdentifiersResponse>}
|
|
777
|
+
*/
|
|
778
|
+
updateBoxIdentifiersWithHttpInfo(inboundPlanId: string, shipmentId: string, body: UpdateBoxIdentifiersRequest): Promise<UpdateBoxIdentifiersResponse>;
|
|
779
|
+
/**
|
|
780
|
+
* Update/Add custom identifier to the boxes within a shipment. These custom identifiers are provided by the clients and reflected on the box labels to identify boxes. One example of this custom identifier is the SSCC (Serial Shipping Container Codes) barcodes, with the encoding of GS1-128, which is an industry standard to uniquely identify boxes. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
781
|
+
* @param {String} inboundPlanId Identifier to an inbound plan.
|
|
782
|
+
* @param {String} shipmentId Identifier to a shipment. A shipment contains the boxes and units being inbounded.
|
|
783
|
+
* @param {UpdateBoxIdentifiersRequest} body The body of the request to `updateBoxIdentifiers`.
|
|
784
|
+
* @return {Promise<UpdateBoxIdentifiersResponse>}
|
|
785
|
+
*/
|
|
786
|
+
updateBoxIdentifiers(inboundPlanId: string, shipmentId: string, body: UpdateBoxIdentifiersRequest): Promise<UpdateBoxIdentifiersResponse>;
|
|
787
|
+
/**
|
|
788
|
+
* Updates the name of an existing inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
789
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
790
|
+
* @param {UpdateInboundPlanNameRequest} body The body of the request to `updateInboundPlanName`.
|
|
791
|
+
* @return {Promise<void>}
|
|
792
|
+
*/
|
|
793
|
+
updateInboundPlanNameWithHttpInfo(inboundPlanId: string, body: UpdateInboundPlanNameRequest): Promise<void>;
|
|
794
|
+
/**
|
|
795
|
+
* Updates the name of an existing inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
796
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
797
|
+
* @param {UpdateInboundPlanNameRequest} body The body of the request to `updateInboundPlanName`.
|
|
798
|
+
* @return {Promise<void>}
|
|
799
|
+
*/
|
|
800
|
+
updateInboundPlanName(inboundPlanId: string, body: UpdateInboundPlanNameRequest): Promise<void>;
|
|
801
|
+
/**
|
|
802
|
+
* Update compliance details for a list of MSKUs. The details provided here are only used for the India (IN - A21TJRUUN4KGV) marketplace compliance validation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
803
|
+
* @param {String} marketplaceId The Marketplace ID. For a list of possible values, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
804
|
+
* @param {UpdateItemComplianceDetailsRequest} body The body of the request to `updateItemComplianceDetails`.
|
|
805
|
+
* @return {Promise<UpdateItemComplianceDetailsResponse>}
|
|
806
|
+
*/
|
|
807
|
+
updateItemComplianceDetailsWithHttpInfo(marketplaceId: string, body: UpdateItemComplianceDetailsRequest): Promise<UpdateItemComplianceDetailsResponse>;
|
|
808
|
+
/**
|
|
809
|
+
* Update compliance details for a list of MSKUs. The details provided here are only used for the India (IN - A21TJRUUN4KGV) marketplace compliance validation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
810
|
+
* @param {String} marketplaceId The Marketplace ID. For a list of possible values, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
811
|
+
* @param {UpdateItemComplianceDetailsRequest} body The body of the request to `updateItemComplianceDetails`.
|
|
812
|
+
* @return {Promise<UpdateItemComplianceDetailsResponse>}
|
|
813
|
+
*/
|
|
814
|
+
updateItemComplianceDetails(marketplaceId: string, body: UpdateItemComplianceDetailsRequest): Promise<UpdateItemComplianceDetailsResponse>;
|
|
815
|
+
/**
|
|
816
|
+
* Updates the name of an existing shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
817
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
818
|
+
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
819
|
+
* @param {UpdateShipmentNameRequest} body The body of the request to `updateShipmentName`.
|
|
820
|
+
* @return {Promise<void>}
|
|
821
|
+
*/
|
|
822
|
+
updateShipmentNameWithHttpInfo(inboundPlanId: string, shipmentId: string, body: UpdateShipmentNameRequest): Promise<void>;
|
|
823
|
+
/**
|
|
824
|
+
* Updates the name of an existing shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
825
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
826
|
+
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
827
|
+
* @param {UpdateShipmentNameRequest} body The body of the request to `updateShipmentName`.
|
|
828
|
+
* @return {Promise<void>}
|
|
829
|
+
*/
|
|
830
|
+
updateShipmentName(inboundPlanId: string, shipmentId: string, body: UpdateShipmentNameRequest): Promise<void>;
|
|
831
|
+
/**
|
|
832
|
+
* Updates the source address of an existing shipment. The shipment source address can only be updated prior to the confirmation of the shipment carriers. As a result of the updated source address, existing transportation options will be invalidated and will need to be regenerated to capture the potential difference in transportation options and quotes due to the new source address. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
833
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
834
|
+
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
835
|
+
* @param {UpdateShipmentSourceAddressRequest} body The body of the request to `updateShipmentSourceAddress`.
|
|
836
|
+
* @return {Promise<UpdateShipmentSourceAddressResponse>}
|
|
837
|
+
*/
|
|
838
|
+
updateShipmentSourceAddressWithHttpInfo(inboundPlanId: string, shipmentId: string, body: UpdateShipmentSourceAddressRequest): Promise<UpdateShipmentSourceAddressResponse>;
|
|
839
|
+
/**
|
|
840
|
+
* Updates the source address of an existing shipment. The shipment source address can only be updated prior to the confirmation of the shipment carriers. As a result of the updated source address, existing transportation options will be invalidated and will need to be regenerated to capture the potential difference in transportation options and quotes due to the new source address. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
841
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
842
|
+
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
843
|
+
* @param {UpdateShipmentSourceAddressRequest} body The body of the request to `updateShipmentSourceAddress`.
|
|
844
|
+
* @return {Promise<UpdateShipmentSourceAddressResponse>}
|
|
845
|
+
*/
|
|
846
|
+
updateShipmentSourceAddress(inboundPlanId: string, shipmentId: string, body: UpdateShipmentSourceAddressRequest): Promise<UpdateShipmentSourceAddressResponse>;
|
|
847
|
+
/**
|
|
848
|
+
* Updates a shipment's tracking details. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
849
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
850
|
+
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
851
|
+
* @param {UpdateShipmentTrackingDetailsRequest} body The body of the request to `updateShipmentTrackingDetails`.
|
|
852
|
+
* @return {Promise<UpdateShipmentTrackingDetailsResponse>}
|
|
853
|
+
*/
|
|
854
|
+
updateShipmentTrackingDetailsWithHttpInfo(inboundPlanId: string, shipmentId: string, body: UpdateShipmentTrackingDetailsRequest): Promise<UpdateShipmentTrackingDetailsResponse>;
|
|
855
|
+
/**
|
|
856
|
+
* Updates a shipment's tracking details. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
857
|
+
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
858
|
+
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
859
|
+
* @param {UpdateShipmentTrackingDetailsRequest} body The body of the request to `updateShipmentTrackingDetails`.
|
|
860
|
+
* @return {Promise<UpdateShipmentTrackingDetailsResponse>}
|
|
861
|
+
*/
|
|
862
|
+
updateShipmentTrackingDetails(inboundPlanId: string, shipmentId: string, body: UpdateShipmentTrackingDetailsRequest): Promise<UpdateShipmentTrackingDetailsResponse>;
|
|
863
|
+
#private;
|
|
864
|
+
}
|
|
865
|
+
import { CancelInboundPlanResponse } from '../model/CancelInboundPlanResponse.js';
|
|
866
|
+
import { CancelSelfShipAppointmentRequest } from '../model/CancelSelfShipAppointmentRequest.js';
|
|
867
|
+
import { CancelSelfShipAppointmentResponse } from '../model/CancelSelfShipAppointmentResponse.js';
|
|
868
|
+
import { ConfirmDeliveryWindowOptionsResponse } from '../model/ConfirmDeliveryWindowOptionsResponse.js';
|
|
869
|
+
import { ConfirmPackingOptionResponse } from '../model/ConfirmPackingOptionResponse.js';
|
|
870
|
+
import { ConfirmPlacementOptionResponse } from '../model/ConfirmPlacementOptionResponse.js';
|
|
871
|
+
import { ConfirmShipmentContentUpdatePreviewResponse } from '../model/ConfirmShipmentContentUpdatePreviewResponse.js';
|
|
872
|
+
import { ConfirmTransportationOptionsRequest } from '../model/ConfirmTransportationOptionsRequest.js';
|
|
873
|
+
import { ConfirmTransportationOptionsResponse } from '../model/ConfirmTransportationOptionsResponse.js';
|
|
874
|
+
import { CreateInboundPlanRequest } from '../model/CreateInboundPlanRequest.js';
|
|
875
|
+
import { CreateInboundPlanResponse } from '../model/CreateInboundPlanResponse.js';
|
|
876
|
+
import { CreateMarketplaceItemLabelsRequest } from '../model/CreateMarketplaceItemLabelsRequest.js';
|
|
877
|
+
import { CreateMarketplaceItemLabelsResponse } from '../model/CreateMarketplaceItemLabelsResponse.js';
|
|
878
|
+
import { GenerateDeliveryWindowOptionsResponse } from '../model/GenerateDeliveryWindowOptionsResponse.js';
|
|
879
|
+
import { GeneratePackingOptionsResponse } from '../model/GeneratePackingOptionsResponse.js';
|
|
880
|
+
import { GeneratePlacementOptionsRequest } from '../model/GeneratePlacementOptionsRequest.js';
|
|
881
|
+
import { GeneratePlacementOptionsResponse } from '../model/GeneratePlacementOptionsResponse.js';
|
|
882
|
+
import { GenerateSelfShipAppointmentSlotsRequest } from '../model/GenerateSelfShipAppointmentSlotsRequest.js';
|
|
883
|
+
import { GenerateSelfShipAppointmentSlotsResponse } from '../model/GenerateSelfShipAppointmentSlotsResponse.js';
|
|
884
|
+
import { GenerateShipmentContentUpdatePreviewsRequest } from '../model/GenerateShipmentContentUpdatePreviewsRequest.js';
|
|
885
|
+
import { GenerateShipmentContentUpdatePreviewsResponse } from '../model/GenerateShipmentContentUpdatePreviewsResponse.js';
|
|
886
|
+
import { GenerateTransportationOptionsRequest } from '../model/GenerateTransportationOptionsRequest.js';
|
|
887
|
+
import { GenerateTransportationOptionsResponse } from '../model/GenerateTransportationOptionsResponse.js';
|
|
888
|
+
import { GetDeliveryChallanDocumentResponse } from '../model/GetDeliveryChallanDocumentResponse.js';
|
|
889
|
+
import { InboundOperationStatus } from '../model/InboundOperationStatus.js';
|
|
890
|
+
import { InboundPlan } from '../model/InboundPlan.js';
|
|
891
|
+
import { GetSelfShipAppointmentSlotsResponse } from '../model/GetSelfShipAppointmentSlotsResponse.js';
|
|
892
|
+
import { Shipment } from '../model/Shipment.js';
|
|
893
|
+
import { ContentUpdatePreview } from '../model/ContentUpdatePreview.js';
|
|
894
|
+
import { ListDeliveryWindowOptionsResponse } from '../model/ListDeliveryWindowOptionsResponse.js';
|
|
895
|
+
import { ListInboundPlanBoxesResponse } from '../model/ListInboundPlanBoxesResponse.js';
|
|
896
|
+
import { ListInboundPlanItemsResponse } from '../model/ListInboundPlanItemsResponse.js';
|
|
897
|
+
import { ListInboundPlanPalletsResponse } from '../model/ListInboundPlanPalletsResponse.js';
|
|
898
|
+
import { ListInboundPlansResponse } from '../model/ListInboundPlansResponse.js';
|
|
899
|
+
import { ListItemComplianceDetailsResponse } from '../model/ListItemComplianceDetailsResponse.js';
|
|
900
|
+
import { ListPackingGroupBoxesResponse } from '../model/ListPackingGroupBoxesResponse.js';
|
|
901
|
+
import { ListPackingGroupItemsResponse } from '../model/ListPackingGroupItemsResponse.js';
|
|
902
|
+
import { ListPackingOptionsResponse } from '../model/ListPackingOptionsResponse.js';
|
|
903
|
+
import { ListPlacementOptionsResponse } from '../model/ListPlacementOptionsResponse.js';
|
|
904
|
+
import { ListPrepDetailsResponse } from '../model/ListPrepDetailsResponse.js';
|
|
905
|
+
import { ListShipmentBoxesResponse } from '../model/ListShipmentBoxesResponse.js';
|
|
906
|
+
import { ListShipmentContentUpdatePreviewsResponse } from '../model/ListShipmentContentUpdatePreviewsResponse.js';
|
|
907
|
+
import { ListShipmentItemsResponse } from '../model/ListShipmentItemsResponse.js';
|
|
908
|
+
import { ListShipmentPalletsResponse } from '../model/ListShipmentPalletsResponse.js';
|
|
909
|
+
import { ListTransportationOptionsResponse } from '../model/ListTransportationOptionsResponse.js';
|
|
910
|
+
import { ScheduleSelfShipAppointmentRequest } from '../model/ScheduleSelfShipAppointmentRequest.js';
|
|
911
|
+
import { ScheduleSelfShipAppointmentResponse } from '../model/ScheduleSelfShipAppointmentResponse.js';
|
|
912
|
+
import { SetPackingInformationRequest } from '../model/SetPackingInformationRequest.js';
|
|
913
|
+
import { SetPackingInformationResponse } from '../model/SetPackingInformationResponse.js';
|
|
914
|
+
import { SetPrepDetailsRequest } from '../model/SetPrepDetailsRequest.js';
|
|
915
|
+
import { SetPrepDetailsResponse } from '../model/SetPrepDetailsResponse.js';
|
|
916
|
+
import { UpdateBoxIdentifiersRequest } from '../model/UpdateBoxIdentifiersRequest.js';
|
|
917
|
+
import { UpdateBoxIdentifiersResponse } from '../model/UpdateBoxIdentifiersResponse.js';
|
|
918
|
+
import { UpdateInboundPlanNameRequest } from '../model/UpdateInboundPlanNameRequest.js';
|
|
919
|
+
import { UpdateItemComplianceDetailsRequest } from '../model/UpdateItemComplianceDetailsRequest.js';
|
|
920
|
+
import { UpdateItemComplianceDetailsResponse } from '../model/UpdateItemComplianceDetailsResponse.js';
|
|
921
|
+
import { UpdateShipmentNameRequest } from '../model/UpdateShipmentNameRequest.js';
|
|
922
|
+
import { UpdateShipmentSourceAddressRequest } from '../model/UpdateShipmentSourceAddressRequest.js';
|
|
923
|
+
import { UpdateShipmentSourceAddressResponse } from '../model/UpdateShipmentSourceAddressResponse.js';
|
|
924
|
+
import { UpdateShipmentTrackingDetailsRequest } from '../model/UpdateShipmentTrackingDetailsRequest.js';
|
|
925
|
+
import { UpdateShipmentTrackingDetailsResponse } from '../model/UpdateShipmentTrackingDetailsResponse.js';
|
|
926
|
+
import { ApiClient } from '../ApiClient.js';
|
|
927
|
+
//# sourceMappingURL=FbaInboundApi.d.ts.map
|