@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
|
@@ -64,6 +64,8 @@ import { SetPackingInformationResponse } from '../model/SetPackingInformationRes
|
|
|
64
64
|
import { SetPrepDetailsRequest } from '../model/SetPrepDetailsRequest.js'
|
|
65
65
|
import { SetPrepDetailsResponse } from '../model/SetPrepDetailsResponse.js'
|
|
66
66
|
import { Shipment } from '../model/Shipment.js'
|
|
67
|
+
import { UpdateBoxIdentifiersRequest } from '../model/UpdateBoxIdentifiersRequest.js'
|
|
68
|
+
import { UpdateBoxIdentifiersResponse } from '../model/UpdateBoxIdentifiersResponse.js'
|
|
67
69
|
import { UpdateInboundPlanNameRequest } from '../model/UpdateInboundPlanNameRequest.js'
|
|
68
70
|
import { UpdateItemComplianceDetailsRequest } from '../model/UpdateItemComplianceDetailsRequest.js'
|
|
69
71
|
import { UpdateItemComplianceDetailsResponse } from '../model/UpdateItemComplianceDetailsResponse.js'
|
|
@@ -81,15 +83,15 @@ import { DefaultRateLimitFetcher } from '../../../helper/DefaultRateLimitFetcher
|
|
|
81
83
|
* @version 2024-03-20
|
|
82
84
|
*/
|
|
83
85
|
export class FbaInboundApi {
|
|
84
|
-
// Private
|
|
86
|
+
// Private member stores the default rate limiters
|
|
85
87
|
#defaultRateLimiterMap
|
|
86
88
|
|
|
87
89
|
/**
|
|
88
90
|
* Constructs a new FbaInboundApi.
|
|
89
91
|
* @alias module:fulfillmentinbound_v2024_03_20/api/FbaInboundApi
|
|
90
92
|
* @class
|
|
91
|
-
* @param {
|
|
92
|
-
* default to {@link
|
|
93
|
+
* @param {ApiClient} [apiClient] Optional API client implementation to use,
|
|
94
|
+
* default to {@link ApiClient#instance} if unspecified.
|
|
93
95
|
*/
|
|
94
96
|
constructor (apiClient) {
|
|
95
97
|
this.apiClient = apiClient || ApiClient.instance
|
|
@@ -143,6 +145,7 @@ export class FbaInboundApi {
|
|
|
143
145
|
'FbaInboundApi-scheduleSelfShipAppointment',
|
|
144
146
|
'FbaInboundApi-setPackingInformation',
|
|
145
147
|
'FbaInboundApi-setPrepDetails',
|
|
148
|
+
'FbaInboundApi-updateBoxIdentifiers',
|
|
146
149
|
'FbaInboundApi-updateInboundPlanName',
|
|
147
150
|
'FbaInboundApi-updateItemComplianceDetails',
|
|
148
151
|
'FbaInboundApi-updateShipmentName',
|
|
@@ -167,7 +170,7 @@ export class FbaInboundApi {
|
|
|
167
170
|
/**
|
|
168
171
|
* 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).
|
|
169
172
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
170
|
-
* @return {Promise
|
|
173
|
+
* @return {Promise<CancelInboundPlanResponse>}
|
|
171
174
|
*/
|
|
172
175
|
cancelInboundPlanWithHttpInfo (inboundPlanId) {
|
|
173
176
|
const postBody = null
|
|
@@ -201,7 +204,7 @@ export class FbaInboundApi {
|
|
|
201
204
|
/**
|
|
202
205
|
* 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).
|
|
203
206
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
204
|
-
* @return {Promise
|
|
207
|
+
* @return {Promise<CancelInboundPlanResponse>}
|
|
205
208
|
*/
|
|
206
209
|
cancelInboundPlan (inboundPlanId) {
|
|
207
210
|
return this.cancelInboundPlanWithHttpInfo(inboundPlanId)
|
|
@@ -211,11 +214,11 @@ export class FbaInboundApi {
|
|
|
211
214
|
}
|
|
212
215
|
|
|
213
216
|
/**
|
|
214
|
-
* 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 | | ---- | ---- | |
|
|
217
|
+
* 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).
|
|
215
218
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
216
219
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
217
|
-
* @param {
|
|
218
|
-
* @return {Promise
|
|
220
|
+
* @param {CancelSelfShipAppointmentRequest} body The body of the request to `cancelSelfShipAppointment`.
|
|
221
|
+
* @return {Promise<CancelSelfShipAppointmentResponse>}
|
|
219
222
|
*/
|
|
220
223
|
cancelSelfShipAppointmentWithHttpInfo (inboundPlanId, shipmentId, body) {
|
|
221
224
|
const postBody = body
|
|
@@ -258,11 +261,11 @@ export class FbaInboundApi {
|
|
|
258
261
|
}
|
|
259
262
|
|
|
260
263
|
/**
|
|
261
|
-
* 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 | | ---- | ---- | |
|
|
264
|
+
* 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).
|
|
262
265
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
263
266
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
264
|
-
* @param {
|
|
265
|
-
* @return {Promise
|
|
267
|
+
* @param {CancelSelfShipAppointmentRequest} body The body of the request to `cancelSelfShipAppointment`.
|
|
268
|
+
* @return {Promise<CancelSelfShipAppointmentResponse>}
|
|
266
269
|
*/
|
|
267
270
|
cancelSelfShipAppointment (inboundPlanId, shipmentId, body) {
|
|
268
271
|
return this.cancelSelfShipAppointmentWithHttpInfo(inboundPlanId, shipmentId, body)
|
|
@@ -276,7 +279,7 @@ export class FbaInboundApi {
|
|
|
276
279
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
277
280
|
* @param {String} shipmentId The shipment to confirm the delivery window option for.
|
|
278
281
|
* @param {String} deliveryWindowOptionId The id of the delivery window option to be confirmed.
|
|
279
|
-
* @return {Promise
|
|
282
|
+
* @return {Promise<ConfirmDeliveryWindowOptionsResponse>}
|
|
280
283
|
*/
|
|
281
284
|
confirmDeliveryWindowOptionsWithHttpInfo (inboundPlanId, shipmentId, deliveryWindowOptionId) {
|
|
282
285
|
const postBody = null
|
|
@@ -324,7 +327,7 @@ export class FbaInboundApi {
|
|
|
324
327
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
325
328
|
* @param {String} shipmentId The shipment to confirm the delivery window option for.
|
|
326
329
|
* @param {String} deliveryWindowOptionId The id of the delivery window option to be confirmed.
|
|
327
|
-
* @return {Promise
|
|
330
|
+
* @return {Promise<ConfirmDeliveryWindowOptionsResponse>}
|
|
328
331
|
*/
|
|
329
332
|
confirmDeliveryWindowOptions (inboundPlanId, shipmentId, deliveryWindowOptionId) {
|
|
330
333
|
return this.confirmDeliveryWindowOptionsWithHttpInfo(inboundPlanId, shipmentId, deliveryWindowOptionId)
|
|
@@ -337,7 +340,7 @@ export class FbaInboundApi {
|
|
|
337
340
|
* 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).
|
|
338
341
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
339
342
|
* @param {String} packingOptionId Identifier of a packing option.
|
|
340
|
-
* @return {Promise
|
|
343
|
+
* @return {Promise<ConfirmPackingOptionResponse>}
|
|
341
344
|
*/
|
|
342
345
|
confirmPackingOptionWithHttpInfo (inboundPlanId, packingOptionId) {
|
|
343
346
|
const postBody = null
|
|
@@ -378,7 +381,7 @@ export class FbaInboundApi {
|
|
|
378
381
|
* 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).
|
|
379
382
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
380
383
|
* @param {String} packingOptionId Identifier of a packing option.
|
|
381
|
-
* @return {Promise
|
|
384
|
+
* @return {Promise<ConfirmPackingOptionResponse>}
|
|
382
385
|
*/
|
|
383
386
|
confirmPackingOption (inboundPlanId, packingOptionId) {
|
|
384
387
|
return this.confirmPackingOptionWithHttpInfo(inboundPlanId, packingOptionId)
|
|
@@ -391,7 +394,7 @@ export class FbaInboundApi {
|
|
|
391
394
|
* 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).
|
|
392
395
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
393
396
|
* @param {String} placementOptionId The identifier of a placement option. A placement option represents the shipment splits and destinations of SKUs.
|
|
394
|
-
* @return {Promise
|
|
397
|
+
* @return {Promise<ConfirmPlacementOptionResponse>}
|
|
395
398
|
*/
|
|
396
399
|
confirmPlacementOptionWithHttpInfo (inboundPlanId, placementOptionId) {
|
|
397
400
|
const postBody = null
|
|
@@ -432,7 +435,7 @@ export class FbaInboundApi {
|
|
|
432
435
|
* 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).
|
|
433
436
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
434
437
|
* @param {String} placementOptionId The identifier of a placement option. A placement option represents the shipment splits and destinations of SKUs.
|
|
435
|
-
* @return {Promise
|
|
438
|
+
* @return {Promise<ConfirmPlacementOptionResponse>}
|
|
436
439
|
*/
|
|
437
440
|
confirmPlacementOption (inboundPlanId, placementOptionId) {
|
|
438
441
|
return this.confirmPlacementOptionWithHttpInfo(inboundPlanId, placementOptionId)
|
|
@@ -446,7 +449,7 @@ export class FbaInboundApi {
|
|
|
446
449
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
447
450
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
448
451
|
* @param {String} contentUpdatePreviewId Identifier of a content update preview.
|
|
449
|
-
* @return {Promise
|
|
452
|
+
* @return {Promise<ConfirmShipmentContentUpdatePreviewResponse>}
|
|
450
453
|
*/
|
|
451
454
|
confirmShipmentContentUpdatePreviewWithHttpInfo (inboundPlanId, shipmentId, contentUpdatePreviewId) {
|
|
452
455
|
const postBody = null
|
|
@@ -494,7 +497,7 @@ export class FbaInboundApi {
|
|
|
494
497
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
495
498
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
496
499
|
* @param {String} contentUpdatePreviewId Identifier of a content update preview.
|
|
497
|
-
* @return {Promise
|
|
500
|
+
* @return {Promise<ConfirmShipmentContentUpdatePreviewResponse>}
|
|
498
501
|
*/
|
|
499
502
|
confirmShipmentContentUpdatePreview (inboundPlanId, shipmentId, contentUpdatePreviewId) {
|
|
500
503
|
return this.confirmShipmentContentUpdatePreviewWithHttpInfo(inboundPlanId, shipmentId, contentUpdatePreviewId)
|
|
@@ -506,8 +509,8 @@ export class FbaInboundApi {
|
|
|
506
509
|
/**
|
|
507
510
|
* 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).
|
|
508
511
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
509
|
-
* @param {
|
|
510
|
-
* @return {Promise
|
|
512
|
+
* @param {ConfirmTransportationOptionsRequest} body The body of the request to `confirmTransportationOptions`.
|
|
513
|
+
* @return {Promise<ConfirmTransportationOptionsResponse>}
|
|
511
514
|
*/
|
|
512
515
|
confirmTransportationOptionsWithHttpInfo (inboundPlanId, body) {
|
|
513
516
|
const postBody = body
|
|
@@ -546,8 +549,8 @@ export class FbaInboundApi {
|
|
|
546
549
|
/**
|
|
547
550
|
* 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).
|
|
548
551
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
549
|
-
* @param {
|
|
550
|
-
* @return {Promise
|
|
552
|
+
* @param {ConfirmTransportationOptionsRequest} body The body of the request to `confirmTransportationOptions`.
|
|
553
|
+
* @return {Promise<ConfirmTransportationOptionsResponse>}
|
|
551
554
|
*/
|
|
552
555
|
confirmTransportationOptions (inboundPlanId, body) {
|
|
553
556
|
return this.confirmTransportationOptionsWithHttpInfo(inboundPlanId, body)
|
|
@@ -558,8 +561,8 @@ export class FbaInboundApi {
|
|
|
558
561
|
|
|
559
562
|
/**
|
|
560
563
|
* 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).
|
|
561
|
-
* @param {
|
|
562
|
-
* @return {Promise
|
|
564
|
+
* @param {CreateInboundPlanRequest} body The body of the request to `createInboundPlan`.
|
|
565
|
+
* @return {Promise<CreateInboundPlanResponse>}
|
|
563
566
|
*/
|
|
564
567
|
createInboundPlanWithHttpInfo (body) {
|
|
565
568
|
const postBody = body
|
|
@@ -591,8 +594,8 @@ export class FbaInboundApi {
|
|
|
591
594
|
|
|
592
595
|
/**
|
|
593
596
|
* 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).
|
|
594
|
-
* @param {
|
|
595
|
-
* @return {Promise
|
|
597
|
+
* @param {CreateInboundPlanRequest} body The body of the request to `createInboundPlan`.
|
|
598
|
+
* @return {Promise<CreateInboundPlanResponse>}
|
|
596
599
|
*/
|
|
597
600
|
createInboundPlan (body) {
|
|
598
601
|
return this.createInboundPlanWithHttpInfo(body)
|
|
@@ -603,8 +606,8 @@ export class FbaInboundApi {
|
|
|
603
606
|
|
|
604
607
|
/**
|
|
605
608
|
* 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).
|
|
606
|
-
* @param {
|
|
607
|
-
* @return {Promise
|
|
609
|
+
* @param {CreateMarketplaceItemLabelsRequest} body The body of the request to `createMarketplaceItemLabels`.
|
|
610
|
+
* @return {Promise<CreateMarketplaceItemLabelsResponse>}
|
|
608
611
|
*/
|
|
609
612
|
createMarketplaceItemLabelsWithHttpInfo (body) {
|
|
610
613
|
const postBody = body
|
|
@@ -636,8 +639,8 @@ export class FbaInboundApi {
|
|
|
636
639
|
|
|
637
640
|
/**
|
|
638
641
|
* 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).
|
|
639
|
-
* @param {
|
|
640
|
-
* @return {Promise
|
|
642
|
+
* @param {CreateMarketplaceItemLabelsRequest} body The body of the request to `createMarketplaceItemLabels`.
|
|
643
|
+
* @return {Promise<CreateMarketplaceItemLabelsResponse>}
|
|
641
644
|
*/
|
|
642
645
|
createMarketplaceItemLabels (body) {
|
|
643
646
|
return this.createMarketplaceItemLabelsWithHttpInfo(body)
|
|
@@ -650,7 +653,7 @@ export class FbaInboundApi {
|
|
|
650
653
|
* 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).
|
|
651
654
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
652
655
|
* @param {String} shipmentId The shipment to generate delivery window options for.
|
|
653
|
-
* @return {Promise
|
|
656
|
+
* @return {Promise<GenerateDeliveryWindowOptionsResponse>}
|
|
654
657
|
*/
|
|
655
658
|
generateDeliveryWindowOptionsWithHttpInfo (inboundPlanId, shipmentId) {
|
|
656
659
|
const postBody = null
|
|
@@ -691,7 +694,7 @@ export class FbaInboundApi {
|
|
|
691
694
|
* 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).
|
|
692
695
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
693
696
|
* @param {String} shipmentId The shipment to generate delivery window options for.
|
|
694
|
-
* @return {Promise
|
|
697
|
+
* @return {Promise<GenerateDeliveryWindowOptionsResponse>}
|
|
695
698
|
*/
|
|
696
699
|
generateDeliveryWindowOptions (inboundPlanId, shipmentId) {
|
|
697
700
|
return this.generateDeliveryWindowOptionsWithHttpInfo(inboundPlanId, shipmentId)
|
|
@@ -703,7 +706,7 @@ export class FbaInboundApi {
|
|
|
703
706
|
/**
|
|
704
707
|
* 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).
|
|
705
708
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
706
|
-
* @return {Promise
|
|
709
|
+
* @return {Promise<GeneratePackingOptionsResponse>}
|
|
707
710
|
*/
|
|
708
711
|
generatePackingOptionsWithHttpInfo (inboundPlanId) {
|
|
709
712
|
const postBody = null
|
|
@@ -737,7 +740,7 @@ export class FbaInboundApi {
|
|
|
737
740
|
/**
|
|
738
741
|
* 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).
|
|
739
742
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
740
|
-
* @return {Promise
|
|
743
|
+
* @return {Promise<GeneratePackingOptionsResponse>}
|
|
741
744
|
*/
|
|
742
745
|
generatePackingOptions (inboundPlanId) {
|
|
743
746
|
return this.generatePackingOptionsWithHttpInfo(inboundPlanId)
|
|
@@ -749,8 +752,8 @@ export class FbaInboundApi {
|
|
|
749
752
|
/**
|
|
750
753
|
* 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).
|
|
751
754
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
752
|
-
* @param {
|
|
753
|
-
* @return {Promise
|
|
755
|
+
* @param {GeneratePlacementOptionsRequest} body The body of the request to `generatePlacementOptions`.
|
|
756
|
+
* @return {Promise<GeneratePlacementOptionsResponse>}
|
|
754
757
|
*/
|
|
755
758
|
generatePlacementOptionsWithHttpInfo (inboundPlanId, body) {
|
|
756
759
|
const postBody = body
|
|
@@ -789,8 +792,8 @@ export class FbaInboundApi {
|
|
|
789
792
|
/**
|
|
790
793
|
* 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).
|
|
791
794
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
792
|
-
* @param {
|
|
793
|
-
* @return {Promise
|
|
795
|
+
* @param {GeneratePlacementOptionsRequest} body The body of the request to `generatePlacementOptions`.
|
|
796
|
+
* @return {Promise<GeneratePlacementOptionsResponse>}
|
|
794
797
|
*/
|
|
795
798
|
generatePlacementOptions (inboundPlanId, body) {
|
|
796
799
|
return this.generatePlacementOptionsWithHttpInfo(inboundPlanId, body)
|
|
@@ -800,11 +803,11 @@ export class FbaInboundApi {
|
|
|
800
803
|
}
|
|
801
804
|
|
|
802
805
|
/**
|
|
803
|
-
* 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 | | ---- | ---- | |
|
|
806
|
+
* 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).
|
|
804
807
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
805
808
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
806
|
-
* @param {
|
|
807
|
-
* @return {Promise
|
|
809
|
+
* @param {GenerateSelfShipAppointmentSlotsRequest} body The body of the request to `generateSelfShipAppointmentSlots`.
|
|
810
|
+
* @return {Promise<GenerateSelfShipAppointmentSlotsResponse>}
|
|
808
811
|
*/
|
|
809
812
|
generateSelfShipAppointmentSlotsWithHttpInfo (inboundPlanId, shipmentId, body) {
|
|
810
813
|
const postBody = body
|
|
@@ -847,11 +850,11 @@ export class FbaInboundApi {
|
|
|
847
850
|
}
|
|
848
851
|
|
|
849
852
|
/**
|
|
850
|
-
* 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 | | ---- | ---- | |
|
|
853
|
+
* 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).
|
|
851
854
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
852
855
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
853
|
-
* @param {
|
|
854
|
-
* @return {Promise
|
|
856
|
+
* @param {GenerateSelfShipAppointmentSlotsRequest} body The body of the request to `generateSelfShipAppointmentSlots`.
|
|
857
|
+
* @return {Promise<GenerateSelfShipAppointmentSlotsResponse>}
|
|
855
858
|
*/
|
|
856
859
|
generateSelfShipAppointmentSlots (inboundPlanId, shipmentId, body) {
|
|
857
860
|
return this.generateSelfShipAppointmentSlotsWithHttpInfo(inboundPlanId, shipmentId, body)
|
|
@@ -864,8 +867,8 @@ export class FbaInboundApi {
|
|
|
864
867
|
* 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).
|
|
865
868
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
866
869
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
867
|
-
* @param {
|
|
868
|
-
* @return {Promise
|
|
870
|
+
* @param {GenerateShipmentContentUpdatePreviewsRequest} body The body of the request to `generateShipmentContentUpdatePreviews`.
|
|
871
|
+
* @return {Promise<GenerateShipmentContentUpdatePreviewsResponse>}
|
|
869
872
|
*/
|
|
870
873
|
generateShipmentContentUpdatePreviewsWithHttpInfo (inboundPlanId, shipmentId, body) {
|
|
871
874
|
const postBody = body
|
|
@@ -911,8 +914,8 @@ export class FbaInboundApi {
|
|
|
911
914
|
* 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).
|
|
912
915
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
913
916
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
914
|
-
* @param {
|
|
915
|
-
* @return {Promise
|
|
917
|
+
* @param {GenerateShipmentContentUpdatePreviewsRequest} body The body of the request to `generateShipmentContentUpdatePreviews`.
|
|
918
|
+
* @return {Promise<GenerateShipmentContentUpdatePreviewsResponse>}
|
|
916
919
|
*/
|
|
917
920
|
generateShipmentContentUpdatePreviews (inboundPlanId, shipmentId, body) {
|
|
918
921
|
return this.generateShipmentContentUpdatePreviewsWithHttpInfo(inboundPlanId, shipmentId, body)
|
|
@@ -924,8 +927,8 @@ export class FbaInboundApi {
|
|
|
924
927
|
/**
|
|
925
928
|
* 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).
|
|
926
929
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
927
|
-
* @param {
|
|
928
|
-
* @return {Promise
|
|
930
|
+
* @param {GenerateTransportationOptionsRequest} body The body of the request to `generateTransportationOptions`.
|
|
931
|
+
* @return {Promise<GenerateTransportationOptionsResponse>}
|
|
929
932
|
*/
|
|
930
933
|
generateTransportationOptionsWithHttpInfo (inboundPlanId, body) {
|
|
931
934
|
const postBody = body
|
|
@@ -964,8 +967,8 @@ export class FbaInboundApi {
|
|
|
964
967
|
/**
|
|
965
968
|
* 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).
|
|
966
969
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
967
|
-
* @param {
|
|
968
|
-
* @return {Promise
|
|
970
|
+
* @param {GenerateTransportationOptionsRequest} body The body of the request to `generateTransportationOptions`.
|
|
971
|
+
* @return {Promise<GenerateTransportationOptionsResponse>}
|
|
969
972
|
*/
|
|
970
973
|
generateTransportationOptions (inboundPlanId, body) {
|
|
971
974
|
return this.generateTransportationOptionsWithHttpInfo(inboundPlanId, body)
|
|
@@ -978,7 +981,7 @@ export class FbaInboundApi {
|
|
|
978
981
|
* 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).
|
|
979
982
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
980
983
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
981
|
-
* @return {Promise
|
|
984
|
+
* @return {Promise<GetDeliveryChallanDocumentResponse>}
|
|
982
985
|
*/
|
|
983
986
|
getDeliveryChallanDocumentWithHttpInfo (inboundPlanId, shipmentId) {
|
|
984
987
|
const postBody = null
|
|
@@ -1019,7 +1022,7 @@ export class FbaInboundApi {
|
|
|
1019
1022
|
* 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).
|
|
1020
1023
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1021
1024
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1022
|
-
* @return {Promise
|
|
1025
|
+
* @return {Promise<GetDeliveryChallanDocumentResponse>}
|
|
1023
1026
|
*/
|
|
1024
1027
|
getDeliveryChallanDocument (inboundPlanId, shipmentId) {
|
|
1025
1028
|
return this.getDeliveryChallanDocumentWithHttpInfo(inboundPlanId, shipmentId)
|
|
@@ -1031,7 +1034,7 @@ export class FbaInboundApi {
|
|
|
1031
1034
|
/**
|
|
1032
1035
|
* 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).
|
|
1033
1036
|
* @param {String} operationId Identifier of an asynchronous operation.
|
|
1034
|
-
* @return {Promise
|
|
1037
|
+
* @return {Promise<InboundOperationStatus>}
|
|
1035
1038
|
*/
|
|
1036
1039
|
getInboundOperationStatusWithHttpInfo (operationId) {
|
|
1037
1040
|
const postBody = null
|
|
@@ -1065,7 +1068,7 @@ export class FbaInboundApi {
|
|
|
1065
1068
|
/**
|
|
1066
1069
|
* 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).
|
|
1067
1070
|
* @param {String} operationId Identifier of an asynchronous operation.
|
|
1068
|
-
* @return {Promise
|
|
1071
|
+
* @return {Promise<InboundOperationStatus>}
|
|
1069
1072
|
*/
|
|
1070
1073
|
getInboundOperationStatus (operationId) {
|
|
1071
1074
|
return this.getInboundOperationStatusWithHttpInfo(operationId)
|
|
@@ -1077,7 +1080,7 @@ export class FbaInboundApi {
|
|
|
1077
1080
|
/**
|
|
1078
1081
|
* 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).
|
|
1079
1082
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1080
|
-
* @return {Promise
|
|
1083
|
+
* @return {Promise<InboundPlan>}
|
|
1081
1084
|
*/
|
|
1082
1085
|
getInboundPlanWithHttpInfo (inboundPlanId) {
|
|
1083
1086
|
const postBody = null
|
|
@@ -1111,7 +1114,7 @@ export class FbaInboundApi {
|
|
|
1111
1114
|
/**
|
|
1112
1115
|
* 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).
|
|
1113
1116
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1114
|
-
* @return {Promise
|
|
1117
|
+
* @return {Promise<InboundPlan>}
|
|
1115
1118
|
*/
|
|
1116
1119
|
getInboundPlan (inboundPlanId) {
|
|
1117
1120
|
return this.getInboundPlanWithHttpInfo(inboundPlanId)
|
|
@@ -1121,13 +1124,13 @@ export class FbaInboundApi {
|
|
|
1121
1124
|
}
|
|
1122
1125
|
|
|
1123
1126
|
/**
|
|
1124
|
-
* 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 | | ---- | ---- | |
|
|
1127
|
+
* 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).
|
|
1125
1128
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1126
1129
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1127
|
-
* @param {Object} opts Optional parameters
|
|
1128
|
-
* @param {Number} opts.pageSize The number of self ship appointment slots to return in the response matching the given query. (default to 10)
|
|
1129
|
-
* @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.
|
|
1130
|
-
* @return {Promise
|
|
1130
|
+
* @param {Object} [opts] Optional parameters
|
|
1131
|
+
* @param {Number} [opts.pageSize] The number of self ship appointment slots to return in the response matching the given query. (default to 10)
|
|
1132
|
+
* @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.
|
|
1133
|
+
* @return {Promise<GetSelfShipAppointmentSlotsResponse>}
|
|
1131
1134
|
*/
|
|
1132
1135
|
getSelfShipAppointmentSlotsWithHttpInfo (inboundPlanId, shipmentId, opts) {
|
|
1133
1136
|
opts = opts || {}
|
|
@@ -1168,13 +1171,13 @@ export class FbaInboundApi {
|
|
|
1168
1171
|
}
|
|
1169
1172
|
|
|
1170
1173
|
/**
|
|
1171
|
-
* 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 | | ---- | ---- | |
|
|
1174
|
+
* 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).
|
|
1172
1175
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1173
1176
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1174
|
-
* @param {Object} opts Optional parameters
|
|
1175
|
-
* @param {Number} opts.pageSize The number of self ship appointment slots to return in the response matching the given query. (default to 10)
|
|
1176
|
-
* @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.
|
|
1177
|
-
* @return {Promise
|
|
1177
|
+
* @param {Object} [opts] Optional parameters
|
|
1178
|
+
* @param {Number} [opts.pageSize] The number of self ship appointment slots to return in the response matching the given query. (default to 10)
|
|
1179
|
+
* @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.
|
|
1180
|
+
* @return {Promise<GetSelfShipAppointmentSlotsResponse>}
|
|
1178
1181
|
*/
|
|
1179
1182
|
getSelfShipAppointmentSlots (inboundPlanId, shipmentId, opts) {
|
|
1180
1183
|
return this.getSelfShipAppointmentSlotsWithHttpInfo(inboundPlanId, shipmentId, opts)
|
|
@@ -1187,7 +1190,7 @@ export class FbaInboundApi {
|
|
|
1187
1190
|
* 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).
|
|
1188
1191
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1189
1192
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1190
|
-
* @return {Promise
|
|
1193
|
+
* @return {Promise<Shipment>}
|
|
1191
1194
|
*/
|
|
1192
1195
|
getShipmentWithHttpInfo (inboundPlanId, shipmentId) {
|
|
1193
1196
|
const postBody = null
|
|
@@ -1228,7 +1231,7 @@ export class FbaInboundApi {
|
|
|
1228
1231
|
* 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).
|
|
1229
1232
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1230
1233
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1231
|
-
* @return {Promise
|
|
1234
|
+
* @return {Promise<Shipment>}
|
|
1232
1235
|
*/
|
|
1233
1236
|
getShipment (inboundPlanId, shipmentId) {
|
|
1234
1237
|
return this.getShipmentWithHttpInfo(inboundPlanId, shipmentId)
|
|
@@ -1242,7 +1245,7 @@ export class FbaInboundApi {
|
|
|
1242
1245
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1243
1246
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1244
1247
|
* @param {String} contentUpdatePreviewId Identifier of a content update preview.
|
|
1245
|
-
* @return {Promise
|
|
1248
|
+
* @return {Promise<ContentUpdatePreview>}
|
|
1246
1249
|
*/
|
|
1247
1250
|
getShipmentContentUpdatePreviewWithHttpInfo (inboundPlanId, shipmentId, contentUpdatePreviewId) {
|
|
1248
1251
|
const postBody = null
|
|
@@ -1290,7 +1293,7 @@ export class FbaInboundApi {
|
|
|
1290
1293
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1291
1294
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1292
1295
|
* @param {String} contentUpdatePreviewId Identifier of a content update preview.
|
|
1293
|
-
* @return {Promise
|
|
1296
|
+
* @return {Promise<ContentUpdatePreview>}
|
|
1294
1297
|
*/
|
|
1295
1298
|
getShipmentContentUpdatePreview (inboundPlanId, shipmentId, contentUpdatePreviewId) {
|
|
1296
1299
|
return this.getShipmentContentUpdatePreviewWithHttpInfo(inboundPlanId, shipmentId, contentUpdatePreviewId)
|
|
@@ -1303,10 +1306,10 @@ export class FbaInboundApi {
|
|
|
1303
1306
|
* 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).
|
|
1304
1307
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1305
1308
|
* @param {String} shipmentId The shipment to get delivery window options for.
|
|
1306
|
-
* @param {Object} opts Optional parameters
|
|
1307
|
-
* @param {Number} opts.pageSize The number of delivery window options to return in the response matching the given query. (default to 10)
|
|
1308
|
-
* @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.
|
|
1309
|
-
* @return {Promise
|
|
1309
|
+
* @param {Object} [opts] Optional parameters
|
|
1310
|
+
* @param {Number} [opts.pageSize] The number of delivery window options to return in the response matching the given query. (default to 10)
|
|
1311
|
+
* @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.
|
|
1312
|
+
* @return {Promise<ListDeliveryWindowOptionsResponse>}
|
|
1310
1313
|
*/
|
|
1311
1314
|
listDeliveryWindowOptionsWithHttpInfo (inboundPlanId, shipmentId, opts) {
|
|
1312
1315
|
opts = opts || {}
|
|
@@ -1350,10 +1353,10 @@ export class FbaInboundApi {
|
|
|
1350
1353
|
* 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).
|
|
1351
1354
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1352
1355
|
* @param {String} shipmentId The shipment to get delivery window options for.
|
|
1353
|
-
* @param {Object} opts Optional parameters
|
|
1354
|
-
* @param {Number} opts.pageSize The number of delivery window options to return in the response matching the given query. (default to 10)
|
|
1355
|
-
* @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.
|
|
1356
|
-
* @return {Promise
|
|
1356
|
+
* @param {Object} [opts] Optional parameters
|
|
1357
|
+
* @param {Number} [opts.pageSize] The number of delivery window options to return in the response matching the given query. (default to 10)
|
|
1358
|
+
* @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.
|
|
1359
|
+
* @return {Promise<ListDeliveryWindowOptionsResponse>}
|
|
1357
1360
|
*/
|
|
1358
1361
|
listDeliveryWindowOptions (inboundPlanId, shipmentId, opts) {
|
|
1359
1362
|
return this.listDeliveryWindowOptionsWithHttpInfo(inboundPlanId, shipmentId, opts)
|
|
@@ -1365,10 +1368,10 @@ export class FbaInboundApi {
|
|
|
1365
1368
|
/**
|
|
1366
1369
|
* 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).
|
|
1367
1370
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1368
|
-
* @param {Object} opts Optional parameters
|
|
1369
|
-
* @param {Number} opts.pageSize The number of boxes to return in the response matching the given query. (default to 10)
|
|
1370
|
-
* @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.
|
|
1371
|
-
* @return {Promise
|
|
1371
|
+
* @param {Object} [opts] Optional parameters
|
|
1372
|
+
* @param {Number} [opts.pageSize] The number of boxes to return in the response matching the given query. (default to 10)
|
|
1373
|
+
* @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.
|
|
1374
|
+
* @return {Promise<ListInboundPlanBoxesResponse>}
|
|
1372
1375
|
*/
|
|
1373
1376
|
listInboundPlanBoxesWithHttpInfo (inboundPlanId, opts) {
|
|
1374
1377
|
opts = opts || {}
|
|
@@ -1405,10 +1408,10 @@ export class FbaInboundApi {
|
|
|
1405
1408
|
/**
|
|
1406
1409
|
* 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).
|
|
1407
1410
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1408
|
-
* @param {Object} opts Optional parameters
|
|
1409
|
-
* @param {Number} opts.pageSize The number of boxes to return in the response matching the given query. (default to 10)
|
|
1410
|
-
* @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.
|
|
1411
|
-
* @return {Promise
|
|
1411
|
+
* @param {Object} [opts] Optional parameters
|
|
1412
|
+
* @param {Number} [opts.pageSize] The number of boxes to return in the response matching the given query. (default to 10)
|
|
1413
|
+
* @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.
|
|
1414
|
+
* @return {Promise<ListInboundPlanBoxesResponse>}
|
|
1412
1415
|
*/
|
|
1413
1416
|
listInboundPlanBoxes (inboundPlanId, opts) {
|
|
1414
1417
|
return this.listInboundPlanBoxesWithHttpInfo(inboundPlanId, opts)
|
|
@@ -1420,10 +1423,10 @@ export class FbaInboundApi {
|
|
|
1420
1423
|
/**
|
|
1421
1424
|
* 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).
|
|
1422
1425
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1423
|
-
* @param {Object} opts Optional parameters
|
|
1424
|
-
* @param {Number} opts.pageSize The number of items to return in the response matching the given query. (default to 10)
|
|
1425
|
-
* @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.
|
|
1426
|
-
* @return {Promise
|
|
1426
|
+
* @param {Object} [opts] Optional parameters
|
|
1427
|
+
* @param {Number} [opts.pageSize] The number of items to return in the response matching the given query. (default to 10)
|
|
1428
|
+
* @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.
|
|
1429
|
+
* @return {Promise<ListInboundPlanItemsResponse>}
|
|
1427
1430
|
*/
|
|
1428
1431
|
listInboundPlanItemsWithHttpInfo (inboundPlanId, opts) {
|
|
1429
1432
|
opts = opts || {}
|
|
@@ -1460,10 +1463,10 @@ export class FbaInboundApi {
|
|
|
1460
1463
|
/**
|
|
1461
1464
|
* 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).
|
|
1462
1465
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1463
|
-
* @param {Object} opts Optional parameters
|
|
1464
|
-
* @param {Number} opts.pageSize The number of items to return in the response matching the given query. (default to 10)
|
|
1465
|
-
* @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.
|
|
1466
|
-
* @return {Promise
|
|
1466
|
+
* @param {Object} [opts] Optional parameters
|
|
1467
|
+
* @param {Number} [opts.pageSize] The number of items to return in the response matching the given query. (default to 10)
|
|
1468
|
+
* @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.
|
|
1469
|
+
* @return {Promise<ListInboundPlanItemsResponse>}
|
|
1467
1470
|
*/
|
|
1468
1471
|
listInboundPlanItems (inboundPlanId, opts) {
|
|
1469
1472
|
return this.listInboundPlanItemsWithHttpInfo(inboundPlanId, opts)
|
|
@@ -1475,10 +1478,10 @@ export class FbaInboundApi {
|
|
|
1475
1478
|
/**
|
|
1476
1479
|
* 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).
|
|
1477
1480
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1478
|
-
* @param {Object} opts Optional parameters
|
|
1479
|
-
* @param {Number} opts.pageSize The number of pallets to return in the response matching the given query. (default to 10)
|
|
1480
|
-
* @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.
|
|
1481
|
-
* @return {Promise
|
|
1481
|
+
* @param {Object} [opts] Optional parameters
|
|
1482
|
+
* @param {Number} [opts.pageSize] The number of pallets to return in the response matching the given query. (default to 10)
|
|
1483
|
+
* @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.
|
|
1484
|
+
* @return {Promise<ListInboundPlanPalletsResponse>}
|
|
1482
1485
|
*/
|
|
1483
1486
|
listInboundPlanPalletsWithHttpInfo (inboundPlanId, opts) {
|
|
1484
1487
|
opts = opts || {}
|
|
@@ -1515,10 +1518,10 @@ export class FbaInboundApi {
|
|
|
1515
1518
|
/**
|
|
1516
1519
|
* 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).
|
|
1517
1520
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1518
|
-
* @param {Object} opts Optional parameters
|
|
1519
|
-
* @param {Number} opts.pageSize The number of pallets to return in the response matching the given query. (default to 10)
|
|
1520
|
-
* @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.
|
|
1521
|
-
* @return {Promise
|
|
1521
|
+
* @param {Object} [opts] Optional parameters
|
|
1522
|
+
* @param {Number} [opts.pageSize] The number of pallets to return in the response matching the given query. (default to 10)
|
|
1523
|
+
* @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.
|
|
1524
|
+
* @return {Promise<ListInboundPlanPalletsResponse>}
|
|
1522
1525
|
*/
|
|
1523
1526
|
listInboundPlanPallets (inboundPlanId, opts) {
|
|
1524
1527
|
return this.listInboundPlanPalletsWithHttpInfo(inboundPlanId, opts)
|
|
@@ -1529,13 +1532,13 @@ export class FbaInboundApi {
|
|
|
1529
1532
|
|
|
1530
1533
|
/**
|
|
1531
1534
|
* 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).
|
|
1532
|
-
* @param {Object} opts Optional parameters
|
|
1533
|
-
* @param {Number} opts.pageSize The number of inbound plans to return in the response matching the given query. (default to 10)
|
|
1534
|
-
* @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.
|
|
1535
|
-
* @param {
|
|
1536
|
-
* @param {
|
|
1537
|
-
* @param {
|
|
1538
|
-
* @return {Promise
|
|
1535
|
+
* @param {Object} [opts] Optional parameters
|
|
1536
|
+
* @param {Number} [opts.pageSize] The number of inbound plans to return in the response matching the given query. (default to 10)
|
|
1537
|
+
* @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.
|
|
1538
|
+
* @param {String} [opts.status] The status of an inbound plan.
|
|
1539
|
+
* @param {String} [opts.sortBy] Sort by field.
|
|
1540
|
+
* @param {String} [opts.sortOrder] The sort order.
|
|
1541
|
+
* @return {Promise<ListInboundPlansResponse>}
|
|
1539
1542
|
*/
|
|
1540
1543
|
listInboundPlansWithHttpInfo (opts) {
|
|
1541
1544
|
opts = opts || {}
|
|
@@ -1568,13 +1571,13 @@ export class FbaInboundApi {
|
|
|
1568
1571
|
|
|
1569
1572
|
/**
|
|
1570
1573
|
* 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).
|
|
1571
|
-
* @param {Object} opts Optional parameters
|
|
1572
|
-
* @param {Number} opts.pageSize The number of inbound plans to return in the response matching the given query. (default to 10)
|
|
1573
|
-
* @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.
|
|
1574
|
-
* @param {
|
|
1575
|
-
* @param {
|
|
1576
|
-
* @param {
|
|
1577
|
-
* @return {Promise
|
|
1574
|
+
* @param {Object} [opts] Optional parameters
|
|
1575
|
+
* @param {Number} [opts.pageSize] The number of inbound plans to return in the response matching the given query. (default to 10)
|
|
1576
|
+
* @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.
|
|
1577
|
+
* @param {String} [opts.status] The status of an inbound plan.
|
|
1578
|
+
* @param {String} [opts.sortBy] Sort by field.
|
|
1579
|
+
* @param {String} [opts.sortOrder] The sort order.
|
|
1580
|
+
* @return {Promise<ListInboundPlansResponse>}
|
|
1578
1581
|
*/
|
|
1579
1582
|
listInboundPlans (opts) {
|
|
1580
1583
|
return this.listInboundPlansWithHttpInfo(opts)
|
|
@@ -1584,10 +1587,10 @@ export class FbaInboundApi {
|
|
|
1584
1587
|
}
|
|
1585
1588
|
|
|
1586
1589
|
/**
|
|
1587
|
-
* List the inbound compliance details for MSKUs in a given marketplace.
|
|
1588
|
-
* @param {
|
|
1590
|
+
* 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).
|
|
1591
|
+
* @param {[String]} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
|
|
1589
1592
|
* @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).
|
|
1590
|
-
* @return {Promise
|
|
1593
|
+
* @return {Promise<ListItemComplianceDetailsResponse>}
|
|
1591
1594
|
*/
|
|
1592
1595
|
listItemComplianceDetailsWithHttpInfo (mskus, marketplaceId) {
|
|
1593
1596
|
const postBody = null
|
|
@@ -1625,10 +1628,10 @@ export class FbaInboundApi {
|
|
|
1625
1628
|
}
|
|
1626
1629
|
|
|
1627
1630
|
/**
|
|
1628
|
-
* List the inbound compliance details for MSKUs in a given marketplace.
|
|
1629
|
-
* @param {
|
|
1631
|
+
* 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).
|
|
1632
|
+
* @param {[String]} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
|
|
1630
1633
|
* @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).
|
|
1631
|
-
* @return {Promise
|
|
1634
|
+
* @return {Promise<ListItemComplianceDetailsResponse>}
|
|
1632
1635
|
*/
|
|
1633
1636
|
listItemComplianceDetails (mskus, marketplaceId) {
|
|
1634
1637
|
return this.listItemComplianceDetailsWithHttpInfo(mskus, marketplaceId)
|
|
@@ -1641,10 +1644,10 @@ export class FbaInboundApi {
|
|
|
1641
1644
|
* 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).
|
|
1642
1645
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1643
1646
|
* @param {String} packingGroupId Identifier of a packing group.
|
|
1644
|
-
* @param {Object} opts Optional parameters
|
|
1645
|
-
* @param {Number} opts.pageSize The number of packing group boxes to return in the response matching the given query. (default to 10)
|
|
1646
|
-
* @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.
|
|
1647
|
-
* @return {Promise
|
|
1647
|
+
* @param {Object} [opts] Optional parameters
|
|
1648
|
+
* @param {Number} [opts.pageSize] The number of packing group boxes to return in the response matching the given query. (default to 10)
|
|
1649
|
+
* @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.
|
|
1650
|
+
* @return {Promise<ListPackingGroupBoxesResponse>}
|
|
1648
1651
|
*/
|
|
1649
1652
|
listPackingGroupBoxesWithHttpInfo (inboundPlanId, packingGroupId, opts) {
|
|
1650
1653
|
opts = opts || {}
|
|
@@ -1688,10 +1691,10 @@ export class FbaInboundApi {
|
|
|
1688
1691
|
* 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).
|
|
1689
1692
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1690
1693
|
* @param {String} packingGroupId Identifier of a packing group.
|
|
1691
|
-
* @param {Object} opts Optional parameters
|
|
1692
|
-
* @param {Number} opts.pageSize The number of packing group boxes to return in the response matching the given query. (default to 10)
|
|
1693
|
-
* @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.
|
|
1694
|
-
* @return {Promise
|
|
1694
|
+
* @param {Object} [opts] Optional parameters
|
|
1695
|
+
* @param {Number} [opts.pageSize] The number of packing group boxes to return in the response matching the given query. (default to 10)
|
|
1696
|
+
* @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.
|
|
1697
|
+
* @return {Promise<ListPackingGroupBoxesResponse>}
|
|
1695
1698
|
*/
|
|
1696
1699
|
listPackingGroupBoxes (inboundPlanId, packingGroupId, opts) {
|
|
1697
1700
|
return this.listPackingGroupBoxesWithHttpInfo(inboundPlanId, packingGroupId, opts)
|
|
@@ -1704,10 +1707,10 @@ export class FbaInboundApi {
|
|
|
1704
1707
|
* 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).
|
|
1705
1708
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1706
1709
|
* @param {String} packingGroupId Identifier of a packing group.
|
|
1707
|
-
* @param {Object} opts Optional parameters
|
|
1708
|
-
* @param {Number} opts.pageSize The number of packing group items to return in the response matching the given query. (default to 10)
|
|
1709
|
-
* @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.
|
|
1710
|
-
* @return {Promise
|
|
1710
|
+
* @param {Object} [opts] Optional parameters
|
|
1711
|
+
* @param {Number} [opts.pageSize] The number of packing group items to return in the response matching the given query. (default to 10)
|
|
1712
|
+
* @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.
|
|
1713
|
+
* @return {Promise<ListPackingGroupItemsResponse>}
|
|
1711
1714
|
*/
|
|
1712
1715
|
listPackingGroupItemsWithHttpInfo (inboundPlanId, packingGroupId, opts) {
|
|
1713
1716
|
opts = opts || {}
|
|
@@ -1751,10 +1754,10 @@ export class FbaInboundApi {
|
|
|
1751
1754
|
* 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).
|
|
1752
1755
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1753
1756
|
* @param {String} packingGroupId Identifier of a packing group.
|
|
1754
|
-
* @param {Object} opts Optional parameters
|
|
1755
|
-
* @param {Number} opts.pageSize The number of packing group items to return in the response matching the given query. (default to 10)
|
|
1756
|
-
* @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.
|
|
1757
|
-
* @return {Promise
|
|
1757
|
+
* @param {Object} [opts] Optional parameters
|
|
1758
|
+
* @param {Number} [opts.pageSize] The number of packing group items to return in the response matching the given query. (default to 10)
|
|
1759
|
+
* @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.
|
|
1760
|
+
* @return {Promise<ListPackingGroupItemsResponse>}
|
|
1758
1761
|
*/
|
|
1759
1762
|
listPackingGroupItems (inboundPlanId, packingGroupId, opts) {
|
|
1760
1763
|
return this.listPackingGroupItemsWithHttpInfo(inboundPlanId, packingGroupId, opts)
|
|
@@ -1766,10 +1769,10 @@ export class FbaInboundApi {
|
|
|
1766
1769
|
/**
|
|
1767
1770
|
* 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).
|
|
1768
1771
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1769
|
-
* @param {Object} opts Optional parameters
|
|
1770
|
-
* @param {Number} opts.pageSize The number of packing options to return in the response matching the given query. (default to 10)
|
|
1771
|
-
* @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.
|
|
1772
|
-
* @return {Promise
|
|
1772
|
+
* @param {Object} [opts] Optional parameters
|
|
1773
|
+
* @param {Number} [opts.pageSize] The number of packing options to return in the response matching the given query. (default to 10)
|
|
1774
|
+
* @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.
|
|
1775
|
+
* @return {Promise<ListPackingOptionsResponse>}
|
|
1773
1776
|
*/
|
|
1774
1777
|
listPackingOptionsWithHttpInfo (inboundPlanId, opts) {
|
|
1775
1778
|
opts = opts || {}
|
|
@@ -1806,10 +1809,10 @@ export class FbaInboundApi {
|
|
|
1806
1809
|
/**
|
|
1807
1810
|
* 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).
|
|
1808
1811
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1809
|
-
* @param {Object} opts Optional parameters
|
|
1810
|
-
* @param {Number} opts.pageSize The number of packing options to return in the response matching the given query. (default to 10)
|
|
1811
|
-
* @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.
|
|
1812
|
-
* @return {Promise
|
|
1812
|
+
* @param {Object} [opts] Optional parameters
|
|
1813
|
+
* @param {Number} [opts.pageSize] The number of packing options to return in the response matching the given query. (default to 10)
|
|
1814
|
+
* @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.
|
|
1815
|
+
* @return {Promise<ListPackingOptionsResponse>}
|
|
1813
1816
|
*/
|
|
1814
1817
|
listPackingOptions (inboundPlanId, opts) {
|
|
1815
1818
|
return this.listPackingOptionsWithHttpInfo(inboundPlanId, opts)
|
|
@@ -1821,10 +1824,10 @@ export class FbaInboundApi {
|
|
|
1821
1824
|
/**
|
|
1822
1825
|
* 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).
|
|
1823
1826
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1824
|
-
* @param {Object} opts Optional parameters
|
|
1825
|
-
* @param {Number} opts.pageSize The number of placement options to return in the response matching the given query. (default to 10)
|
|
1826
|
-
* @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.
|
|
1827
|
-
* @return {Promise
|
|
1827
|
+
* @param {Object} [opts] Optional parameters
|
|
1828
|
+
* @param {Number} [opts.pageSize] The number of placement options to return in the response matching the given query. (default to 10)
|
|
1829
|
+
* @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.
|
|
1830
|
+
* @return {Promise<ListPlacementOptionsResponse>}
|
|
1828
1831
|
*/
|
|
1829
1832
|
listPlacementOptionsWithHttpInfo (inboundPlanId, opts) {
|
|
1830
1833
|
opts = opts || {}
|
|
@@ -1861,10 +1864,10 @@ export class FbaInboundApi {
|
|
|
1861
1864
|
/**
|
|
1862
1865
|
* 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).
|
|
1863
1866
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1864
|
-
* @param {Object} opts Optional parameters
|
|
1865
|
-
* @param {Number} opts.pageSize The number of placement options to return in the response matching the given query. (default to 10)
|
|
1866
|
-
* @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.
|
|
1867
|
-
* @return {Promise
|
|
1867
|
+
* @param {Object} [opts] Optional parameters
|
|
1868
|
+
* @param {Number} [opts.pageSize] The number of placement options to return in the response matching the given query. (default to 10)
|
|
1869
|
+
* @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.
|
|
1870
|
+
* @return {Promise<ListPlacementOptionsResponse>}
|
|
1868
1871
|
*/
|
|
1869
1872
|
listPlacementOptions (inboundPlanId, opts) {
|
|
1870
1873
|
return this.listPlacementOptionsWithHttpInfo(inboundPlanId, opts)
|
|
@@ -1874,10 +1877,10 @@ export class FbaInboundApi {
|
|
|
1874
1877
|
}
|
|
1875
1878
|
|
|
1876
1879
|
/**
|
|
1877
|
-
* Get preparation details for a list of MSKUs in a specified marketplace.
|
|
1880
|
+
* 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).
|
|
1878
1881
|
* @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).
|
|
1879
|
-
* @param {
|
|
1880
|
-
* @return {Promise
|
|
1882
|
+
* @param {[String]} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
|
|
1883
|
+
* @return {Promise<ListPrepDetailsResponse>}
|
|
1881
1884
|
*/
|
|
1882
1885
|
listPrepDetailsWithHttpInfo (marketplaceId, mskus) {
|
|
1883
1886
|
const postBody = null
|
|
@@ -1915,10 +1918,10 @@ export class FbaInboundApi {
|
|
|
1915
1918
|
}
|
|
1916
1919
|
|
|
1917
1920
|
/**
|
|
1918
|
-
* Get preparation details for a list of MSKUs in a specified marketplace.
|
|
1921
|
+
* 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).
|
|
1919
1922
|
* @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).
|
|
1920
|
-
* @param {
|
|
1921
|
-
* @return {Promise
|
|
1923
|
+
* @param {[String]} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
|
|
1924
|
+
* @return {Promise<ListPrepDetailsResponse>}
|
|
1922
1925
|
*/
|
|
1923
1926
|
listPrepDetails (marketplaceId, mskus) {
|
|
1924
1927
|
return this.listPrepDetailsWithHttpInfo(marketplaceId, mskus)
|
|
@@ -1931,10 +1934,10 @@ export class FbaInboundApi {
|
|
|
1931
1934
|
* 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).
|
|
1932
1935
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1933
1936
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1934
|
-
* @param {Object} opts Optional parameters
|
|
1935
|
-
* @param {Number} opts.pageSize The number of boxes to return in the response matching the given query. (default to 10)
|
|
1936
|
-
* @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.
|
|
1937
|
-
* @return {Promise
|
|
1937
|
+
* @param {Object} [opts] Optional parameters
|
|
1938
|
+
* @param {Number} [opts.pageSize] The number of boxes to return in the response matching the given query. (default to 10)
|
|
1939
|
+
* @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.
|
|
1940
|
+
* @return {Promise<ListShipmentBoxesResponse>}
|
|
1938
1941
|
*/
|
|
1939
1942
|
listShipmentBoxesWithHttpInfo (inboundPlanId, shipmentId, opts) {
|
|
1940
1943
|
opts = opts || {}
|
|
@@ -1978,10 +1981,10 @@ export class FbaInboundApi {
|
|
|
1978
1981
|
* 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).
|
|
1979
1982
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1980
1983
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1981
|
-
* @param {Object} opts Optional parameters
|
|
1982
|
-
* @param {Number} opts.pageSize The number of boxes to return in the response matching the given query. (default to 10)
|
|
1983
|
-
* @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.
|
|
1984
|
-
* @return {Promise
|
|
1984
|
+
* @param {Object} [opts] Optional parameters
|
|
1985
|
+
* @param {Number} [opts.pageSize] The number of boxes to return in the response matching the given query. (default to 10)
|
|
1986
|
+
* @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.
|
|
1987
|
+
* @return {Promise<ListShipmentBoxesResponse>}
|
|
1985
1988
|
*/
|
|
1986
1989
|
listShipmentBoxes (inboundPlanId, shipmentId, opts) {
|
|
1987
1990
|
return this.listShipmentBoxesWithHttpInfo(inboundPlanId, shipmentId, opts)
|
|
@@ -1994,10 +1997,10 @@ export class FbaInboundApi {
|
|
|
1994
1997
|
* 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).
|
|
1995
1998
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1996
1999
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1997
|
-
* @param {Object} opts Optional parameters
|
|
1998
|
-
* @param {Number} opts.pageSize The number of content update previews to return. (default to 10)
|
|
1999
|
-
* @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.
|
|
2000
|
-
* @return {Promise
|
|
2000
|
+
* @param {Object} [opts] Optional parameters
|
|
2001
|
+
* @param {Number} [opts.pageSize] The number of content update previews to return. (default to 10)
|
|
2002
|
+
* @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.
|
|
2003
|
+
* @return {Promise<ListShipmentContentUpdatePreviewsResponse>}
|
|
2001
2004
|
*/
|
|
2002
2005
|
listShipmentContentUpdatePreviewsWithHttpInfo (inboundPlanId, shipmentId, opts) {
|
|
2003
2006
|
opts = opts || {}
|
|
@@ -2041,10 +2044,10 @@ export class FbaInboundApi {
|
|
|
2041
2044
|
* 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).
|
|
2042
2045
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2043
2046
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
2044
|
-
* @param {Object} opts Optional parameters
|
|
2045
|
-
* @param {Number} opts.pageSize The number of content update previews to return. (default to 10)
|
|
2046
|
-
* @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.
|
|
2047
|
-
* @return {Promise
|
|
2047
|
+
* @param {Object} [opts] Optional parameters
|
|
2048
|
+
* @param {Number} [opts.pageSize] The number of content update previews to return. (default to 10)
|
|
2049
|
+
* @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.
|
|
2050
|
+
* @return {Promise<ListShipmentContentUpdatePreviewsResponse>}
|
|
2048
2051
|
*/
|
|
2049
2052
|
listShipmentContentUpdatePreviews (inboundPlanId, shipmentId, opts) {
|
|
2050
2053
|
return this.listShipmentContentUpdatePreviewsWithHttpInfo(inboundPlanId, shipmentId, opts)
|
|
@@ -2057,10 +2060,10 @@ export class FbaInboundApi {
|
|
|
2057
2060
|
* 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).
|
|
2058
2061
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2059
2062
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
2060
|
-
* @param {Object} opts Optional parameters
|
|
2061
|
-
* @param {Number} opts.pageSize The number of items to return in the response matching the given query. (default to 10)
|
|
2062
|
-
* @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.
|
|
2063
|
-
* @return {Promise
|
|
2063
|
+
* @param {Object} [opts] Optional parameters
|
|
2064
|
+
* @param {Number} [opts.pageSize] The number of items to return in the response matching the given query. (default to 10)
|
|
2065
|
+
* @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.
|
|
2066
|
+
* @return {Promise<ListShipmentItemsResponse>}
|
|
2064
2067
|
*/
|
|
2065
2068
|
listShipmentItemsWithHttpInfo (inboundPlanId, shipmentId, opts) {
|
|
2066
2069
|
opts = opts || {}
|
|
@@ -2104,10 +2107,10 @@ export class FbaInboundApi {
|
|
|
2104
2107
|
* 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).
|
|
2105
2108
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2106
2109
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
2107
|
-
* @param {Object} opts Optional parameters
|
|
2108
|
-
* @param {Number} opts.pageSize The number of items to return in the response matching the given query. (default to 10)
|
|
2109
|
-
* @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.
|
|
2110
|
-
* @return {Promise
|
|
2110
|
+
* @param {Object} [opts] Optional parameters
|
|
2111
|
+
* @param {Number} [opts.pageSize] The number of items to return in the response matching the given query. (default to 10)
|
|
2112
|
+
* @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.
|
|
2113
|
+
* @return {Promise<ListShipmentItemsResponse>}
|
|
2111
2114
|
*/
|
|
2112
2115
|
listShipmentItems (inboundPlanId, shipmentId, opts) {
|
|
2113
2116
|
return this.listShipmentItemsWithHttpInfo(inboundPlanId, shipmentId, opts)
|
|
@@ -2120,10 +2123,10 @@ export class FbaInboundApi {
|
|
|
2120
2123
|
* 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).
|
|
2121
2124
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2122
2125
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
2123
|
-
* @param {Object} opts Optional parameters
|
|
2124
|
-
* @param {Number} opts.pageSize The number of pallets to return in the response matching the given query. (default to 10)
|
|
2125
|
-
* @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.
|
|
2126
|
-
* @return {Promise
|
|
2126
|
+
* @param {Object} [opts] Optional parameters
|
|
2127
|
+
* @param {Number} [opts.pageSize] The number of pallets to return in the response matching the given query. (default to 10)
|
|
2128
|
+
* @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.
|
|
2129
|
+
* @return {Promise<ListShipmentPalletsResponse>}
|
|
2127
2130
|
*/
|
|
2128
2131
|
listShipmentPalletsWithHttpInfo (inboundPlanId, shipmentId, opts) {
|
|
2129
2132
|
opts = opts || {}
|
|
@@ -2167,10 +2170,10 @@ export class FbaInboundApi {
|
|
|
2167
2170
|
* 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).
|
|
2168
2171
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2169
2172
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
2170
|
-
* @param {Object} opts Optional parameters
|
|
2171
|
-
* @param {Number} opts.pageSize The number of pallets to return in the response matching the given query. (default to 10)
|
|
2172
|
-
* @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.
|
|
2173
|
-
* @return {Promise
|
|
2173
|
+
* @param {Object} [opts] Optional parameters
|
|
2174
|
+
* @param {Number} [opts.pageSize] The number of pallets to return in the response matching the given query. (default to 10)
|
|
2175
|
+
* @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.
|
|
2176
|
+
* @return {Promise<ListShipmentPalletsResponse>}
|
|
2174
2177
|
*/
|
|
2175
2178
|
listShipmentPallets (inboundPlanId, shipmentId, opts) {
|
|
2176
2179
|
return this.listShipmentPalletsWithHttpInfo(inboundPlanId, shipmentId, opts)
|
|
@@ -2182,12 +2185,12 @@ export class FbaInboundApi {
|
|
|
2182
2185
|
/**
|
|
2183
2186
|
* 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).
|
|
2184
2187
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2185
|
-
* @param {Object} opts Optional parameters
|
|
2186
|
-
* @param {Number} opts.pageSize The number of transportation options to return in the response matching the given query. (default to 10)
|
|
2187
|
-
* @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.
|
|
2188
|
-
* @param {String} opts.placementOptionId The placement option to get transportation options for. Either `placementOptionId` or `shipmentId` must be specified.
|
|
2189
|
-
* @param {String} opts.shipmentId The shipment to get transportation options for. Either `placementOptionId` or `shipmentId` must be specified.
|
|
2190
|
-
* @return {Promise
|
|
2188
|
+
* @param {Object} [opts] Optional parameters
|
|
2189
|
+
* @param {Number} [opts.pageSize] The number of transportation options to return in the response matching the given query. (default to 10)
|
|
2190
|
+
* @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.
|
|
2191
|
+
* @param {String} [opts.placementOptionId] The placement option to get transportation options for. Either `placementOptionId` or `shipmentId` must be specified.
|
|
2192
|
+
* @param {String} [opts.shipmentId] The shipment to get transportation options for. Either `placementOptionId` or `shipmentId` must be specified.
|
|
2193
|
+
* @return {Promise<ListTransportationOptionsResponse>}
|
|
2191
2194
|
*/
|
|
2192
2195
|
listTransportationOptionsWithHttpInfo (inboundPlanId, opts) {
|
|
2193
2196
|
opts = opts || {}
|
|
@@ -2226,12 +2229,12 @@ export class FbaInboundApi {
|
|
|
2226
2229
|
/**
|
|
2227
2230
|
* 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).
|
|
2228
2231
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2229
|
-
* @param {Object} opts Optional parameters
|
|
2230
|
-
* @param {Number} opts.pageSize The number of transportation options to return in the response matching the given query. (default to 10)
|
|
2231
|
-
* @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.
|
|
2232
|
-
* @param {String} opts.placementOptionId The placement option to get transportation options for. Either `placementOptionId` or `shipmentId` must be specified.
|
|
2233
|
-
* @param {String} opts.shipmentId The shipment to get transportation options for. Either `placementOptionId` or `shipmentId` must be specified.
|
|
2234
|
-
* @return {Promise
|
|
2232
|
+
* @param {Object} [opts] Optional parameters
|
|
2233
|
+
* @param {Number} [opts.pageSize] The number of transportation options to return in the response matching the given query. (default to 10)
|
|
2234
|
+
* @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.
|
|
2235
|
+
* @param {String} [opts.placementOptionId] The placement option to get transportation options for. Either `placementOptionId` or `shipmentId` must be specified.
|
|
2236
|
+
* @param {String} [opts.shipmentId] The shipment to get transportation options for. Either `placementOptionId` or `shipmentId` must be specified.
|
|
2237
|
+
* @return {Promise<ListTransportationOptionsResponse>}
|
|
2235
2238
|
*/
|
|
2236
2239
|
listTransportationOptions (inboundPlanId, opts) {
|
|
2237
2240
|
return this.listTransportationOptionsWithHttpInfo(inboundPlanId, opts)
|
|
@@ -2241,12 +2244,12 @@ export class FbaInboundApi {
|
|
|
2241
2244
|
}
|
|
2242
2245
|
|
|
2243
2246
|
/**
|
|
2244
|
-
* 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 | | ---- | ---- | |
|
|
2247
|
+
* 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).
|
|
2245
2248
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2246
2249
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
2247
2250
|
* @param {String} slotId An identifier to a self-ship appointment slot.
|
|
2248
|
-
* @param {
|
|
2249
|
-
* @return {Promise
|
|
2251
|
+
* @param {ScheduleSelfShipAppointmentRequest} body The body of the request to `scheduleSelfShipAppointment`.
|
|
2252
|
+
* @return {Promise<ScheduleSelfShipAppointmentResponse>}
|
|
2250
2253
|
*/
|
|
2251
2254
|
scheduleSelfShipAppointmentWithHttpInfo (inboundPlanId, shipmentId, slotId, body) {
|
|
2252
2255
|
const postBody = body
|
|
@@ -2295,12 +2298,12 @@ export class FbaInboundApi {
|
|
|
2295
2298
|
}
|
|
2296
2299
|
|
|
2297
2300
|
/**
|
|
2298
|
-
* 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 | | ---- | ---- | |
|
|
2301
|
+
* 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).
|
|
2299
2302
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2300
2303
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
2301
2304
|
* @param {String} slotId An identifier to a self-ship appointment slot.
|
|
2302
|
-
* @param {
|
|
2303
|
-
* @return {Promise
|
|
2305
|
+
* @param {ScheduleSelfShipAppointmentRequest} body The body of the request to `scheduleSelfShipAppointment`.
|
|
2306
|
+
* @return {Promise<ScheduleSelfShipAppointmentResponse>}
|
|
2304
2307
|
*/
|
|
2305
2308
|
scheduleSelfShipAppointment (inboundPlanId, shipmentId, slotId, body) {
|
|
2306
2309
|
return this.scheduleSelfShipAppointmentWithHttpInfo(inboundPlanId, shipmentId, slotId, body)
|
|
@@ -2312,8 +2315,8 @@ export class FbaInboundApi {
|
|
|
2312
2315
|
/**
|
|
2313
2316
|
* 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).
|
|
2314
2317
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2315
|
-
* @param {
|
|
2316
|
-
* @return {Promise
|
|
2318
|
+
* @param {SetPackingInformationRequest} body The body of the request to `setPackingInformation`.
|
|
2319
|
+
* @return {Promise<SetPackingInformationResponse>}
|
|
2317
2320
|
*/
|
|
2318
2321
|
setPackingInformationWithHttpInfo (inboundPlanId, body) {
|
|
2319
2322
|
const postBody = body
|
|
@@ -2352,8 +2355,8 @@ export class FbaInboundApi {
|
|
|
2352
2355
|
/**
|
|
2353
2356
|
* 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).
|
|
2354
2357
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2355
|
-
* @param {
|
|
2356
|
-
* @return {Promise
|
|
2358
|
+
* @param {SetPackingInformationRequest} body The body of the request to `setPackingInformation`.
|
|
2359
|
+
* @return {Promise<SetPackingInformationResponse>}
|
|
2357
2360
|
*/
|
|
2358
2361
|
setPackingInformation (inboundPlanId, body) {
|
|
2359
2362
|
return this.setPackingInformationWithHttpInfo(inboundPlanId, body)
|
|
@@ -2364,8 +2367,8 @@ export class FbaInboundApi {
|
|
|
2364
2367
|
|
|
2365
2368
|
/**
|
|
2366
2369
|
* 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).
|
|
2367
|
-
* @param {
|
|
2368
|
-
* @return {Promise
|
|
2370
|
+
* @param {SetPrepDetailsRequest} body The body of the request to `setPrepDetails`.
|
|
2371
|
+
* @return {Promise<SetPrepDetailsResponse>}
|
|
2369
2372
|
*/
|
|
2370
2373
|
setPrepDetailsWithHttpInfo (body) {
|
|
2371
2374
|
const postBody = body
|
|
@@ -2397,8 +2400,8 @@ export class FbaInboundApi {
|
|
|
2397
2400
|
|
|
2398
2401
|
/**
|
|
2399
2402
|
* 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).
|
|
2400
|
-
* @param {
|
|
2401
|
-
* @return {Promise
|
|
2403
|
+
* @param {SetPrepDetailsRequest} body The body of the request to `setPrepDetails`.
|
|
2404
|
+
* @return {Promise<SetPrepDetailsResponse>}
|
|
2402
2405
|
*/
|
|
2403
2406
|
setPrepDetails (body) {
|
|
2404
2407
|
return this.setPrepDetailsWithHttpInfo(body)
|
|
@@ -2407,11 +2410,72 @@ export class FbaInboundApi {
|
|
|
2407
2410
|
})
|
|
2408
2411
|
}
|
|
2409
2412
|
|
|
2413
|
+
/**
|
|
2414
|
+
* 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).
|
|
2415
|
+
* @param {String} inboundPlanId Identifier to an inbound plan.
|
|
2416
|
+
* @param {String} shipmentId Identifier to a shipment. A shipment contains the boxes and units being inbounded.
|
|
2417
|
+
* @param {UpdateBoxIdentifiersRequest} body The body of the request to `updateBoxIdentifiers`.
|
|
2418
|
+
* @return {Promise<UpdateBoxIdentifiersResponse>}
|
|
2419
|
+
*/
|
|
2420
|
+
updateBoxIdentifiersWithHttpInfo (inboundPlanId, shipmentId, body) {
|
|
2421
|
+
const postBody = body
|
|
2422
|
+
|
|
2423
|
+
// verify the required parameter 'inboundPlanId' is set
|
|
2424
|
+
if (inboundPlanId === undefined || inboundPlanId === null) {
|
|
2425
|
+
throw new Error("Missing the required parameter 'inboundPlanId' when calling updateBoxIdentifiers")
|
|
2426
|
+
}
|
|
2427
|
+
|
|
2428
|
+
// verify the required parameter 'shipmentId' is set
|
|
2429
|
+
if (shipmentId === undefined || shipmentId === null) {
|
|
2430
|
+
throw new Error("Missing the required parameter 'shipmentId' when calling updateBoxIdentifiers")
|
|
2431
|
+
}
|
|
2432
|
+
|
|
2433
|
+
// verify the required parameter 'body' is set
|
|
2434
|
+
if (body === undefined || body === null) {
|
|
2435
|
+
throw new Error("Missing the required parameter 'body' when calling updateBoxIdentifiers")
|
|
2436
|
+
}
|
|
2437
|
+
|
|
2438
|
+
const pathParams = {
|
|
2439
|
+
inboundPlanId,
|
|
2440
|
+
shipmentId
|
|
2441
|
+
}
|
|
2442
|
+
const queryParams = {
|
|
2443
|
+
}
|
|
2444
|
+
const headerParams = {
|
|
2445
|
+
}
|
|
2446
|
+
const formParams = {
|
|
2447
|
+
}
|
|
2448
|
+
|
|
2449
|
+
const contentTypes = ['application/json']
|
|
2450
|
+
const accepts = ['application/json']
|
|
2451
|
+
const returnType = UpdateBoxIdentifiersResponse
|
|
2452
|
+
|
|
2453
|
+
return this.apiClient.callApi('FbaInboundApi-updateBoxIdentifiers',
|
|
2454
|
+
'/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/boxIdentifiers', 'PUT',
|
|
2455
|
+
pathParams, queryParams, headerParams, formParams, postBody,
|
|
2456
|
+
contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-updateBoxIdentifiers')
|
|
2457
|
+
)
|
|
2458
|
+
}
|
|
2459
|
+
|
|
2460
|
+
/**
|
|
2461
|
+
* 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).
|
|
2462
|
+
* @param {String} inboundPlanId Identifier to an inbound plan.
|
|
2463
|
+
* @param {String} shipmentId Identifier to a shipment. A shipment contains the boxes and units being inbounded.
|
|
2464
|
+
* @param {UpdateBoxIdentifiersRequest} body The body of the request to `updateBoxIdentifiers`.
|
|
2465
|
+
* @return {Promise<UpdateBoxIdentifiersResponse>}
|
|
2466
|
+
*/
|
|
2467
|
+
updateBoxIdentifiers (inboundPlanId, shipmentId, body) {
|
|
2468
|
+
return this.updateBoxIdentifiersWithHttpInfo(inboundPlanId, shipmentId, body)
|
|
2469
|
+
.then(function (response_and_data) {
|
|
2470
|
+
return response_and_data.data
|
|
2471
|
+
})
|
|
2472
|
+
}
|
|
2473
|
+
|
|
2410
2474
|
/**
|
|
2411
2475
|
* 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).
|
|
2412
2476
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2413
|
-
* @param {
|
|
2414
|
-
* @return {Promise}
|
|
2477
|
+
* @param {UpdateInboundPlanNameRequest} body The body of the request to `updateInboundPlanName`.
|
|
2478
|
+
* @return {Promise<void>}
|
|
2415
2479
|
*/
|
|
2416
2480
|
updateInboundPlanNameWithHttpInfo (inboundPlanId, body) {
|
|
2417
2481
|
const postBody = body
|
|
@@ -2450,8 +2514,8 @@ export class FbaInboundApi {
|
|
|
2450
2514
|
/**
|
|
2451
2515
|
* 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).
|
|
2452
2516
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2453
|
-
* @param {
|
|
2454
|
-
* @return {Promise}
|
|
2517
|
+
* @param {UpdateInboundPlanNameRequest} body The body of the request to `updateInboundPlanName`.
|
|
2518
|
+
* @return {Promise<void>}
|
|
2455
2519
|
*/
|
|
2456
2520
|
updateInboundPlanName (inboundPlanId, body) {
|
|
2457
2521
|
return this.updateInboundPlanNameWithHttpInfo(inboundPlanId, body)
|
|
@@ -2463,8 +2527,8 @@ export class FbaInboundApi {
|
|
|
2463
2527
|
/**
|
|
2464
2528
|
* 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).
|
|
2465
2529
|
* @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).
|
|
2466
|
-
* @param {
|
|
2467
|
-
* @return {Promise
|
|
2530
|
+
* @param {UpdateItemComplianceDetailsRequest} body The body of the request to `updateItemComplianceDetails`.
|
|
2531
|
+
* @return {Promise<UpdateItemComplianceDetailsResponse>}
|
|
2468
2532
|
*/
|
|
2469
2533
|
updateItemComplianceDetailsWithHttpInfo (marketplaceId, body) {
|
|
2470
2534
|
const postBody = body
|
|
@@ -2503,8 +2567,8 @@ export class FbaInboundApi {
|
|
|
2503
2567
|
/**
|
|
2504
2568
|
* 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).
|
|
2505
2569
|
* @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).
|
|
2506
|
-
* @param {
|
|
2507
|
-
* @return {Promise
|
|
2570
|
+
* @param {UpdateItemComplianceDetailsRequest} body The body of the request to `updateItemComplianceDetails`.
|
|
2571
|
+
* @return {Promise<UpdateItemComplianceDetailsResponse>}
|
|
2508
2572
|
*/
|
|
2509
2573
|
updateItemComplianceDetails (marketplaceId, body) {
|
|
2510
2574
|
return this.updateItemComplianceDetailsWithHttpInfo(marketplaceId, body)
|
|
@@ -2517,8 +2581,8 @@ export class FbaInboundApi {
|
|
|
2517
2581
|
* 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).
|
|
2518
2582
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2519
2583
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
2520
|
-
* @param {
|
|
2521
|
-
* @return {Promise}
|
|
2584
|
+
* @param {UpdateShipmentNameRequest} body The body of the request to `updateShipmentName`.
|
|
2585
|
+
* @return {Promise<void>}
|
|
2522
2586
|
*/
|
|
2523
2587
|
updateShipmentNameWithHttpInfo (inboundPlanId, shipmentId, body) {
|
|
2524
2588
|
const postBody = body
|
|
@@ -2564,8 +2628,8 @@ export class FbaInboundApi {
|
|
|
2564
2628
|
* 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).
|
|
2565
2629
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2566
2630
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
2567
|
-
* @param {
|
|
2568
|
-
* @return {Promise}
|
|
2631
|
+
* @param {UpdateShipmentNameRequest} body The body of the request to `updateShipmentName`.
|
|
2632
|
+
* @return {Promise<void>}
|
|
2569
2633
|
*/
|
|
2570
2634
|
updateShipmentName (inboundPlanId, shipmentId, body) {
|
|
2571
2635
|
return this.updateShipmentNameWithHttpInfo(inboundPlanId, shipmentId, body)
|
|
@@ -2578,8 +2642,8 @@ export class FbaInboundApi {
|
|
|
2578
2642
|
* 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).
|
|
2579
2643
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2580
2644
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
2581
|
-
* @param {
|
|
2582
|
-
* @return {Promise
|
|
2645
|
+
* @param {UpdateShipmentSourceAddressRequest} body The body of the request to `updateShipmentSourceAddress`.
|
|
2646
|
+
* @return {Promise<UpdateShipmentSourceAddressResponse>}
|
|
2583
2647
|
*/
|
|
2584
2648
|
updateShipmentSourceAddressWithHttpInfo (inboundPlanId, shipmentId, body) {
|
|
2585
2649
|
const postBody = body
|
|
@@ -2625,8 +2689,8 @@ export class FbaInboundApi {
|
|
|
2625
2689
|
* 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).
|
|
2626
2690
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2627
2691
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
2628
|
-
* @param {
|
|
2629
|
-
* @return {Promise
|
|
2692
|
+
* @param {UpdateShipmentSourceAddressRequest} body The body of the request to `updateShipmentSourceAddress`.
|
|
2693
|
+
* @return {Promise<UpdateShipmentSourceAddressResponse>}
|
|
2630
2694
|
*/
|
|
2631
2695
|
updateShipmentSourceAddress (inboundPlanId, shipmentId, body) {
|
|
2632
2696
|
return this.updateShipmentSourceAddressWithHttpInfo(inboundPlanId, shipmentId, body)
|
|
@@ -2639,8 +2703,8 @@ export class FbaInboundApi {
|
|
|
2639
2703
|
* 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).
|
|
2640
2704
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2641
2705
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
2642
|
-
* @param {
|
|
2643
|
-
* @return {Promise
|
|
2706
|
+
* @param {UpdateShipmentTrackingDetailsRequest} body The body of the request to `updateShipmentTrackingDetails`.
|
|
2707
|
+
* @return {Promise<UpdateShipmentTrackingDetailsResponse>}
|
|
2644
2708
|
*/
|
|
2645
2709
|
updateShipmentTrackingDetailsWithHttpInfo (inboundPlanId, shipmentId, body) {
|
|
2646
2710
|
const postBody = body
|
|
@@ -2686,8 +2750,8 @@ export class FbaInboundApi {
|
|
|
2686
2750
|
* 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).
|
|
2687
2751
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2688
2752
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
2689
|
-
* @param {
|
|
2690
|
-
* @return {Promise
|
|
2753
|
+
* @param {UpdateShipmentTrackingDetailsRequest} body The body of the request to `updateShipmentTrackingDetails`.
|
|
2754
|
+
* @return {Promise<UpdateShipmentTrackingDetailsResponse>}
|
|
2691
2755
|
*/
|
|
2692
2756
|
updateShipmentTrackingDetails (inboundPlanId, shipmentId, body) {
|
|
2693
2757
|
return this.updateShipmentTrackingDetailsWithHttpInfo(inboundPlanId, shipmentId, body)
|