@amazon-sp-api-release/amazon-sp-api-sdk-js 1.6.1-alpha.0 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/helper/DefaultRateLimitMap.mjs +6 -0
- package/index.js +1 -0
- package/package.json +1 -1
- package/src/awd_v2024_05_09/api/AwdApi.d.ts +74 -0
- package/src/awd_v2024_05_09/api/AwdApi.d.ts.map +1 -1
- package/src/awd_v2024_05_09/api/AwdApi.js +201 -0
- package/src/awd_v2024_05_09/index.d.ts +12 -1
- package/src/awd_v2024_05_09/index.d.ts.map +1 -1
- package/src/awd_v2024_05_09/index.js +78 -1
- package/src/awd_v2024_05_09/model/ConfirmationMode.d.ts +24 -0
- package/src/awd_v2024_05_09/model/ConfirmationMode.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/ConfirmationMode.js +42 -0
- package/src/awd_v2024_05_09/model/DistributionIneligibleReason.d.ts +33 -0
- package/src/awd_v2024_05_09/model/DistributionIneligibleReason.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/DistributionIneligibleReason.js +83 -0
- package/src/awd_v2024_05_09/model/DistributionProduct.d.ts +34 -0
- package/src/awd_v2024_05_09/model/DistributionProduct.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/DistributionProduct.js +84 -0
- package/src/awd_v2024_05_09/model/OutboundShipmentStatus.d.ts +54 -0
- package/src/awd_v2024_05_09/model/OutboundShipmentStatus.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/OutboundShipmentStatus.js +78 -0
- package/src/awd_v2024_05_09/model/OutboundShipmentSummary.d.ts +42 -0
- package/src/awd_v2024_05_09/model/OutboundShipmentSummary.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/OutboundShipmentSummary.js +101 -0
- package/src/awd_v2024_05_09/model/ReplenishmentOrder.d.ts +75 -0
- package/src/awd_v2024_05_09/model/ReplenishmentOrder.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/ReplenishmentOrder.js +144 -0
- package/src/awd_v2024_05_09/model/ReplenishmentOrderCreationData.d.ts +29 -0
- package/src/awd_v2024_05_09/model/ReplenishmentOrderCreationData.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/ReplenishmentOrderCreationData.js +72 -0
- package/src/awd_v2024_05_09/model/ReplenishmentOrderListing.d.ts +29 -0
- package/src/awd_v2024_05_09/model/ReplenishmentOrderListing.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/ReplenishmentOrderListing.js +72 -0
- package/src/awd_v2024_05_09/model/ReplenishmentOrderReference.d.ts +25 -0
- package/src/awd_v2024_05_09/model/ReplenishmentOrderReference.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/ReplenishmentOrderReference.js +65 -0
- package/src/awd_v2024_05_09/model/ReplenishmentOrderStatus.d.ts +59 -0
- package/src/awd_v2024_05_09/model/ReplenishmentOrderStatus.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/ReplenishmentOrderStatus.js +84 -0
- package/src/awd_v2024_05_09/model/ReplenishmentPreferences.d.ts +22 -0
- package/src/awd_v2024_05_09/model/ReplenishmentPreferences.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/ReplenishmentPreferences.js +63 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Shipment.d.ts +6 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Shipment.d.ts.map +1 -1
- package/src/externalfulfillmentshipments_v2024_09_11/model/Shipment.js +8 -0
- package/src/finances_2024_06_19/ApiClient.js +1 -1
- package/src/finances_2024_06_19/api/DefaultApi.d.ts +18 -8
- package/src/finances_2024_06_19/api/DefaultApi.d.ts.map +1 -1
- package/src/finances_2024_06_19/api/DefaultApi.js +17 -16
- package/src/finances_2024_06_19/index.js +2 -2
- package/src/finances_2024_06_19/model/AmazonPayContext.d.ts +2 -2
- package/src/finances_2024_06_19/model/AmazonPayContext.js +3 -3
- package/src/finances_2024_06_19/model/Breakdown.js +2 -2
- package/src/finances_2024_06_19/model/BusinessContext.js +1 -1
- package/src/finances_2024_06_19/model/Context.d.ts +12 -12
- package/src/finances_2024_06_19/model/Context.js +26 -26
- package/src/finances_2024_06_19/model/Currency.d.ts +1 -1
- package/src/finances_2024_06_19/model/Currency.js +2 -2
- package/src/finances_2024_06_19/model/DeferredContext.d.ts +1 -1
- package/src/finances_2024_06_19/model/DeferredContext.js +3 -3
- package/src/finances_2024_06_19/model/Error.d.ts +1 -1
- package/src/finances_2024_06_19/model/Error.js +2 -2
- package/src/finances_2024_06_19/model/ErrorList.d.ts +1 -1
- package/src/finances_2024_06_19/model/ErrorList.js +3 -3
- package/src/finances_2024_06_19/model/Item.d.ts +3 -3
- package/src/finances_2024_06_19/model/Item.js +5 -5
- package/src/finances_2024_06_19/model/ItemRelatedIdentifier.d.ts +1 -1
- package/src/finances_2024_06_19/model/ItemRelatedIdentifier.js +2 -2
- package/src/finances_2024_06_19/model/ListTransactionsResponse.js +1 -1
- package/src/finances_2024_06_19/model/MarketplaceDetails.d.ts +1 -1
- package/src/finances_2024_06_19/model/MarketplaceDetails.js +2 -2
- package/src/finances_2024_06_19/model/PaymentsContext.d.ts +4 -4
- package/src/finances_2024_06_19/model/PaymentsContext.js +6 -6
- package/src/finances_2024_06_19/model/ProductContext.d.ts +4 -4
- package/src/finances_2024_06_19/model/ProductContext.js +5 -5
- package/src/finances_2024_06_19/model/RelatedIdentifier.d.ts +2 -2
- package/src/finances_2024_06_19/model/RelatedIdentifier.js +3 -3
- package/src/finances_2024_06_19/model/SellingPartnerMetadata.d.ts +2 -2
- package/src/finances_2024_06_19/model/SellingPartnerMetadata.js +4 -4
- package/src/finances_2024_06_19/model/TimeRangeContext.d.ts +2 -2
- package/src/finances_2024_06_19/model/TimeRangeContext.js +4 -4
- package/src/finances_2024_06_19/model/Transaction.d.ts +6 -6
- package/src/finances_2024_06_19/model/Transaction.js +8 -8
- package/src/finances_2024_06_19/model/TransactionsPayload.d.ts +2 -2
- package/src/finances_2024_06_19/model/TransactionsPayload.js +3 -3
- package/src/finances_v0/ApiClient.js +1 -1
- package/src/finances_v0/api/DefaultApi.d.ts +36 -36
- package/src/finances_v0/api/DefaultApi.js +37 -37
- package/src/finances_v0/index.d.ts +2 -1
- package/src/finances_v0/index.d.ts.map +1 -1
- package/src/finances_v0/index.js +9 -2
- package/src/finances_v0/model/AdhocDisbursementEvent.d.ts +2 -2
- package/src/finances_v0/model/AdhocDisbursementEvent.js +3 -3
- package/src/finances_v0/model/AdjustmentEvent.d.ts +2 -2
- package/src/finances_v0/model/AdjustmentEvent.js +3 -3
- package/src/finances_v0/model/AdjustmentItem.d.ts +1 -1
- package/src/finances_v0/model/AdjustmentItem.js +2 -2
- package/src/finances_v0/model/AffordabilityExpenseEvent.d.ts +3 -3
- package/src/finances_v0/model/AffordabilityExpenseEvent.js +4 -4
- package/src/finances_v0/model/CapacityReservationBillingEvent.d.ts +2 -2
- package/src/finances_v0/model/CapacityReservationBillingEvent.js +3 -3
- package/src/finances_v0/model/ChargeComponent.js +2 -2
- package/src/finances_v0/model/ChargeInstrument.js +1 -1
- package/src/finances_v0/model/ChargeRefundEvent.d.ts +3 -3
- package/src/finances_v0/model/ChargeRefundEvent.js +4 -4
- package/src/finances_v0/model/ChargeRefundTransaction.js +1 -1
- package/src/finances_v0/model/CouponPaymentEvent.d.ts +1 -1
- package/src/finances_v0/model/CouponPaymentEvent.js +2 -2
- package/src/finances_v0/model/Currency.d.ts +1 -1
- package/src/finances_v0/model/Currency.js +2 -2
- package/src/finances_v0/model/DebtRecoveryEvent.d.ts +1 -1
- package/src/finances_v0/model/DebtRecoveryEvent.js +2 -2
- package/src/finances_v0/model/DebtRecoveryItem.d.ts +2 -2
- package/src/finances_v0/model/DebtRecoveryItem.js +3 -3
- package/src/finances_v0/model/DirectPayment.d.ts +1 -1
- package/src/finances_v0/model/DirectPayment.js +2 -2
- package/src/finances_v0/model/EBTRefundReimbursementOnlyEvent.d.ts +34 -0
- package/src/finances_v0/model/EBTRefundReimbursementOnlyEvent.d.ts.map +1 -0
- package/src/finances_v0/model/EBTRefundReimbursementOnlyEvent.js +79 -0
- package/src/finances_v0/model/Error.js +1 -1
- package/src/finances_v0/model/FBALiquidationEvent.d.ts +1 -1
- package/src/finances_v0/model/FBALiquidationEvent.js +2 -2
- package/src/finances_v0/model/FailedAdhocDisbursementEvent.d.ts +4 -4
- package/src/finances_v0/model/FailedAdhocDisbursementEvent.js +5 -5
- package/src/finances_v0/model/FeeComponent.js +1 -1
- package/src/finances_v0/model/FinancialEventGroup.d.ts +4 -4
- package/src/finances_v0/model/FinancialEventGroup.js +5 -5
- package/src/finances_v0/model/FinancialEvents.d.ts +13 -6
- package/src/finances_v0/model/FinancialEvents.d.ts.map +1 -1
- package/src/finances_v0/model/FinancialEvents.js +17 -8
- package/src/finances_v0/model/ImagingServicesFeeEvent.d.ts +1 -1
- package/src/finances_v0/model/ImagingServicesFeeEvent.js +2 -2
- package/src/finances_v0/model/ListFinancialEventGroupsPayload.js +2 -2
- package/src/finances_v0/model/ListFinancialEventGroupsResponse.js +2 -2
- package/src/finances_v0/model/ListFinancialEventsPayload.js +2 -2
- package/src/finances_v0/model/ListFinancialEventsResponse.js +2 -2
- package/src/finances_v0/model/LoanServicingEvent.d.ts +1 -1
- package/src/finances_v0/model/LoanServicingEvent.js +2 -2
- package/src/finances_v0/model/NetworkComminglingTransactionEvent.d.ts +2 -2
- package/src/finances_v0/model/NetworkComminglingTransactionEvent.js +3 -3
- package/src/finances_v0/model/PayWithAmazonEvent.d.ts +4 -4
- package/src/finances_v0/model/PayWithAmazonEvent.js +5 -5
- package/src/finances_v0/model/ProductAdsPaymentEvent.d.ts +3 -3
- package/src/finances_v0/model/ProductAdsPaymentEvent.js +4 -4
- package/src/finances_v0/model/Promotion.js +1 -1
- package/src/finances_v0/model/RemovalShipmentAdjustmentEvent.d.ts +3 -3
- package/src/finances_v0/model/RemovalShipmentAdjustmentEvent.js +4 -4
- package/src/finances_v0/model/RemovalShipmentEvent.d.ts +4 -4
- package/src/finances_v0/model/RemovalShipmentEvent.js +5 -5
- package/src/finances_v0/model/RemovalShipmentItem.d.ts +1 -1
- package/src/finances_v0/model/RemovalShipmentItem.js +2 -2
- package/src/finances_v0/model/RemovalShipmentItemAdjustment.d.ts +2 -2
- package/src/finances_v0/model/RemovalShipmentItemAdjustment.js +3 -3
- package/src/finances_v0/model/RentalTransactionEvent.d.ts +3 -3
- package/src/finances_v0/model/RentalTransactionEvent.js +4 -4
- package/src/finances_v0/model/RetrochargeEvent.d.ts +2 -2
- package/src/finances_v0/model/RetrochargeEvent.js +3 -3
- package/src/finances_v0/model/SAFETReimbursementEvent.d.ts +2 -2
- package/src/finances_v0/model/SAFETReimbursementEvent.js +3 -3
- package/src/finances_v0/model/SAFETReimbursementItem.js +1 -1
- package/src/finances_v0/model/SellerDealPaymentEvent.d.ts +3 -3
- package/src/finances_v0/model/SellerDealPaymentEvent.js +4 -4
- package/src/finances_v0/model/SellerReviewEnrollmentPaymentEvent.d.ts +1 -1
- package/src/finances_v0/model/SellerReviewEnrollmentPaymentEvent.js +2 -2
- package/src/finances_v0/model/ServiceFeeEvent.js +1 -1
- package/src/finances_v0/model/ShipmentEvent.d.ts +1 -1
- package/src/finances_v0/model/ShipmentEvent.js +2 -2
- package/src/finances_v0/model/ShipmentItem.js +1 -1
- package/src/finances_v0/model/SolutionProviderCreditEvent.d.ts +1 -1
- package/src/finances_v0/model/SolutionProviderCreditEvent.js +2 -2
- package/src/finances_v0/model/TDSReimbursementEvent.d.ts +1 -1
- package/src/finances_v0/model/TDSReimbursementEvent.js +2 -2
- package/src/finances_v0/model/TaxWithheldComponent.d.ts +1 -1
- package/src/finances_v0/model/TaxWithheldComponent.js +2 -2
- package/src/finances_v0/model/TaxWithholdingEvent.d.ts +1 -1
- package/src/finances_v0/model/TaxWithholdingEvent.js +3 -3
- package/src/finances_v0/model/TaxWithholdingPeriod.d.ts +2 -2
- package/src/finances_v0/model/TaxWithholdingPeriod.js +4 -4
- package/src/finances_v0/model/TrialShipmentEvent.d.ts +1 -1
- package/src/finances_v0/model/TrialShipmentEvent.js +2 -2
- package/src/finances_v0/model/ValueAddedServiceChargeEvent.d.ts +2 -2
- package/src/finances_v0/model/ValueAddedServiceChargeEvent.js +3 -3
- package/src/fulfillmentinbound_v2024_03_20/api/FbaInboundApi.d.ts +90 -90
- package/src/fulfillmentinbound_v2024_03_20/api/FbaInboundApi.js +90 -90
- package/src/fulfillmentinbound_v2024_03_20/model/DeliveryWindowOption.d.ts +1 -1
- package/src/fulfillmentinbound_v2024_03_20/model/DeliveryWindowOption.js +2 -2
- package/src/fulfillmentinbound_v2024_03_20/model/SelectedDeliveryWindow.d.ts +1 -1
- package/src/fulfillmentinbound_v2024_03_20/model/SelectedDeliveryWindow.js +2 -2
- package/src/fulfillmentoutbound_v2020_07_01/api/FbaOutboundApi.d.ts +4 -14
- package/src/fulfillmentoutbound_v2020_07_01/api/FbaOutboundApi.d.ts.map +1 -1
- package/src/fulfillmentoutbound_v2020_07_01/api/FbaOutboundApi.js +11 -12
- package/src/invoices_v2024_06_19/api/InvoicesApi.d.ts +71 -0
- package/src/invoices_v2024_06_19/api/InvoicesApi.d.ts.map +1 -1
- package/src/invoices_v2024_06_19/api/InvoicesApi.js +206 -0
- package/src/invoices_v2024_06_19/index.d.ts +8 -1
- package/src/invoices_v2024_06_19/index.d.ts.map +1 -1
- package/src/invoices_v2024_06_19/index.js +49 -0
- package/src/invoices_v2024_06_19/model/CarrierDetailsContext.d.ts +64 -0
- package/src/invoices_v2024_06_19/model/CarrierDetailsContext.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/CarrierDetailsContext.js +119 -0
- package/src/invoices_v2024_06_19/model/GovernmentInvoiceCreationStatus.d.ts +29 -0
- package/src/invoices_v2024_06_19/model/GovernmentInvoiceCreationStatus.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/GovernmentInvoiceCreationStatus.js +48 -0
- package/src/invoices_v2024_06_19/model/GovernmentInvoiceRequest.d.ts +44 -0
- package/src/invoices_v2024_06_19/model/GovernmentInvoiceRequest.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/GovernmentInvoiceRequest.js +112 -0
- package/src/invoices_v2024_06_19/model/GovernmentInvoiceStatusResponse.d.ts +35 -0
- package/src/invoices_v2024_06_19/model/GovernmentInvoiceStatusResponse.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/GovernmentInvoiceStatusResponse.js +80 -0
- package/src/invoices_v2024_06_19/model/GovtInvoiceDocumentResponse.d.ts +22 -0
- package/src/invoices_v2024_06_19/model/GovtInvoiceDocumentResponse.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/GovtInvoiceDocumentResponse.js +63 -0
- package/src/invoices_v2024_06_19/model/InvoiceDocument.d.ts +22 -0
- package/src/invoices_v2024_06_19/model/InvoiceDocument.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/InvoiceDocument.js +63 -0
- package/src/invoices_v2024_06_19/model/InvoiceError.d.ts +28 -0
- package/src/invoices_v2024_06_19/model/InvoiceError.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/InvoiceError.js +71 -0
- package/src/messaging_v1/api/MessagingApi.d.ts +0 -18
- package/src/messaging_v1/api/MessagingApi.d.ts.map +1 -1
- package/src/messaging_v1/api/MessagingApi.js +0 -64
- package/src/messaging_v1/index.d.ts +1 -3
- package/src/messaging_v1/index.d.ts.map +1 -1
- package/src/messaging_v1/index.js +0 -14
- package/src/orders_v0/api/OrdersV0Api.d.ts +19 -10
- package/src/orders_v0/api/OrdersV0Api.d.ts.map +1 -1
- package/src/orders_v0/api/OrdersV0Api.js +54 -9
- package/src/orders_v0/index.d.ts +10 -1
- package/src/orders_v0/index.d.ts.map +1 -1
- package/src/orders_v0/index.js +63 -0
- package/src/orders_v0/model/BuyerInfo.d.ts +0 -6
- package/src/orders_v0/model/BuyerInfo.d.ts.map +1 -1
- package/src/orders_v0/model/BuyerInfo.js +0 -8
- package/src/orders_v0/model/ExportInfo.d.ts +28 -0
- package/src/orders_v0/model/ExportInfo.d.ts.map +1 -0
- package/src/orders_v0/model/ExportInfo.js +71 -0
- package/src/orders_v0/model/FulfillmentInstructions.d.ts +32 -0
- package/src/orders_v0/model/FulfillmentInstructions.d.ts.map +1 -0
- package/src/orders_v0/model/FulfillmentInstructions.js +74 -0
- package/src/orders_v0/model/FulfillmentLocation.d.ts +22 -0
- package/src/orders_v0/model/FulfillmentLocation.d.ts.map +1 -0
- package/src/orders_v0/model/FulfillmentLocation.js +63 -0
- package/src/orders_v0/model/FulfillmentPlan.d.ts +69 -0
- package/src/orders_v0/model/FulfillmentPlan.d.ts.map +1 -0
- package/src/orders_v0/model/FulfillmentPlan.js +188 -0
- package/src/orders_v0/model/FulfillmentPlanConstraintType.d.ts +24 -0
- package/src/orders_v0/model/FulfillmentPlanConstraintType.d.ts.map +1 -0
- package/src/orders_v0/model/FulfillmentPlanConstraintType.js +42 -0
- package/src/orders_v0/model/FulfillmentPlanItem.d.ts +28 -0
- package/src/orders_v0/model/FulfillmentPlanItem.d.ts.map +1 -0
- package/src/orders_v0/model/FulfillmentPlanItem.js +75 -0
- package/src/orders_v0/model/FulfillmentPlanShippingConstraints.d.ts +27 -0
- package/src/orders_v0/model/FulfillmentPlanShippingConstraints.d.ts.map +1 -0
- package/src/orders_v0/model/FulfillmentPlanShippingConstraints.js +70 -0
- package/src/orders_v0/model/GetOrderFulfillmentInstructionsResponse.d.ts +29 -0
- package/src/orders_v0/model/GetOrderFulfillmentInstructionsResponse.d.ts.map +1 -0
- package/src/orders_v0/model/GetOrderFulfillmentInstructionsResponse.js +72 -0
- package/src/orders_v0/model/OrderBuyerInfo.d.ts +0 -6
- package/src/orders_v0/model/OrderBuyerInfo.d.ts.map +1 -1
- package/src/orders_v0/model/OrderBuyerInfo.js +0 -8
- package/src/orders_v0/model/OrderItem.d.ts +6 -0
- package/src/orders_v0/model/OrderItem.d.ts.map +1 -1
- package/src/orders_v0/model/OrderItem.js +8 -0
- package/src/orders_v0/model/ShippingInstructions.d.ts +34 -0
- package/src/orders_v0/model/ShippingInstructions.d.ts.map +1 -0
- package/src/orders_v0/model/ShippingInstructions.js +79 -0
- package/src/orders_v2026_01_01/ApiClient.d.ts +260 -0
- package/src/orders_v2026_01_01/ApiClient.d.ts.map +1 -0
- package/src/orders_v2026_01_01/ApiClient.js +827 -0
- package/src/orders_v2026_01_01/api/GetOrderApi.d.ts +49 -0
- package/src/orders_v2026_01_01/api/GetOrderApi.d.ts.map +1 -0
- package/src/orders_v2026_01_01/api/GetOrderApi.js +116 -0
- package/src/orders_v2026_01_01/api/SearchOrdersApi.d.ts +83 -0
- package/src/orders_v2026_01_01/api/SearchOrdersApi.d.ts.map +1 -0
- package/src/orders_v2026_01_01/api/SearchOrdersApi.js +135 -0
- package/src/orders_v2026_01_01/index.d.ts +59 -0
- package/src/orders_v2026_01_01/index.d.ts.map +1 -0
- package/src/orders_v2026_01_01/index.js +420 -0
- package/src/orders_v2026_01_01/model/AddressExtendedFields.d.ts +40 -0
- package/src/orders_v2026_01_01/model/AddressExtendedFields.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/AddressExtendedFields.js +87 -0
- package/src/orders_v2026_01_01/model/Alias.d.ts +27 -0
- package/src/orders_v2026_01_01/model/Alias.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/Alias.js +75 -0
- package/src/orders_v2026_01_01/model/AssociatedOrder.d.ts +28 -0
- package/src/orders_v2026_01_01/model/AssociatedOrder.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/AssociatedOrder.js +71 -0
- package/src/orders_v2026_01_01/model/BusinessHour.d.ts +44 -0
- package/src/orders_v2026_01_01/model/BusinessHour.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/BusinessHour.js +121 -0
- package/src/orders_v2026_01_01/model/Buyer.d.ts +40 -0
- package/src/orders_v2026_01_01/model/Buyer.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/Buyer.js +87 -0
- package/src/orders_v2026_01_01/model/ConstraintType.d.ts +19 -0
- package/src/orders_v2026_01_01/model/ConstraintType.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ConstraintType.js +36 -0
- package/src/orders_v2026_01_01/model/CustomerAddress.d.ts +100 -0
- package/src/orders_v2026_01_01/model/CustomerAddress.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/CustomerAddress.js +167 -0
- package/src/orders_v2026_01_01/model/DateTimeRange.d.ts +28 -0
- package/src/orders_v2026_01_01/model/DateTimeRange.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/DateTimeRange.js +71 -0
- package/src/orders_v2026_01_01/model/DeliveryPreference.d.ts +40 -0
- package/src/orders_v2026_01_01/model/DeliveryPreference.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/DeliveryPreference.js +87 -0
- package/src/orders_v2026_01_01/model/Error.d.ts +33 -0
- package/src/orders_v2026_01_01/model/Error.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/Error.js +83 -0
- package/src/orders_v2026_01_01/model/ErrorList.d.ts +26 -0
- package/src/orders_v2026_01_01/model/ErrorList.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ErrorList.js +66 -0
- package/src/orders_v2026_01_01/model/ExceptionDate.d.ts +45 -0
- package/src/orders_v2026_01_01/model/ExceptionDate.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ExceptionDate.js +99 -0
- package/src/orders_v2026_01_01/model/FulfillmentStatus.d.ts +49 -0
- package/src/orders_v2026_01_01/model/FulfillmentStatus.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/FulfillmentStatus.js +72 -0
- package/src/orders_v2026_01_01/model/GetOrderResponse.d.ts +26 -0
- package/src/orders_v2026_01_01/model/GetOrderResponse.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/GetOrderResponse.js +65 -0
- package/src/orders_v2026_01_01/model/GiftOption.d.ts +28 -0
- package/src/orders_v2026_01_01/model/GiftOption.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/GiftOption.js +71 -0
- package/src/orders_v2026_01_01/model/HourMinute.d.ts +28 -0
- package/src/orders_v2026_01_01/model/HourMinute.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/HourMinute.js +71 -0
- package/src/orders_v2026_01_01/model/ItemCancellation.d.ts +22 -0
- package/src/orders_v2026_01_01/model/ItemCancellation.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemCancellation.js +63 -0
- package/src/orders_v2026_01_01/model/ItemCancellationRequest.d.ts +28 -0
- package/src/orders_v2026_01_01/model/ItemCancellationRequest.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemCancellationRequest.js +71 -0
- package/src/orders_v2026_01_01/model/ItemCondition.d.ts +34 -0
- package/src/orders_v2026_01_01/model/ItemCondition.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemCondition.js +79 -0
- package/src/orders_v2026_01_01/model/ItemCustomization.d.ts +22 -0
- package/src/orders_v2026_01_01/model/ItemCustomization.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemCustomization.js +63 -0
- package/src/orders_v2026_01_01/model/ItemExpense.d.ts +22 -0
- package/src/orders_v2026_01_01/model/ItemExpense.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemExpense.js +63 -0
- package/src/orders_v2026_01_01/model/ItemFulfillment.d.ts +46 -0
- package/src/orders_v2026_01_01/model/ItemFulfillment.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemFulfillment.js +95 -0
- package/src/orders_v2026_01_01/model/ItemInternationalShipping.d.ts +22 -0
- package/src/orders_v2026_01_01/model/ItemInternationalShipping.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemInternationalShipping.js +63 -0
- package/src/orders_v2026_01_01/model/ItemPacking.d.ts +22 -0
- package/src/orders_v2026_01_01/model/ItemPacking.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemPacking.js +63 -0
- package/src/orders_v2026_01_01/model/ItemPicking.d.ts +22 -0
- package/src/orders_v2026_01_01/model/ItemPicking.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemPicking.js +63 -0
- package/src/orders_v2026_01_01/model/ItemPointsCost.d.ts +22 -0
- package/src/orders_v2026_01_01/model/ItemPointsCost.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemPointsCost.js +63 -0
- package/src/orders_v2026_01_01/model/ItemPrice.d.ts +28 -0
- package/src/orders_v2026_01_01/model/ItemPrice.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemPrice.js +71 -0
- package/src/orders_v2026_01_01/model/ItemProceeds.d.ts +29 -0
- package/src/orders_v2026_01_01/model/ItemProceeds.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemProceeds.js +72 -0
- package/src/orders_v2026_01_01/model/ItemProceedsBreakdown.d.ts +35 -0
- package/src/orders_v2026_01_01/model/ItemProceedsBreakdown.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemProceedsBreakdown.js +80 -0
- package/src/orders_v2026_01_01/model/ItemProceedsDetailedBreakdown.d.ts +28 -0
- package/src/orders_v2026_01_01/model/ItemProceedsDetailedBreakdown.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemProceedsDetailedBreakdown.js +71 -0
- package/src/orders_v2026_01_01/model/ItemProduct.d.ts +58 -0
- package/src/orders_v2026_01_01/model/ItemProduct.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemProduct.js +111 -0
- package/src/orders_v2026_01_01/model/ItemPromotion.d.ts +23 -0
- package/src/orders_v2026_01_01/model/ItemPromotion.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemPromotion.js +64 -0
- package/src/orders_v2026_01_01/model/ItemPromotionBreakdown.d.ts +22 -0
- package/src/orders_v2026_01_01/model/ItemPromotionBreakdown.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemPromotionBreakdown.js +63 -0
- package/src/orders_v2026_01_01/model/ItemShipping.d.ts +34 -0
- package/src/orders_v2026_01_01/model/ItemShipping.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemShipping.js +79 -0
- package/src/orders_v2026_01_01/model/ItemShippingConstraints.d.ts +42 -0
- package/src/orders_v2026_01_01/model/ItemShippingConstraints.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemShippingConstraints.js +91 -0
- package/src/orders_v2026_01_01/model/ItemSubstitutionOption.d.ts +46 -0
- package/src/orders_v2026_01_01/model/ItemSubstitutionOption.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemSubstitutionOption.js +95 -0
- package/src/orders_v2026_01_01/model/ItemSubstitutionPreference.d.ts +43 -0
- package/src/orders_v2026_01_01/model/ItemSubstitutionPreference.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemSubstitutionPreference.js +99 -0
- package/src/orders_v2026_01_01/model/Measurement.d.ts +59 -0
- package/src/orders_v2026_01_01/model/Measurement.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/Measurement.js +226 -0
- package/src/orders_v2026_01_01/model/MerchantAddress.d.ts +76 -0
- package/src/orders_v2026_01_01/model/MerchantAddress.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/MerchantAddress.js +135 -0
- package/src/orders_v2026_01_01/model/Money.d.ts +27 -0
- package/src/orders_v2026_01_01/model/Money.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/Money.js +75 -0
- package/src/orders_v2026_01_01/model/Order.d.ts +86 -0
- package/src/orders_v2026_01_01/model/Order.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/Order.js +173 -0
- package/src/orders_v2026_01_01/model/OrderFulfillment.d.ts +49 -0
- package/src/orders_v2026_01_01/model/OrderFulfillment.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/OrderFulfillment.js +96 -0
- package/src/orders_v2026_01_01/model/OrderItem.d.ts +72 -0
- package/src/orders_v2026_01_01/model/OrderItem.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/OrderItem.js +141 -0
- package/src/orders_v2026_01_01/model/OrderPackage.d.ts +74 -0
- package/src/orders_v2026_01_01/model/OrderPackage.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/OrderPackage.js +130 -0
- package/src/orders_v2026_01_01/model/OrderProceeds.d.ts +22 -0
- package/src/orders_v2026_01_01/model/OrderProceeds.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/OrderProceeds.js +63 -0
- package/src/orders_v2026_01_01/model/PackageItem.d.ts +33 -0
- package/src/orders_v2026_01_01/model/PackageItem.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/PackageItem.js +83 -0
- package/src/orders_v2026_01_01/model/PackageStatus.d.ts +45 -0
- package/src/orders_v2026_01_01/model/PackageStatus.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/PackageStatus.js +116 -0
- package/src/orders_v2026_01_01/model/Pagination.d.ts +22 -0
- package/src/orders_v2026_01_01/model/Pagination.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/Pagination.js +63 -0
- package/src/orders_v2026_01_01/model/PointsGranted.d.ts +28 -0
- package/src/orders_v2026_01_01/model/PointsGranted.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/PointsGranted.js +71 -0
- package/src/orders_v2026_01_01/model/PreferredDeliveryTime.d.ts +30 -0
- package/src/orders_v2026_01_01/model/PreferredDeliveryTime.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/PreferredDeliveryTime.js +73 -0
- package/src/orders_v2026_01_01/model/Recipient.d.ts +28 -0
- package/src/orders_v2026_01_01/model/Recipient.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/Recipient.js +71 -0
- package/src/orders_v2026_01_01/model/SalesChannel.d.ts +37 -0
- package/src/orders_v2026_01_01/model/SalesChannel.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/SalesChannel.js +81 -0
- package/src/orders_v2026_01_01/model/SearchOrdersResponse.d.ts +44 -0
- package/src/orders_v2026_01_01/model/SearchOrdersResponse.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/SearchOrdersResponse.js +90 -0
- package/src/orders_v2026_01_01/model/TimeWindow.d.ts +27 -0
- package/src/orders_v2026_01_01/model/TimeWindow.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/TimeWindow.js +70 -0
- package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponseMetric.d.ts +86 -20
- package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponseMetric.d.ts.map +1 -1
- package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponseMetric.js +108 -20
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsResponseOffer.d.ts +8 -8
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsResponseOffer.js +8 -8
- package/src/replenishment_v2022_11_07/model/Metric.d.ts +10 -0
- package/src/replenishment_v2022_11_07/model/Metric.d.ts.map +1 -1
- package/src/replenishment_v2022_11_07/model/Metric.js +12 -0
- package/src/sellerWallet_2024_03_01/api/TransactionsApi.d.ts +4 -4
- package/src/sellerWallet_2024_03_01/api/TransactionsApi.js +4 -4
- package/src/sellerWallet_2024_03_01/index.d.ts +3 -2
- package/src/sellerWallet_2024_03_01/index.d.ts.map +1 -1
- package/src/sellerWallet_2024_03_01/index.js +14 -7
- package/src/sellerWallet_2024_03_01/model/BankAccount.d.ts +22 -12
- package/src/sellerWallet_2024_03_01/model/BankAccount.d.ts.map +1 -1
- package/src/sellerWallet_2024_03_01/model/BankAccount.js +6 -12
- package/src/sellerWallet_2024_03_01/model/BankAccountOwnershipType.d.ts +0 -5
- package/src/sellerWallet_2024_03_01/model/BankAccountOwnershipType.d.ts.map +1 -1
- package/src/sellerWallet_2024_03_01/model/BankAccountOwnershipType.js +0 -6
- package/src/sellerWallet_2024_03_01/model/PayeeContactInformation.d.ts +62 -0
- package/src/sellerWallet_2024_03_01/model/PayeeContactInformation.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/PayeeContactInformation.js +179 -0
- package/src/sellerWallet_2024_03_01/model/PayeeEntityType.d.ts +29 -0
- package/src/sellerWallet_2024_03_01/model/PayeeEntityType.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/PayeeEntityType.js +48 -0
- package/src/sellerWallet_2024_03_01/model/Transaction.d.ts +8 -3
- package/src/sellerWallet_2024_03_01/model/Transaction.d.ts.map +1 -1
- package/src/sellerWallet_2024_03_01/model/Transaction.js +11 -3
- package/src/sellerWallet_2024_03_01/model/TransactionInitiationRequest.d.ts +4 -4
- package/src/sellerWallet_2024_03_01/model/TransactionInitiationRequest.d.ts.map +1 -1
- package/src/sellerWallet_2024_03_01/model/TransactionInitiationRequest.js +5 -5
- package/src/vendorshipments_v1/api/VendorShippingApi.d.ts +18 -2
- package/src/vendorshipments_v1/api/VendorShippingApi.d.ts.map +1 -1
- package/src/vendorshipments_v1/api/VendorShippingApi.js +52 -2
- package/src/vendorshipments_v1/index.d.ts +5 -1
- package/src/vendorshipments_v1/index.d.ts.map +1 -1
- package/src/vendorshipments_v1/index.js +28 -0
- package/src/vendorshipments_v1/model/ItemDetails.d.ts +34 -0
- package/src/vendorshipments_v1/model/ItemDetails.d.ts.map +1 -1
- package/src/vendorshipments_v1/model/ItemDetails.js +63 -0
- package/src/vendorshipments_v1/model/RegulationReferences.d.ts +40 -0
- package/src/vendorshipments_v1/model/RegulationReferences.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/RegulationReferences.js +87 -0
- package/src/vendorshipments_v1/model/SubmitShipmentConfirmationRequest.d.ts +26 -0
- package/src/vendorshipments_v1/model/SubmitShipmentConfirmationRequest.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/SubmitShipmentConfirmationRequest.js +65 -0
- package/src/vendorshipments_v1/model/SubmitShipmentConfirmationResponse.d.ts +29 -0
- package/src/vendorshipments_v1/model/SubmitShipmentConfirmationResponse.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/SubmitShipmentConfirmationResponse.js +72 -0
- package/src/vendorshipments_v1/model/SubmitShipmentConfirmationResult.d.ts +22 -0
- package/src/vendorshipments_v1/model/SubmitShipmentConfirmationResult.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/SubmitShipmentConfirmationResult.js +63 -0
- package/src/messaging_v1/model/CreateAmazonMotorsRequest.d.ts +0 -23
- package/src/messaging_v1/model/CreateAmazonMotorsRequest.d.ts.map +0 -1
- package/src/messaging_v1/model/CreateAmazonMotorsRequest.js +0 -64
- package/src/messaging_v1/model/CreateAmazonMotorsResponse.d.ts +0 -23
- package/src/messaging_v1/model/CreateAmazonMotorsResponse.d.ts.map +0 -1
- package/src/messaging_v1/model/CreateAmazonMotorsResponse.js +0 -64
- package/src/sellerWallet_2024_03_01/model/AccountHolderAddress.d.ts +0 -45
- package/src/sellerWallet_2024_03_01/model/AccountHolderAddress.d.ts.map +0 -1
- package/src/sellerWallet_2024_03_01/model/AccountHolderAddress.js +0 -121
|
@@ -70,6 +70,17 @@ export class GetSellingPartnerMetricsResponseMetric {
|
|
|
70
70
|
if (data.hasOwnProperty('revenuePenetrationFor10PercentSellerFunding')) { obj.revenuePenetrationFor10PercentSellerFunding = ApiClient.convertToType(data.revenuePenetrationFor10PercentSellerFunding, 'Number') }
|
|
71
71
|
if (data.hasOwnProperty('revenuePenetrationFor5PlusPercentSellerFunding')) { obj.revenuePenetrationFor5PlusPercentSellerFunding = ApiClient.convertToType(data.revenuePenetrationFor5PlusPercentSellerFunding, 'Number') }
|
|
72
72
|
if (data.hasOwnProperty('shareOfCouponSubscriptions')) { obj.shareOfCouponSubscriptions = ApiClient.convertToType(data.shareOfCouponSubscriptions, 'Number') }
|
|
73
|
+
if (data.hasOwnProperty('nonSubscriberLifeTimeValueFromOTP')) { obj.nonSubscriberLifeTimeValueFromOTP = ApiClient.convertToType(data.nonSubscriberLifeTimeValueFromOTP, 'Number') }
|
|
74
|
+
if (data.hasOwnProperty('lostSubscriberLifeTimeValueFromOTP')) { obj.lostSubscriberLifeTimeValueFromOTP = ApiClient.convertToType(data.lostSubscriberLifeTimeValueFromOTP, 'Number') }
|
|
75
|
+
if (data.hasOwnProperty('lostSubscriberLifeTimeValueFromSNS')) { obj.lostSubscriberLifeTimeValueFromSNS = ApiClient.convertToType(data.lostSubscriberLifeTimeValueFromSNS, 'Number') }
|
|
76
|
+
if (data.hasOwnProperty('growingSubscriberLifeTimeValueFromOTP')) { obj.growingSubscriberLifeTimeValueFromOTP = ApiClient.convertToType(data.growingSubscriberLifeTimeValueFromOTP, 'Number') }
|
|
77
|
+
if (data.hasOwnProperty('growingSubscriberLifeTimeValueFromSNS')) { obj.growingSubscriberLifeTimeValueFromSNS = ApiClient.convertToType(data.growingSubscriberLifeTimeValueFromSNS, 'Number') }
|
|
78
|
+
if (data.hasOwnProperty('establishedSubscriberLifeTimeValueFromOTP')) { obj.establishedSubscriberLifeTimeValueFromOTP = ApiClient.convertToType(data.establishedSubscriberLifeTimeValueFromOTP, 'Number') }
|
|
79
|
+
if (data.hasOwnProperty('establishedSubscriberLifeTimeValueFromSNS')) { obj.establishedSubscriberLifeTimeValueFromSNS = ApiClient.convertToType(data.establishedSubscriberLifeTimeValueFromSNS, 'Number') }
|
|
80
|
+
if (data.hasOwnProperty('signupConversionFor0PercentSellerFunding')) { obj.signupConversionFor0PercentSellerFunding = ApiClient.convertToType(data.signupConversionFor0PercentSellerFunding, 'Number') }
|
|
81
|
+
if (data.hasOwnProperty('signupConversionFor5PercentSellerFunding')) { obj.signupConversionFor5PercentSellerFunding = ApiClient.convertToType(data.signupConversionFor5PercentSellerFunding, 'Number') }
|
|
82
|
+
if (data.hasOwnProperty('signupConversionFor10PercentSellerFunding')) { obj.signupConversionFor10PercentSellerFunding = ApiClient.convertToType(data.signupConversionFor10PercentSellerFunding, 'Number') }
|
|
83
|
+
if (data.hasOwnProperty('signupConversionFor5PlusPercentSellerFunding')) { obj.signupConversionFor5PlusPercentSellerFunding = ApiClient.convertToType(data.signupConversionFor5PlusPercentSellerFunding, 'Number') }
|
|
73
84
|
if (data.hasOwnProperty('timeInterval')) { obj.timeInterval = TimeInterval.constructFromObject(data.timeInterval) }
|
|
74
85
|
if (data.hasOwnProperty('currencyCode')) { obj.currencyCode = ApiClient.convertToType(data.currencyCode, 'String') }
|
|
75
86
|
}
|
|
@@ -78,145 +89,222 @@ export class GetSellingPartnerMetricsResponseMetric {
|
|
|
78
89
|
}
|
|
79
90
|
|
|
80
91
|
/**
|
|
81
|
-
* The percentage of items that were not shipped out of the total shipped units over a period of time due to being out of stock. Applicable to PERFORMANCE timePeriodType
|
|
92
|
+
* The percentage of items that were not shipped out of the total shipped units over a period of time due to being out of stock. Applicable to `PERFORMANCE` `timePeriodType`.
|
|
82
93
|
* @member {Number} notDeliveredDueToOOS
|
|
83
94
|
* @type {Number}
|
|
84
95
|
*/
|
|
85
96
|
GetSellingPartnerMetricsResponseMetric.prototype.notDeliveredDueToOOS = undefined
|
|
86
97
|
|
|
87
98
|
/**
|
|
88
|
-
* The revenue generated from subscriptions over a period of time. Applicable for both the PERFORMANCE and FORECAST timePeriodType
|
|
99
|
+
* The revenue generated from subscriptions over a period of time. Applicable for both the `PERFORMANCE` and `FORECAST` `timePeriodType`.
|
|
89
100
|
* @member {Number} totalSubscriptionsRevenue
|
|
90
101
|
* @type {Number}
|
|
91
102
|
*/
|
|
92
103
|
GetSellingPartnerMetricsResponseMetric.prototype.totalSubscriptionsRevenue = undefined
|
|
93
104
|
|
|
94
105
|
/**
|
|
95
|
-
* The number of units shipped to the subscribers over a period of time. Applicable for both the PERFORMANCE and FORECAST timePeriodType
|
|
106
|
+
* The number of units shipped to the subscribers over a period of time. Applicable for both the `PERFORMANCE` and `FORECAST` `timePeriodType`.
|
|
96
107
|
* @member {Number} shippedSubscriptionUnits
|
|
97
108
|
* @type {Number}
|
|
98
109
|
*/
|
|
99
110
|
GetSellingPartnerMetricsResponseMetric.prototype.shippedSubscriptionUnits = undefined
|
|
100
111
|
|
|
101
112
|
/**
|
|
102
|
-
* The number of active subscriptions present at the end of the period. Applicable to PERFORMANCE timePeriodType
|
|
113
|
+
* The number of active subscriptions present at the end of the period. Applicable to `PERFORMANCE` `timePeriodType`.
|
|
103
114
|
* @member {Number} activeSubscriptions
|
|
104
115
|
* @type {Number}
|
|
105
116
|
*/
|
|
106
117
|
GetSellingPartnerMetricsResponseMetric.prototype.activeSubscriptions = undefined
|
|
107
118
|
|
|
108
119
|
/**
|
|
109
|
-
* The average revenue per subscriber of the program over a period of past 12 months for sellers and 6 months for vendors. Applicable to PERFORMANCE timePeriodType
|
|
120
|
+
* The average revenue per subscriber of the program over a period of past 12 months for sellers and 6 months for vendors. Applicable to `PERFORMANCE` `timePeriodType`.
|
|
110
121
|
* @member {Number} subscriberAverageRevenue
|
|
111
122
|
* @type {Number}
|
|
112
123
|
*/
|
|
113
124
|
GetSellingPartnerMetricsResponseMetric.prototype.subscriberAverageRevenue = undefined
|
|
114
125
|
|
|
115
126
|
/**
|
|
116
|
-
* The average revenue per non-subscriber of the program over a period of past 12 months for sellers and 6 months for vendors. Applicable to PERFORMANCE timePeriodType
|
|
127
|
+
* The average revenue per non-subscriber of the program over a period of past 12 months for sellers and 6 months for vendors. Applicable to `PERFORMANCE` `timePeriodType`.
|
|
117
128
|
* @member {Number} nonSubscriberAverageRevenue
|
|
118
129
|
* @type {Number}
|
|
119
130
|
*/
|
|
120
131
|
GetSellingPartnerMetricsResponseMetric.prototype.nonSubscriberAverageRevenue = undefined
|
|
121
132
|
|
|
122
133
|
/**
|
|
123
|
-
* The revenue that would have been generated had there not been out of stock. Applicable to PERFORMANCE timePeriodType
|
|
134
|
+
* The revenue that would have been generated had there not been out of stock. Applicable to `PERFORMANCE` `timePeriodType`.
|
|
124
135
|
* @member {Number} lostRevenueDueToOOS
|
|
125
136
|
* @type {Number}
|
|
126
137
|
*/
|
|
127
138
|
GetSellingPartnerMetricsResponseMetric.prototype.lostRevenueDueToOOS = undefined
|
|
128
139
|
|
|
129
140
|
/**
|
|
130
|
-
* The average reorders per subscriber of the program over a period of 12 months. Applicable to PERFORMANCE timePeriodType
|
|
141
|
+
* The average reorders per subscriber of the program over a period of 12 months. Applicable to `PERFORMANCE` `timePeriodType`.
|
|
131
142
|
* @member {Number} subscriberAverageReorders
|
|
132
143
|
* @type {Number}
|
|
133
144
|
*/
|
|
134
145
|
GetSellingPartnerMetricsResponseMetric.prototype.subscriberAverageReorders = undefined
|
|
135
146
|
|
|
136
147
|
/**
|
|
137
|
-
* The average reorders per non-subscriber of the program over a period of past 12 months. Applicable to PERFORMANCE timePeriodType
|
|
148
|
+
* The average reorders per non-subscriber of the program over a period of past 12 months. Applicable to `PERFORMANCE` `timePeriodType`.
|
|
138
149
|
* @member {Number} nonSubscriberAverageReorders
|
|
139
150
|
* @type {Number}
|
|
140
151
|
*/
|
|
141
152
|
GetSellingPartnerMetricsResponseMetric.prototype.nonSubscriberAverageReorders = undefined
|
|
142
153
|
|
|
143
154
|
/**
|
|
144
|
-
* The percentage of revenue from ASINs with coupons out of total revenue from all ASINs. Applicable to PERFORMANCE timePeriodType
|
|
155
|
+
* The percentage of revenue from ASINs with coupons out of total revenue from all ASINs. Applicable to `PERFORMANCE` `timePeriodType`.
|
|
145
156
|
* @member {Number} couponsRevenuePenetration
|
|
146
157
|
* @type {Number}
|
|
147
158
|
*/
|
|
148
159
|
GetSellingPartnerMetricsResponseMetric.prototype.couponsRevenuePenetration = undefined
|
|
149
160
|
|
|
150
161
|
/**
|
|
151
|
-
* The subscription revenue generated from subscriptions with over two deliveries over the past 12 months. Applicable to PERFORMANCE timePeriodType
|
|
162
|
+
* The subscription revenue generated from subscriptions with over two deliveries over the past 12 months. Applicable to `PERFORMANCE` `timePeriodType`.
|
|
152
163
|
* @member {Number} revenueFromSubscriptionsWithMultipleDeliveries
|
|
153
164
|
* @type {Number}
|
|
154
165
|
*/
|
|
155
166
|
GetSellingPartnerMetricsResponseMetric.prototype.revenueFromSubscriptionsWithMultipleDeliveries = undefined
|
|
156
167
|
|
|
157
168
|
/**
|
|
158
|
-
* The subscription revenue generated from active subscriptions with one delivery over the past 12 months. Applicable to PERFORMANCE timePeriodType
|
|
169
|
+
* The subscription revenue generated from active subscriptions with one delivery over the past 12 months. Applicable to `PERFORMANCE` `timePeriodType`.
|
|
159
170
|
* @member {Number} revenueFromActiveSubscriptionsWithSingleDelivery
|
|
160
171
|
* @type {Number}
|
|
161
172
|
*/
|
|
162
173
|
GetSellingPartnerMetricsResponseMetric.prototype.revenueFromActiveSubscriptionsWithSingleDelivery = undefined
|
|
163
174
|
|
|
164
175
|
/**
|
|
165
|
-
* The subscription revenue generated from subscriptions which are cancelled after one delivery over the past 12 months. Applicable to PERFORMANCE timePeriodType
|
|
176
|
+
* The subscription revenue generated from subscriptions which are cancelled after one delivery over the past 12 months. Applicable to `PERFORMANCE` `timePeriodType`.
|
|
166
177
|
* @member {Number} revenueFromCancelledSubscriptionsAfterSingleDelivery
|
|
167
178
|
* @type {Number}
|
|
168
179
|
*/
|
|
169
180
|
GetSellingPartnerMetricsResponseMetric.prototype.revenueFromCancelledSubscriptionsAfterSingleDelivery = undefined
|
|
170
181
|
|
|
171
182
|
/**
|
|
172
|
-
* The percentage of subscriptions retained after 30 days of subscription creation. Applicable to PERFORMANCE timePeriodType
|
|
183
|
+
* The percentage of subscriptions retained after 30 days of subscription creation. Applicable to `PERFORMANCE` `timePeriodType`.
|
|
173
184
|
* @member {Number} subscriberRetentionFor30Days
|
|
174
185
|
* @type {Number}
|
|
175
186
|
*/
|
|
176
187
|
GetSellingPartnerMetricsResponseMetric.prototype.subscriberRetentionFor30Days = undefined
|
|
177
188
|
|
|
178
189
|
/**
|
|
179
|
-
* The percentage of subscriptions retained after 90 days of subscription creation. Applicable to PERFORMANCE timePeriodType
|
|
190
|
+
* The percentage of subscriptions retained after 90 days of subscription creation. Applicable to `PERFORMANCE` `timePeriodType`.
|
|
180
191
|
* @member {Number} subscriberRetentionFor90Days
|
|
181
192
|
* @type {Number}
|
|
182
193
|
*/
|
|
183
194
|
GetSellingPartnerMetricsResponseMetric.prototype.subscriberRetentionFor90Days = undefined
|
|
184
195
|
|
|
185
196
|
/**
|
|
186
|
-
* The percentage of subscription revenue generated by offers with 0% seller-funded discount over the last 12 months. Applicable to PERFORMANCE timePeriodType
|
|
197
|
+
* The percentage of subscription revenue generated by offers with 0% seller-funded discount over the last 12 months. Applicable to `PERFORMANCE` `timePeriodType`.
|
|
187
198
|
* @member {Number} revenuePenetrationFor0PercentSellerFunding
|
|
188
199
|
* @type {Number}
|
|
189
200
|
*/
|
|
190
201
|
GetSellingPartnerMetricsResponseMetric.prototype.revenuePenetrationFor0PercentSellerFunding = undefined
|
|
191
202
|
|
|
192
203
|
/**
|
|
193
|
-
* [Applicable only for Sellers] The percentage of subscription revenue generated by offers with 5% seller-funded discount over the last 12 months. Applicable to PERFORMANCE timePeriodType
|
|
204
|
+
* [Applicable only for Sellers] The percentage of subscription revenue generated by offers with 5% seller-funded discount over the last 12 months. Applicable to `PERFORMANCE` `timePeriodType`.
|
|
194
205
|
* @member {Number} revenuePenetrationFor5PercentSellerFunding
|
|
195
206
|
* @type {Number}
|
|
196
207
|
*/
|
|
197
208
|
GetSellingPartnerMetricsResponseMetric.prototype.revenuePenetrationFor5PercentSellerFunding = undefined
|
|
198
209
|
|
|
199
210
|
/**
|
|
200
|
-
* [Applicable only for Sellers] The percentage of subscription revenue generated by offers with 10% seller-funded discount over the last 12 months. Applicable to PERFORMANCE timePeriodType
|
|
211
|
+
* [Applicable only for Sellers] The percentage of subscription revenue generated by offers with 10% seller-funded discount over the last 12 months. Applicable to `PERFORMANCE` `timePeriodType`.
|
|
201
212
|
* @member {Number} revenuePenetrationFor10PercentSellerFunding
|
|
202
213
|
* @type {Number}
|
|
203
214
|
*/
|
|
204
215
|
GetSellingPartnerMetricsResponseMetric.prototype.revenuePenetrationFor10PercentSellerFunding = undefined
|
|
205
216
|
|
|
206
217
|
/**
|
|
207
|
-
* [Applicable only for vendors] The percentage of subscription revenue generated by offers with 5% or above seller-funded discount over the last 12 months. Applicable to PERFORMANCE timePeriodType
|
|
218
|
+
* [Applicable only for vendors] The percentage of subscription revenue generated by offers with 5% or above seller-funded discount over the last 12 months. Applicable to `PERFORMANCE` `timePeriodType`.
|
|
208
219
|
* @member {Number} revenuePenetrationFor5PlusPercentSellerFunding
|
|
209
220
|
* @type {Number}
|
|
210
221
|
*/
|
|
211
222
|
GetSellingPartnerMetricsResponseMetric.prototype.revenuePenetrationFor5PlusPercentSellerFunding = undefined
|
|
212
223
|
|
|
213
224
|
/**
|
|
214
|
-
* The percentage of new subscriptions acquired through coupons. Applicable to PERFORMANCE timePeriodType
|
|
225
|
+
* The percentage of new subscriptions acquired through coupons. Applicable to `PERFORMANCE` `timePeriodType`.
|
|
215
226
|
* @member {Number} shareOfCouponSubscriptions
|
|
216
227
|
* @type {Number}
|
|
217
228
|
*/
|
|
218
229
|
GetSellingPartnerMetricsResponseMetric.prototype.shareOfCouponSubscriptions = undefined
|
|
219
230
|
|
|
231
|
+
/**
|
|
232
|
+
* Total revenue from customers who have made purchases from your catalog but have never subscribed to any products
|
|
233
|
+
* @member {Number} nonSubscriberLifeTimeValueFromOTP
|
|
234
|
+
* @type {Number}
|
|
235
|
+
*/
|
|
236
|
+
GetSellingPartnerMetricsResponseMetric.prototype.nonSubscriberLifeTimeValueFromOTP = undefined
|
|
237
|
+
|
|
238
|
+
/**
|
|
239
|
+
* Revenue from one-time purchase orders placed by customers who previously had subscriptions but currently have none active in your catalog.
|
|
240
|
+
* @member {Number} lostSubscriberLifeTimeValueFromOTP
|
|
241
|
+
* @type {Number}
|
|
242
|
+
*/
|
|
243
|
+
GetSellingPartnerMetricsResponseMetric.prototype.lostSubscriberLifeTimeValueFromOTP = undefined
|
|
244
|
+
|
|
245
|
+
/**
|
|
246
|
+
* Revenue from Subscribe & Save orders placed by customers who previously had subscriptions but currently have none active in your catalog.
|
|
247
|
+
* @member {Number} lostSubscriberLifeTimeValueFromSNS
|
|
248
|
+
* @type {Number}
|
|
249
|
+
*/
|
|
250
|
+
GetSellingPartnerMetricsResponseMetric.prototype.lostSubscriberLifeTimeValueFromSNS = undefined
|
|
251
|
+
|
|
252
|
+
/**
|
|
253
|
+
* Revenue from one-time purchase orders placed by customers who started their first subscription with your catalog within the past 12 months.
|
|
254
|
+
* @member {Number} growingSubscriberLifeTimeValueFromOTP
|
|
255
|
+
* @type {Number}
|
|
256
|
+
*/
|
|
257
|
+
GetSellingPartnerMetricsResponseMetric.prototype.growingSubscriberLifeTimeValueFromOTP = undefined
|
|
258
|
+
|
|
259
|
+
/**
|
|
260
|
+
* Revenue from Subscribe & Save orders placed by customers who started their first subscription with your catalog within the past 12 months.
|
|
261
|
+
* @member {Number} growingSubscriberLifeTimeValueFromSNS
|
|
262
|
+
* @type {Number}
|
|
263
|
+
*/
|
|
264
|
+
GetSellingPartnerMetricsResponseMetric.prototype.growingSubscriberLifeTimeValueFromSNS = undefined
|
|
265
|
+
|
|
266
|
+
/**
|
|
267
|
+
* Revenue from one-time purchase orders placed by customers who have maintained an active subscription with your catalog for more than 12 months.
|
|
268
|
+
* @member {Number} establishedSubscriberLifeTimeValueFromOTP
|
|
269
|
+
* @type {Number}
|
|
270
|
+
*/
|
|
271
|
+
GetSellingPartnerMetricsResponseMetric.prototype.establishedSubscriberLifeTimeValueFromOTP = undefined
|
|
272
|
+
|
|
273
|
+
/**
|
|
274
|
+
* Revenue from Subscribe & Save orders placed by customers who have maintained an active subscription with your catalog for more than 12 months.
|
|
275
|
+
* @member {Number} establishedSubscriberLifeTimeValueFromSNS
|
|
276
|
+
* @type {Number}
|
|
277
|
+
*/
|
|
278
|
+
GetSellingPartnerMetricsResponseMetric.prototype.establishedSubscriberLifeTimeValueFromSNS = undefined
|
|
279
|
+
|
|
280
|
+
/**
|
|
281
|
+
* Percentage of subscriptions created by offers with 0% seller-funded discount out of the total number of new orders placed over the past 12 months
|
|
282
|
+
* @member {Number} signupConversionFor0PercentSellerFunding
|
|
283
|
+
* @type {Number}
|
|
284
|
+
*/
|
|
285
|
+
GetSellingPartnerMetricsResponseMetric.prototype.signupConversionFor0PercentSellerFunding = undefined
|
|
286
|
+
|
|
287
|
+
/**
|
|
288
|
+
* [Applicable only for Sellers] Percentage of subscriptions created by offers with 5% seller-funded discount out of the total number of new orders placed over the past 12 months
|
|
289
|
+
* @member {Number} signupConversionFor5PercentSellerFunding
|
|
290
|
+
* @type {Number}
|
|
291
|
+
*/
|
|
292
|
+
GetSellingPartnerMetricsResponseMetric.prototype.signupConversionFor5PercentSellerFunding = undefined
|
|
293
|
+
|
|
294
|
+
/**
|
|
295
|
+
* [Applicable only for Sellers] Percentage of subscriptions created by offers with 10% seller-funded discount out of the total number of new orders placed over the past 12 months
|
|
296
|
+
* @member {Number} signupConversionFor10PercentSellerFunding
|
|
297
|
+
* @type {Number}
|
|
298
|
+
*/
|
|
299
|
+
GetSellingPartnerMetricsResponseMetric.prototype.signupConversionFor10PercentSellerFunding = undefined
|
|
300
|
+
|
|
301
|
+
/**
|
|
302
|
+
* [Applicable only for Vendors] Percentage of subscriptions created by offers with 5% or above seller-funded discount out of the total number of new orders placed over the past 12 months
|
|
303
|
+
* @member {Number} signupConversionFor5PlusPercentSellerFunding
|
|
304
|
+
* @type {Number}
|
|
305
|
+
*/
|
|
306
|
+
GetSellingPartnerMetricsResponseMetric.prototype.signupConversionFor5PlusPercentSellerFunding = undefined
|
|
307
|
+
|
|
220
308
|
/**
|
|
221
309
|
* @member {TimeInterval} timeInterval
|
|
222
310
|
* @type {TimeInterval}
|
|
@@ -19,49 +19,49 @@ export class ListOfferMetricsResponseOffer {
|
|
|
19
19
|
*/
|
|
20
20
|
asin: string;
|
|
21
21
|
/**
|
|
22
|
-
* The percentage of items that were not shipped out of the total shipped units over a period of time due to being out of stock. Applicable to
|
|
22
|
+
* The percentage of items that were not shipped out of the total shipped units over a period of time due to being out of stock. Applicable to `FORECAST` `timePeriodType`.
|
|
23
23
|
* @member {Number} notDeliveredDueToOOS
|
|
24
24
|
* @type {Number}
|
|
25
25
|
*/
|
|
26
26
|
notDeliveredDueToOOS: number;
|
|
27
27
|
/**
|
|
28
|
-
* The revenue generated from subscriptions over a period of time. Applicable to
|
|
28
|
+
* The revenue generated from subscriptions over a period of time. Applicable to `FORECAST` `timePeriodType`.
|
|
29
29
|
* @member {Number} totalSubscriptionsRevenue
|
|
30
30
|
* @type {Number}
|
|
31
31
|
*/
|
|
32
32
|
totalSubscriptionsRevenue: number;
|
|
33
33
|
/**
|
|
34
|
-
* The number of units shipped to the subscribers over a period of time. Applicable to
|
|
34
|
+
* The number of units shipped to the subscribers over a period of time. Applicable to `FORECAST` `timePeriodType`.
|
|
35
35
|
* @member {Number} shippedSubscriptionUnits
|
|
36
36
|
* @type {Number}
|
|
37
37
|
*/
|
|
38
38
|
shippedSubscriptionUnits: number;
|
|
39
39
|
/**
|
|
40
|
-
* The number of active subscriptions present at the end of the period. Applicable to
|
|
40
|
+
* The number of active subscriptions present at the end of the period. Applicable to `FORECAST` `timePeriodType`.
|
|
41
41
|
* @member {Number} activeSubscriptions
|
|
42
42
|
* @type {Number}
|
|
43
43
|
*/
|
|
44
44
|
activeSubscriptions: number;
|
|
45
45
|
/**
|
|
46
|
-
* The percentage of total program revenue out of total product revenue. Applicable to
|
|
46
|
+
* The percentage of total program revenue out of total product revenue. Applicable to `FORECAST` `timePeriodType`.
|
|
47
47
|
* @member {Number} revenuePenetration
|
|
48
48
|
* @type {Number}
|
|
49
49
|
*/
|
|
50
50
|
revenuePenetration: number;
|
|
51
51
|
/**
|
|
52
|
-
* The revenue that would have been generated had there not been out of stock. Applicable to
|
|
52
|
+
* The revenue that would have been generated had there not been out of stock. Applicable to `FORECAST` `timePeriodType`.
|
|
53
53
|
* @member {Number} lostRevenueDueToOOS
|
|
54
54
|
* @type {Number}
|
|
55
55
|
*/
|
|
56
56
|
lostRevenueDueToOOS: number;
|
|
57
57
|
/**
|
|
58
|
-
* The percentage of revenue from ASINs with coupons out of total revenue from all ASINs. Applicable to
|
|
58
|
+
* The percentage of revenue from ASINs with coupons out of total revenue from all ASINs. Applicable to `FORECAST` `timePeriodType`.
|
|
59
59
|
* @member {Number} couponsRevenuePenetration
|
|
60
60
|
* @type {Number}
|
|
61
61
|
*/
|
|
62
62
|
couponsRevenuePenetration: number;
|
|
63
63
|
/**
|
|
64
|
-
* The percentage of new subscriptions acquired through coupons. Applicable to
|
|
64
|
+
* The percentage of new subscriptions acquired through coupons. Applicable to `FORECAST` `timePeriodType`.
|
|
65
65
|
* @member {Number} shareOfCouponSubscriptions
|
|
66
66
|
* @type {Number}
|
|
67
67
|
*/
|
|
@@ -80,56 +80,56 @@ export class ListOfferMetricsResponseOffer {
|
|
|
80
80
|
ListOfferMetricsResponseOffer.prototype.asin = undefined
|
|
81
81
|
|
|
82
82
|
/**
|
|
83
|
-
* The percentage of items that were not shipped out of the total shipped units over a period of time due to being out of stock. Applicable to
|
|
83
|
+
* The percentage of items that were not shipped out of the total shipped units over a period of time due to being out of stock. Applicable to `FORECAST` `timePeriodType`.
|
|
84
84
|
* @member {Number} notDeliveredDueToOOS
|
|
85
85
|
* @type {Number}
|
|
86
86
|
*/
|
|
87
87
|
ListOfferMetricsResponseOffer.prototype.notDeliveredDueToOOS = undefined
|
|
88
88
|
|
|
89
89
|
/**
|
|
90
|
-
* The revenue generated from subscriptions over a period of time. Applicable to
|
|
90
|
+
* The revenue generated from subscriptions over a period of time. Applicable to `FORECAST` `timePeriodType`.
|
|
91
91
|
* @member {Number} totalSubscriptionsRevenue
|
|
92
92
|
* @type {Number}
|
|
93
93
|
*/
|
|
94
94
|
ListOfferMetricsResponseOffer.prototype.totalSubscriptionsRevenue = undefined
|
|
95
95
|
|
|
96
96
|
/**
|
|
97
|
-
* The number of units shipped to the subscribers over a period of time. Applicable to
|
|
97
|
+
* The number of units shipped to the subscribers over a period of time. Applicable to `FORECAST` `timePeriodType`.
|
|
98
98
|
* @member {Number} shippedSubscriptionUnits
|
|
99
99
|
* @type {Number}
|
|
100
100
|
*/
|
|
101
101
|
ListOfferMetricsResponseOffer.prototype.shippedSubscriptionUnits = undefined
|
|
102
102
|
|
|
103
103
|
/**
|
|
104
|
-
* The number of active subscriptions present at the end of the period. Applicable to
|
|
104
|
+
* The number of active subscriptions present at the end of the period. Applicable to `FORECAST` `timePeriodType`.
|
|
105
105
|
* @member {Number} activeSubscriptions
|
|
106
106
|
* @type {Number}
|
|
107
107
|
*/
|
|
108
108
|
ListOfferMetricsResponseOffer.prototype.activeSubscriptions = undefined
|
|
109
109
|
|
|
110
110
|
/**
|
|
111
|
-
* The percentage of total program revenue out of total product revenue. Applicable to
|
|
111
|
+
* The percentage of total program revenue out of total product revenue. Applicable to `FORECAST` `timePeriodType`.
|
|
112
112
|
* @member {Number} revenuePenetration
|
|
113
113
|
* @type {Number}
|
|
114
114
|
*/
|
|
115
115
|
ListOfferMetricsResponseOffer.prototype.revenuePenetration = undefined
|
|
116
116
|
|
|
117
117
|
/**
|
|
118
|
-
* The revenue that would have been generated had there not been out of stock. Applicable to
|
|
118
|
+
* The revenue that would have been generated had there not been out of stock. Applicable to `FORECAST` `timePeriodType`.
|
|
119
119
|
* @member {Number} lostRevenueDueToOOS
|
|
120
120
|
* @type {Number}
|
|
121
121
|
*/
|
|
122
122
|
ListOfferMetricsResponseOffer.prototype.lostRevenueDueToOOS = undefined
|
|
123
123
|
|
|
124
124
|
/**
|
|
125
|
-
* The percentage of revenue from ASINs with coupons out of total revenue from all ASINs. Applicable to
|
|
125
|
+
* The percentage of revenue from ASINs with coupons out of total revenue from all ASINs. Applicable to `FORECAST` `timePeriodType`.
|
|
126
126
|
* @member {Number} couponsRevenuePenetration
|
|
127
127
|
* @type {Number}
|
|
128
128
|
*/
|
|
129
129
|
ListOfferMetricsResponseOffer.prototype.couponsRevenuePenetration = undefined
|
|
130
130
|
|
|
131
131
|
/**
|
|
132
|
-
* The percentage of new subscriptions acquired through coupons. Applicable to
|
|
132
|
+
* The percentage of new subscriptions acquired through coupons. Applicable to `FORECAST` `timePeriodType`.
|
|
133
133
|
* @member {Number} shareOfCouponSubscriptions
|
|
134
134
|
* @type {Number}
|
|
135
135
|
*/
|
|
@@ -70,5 +70,15 @@ export class Metric {
|
|
|
70
70
|
* @const
|
|
71
71
|
*/
|
|
72
72
|
SHARE_OF_COUPON_SUBSCRIPTIONS: string;
|
|
73
|
+
/**
|
|
74
|
+
* value: "SUBSCRIBER_LIFETIME_VALUE_BY_CUSTOMER_SEGMENT"
|
|
75
|
+
* @const
|
|
76
|
+
*/
|
|
77
|
+
SUBSCRIBER_LIFETIME_VALUE_BY_CUSTOMER_SEGMENT: string;
|
|
78
|
+
/**
|
|
79
|
+
* value: "SIGNUP_CONVERSION_BY_SELLER_FUNDING"
|
|
80
|
+
* @const
|
|
81
|
+
*/
|
|
82
|
+
SIGNUP_CONVERSION_BY_SELLER_FUNDING: string;
|
|
73
83
|
}
|
|
74
84
|
//# sourceMappingURL=Metric.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Metric.d.ts","sourceRoot":"","sources":["Metric.js"],"names":[],"mappings":"AAeA;;;;EAIE;AACF;
|
|
1
|
+
{"version":3,"file":"Metric.d.ts","sourceRoot":"","sources":["Metric.js"],"names":[],"mappings":"AAeA;;;;EAIE;AACF;IAqFE;;;;QAII;IACJ,yCAFa,MAAM,CAIlB;IA3FD;;;aAGS;IACT,mCAA2D;IAE3D;;;aAGS;IACT,oCAA6D;IAE7D;;;aAGS;IACT,6BAA+C;IAE/C;;;aAGS;IACT,iCAAuD;IAEvD;;;aAGS;IACT,kDAAyF;IAEzF;;;aAGS;IACT,gCAAqD;IAErD;;;aAGS;IACT,mDAA2F;IAE3F;;;aAGS;IACT,oCAA6D;IAE7D;;;aAGS;IACT,8BAAiD;IAEjD;;;aAGS;IACT,6BAA+C;IAE/C;;;aAGS;IACT,8CAAiF;IAEjF;;;aAGS;IACT,sCAAiE;IAEjE;;;aAGS;IACT,sDAAiG;IAEjG;;;aAGS;IACT,4CAA6E;CAU9E"}
|
|
@@ -91,6 +91,18 @@ export class Metric {
|
|
|
91
91
|
*/
|
|
92
92
|
'SHARE_OF_COUPON_SUBSCRIPTIONS' = 'SHARE_OF_COUPON_SUBSCRIPTIONS'
|
|
93
93
|
|
|
94
|
+
/**
|
|
95
|
+
* value: "SUBSCRIBER_LIFETIME_VALUE_BY_CUSTOMER_SEGMENT"
|
|
96
|
+
* @const
|
|
97
|
+
*/
|
|
98
|
+
'SUBSCRIBER_LIFETIME_VALUE_BY_CUSTOMER_SEGMENT' = 'SUBSCRIBER_LIFETIME_VALUE_BY_CUSTOMER_SEGMENT'
|
|
99
|
+
|
|
100
|
+
/**
|
|
101
|
+
* value: "SIGNUP_CONVERSION_BY_SELLER_FUNDING"
|
|
102
|
+
* @const
|
|
103
|
+
*/
|
|
104
|
+
'SIGNUP_CONVERSION_BY_SELLER_FUNDING' = 'SIGNUP_CONVERSION_BY_SELLER_FUNDING'
|
|
105
|
+
|
|
94
106
|
/**
|
|
95
107
|
* Returns a <code>Metric</code> enum value from a Javascript object name.
|
|
96
108
|
* @param {Object} data The plain JavaScript object containing the name of the enum value.
|
|
@@ -25,8 +25,8 @@ export class TransactionsApi {
|
|
|
25
25
|
/**
|
|
26
26
|
* Create a transaction request from Amazon SW account to another customer provided account
|
|
27
27
|
* Create a transaction request from a Seller Wallet account to another customer-provided account.
|
|
28
|
-
* @param {String} destAccountDigitalSignature Digital signature for the destination bank account details.
|
|
29
|
-
* @param {String} amountDigitalSignature Digital signature for the source currency transaction amount.
|
|
28
|
+
* @param {String} destAccountDigitalSignature Digital signature for the destination bank account details. For more information, refer to [Third-Party Provider Signature Guidance](https://developer-docs.amazon.com/sp-api/docs/tpp-registration-signature-guidance).
|
|
29
|
+
* @param {String} amountDigitalSignature Digital signature for the source currency transaction amount. Sign in the order of the request definitions. You can omit empty or optional fields. For more information, refer to [Third-Party Provider Signature Guidance](https://developer-docs.amazon.com/sp-api/docs/tpp-registration-signature-guidance).
|
|
30
30
|
* @param {String} marketplaceId The marketplace for which items are returned. The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
31
31
|
* @param {TransactionInitiationRequest} body Defines the actual payload of the request
|
|
32
32
|
* @return {Promise<CreateTransactionResponse>}
|
|
@@ -35,8 +35,8 @@ export class TransactionsApi {
|
|
|
35
35
|
/**
|
|
36
36
|
* Create a transaction request from Amazon SW account to another customer provided account
|
|
37
37
|
* Create a transaction request from a Seller Wallet account to another customer-provided account.
|
|
38
|
-
* @param {String} destAccountDigitalSignature Digital signature for the destination bank account details.
|
|
39
|
-
* @param {String} amountDigitalSignature Digital signature for the source currency transaction amount.
|
|
38
|
+
* @param {String} destAccountDigitalSignature Digital signature for the destination bank account details. For more information, refer to [Third-Party Provider Signature Guidance](https://developer-docs.amazon.com/sp-api/docs/tpp-registration-signature-guidance).
|
|
39
|
+
* @param {String} amountDigitalSignature Digital signature for the source currency transaction amount. Sign in the order of the request definitions. You can omit empty or optional fields. For more information, refer to [Third-Party Provider Signature Guidance](https://developer-docs.amazon.com/sp-api/docs/tpp-registration-signature-guidance).
|
|
40
40
|
* @param {String} marketplaceId The marketplace for which items are returned. The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
41
41
|
* @param {TransactionInitiationRequest} body Defines the actual payload of the request
|
|
42
42
|
* @return {Promise<CreateTransactionResponse>}
|
|
@@ -70,8 +70,8 @@ export class TransactionsApi {
|
|
|
70
70
|
/**
|
|
71
71
|
* Create a transaction request from Amazon SW account to another customer provided account
|
|
72
72
|
* Create a transaction request from a Seller Wallet account to another customer-provided account.
|
|
73
|
-
* @param {String} destAccountDigitalSignature Digital signature for the destination bank account details.
|
|
74
|
-
* @param {String} amountDigitalSignature Digital signature for the source currency transaction amount.
|
|
73
|
+
* @param {String} destAccountDigitalSignature Digital signature for the destination bank account details. For more information, refer to [Third-Party Provider Signature Guidance](https://developer-docs.amazon.com/sp-api/docs/tpp-registration-signature-guidance).
|
|
74
|
+
* @param {String} amountDigitalSignature Digital signature for the source currency transaction amount. Sign in the order of the request definitions. You can omit empty or optional fields. For more information, refer to [Third-Party Provider Signature Guidance](https://developer-docs.amazon.com/sp-api/docs/tpp-registration-signature-guidance).
|
|
75
75
|
* @param {String} marketplaceId The marketplace for which items are returned. The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
76
76
|
* @param {TransactionInitiationRequest} body Defines the actual payload of the request
|
|
77
77
|
* @return {Promise<CreateTransactionResponse>}
|
|
@@ -125,8 +125,8 @@ export class TransactionsApi {
|
|
|
125
125
|
/**
|
|
126
126
|
* Create a transaction request from Amazon SW account to another customer provided account
|
|
127
127
|
* Create a transaction request from a Seller Wallet account to another customer-provided account.
|
|
128
|
-
* @param {String} destAccountDigitalSignature Digital signature for the destination bank account details.
|
|
129
|
-
* @param {String} amountDigitalSignature Digital signature for the source currency transaction amount.
|
|
128
|
+
* @param {String} destAccountDigitalSignature Digital signature for the destination bank account details. For more information, refer to [Third-Party Provider Signature Guidance](https://developer-docs.amazon.com/sp-api/docs/tpp-registration-signature-guidance).
|
|
129
|
+
* @param {String} amountDigitalSignature Digital signature for the source currency transaction amount. Sign in the order of the request definitions. You can omit empty or optional fields. For more information, refer to [Third-Party Provider Signature Guidance](https://developer-docs.amazon.com/sp-api/docs/tpp-registration-signature-guidance).
|
|
130
130
|
* @param {String} marketplaceId The marketplace for which items are returned. The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
131
131
|
* @param {TransactionInitiationRequest} body Defines the actual payload of the request
|
|
132
132
|
* @return {Promise<CreateTransactionResponse>}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ApiClient } from './ApiClient.js';
|
|
2
|
-
import { AccountHolderAddress } from './model/AccountHolderAddress.js';
|
|
3
2
|
import { Balance } from './model/Balance.js';
|
|
4
3
|
import { BalanceListing } from './model/BalanceListing.js';
|
|
5
4
|
import { BalanceType } from './model/BalanceType.js';
|
|
@@ -17,6 +16,8 @@ import { ErrorList } from './model/ErrorList.js';
|
|
|
17
16
|
import { Fee } from './model/Fee.js';
|
|
18
17
|
import { FeeType } from './model/FeeType.js';
|
|
19
18
|
import { FxRateDetails } from './model/FxRateDetails.js';
|
|
19
|
+
import { PayeeContactInformation } from './model/PayeeContactInformation.js';
|
|
20
|
+
import { PayeeEntityType } from './model/PayeeEntityType.js';
|
|
20
21
|
import { PaymentPreference } from './model/PaymentPreference.js';
|
|
21
22
|
import { PaymentPreferencePaymentType } from './model/PaymentPreferencePaymentType.js';
|
|
22
23
|
import { RateDirection } from './model/RateDirection.js';
|
|
@@ -42,5 +43,5 @@ import { AccountsApi } from './api/AccountsApi.js';
|
|
|
42
43
|
import { TransactionsApi } from './api/TransactionsApi.js';
|
|
43
44
|
import { TransferPreviewApi } from './api/TransferPreviewApi.js';
|
|
44
45
|
import { TransferScheduleApi } from './api/TransferScheduleApi.js';
|
|
45
|
-
export { ApiClient,
|
|
46
|
+
export { ApiClient, Balance, BalanceListing, BalanceType, BankAccount, BankAccountHolderStatus, BankAccountListing, BankAccountNumberFormat, BankAccountOwnershipType, BankNumberFormat, CreateTransactionResponse, Currency, DeleteTransferSchedule, Error, ErrorList, Fee, FeeType, FxRateDetails, PayeeContactInformation, PayeeEntityType, PaymentPreference, PaymentPreferencePaymentType, RateDirection, RecurringFrequency, ScheduleExpression, ScheduleExpressionType, ScheduleTransferType, Transaction, TransactionAccount, TransactionInitiationRequest, TransactionInstrumentDetails, TransactionListing, TransactionStatus, TransactionType, TransferRatePreview, TransferSchedule, TransferScheduleFailures, TransferScheduleInformation, TransferScheduleListing, TransferScheduleRequest, TransferScheduleStatus, AccountsApi, TransactionsApi, TransferPreviewApi, TransferScheduleApi };
|
|
46
47
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":"0BAa0B,gBAAgB;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":"0BAa0B,gBAAgB;wBAClB,oBAAoB;+BACb,2BAA2B;4BAC9B,wBAAwB;4BACxB,wBAAwB;wCACZ,oCAAoC;mCACzC,+BAA+B;wCAC1B,oCAAoC;yCACnC,qCAAqC;iCAC7C,6BAA6B;0CACpB,sCAAsC;yBACvD,qBAAqB;uCACP,mCAAmC;sBACpD,kBAAkB;0BACd,sBAAsB;oBAC5B,gBAAgB;wBACZ,oBAAoB;8BACd,0BAA0B;wCAChB,oCAAoC;gCAC5C,4BAA4B;kCAC1B,8BAA8B;6CACnB,yCAAyC;8BACxD,0BAA0B;mCACrB,+BAA+B;mCAC/B,+BAA+B;uCAC3B,mCAAmC;qCACrC,iCAAiC;4BAC1C,wBAAwB;mCACjB,+BAA+B;6CACrB,yCAAyC;6CACzC,yCAAyC;mCACnD,+BAA+B;kCAChC,8BAA8B;gCAChC,4BAA4B;oCACxB,gCAAgC;iCACnC,6BAA6B;yCACrB,qCAAqC;4CAClC,wCAAwC;wCAC5C,oCAAoC;wCACpC,oCAAoC;uCACrC,mCAAmC;4BAC9C,sBAAsB;gCAClB,0BAA0B;mCACvB,6BAA6B;oCAC5B,8BAA8B"}
|
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
14
|
import { ApiClient } from './ApiClient.js'
|
|
15
|
-
import { AccountHolderAddress } from './model/AccountHolderAddress.js'
|
|
16
15
|
import { Balance } from './model/Balance.js'
|
|
17
16
|
import { BalanceListing } from './model/BalanceListing.js'
|
|
18
17
|
import { BalanceType } from './model/BalanceType.js'
|
|
@@ -30,6 +29,8 @@ import { ErrorList } from './model/ErrorList.js'
|
|
|
30
29
|
import { Fee } from './model/Fee.js'
|
|
31
30
|
import { FeeType } from './model/FeeType.js'
|
|
32
31
|
import { FxRateDetails } from './model/FxRateDetails.js'
|
|
32
|
+
import { PayeeContactInformation } from './model/PayeeContactInformation.js'
|
|
33
|
+
import { PayeeEntityType } from './model/PayeeEntityType.js'
|
|
33
34
|
import { PaymentPreference } from './model/PaymentPreference.js'
|
|
34
35
|
import { PaymentPreferencePaymentType } from './model/PaymentPreferencePaymentType.js'
|
|
35
36
|
import { RateDirection } from './model/RateDirection.js'
|
|
@@ -69,12 +70,6 @@ export {
|
|
|
69
70
|
*/
|
|
70
71
|
ApiClient,
|
|
71
72
|
|
|
72
|
-
/**
|
|
73
|
-
* The AccountHolderAddress model constructor.
|
|
74
|
-
* @property {module:sellerWallet_2024_03_01/model/AccountHolderAddress}
|
|
75
|
-
*/
|
|
76
|
-
AccountHolderAddress,
|
|
77
|
-
|
|
78
73
|
/**
|
|
79
74
|
* The Balance model constructor.
|
|
80
75
|
* @property {module:sellerWallet_2024_03_01/model/Balance}
|
|
@@ -177,6 +172,18 @@ export {
|
|
|
177
172
|
*/
|
|
178
173
|
FxRateDetails,
|
|
179
174
|
|
|
175
|
+
/**
|
|
176
|
+
* The PayeeContactInformation model constructor.
|
|
177
|
+
* @property {module:sellerWallet_2024_03_01/model/PayeeContactInformation}
|
|
178
|
+
*/
|
|
179
|
+
PayeeContactInformation,
|
|
180
|
+
|
|
181
|
+
/**
|
|
182
|
+
* The PayeeEntityType model constructor.
|
|
183
|
+
* @property {module:sellerWallet_2024_03_01/model/PayeeEntityType}
|
|
184
|
+
*/
|
|
185
|
+
PayeeEntityType,
|
|
186
|
+
|
|
180
187
|
/**
|
|
181
188
|
* The PaymentPreference model constructor.
|
|
182
189
|
* @property {module:sellerWallet_2024_03_01/model/PaymentPreference}
|
|
@@ -14,51 +14,61 @@ export class BankAccount {
|
|
|
14
14
|
static constructFromObject(data: any, obj: BankAccount): BankAccount;
|
|
15
15
|
/**
|
|
16
16
|
* Constructs a new <code>BankAccount</code>.
|
|
17
|
-
* Details of an Amazon
|
|
17
|
+
* Details of an Amazon Seller Wallet bank account. This account is used to hold the money that a Seller Wallet customer earns by selling items.
|
|
18
18
|
* @alias module:sellerWallet_2024_03_01/model/BankAccount
|
|
19
19
|
* @class
|
|
20
|
-
* @param bankAccountNumberFormat {BankAccountNumberFormat}
|
|
21
20
|
* @param bankAccountOwnershipType {BankAccountOwnershipType}
|
|
22
|
-
* @param routingNumber {String} Routing number for automated clearing house transfers, for all Amazon Seller Wallet account the value will be denoted by nine cosecutive 0's,
|
|
23
|
-
* @param bankNumberFormat {BankNumberFormat}
|
|
24
21
|
* @param accountCountryCode {String} The two digit country code, in ISO 3166 format.
|
|
25
22
|
* @param accountCurrency {String} BankAccount currency code in ISO 4217 format
|
|
26
23
|
* @param bankAccountNumberTail {String} Last 3 digit of the bank account number, for all Amazon Seller Wallet account the value will be three consecutive 0's
|
|
27
24
|
*/
|
|
28
|
-
constructor(
|
|
29
|
-
bankAccountNumberFormat: BankAccountNumberFormat;
|
|
25
|
+
constructor(bankAccountOwnershipType: BankAccountOwnershipType, accountCountryCode: string, accountCurrency: string, bankAccountNumberTail: string);
|
|
30
26
|
bankAccountOwnershipType: BankAccountOwnershipType;
|
|
31
|
-
routingNumber: string;
|
|
32
|
-
bankNumberFormat: BankNumberFormat;
|
|
33
27
|
accountCountryCode: string;
|
|
34
28
|
accountCurrency: string;
|
|
35
29
|
bankAccountNumberTail: string;
|
|
36
30
|
/**
|
|
37
|
-
* The unique identifier provided by Amazon
|
|
31
|
+
* The unique bank account identifier provided by Amazon. To initiate a `SELF` transaction with Seller Wallet, you must choose `BANK_ACCOUNT` as the payment method type in the [getPaymentMethod](https://developer-docs.amazon.com/sp-api/reference/getpaymentmethods) request. Your Amazon Seller Wallet bank account identifier should match the `paymentMethodId` in the response. This field is required.
|
|
38
32
|
* @member {String} accountId
|
|
39
33
|
* @type {String}
|
|
40
34
|
*/
|
|
41
35
|
accountId: string;
|
|
42
36
|
/**
|
|
43
|
-
*
|
|
37
|
+
* The bank account holder's name (expected to be an Amazon customer). There is a 50 character limit.
|
|
44
38
|
* @member {String} accountHolderName
|
|
45
39
|
* @type {String}
|
|
46
40
|
*/
|
|
47
41
|
accountHolderName: string;
|
|
48
42
|
/**
|
|
49
|
-
*
|
|
43
|
+
* @member {BankAccountNumberFormat} bankAccountNumberFormat
|
|
44
|
+
* @type {BankAccountNumberFormat}
|
|
45
|
+
*/
|
|
46
|
+
bankAccountNumberFormat: BankAccountNumberFormat;
|
|
47
|
+
/**
|
|
48
|
+
* The name of the bank. This value is Amazon Seller Wallet for Amazon Seller Wallet accounts.
|
|
50
49
|
* @member {String} bankName
|
|
51
50
|
* @type {String}
|
|
52
51
|
*/
|
|
53
52
|
bankName: string;
|
|
53
|
+
/**
|
|
54
|
+
* Routing number for automated clearing house transfers for `THIRD_PARTY` transaction requests. This value is nine consecutive zeros for Amazon Seller Wallet accounts.
|
|
55
|
+
* @member {String} routingNumber
|
|
56
|
+
* @type {String}
|
|
57
|
+
*/
|
|
58
|
+
routingNumber: string;
|
|
59
|
+
/**
|
|
60
|
+
* @member {BankNumberFormat} bankNumberFormat
|
|
61
|
+
* @type {BankNumberFormat}
|
|
62
|
+
*/
|
|
63
|
+
bankNumberFormat: BankNumberFormat;
|
|
54
64
|
/**
|
|
55
65
|
* @member {BankAccountHolderStatus} bankAccountHolderStatus
|
|
56
66
|
* @type {BankAccountHolderStatus}
|
|
57
67
|
*/
|
|
58
68
|
bankAccountHolderStatus: BankAccountHolderStatus;
|
|
59
69
|
}
|
|
60
|
-
import { BankAccountNumberFormat } from './BankAccountNumberFormat.js';
|
|
61
70
|
import { BankAccountOwnershipType } from './BankAccountOwnershipType.js';
|
|
71
|
+
import { BankAccountNumberFormat } from './BankAccountNumberFormat.js';
|
|
62
72
|
import { BankNumberFormat } from './BankNumberFormat.js';
|
|
63
73
|
import { BankAccountHolderStatus } from './BankAccountHolderStatus.js';
|
|
64
74
|
//# sourceMappingURL=BankAccount.d.ts.map
|