@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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Finances
|
|
3
|
-
* The Selling Partner API for Finances
|
|
3
|
+
* The Selling Partner API for Finances provides financial information that is relevant to a seller's business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v0
|
|
6
6
|
*
|
|
@@ -66,12 +66,12 @@ export class DefaultApi {
|
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
/**
|
|
69
|
-
* Returns financial event groups for a given date range.
|
|
69
|
+
* Returns financial event groups for a given date range. Orders from the last 48 hours might not be included in financial events. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 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 can have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits).
|
|
70
70
|
* @param {Object} [opts] Optional parameters
|
|
71
|
-
* @param {Number} [opts.maxResultsPerPage] The maximum number of results
|
|
72
|
-
* @param {Date} [opts.financialEventGroupStartedBefore] A date
|
|
73
|
-
* @param {Date} [opts.financialEventGroupStartedAfter] A date
|
|
74
|
-
* @param {String} [opts.nextToken]
|
|
71
|
+
* @param {Number} [opts.maxResultsPerPage] The maximum number of results per page. If the response exceeds the maximum number of transactions or 10 MB, the response is `InvalidInput`. (default to 10)
|
|
72
|
+
* @param {Date} [opts.financialEventGroupStartedBefore] A date that selects financial event groups that opened before (but not at) a specified date and time, in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format. The date-time must be after `FinancialEventGroupStartedAfter` and more than two minutes before the time of request. If `FinancialEventGroupStartedAfter` and `FinancialEventGroupStartedBefore` are more than 180 days apart, no financial event groups are returned.
|
|
73
|
+
* @param {Date} [opts.financialEventGroupStartedAfter] A date that selects financial event groups that opened after (or at) a specified date and time, in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format. The date-time must be more than two minutes before you submit the request.
|
|
74
|
+
* @param {String} [opts.nextToken] The response includes `nextToken` when the number of results exceeds the specified `pageSize` value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until `nextToken` is null. Note that this operation can return empty pages.
|
|
75
75
|
* @return {Promise<ListFinancialEventGroupsResponse>}
|
|
76
76
|
*/
|
|
77
77
|
listFinancialEventGroupsWithHttpInfo (opts) {
|
|
@@ -103,12 +103,12 @@ export class DefaultApi {
|
|
|
103
103
|
}
|
|
104
104
|
|
|
105
105
|
/**
|
|
106
|
-
* Returns financial event groups for a given date range.
|
|
106
|
+
* Returns financial event groups for a given date range. Orders from the last 48 hours might not be included in financial events. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 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 can have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits).
|
|
107
107
|
* @param {Object} [opts] Optional parameters
|
|
108
|
-
* @param {Number} [opts.maxResultsPerPage] The maximum number of results
|
|
109
|
-
* @param {Date} [opts.financialEventGroupStartedBefore] A date
|
|
110
|
-
* @param {Date} [opts.financialEventGroupStartedAfter] A date
|
|
111
|
-
* @param {String} [opts.nextToken]
|
|
108
|
+
* @param {Number} [opts.maxResultsPerPage] The maximum number of results per page. If the response exceeds the maximum number of transactions or 10 MB, the response is `InvalidInput`. (default to 10)
|
|
109
|
+
* @param {Date} [opts.financialEventGroupStartedBefore] A date that selects financial event groups that opened before (but not at) a specified date and time, in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format. The date-time must be after `FinancialEventGroupStartedAfter` and more than two minutes before the time of request. If `FinancialEventGroupStartedAfter` and `FinancialEventGroupStartedBefore` are more than 180 days apart, no financial event groups are returned.
|
|
110
|
+
* @param {Date} [opts.financialEventGroupStartedAfter] A date that selects financial event groups that opened after (or at) a specified date and time, in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format. The date-time must be more than two minutes before you submit the request.
|
|
111
|
+
* @param {String} [opts.nextToken] The response includes `nextToken` when the number of results exceeds the specified `pageSize` value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until `nextToken` is null. Note that this operation can return empty pages.
|
|
112
112
|
* @return {Promise<ListFinancialEventGroupsResponse>}
|
|
113
113
|
*/
|
|
114
114
|
listFinancialEventGroups (opts) {
|
|
@@ -119,12 +119,12 @@ export class DefaultApi {
|
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
/**
|
|
122
|
-
* Returns financial events for the specified data range.
|
|
122
|
+
* Returns financial events for the specified data range. Orders from the last 48 hours might not be included in financial events. **Note:** in `ListFinancialEvents`, deferred events don't show up in responses until they are released. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 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 can have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits).
|
|
123
123
|
* @param {Object} [opts] Optional parameters
|
|
124
|
-
* @param {Number} [opts.maxResultsPerPage] The maximum number of results to return per page. If the response exceeds the maximum number of transactions or 10 MB, the
|
|
125
|
-
* @param {Date} [opts.postedAfter]
|
|
126
|
-
* @param {Date} [opts.postedBefore]
|
|
127
|
-
* @param {String} [opts.nextToken]
|
|
124
|
+
* @param {Number} [opts.maxResultsPerPage] The maximum number of results to return per page. If the response exceeds the maximum number of transactions or 10 MB, the response is `InvalidInput`. (default to 100)
|
|
125
|
+
* @param {Date} [opts.postedAfter] The response includes financial events posted after (or on) this date. This date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format. The date-time must be more than two minutes before the time of the request.
|
|
126
|
+
* @param {Date} [opts.postedBefore] The response includes financial events posted before (but not on) this date. This date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format. The date-time must be later than `PostedAfter` and more than two minutes before the request was submitted. If `PostedAfter` and `PostedBefore` are more than 180 days apart, the response is empty. If you include the `PostedBefore` parameter in your request, you must also specify the `PostedAfter` parameter. **Default:** Two minutes before the time of the request.
|
|
127
|
+
* @param {String} [opts.nextToken] The response includes `nextToken` when the number of results exceeds the specified `pageSize` value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until `nextToken` is null. Note that this operation can return empty pages.
|
|
128
128
|
* @return {Promise<ListFinancialEventsResponse>}
|
|
129
129
|
*/
|
|
130
130
|
listFinancialEventsWithHttpInfo (opts) {
|
|
@@ -156,12 +156,12 @@ export class DefaultApi {
|
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
/**
|
|
159
|
-
* Returns financial events for the specified data range.
|
|
159
|
+
* Returns financial events for the specified data range. Orders from the last 48 hours might not be included in financial events. **Note:** in `ListFinancialEvents`, deferred events don't show up in responses until they are released. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 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 can have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits).
|
|
160
160
|
* @param {Object} [opts] Optional parameters
|
|
161
|
-
* @param {Number} [opts.maxResultsPerPage] The maximum number of results to return per page. If the response exceeds the maximum number of transactions or 10 MB, the
|
|
162
|
-
* @param {Date} [opts.postedAfter]
|
|
163
|
-
* @param {Date} [opts.postedBefore]
|
|
164
|
-
* @param {String} [opts.nextToken]
|
|
161
|
+
* @param {Number} [opts.maxResultsPerPage] The maximum number of results to return per page. If the response exceeds the maximum number of transactions or 10 MB, the response is `InvalidInput`. (default to 100)
|
|
162
|
+
* @param {Date} [opts.postedAfter] The response includes financial events posted after (or on) this date. This date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format. The date-time must be more than two minutes before the time of the request.
|
|
163
|
+
* @param {Date} [opts.postedBefore] The response includes financial events posted before (but not on) this date. This date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format. The date-time must be later than `PostedAfter` and more than two minutes before the request was submitted. If `PostedAfter` and `PostedBefore` are more than 180 days apart, the response is empty. If you include the `PostedBefore` parameter in your request, you must also specify the `PostedAfter` parameter. **Default:** Two minutes before the time of the request.
|
|
164
|
+
* @param {String} [opts.nextToken] The response includes `nextToken` when the number of results exceeds the specified `pageSize` value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until `nextToken` is null. Note that this operation can return empty pages.
|
|
165
165
|
* @return {Promise<ListFinancialEventsResponse>}
|
|
166
166
|
*/
|
|
167
167
|
listFinancialEvents (opts) {
|
|
@@ -172,13 +172,13 @@ export class DefaultApi {
|
|
|
172
172
|
}
|
|
173
173
|
|
|
174
174
|
/**
|
|
175
|
-
* Returns all financial events for the specified financial event group.
|
|
175
|
+
* Returns all financial events for the specified financial event group. Orders from the last 48 hours might not be included in financial events. **Note:** This operation only retrieves a group's data for the past two years. A request for data spanning more than two years produces an empty response. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 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 can have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits).
|
|
176
176
|
* @param {String} eventGroupId The identifier of the financial event group to which the events belong.
|
|
177
177
|
* @param {Object} [opts] Optional parameters
|
|
178
|
-
* @param {Number} [opts.maxResultsPerPage] The maximum number of results to return per page. If the response exceeds the maximum number of transactions or 10 MB, the
|
|
179
|
-
* @param {Date} [opts.postedAfter]
|
|
180
|
-
* @param {Date} [opts.postedBefore]
|
|
181
|
-
* @param {String} [opts.nextToken]
|
|
178
|
+
* @param {Number} [opts.maxResultsPerPage] The maximum number of results to return per page. If the response exceeds the maximum number of transactions or 10 MB, the response is `InvalidInput`. (default to 100)
|
|
179
|
+
* @param {Date} [opts.postedAfter] The response includes financial events posted after (or on) this date. This date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format. The date-time must be more than two minutes before the time of the request.
|
|
180
|
+
* @param {Date} [opts.postedBefore] The response includes financial events posted before (but not on) this date. This date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format. The date-time must be later than `PostedAfter` and more than two minutes before the request was submitted. If `PostedAfter` and `PostedBefore` are more than 180 days apart, the response is empty. If you include the `PostedBefore` parameter in your request, you must also specify the `PostedAfter` parameter. **Default:** Two minutes before the time of the request.
|
|
181
|
+
* @param {String} [opts.nextToken] The response includes `nextToken` when the number of results exceeds the specified `pageSize` value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until `nextToken` is null. Note that this operation can return empty pages.
|
|
182
182
|
* @return {Promise<ListFinancialEventsResponse>}
|
|
183
183
|
*/
|
|
184
184
|
listFinancialEventsByGroupIdWithHttpInfo (eventGroupId, opts) {
|
|
@@ -216,13 +216,13 @@ export class DefaultApi {
|
|
|
216
216
|
}
|
|
217
217
|
|
|
218
218
|
/**
|
|
219
|
-
* Returns all financial events for the specified financial event group.
|
|
219
|
+
* Returns all financial events for the specified financial event group. Orders from the last 48 hours might not be included in financial events. **Note:** This operation only retrieves a group's data for the past two years. A request for data spanning more than two years produces an empty response. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 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 can have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits).
|
|
220
220
|
* @param {String} eventGroupId The identifier of the financial event group to which the events belong.
|
|
221
221
|
* @param {Object} [opts] Optional parameters
|
|
222
|
-
* @param {Number} [opts.maxResultsPerPage] The maximum number of results to return per page. If the response exceeds the maximum number of transactions or 10 MB, the
|
|
223
|
-
* @param {Date} [opts.postedAfter]
|
|
224
|
-
* @param {Date} [opts.postedBefore]
|
|
225
|
-
* @param {String} [opts.nextToken]
|
|
222
|
+
* @param {Number} [opts.maxResultsPerPage] The maximum number of results to return per page. If the response exceeds the maximum number of transactions or 10 MB, the response is `InvalidInput`. (default to 100)
|
|
223
|
+
* @param {Date} [opts.postedAfter] The response includes financial events posted after (or on) this date. This date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format. The date-time must be more than two minutes before the time of the request.
|
|
224
|
+
* @param {Date} [opts.postedBefore] The response includes financial events posted before (but not on) this date. This date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format. The date-time must be later than `PostedAfter` and more than two minutes before the request was submitted. If `PostedAfter` and `PostedBefore` are more than 180 days apart, the response is empty. If you include the `PostedBefore` parameter in your request, you must also specify the `PostedAfter` parameter. **Default:** Two minutes before the time of the request.
|
|
225
|
+
* @param {String} [opts.nextToken] The response includes `nextToken` when the number of results exceeds the specified `pageSize` value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until `nextToken` is null. Note that this operation can return empty pages.
|
|
226
226
|
* @return {Promise<ListFinancialEventsResponse>}
|
|
227
227
|
*/
|
|
228
228
|
listFinancialEventsByGroupId (eventGroupId, opts) {
|
|
@@ -233,11 +233,11 @@ export class DefaultApi {
|
|
|
233
233
|
}
|
|
234
234
|
|
|
235
235
|
/**
|
|
236
|
-
* Returns all financial events for the specified order.
|
|
236
|
+
* Returns all financial events for the specified order. Orders from the last 48 hours might not be included in financial events. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 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 can have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits).
|
|
237
237
|
* @param {String} orderId An Amazon-defined order identifier, in 3-7-7 format.
|
|
238
238
|
* @param {Object} [opts] Optional parameters
|
|
239
|
-
* @param {Number} [opts.maxResultsPerPage] The maximum number of results to return per page. If the response exceeds the maximum number of transactions or 10 MB, the
|
|
240
|
-
* @param {String} [opts.nextToken]
|
|
239
|
+
* @param {Number} [opts.maxResultsPerPage] The maximum number of results to return per page. If the response exceeds the maximum number of transactions or 10 MB, the response is `InvalidInput`. (default to 100)
|
|
240
|
+
* @param {String} [opts.nextToken] The response includes `nextToken` when the number of results exceeds the specified `pageSize` value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until `nextToken` is null. Note that this operation can return empty pages.
|
|
241
241
|
* @return {Promise<ListFinancialEventsResponse>}
|
|
242
242
|
*/
|
|
243
243
|
listFinancialEventsByOrderIdWithHttpInfo (orderId, opts) {
|
|
@@ -273,11 +273,11 @@ export class DefaultApi {
|
|
|
273
273
|
}
|
|
274
274
|
|
|
275
275
|
/**
|
|
276
|
-
* Returns all financial events for the specified order.
|
|
276
|
+
* Returns all financial events for the specified order. Orders from the last 48 hours might not be included in financial events. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 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 can have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits).
|
|
277
277
|
* @param {String} orderId An Amazon-defined order identifier, in 3-7-7 format.
|
|
278
278
|
* @param {Object} [opts] Optional parameters
|
|
279
|
-
* @param {Number} [opts.maxResultsPerPage] The maximum number of results to return per page. If the response exceeds the maximum number of transactions or 10 MB, the
|
|
280
|
-
* @param {String} [opts.nextToken]
|
|
279
|
+
* @param {Number} [opts.maxResultsPerPage] The maximum number of results to return per page. If the response exceeds the maximum number of transactions or 10 MB, the response is `InvalidInput`. (default to 100)
|
|
280
|
+
* @param {String} [opts.nextToken] The response includes `nextToken` when the number of results exceeds the specified `pageSize` value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until `nextToken` is null. Note that this operation can return empty pages.
|
|
281
281
|
* @return {Promise<ListFinancialEventsResponse>}
|
|
282
282
|
*/
|
|
283
283
|
listFinancialEventsByOrderId (orderId, opts) {
|
|
@@ -13,6 +13,7 @@ import { Currency } from './model/Currency.js';
|
|
|
13
13
|
import { DebtRecoveryEvent } from './model/DebtRecoveryEvent.js';
|
|
14
14
|
import { DebtRecoveryItem } from './model/DebtRecoveryItem.js';
|
|
15
15
|
import { DirectPayment } from './model/DirectPayment.js';
|
|
16
|
+
import { EBTRefundReimbursementOnlyEvent } from './model/EBTRefundReimbursementOnlyEvent.js';
|
|
16
17
|
import { Error } from './model/Error.js';
|
|
17
18
|
import { FBALiquidationEvent } from './model/FBALiquidationEvent.js';
|
|
18
19
|
import { FailedAdhocDisbursementEvent } from './model/FailedAdhocDisbursementEvent.js';
|
|
@@ -50,5 +51,5 @@ import { TaxWithholdingPeriod } from './model/TaxWithholdingPeriod.js';
|
|
|
50
51
|
import { TrialShipmentEvent } from './model/TrialShipmentEvent.js';
|
|
51
52
|
import { ValueAddedServiceChargeEvent } from './model/ValueAddedServiceChargeEvent.js';
|
|
52
53
|
import { DefaultApi } from './api/DefaultApi.js';
|
|
53
|
-
export { ApiClient, AdhocDisbursementEvent, AdjustmentEvent, AdjustmentItem, AffordabilityExpenseEvent, CapacityReservationBillingEvent, ChargeComponent, ChargeInstrument, ChargeRefundEvent, ChargeRefundTransaction, CouponPaymentEvent, Currency, DebtRecoveryEvent, DebtRecoveryItem, DirectPayment, Error, FBALiquidationEvent, FailedAdhocDisbursementEvent, FeeComponent, FinancialEventGroup, FinancialEvents, ImagingServicesFeeEvent, ListFinancialEventGroupsPayload, ListFinancialEventGroupsResponse, ListFinancialEventsPayload, ListFinancialEventsResponse, LoanServicingEvent, NetworkComminglingTransactionEvent, PayWithAmazonEvent, ProductAdsPaymentEvent, Promotion, RemovalShipmentAdjustmentEvent, RemovalShipmentEvent, RemovalShipmentItem, RemovalShipmentItemAdjustment, RentalTransactionEvent, RetrochargeEvent, SAFETReimbursementEvent, SAFETReimbursementItem, SellerDealPaymentEvent, SellerReviewEnrollmentPaymentEvent, ServiceFeeEvent, ShipmentEvent, ShipmentItem, SolutionProviderCreditEvent, TDSReimbursementEvent, TaxWithheldComponent, TaxWithholdingEvent, TaxWithholdingPeriod, TrialShipmentEvent, ValueAddedServiceChargeEvent, DefaultApi };
|
|
54
|
+
export { ApiClient, AdhocDisbursementEvent, AdjustmentEvent, AdjustmentItem, AffordabilityExpenseEvent, CapacityReservationBillingEvent, ChargeComponent, ChargeInstrument, ChargeRefundEvent, ChargeRefundTransaction, CouponPaymentEvent, Currency, DebtRecoveryEvent, DebtRecoveryItem, DirectPayment, EBTRefundReimbursementOnlyEvent, Error, FBALiquidationEvent, FailedAdhocDisbursementEvent, FeeComponent, FinancialEventGroup, FinancialEvents, ImagingServicesFeeEvent, ListFinancialEventGroupsPayload, ListFinancialEventGroupsResponse, ListFinancialEventsPayload, ListFinancialEventsResponse, LoanServicingEvent, NetworkComminglingTransactionEvent, PayWithAmazonEvent, ProductAdsPaymentEvent, Promotion, RemovalShipmentAdjustmentEvent, RemovalShipmentEvent, RemovalShipmentItem, RemovalShipmentItemAdjustment, RentalTransactionEvent, RetrochargeEvent, SAFETReimbursementEvent, SAFETReimbursementItem, SellerDealPaymentEvent, SellerReviewEnrollmentPaymentEvent, ServiceFeeEvent, ShipmentEvent, ShipmentItem, SolutionProviderCreditEvent, TDSReimbursementEvent, TaxWithheldComponent, TaxWithholdingEvent, TaxWithholdingPeriod, TrialShipmentEvent, ValueAddedServiceChargeEvent, DefaultApi };
|
|
54
55
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":"0BAa0B,gBAAgB;uCACH,mCAAmC;gCAC1C,4BAA4B;+BAC7B,2BAA2B;0CAChB,sCAAsC;gDAChC,4CAA4C;gCAC5D,4BAA4B;iCAC3B,6BAA6B;kCAC5B,8BAA8B;wCACxB,oCAAoC;mCACzC,+BAA+B;yBACzC,qBAAqB;kCACZ,8BAA8B;iCAC/B,6BAA6B;8BAChC,0BAA0B;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":"0BAa0B,gBAAgB;uCACH,mCAAmC;gCAC1C,4BAA4B;+BAC7B,2BAA2B;0CAChB,sCAAsC;gDAChC,4CAA4C;gCAC5D,4BAA4B;iCAC3B,6BAA6B;kCAC5B,8BAA8B;wCACxB,oCAAoC;mCACzC,+BAA+B;yBACzC,qBAAqB;kCACZ,8BAA8B;iCAC/B,6BAA6B;8BAChC,0BAA0B;gDACR,4CAA4C;sBACtE,kBAAkB;oCACJ,gCAAgC;6CACvB,yCAAyC;6BACzD,yBAAyB;oCAClB,gCAAgC;gCACpC,4BAA4B;wCACpB,oCAAoC;gDAC5B,4CAA4C;iDAC3C,6CAA6C;2CACnD,uCAAuC;4CACtC,wCAAwC;mCACjD,+BAA+B;mDACf,+CAA+C;mCAC/D,+BAA+B;uCAC3B,mCAAmC;0BAChD,sBAAsB;+CACD,2CAA2C;qCACrD,iCAAiC;oCAClC,gCAAgC;8CACtB,0CAA0C;uCACjD,mCAAmC;iCACzC,6BAA6B;wCACtB,oCAAoC;uCACrC,mCAAmC;uCACnC,mCAAmC;mDACvB,+CAA+C;gCAClE,4BAA4B;8BAC9B,0BAA0B;6BAC3B,yBAAyB;4CACV,wCAAwC;sCAC9C,kCAAkC;qCACnC,iCAAiC;oCAClC,gCAAgC;qCAC/B,iCAAiC;mCACnC,+BAA+B;6CACrB,yCAAyC;2BAC3D,qBAAqB"}
|
package/src/finances_v0/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Finances
|
|
3
|
-
* The Selling Partner API for Finances
|
|
3
|
+
* The Selling Partner API for Finances provides financial information that is relevant to a seller's business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v0
|
|
6
6
|
*
|
|
@@ -26,6 +26,7 @@ import { Currency } from './model/Currency.js'
|
|
|
26
26
|
import { DebtRecoveryEvent } from './model/DebtRecoveryEvent.js'
|
|
27
27
|
import { DebtRecoveryItem } from './model/DebtRecoveryItem.js'
|
|
28
28
|
import { DirectPayment } from './model/DirectPayment.js'
|
|
29
|
+
import { EBTRefundReimbursementOnlyEvent } from './model/EBTRefundReimbursementOnlyEvent.js'
|
|
29
30
|
import { Error } from './model/Error.js'
|
|
30
31
|
import { FBALiquidationEvent } from './model/FBALiquidationEvent.js'
|
|
31
32
|
import { FailedAdhocDisbursementEvent } from './model/FailedAdhocDisbursementEvent.js'
|
|
@@ -65,7 +66,7 @@ import { ValueAddedServiceChargeEvent } from './model/ValueAddedServiceChargeEve
|
|
|
65
66
|
import { DefaultApi } from './api/DefaultApi.js'
|
|
66
67
|
|
|
67
68
|
/**
|
|
68
|
-
* The Selling Partner API for Finances
|
|
69
|
+
* The Selling Partner API for Finances provides financial information that is relevant to a seller's business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range. .<br>
|
|
69
70
|
* The <code>index</code> module provides access to constructors for all the classes which comprise the public API.
|
|
70
71
|
* @module finances_v0/index
|
|
71
72
|
* @version v0
|
|
@@ -161,6 +162,12 @@ export {
|
|
|
161
162
|
*/
|
|
162
163
|
DirectPayment,
|
|
163
164
|
|
|
165
|
+
/**
|
|
166
|
+
* The EBTRefundReimbursementOnlyEvent model constructor.
|
|
167
|
+
* @property {module:finances_v0/model/EBTRefundReimbursementOnlyEvent}
|
|
168
|
+
*/
|
|
169
|
+
EBTRefundReimbursementOnlyEvent,
|
|
170
|
+
|
|
164
171
|
/**
|
|
165
172
|
* The Error model constructor.
|
|
166
173
|
* @property {module:finances_v0/model/Error}
|
|
@@ -13,13 +13,13 @@ export class AdhocDisbursementEvent {
|
|
|
13
13
|
*/
|
|
14
14
|
static constructFromObject(data: any, obj: AdhocDisbursementEvent): AdhocDisbursementEvent;
|
|
15
15
|
/**
|
|
16
|
-
*
|
|
16
|
+
* The type of transaction. For example, \"Disbursed to Amazon Gift Card balance\".
|
|
17
17
|
* @member {String} transactionType
|
|
18
18
|
* @type {String}
|
|
19
19
|
*/
|
|
20
20
|
transactionType: string;
|
|
21
21
|
/**
|
|
22
|
-
*
|
|
22
|
+
* A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
23
23
|
* @member {Date} postedDate
|
|
24
24
|
* @type {Date}
|
|
25
25
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Finances
|
|
3
|
-
* The Selling Partner API for Finances
|
|
3
|
+
* The Selling Partner API for Finances provides financial information that is relevant to a seller's business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v0
|
|
6
6
|
*
|
|
@@ -60,14 +60,14 @@ export class AdhocDisbursementEvent {
|
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
/**
|
|
63
|
-
*
|
|
63
|
+
* The type of transaction. For example, \"Disbursed to Amazon Gift Card balance\".
|
|
64
64
|
* @member {String} transactionType
|
|
65
65
|
* @type {String}
|
|
66
66
|
*/
|
|
67
67
|
AdhocDisbursementEvent.prototype.transactionType = undefined
|
|
68
68
|
|
|
69
69
|
/**
|
|
70
|
-
*
|
|
70
|
+
* A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
71
71
|
* @member {Date} postedDate
|
|
72
72
|
* @type {Date}
|
|
73
73
|
*/
|
|
@@ -13,13 +13,13 @@ export class AdjustmentEvent {
|
|
|
13
13
|
*/
|
|
14
14
|
static constructFromObject(data: any, obj: AdjustmentEvent): AdjustmentEvent;
|
|
15
15
|
/**
|
|
16
|
-
* The type of adjustment. Possible values: * FBAInventoryReimbursement
|
|
16
|
+
* The type of adjustment. Possible values: * `FBAInventoryReimbursement`: An FBA inventory reimbursement to a seller's account. This occurs if a seller's inventory is damaged. * `ReserveEvent`: A reserve event that is generated at the time a settlement period closes. This occurs when some money from a seller's account is held back. * `PostageBilling`: The amount paid by a seller for shipping labels. * `PostageRefund`: The reimbursement of shipping labels purchased for orders that were canceled or refunded. * `LostOrDamagedReimbursement`: An Amazon Easy Ship reimbursement to a seller's account for a package that we lost or damaged. * `CanceledButPickedUpReimbursement`: An Amazon Easy Ship reimbursement to a seller's account. This occurs when a package is picked up and the order is subsequently canceled. This value is used only in the India marketplace. * `ReimbursementClawback`: An Amazon Easy Ship reimbursement clawback from a seller's account. This occurs when a prior reimbursement is reversed. This value is used only in the India marketplace. * `SellerRewards`: An award credited to a seller's account for their participation in an offer in the Seller Rewards program. Applies only to the India marketplace.
|
|
17
17
|
* @member {String} adjustmentType
|
|
18
18
|
* @type {String}
|
|
19
19
|
*/
|
|
20
20
|
adjustmentType: string;
|
|
21
21
|
/**
|
|
22
|
-
*
|
|
22
|
+
* A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
23
23
|
* @member {Date} postedDate
|
|
24
24
|
* @type {Date}
|
|
25
25
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Finances
|
|
3
|
-
* The Selling Partner API for Finances
|
|
3
|
+
* The Selling Partner API for Finances provides financial information that is relevant to a seller's business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v0
|
|
6
6
|
*
|
|
@@ -62,14 +62,14 @@ export class AdjustmentEvent {
|
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
/**
|
|
65
|
-
* The type of adjustment. Possible values: * FBAInventoryReimbursement
|
|
65
|
+
* The type of adjustment. Possible values: * `FBAInventoryReimbursement`: An FBA inventory reimbursement to a seller's account. This occurs if a seller's inventory is damaged. * `ReserveEvent`: A reserve event that is generated at the time a settlement period closes. This occurs when some money from a seller's account is held back. * `PostageBilling`: The amount paid by a seller for shipping labels. * `PostageRefund`: The reimbursement of shipping labels purchased for orders that were canceled or refunded. * `LostOrDamagedReimbursement`: An Amazon Easy Ship reimbursement to a seller's account for a package that we lost or damaged. * `CanceledButPickedUpReimbursement`: An Amazon Easy Ship reimbursement to a seller's account. This occurs when a package is picked up and the order is subsequently canceled. This value is used only in the India marketplace. * `ReimbursementClawback`: An Amazon Easy Ship reimbursement clawback from a seller's account. This occurs when a prior reimbursement is reversed. This value is used only in the India marketplace. * `SellerRewards`: An award credited to a seller's account for their participation in an offer in the Seller Rewards program. Applies only to the India marketplace.
|
|
66
66
|
* @member {String} adjustmentType
|
|
67
67
|
* @type {String}
|
|
68
68
|
*/
|
|
69
69
|
AdjustmentEvent.prototype.adjustmentType = undefined
|
|
70
70
|
|
|
71
71
|
/**
|
|
72
|
-
*
|
|
72
|
+
* A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
73
73
|
* @member {Date} postedDate
|
|
74
74
|
* @type {Date}
|
|
75
75
|
*/
|
|
@@ -13,7 +13,7 @@ export class AdjustmentItem {
|
|
|
13
13
|
*/
|
|
14
14
|
static constructFromObject(data: any, obj: AdjustmentItem): AdjustmentItem;
|
|
15
15
|
/**
|
|
16
|
-
* Represents the number of units in the seller's inventory when the
|
|
16
|
+
* Represents the number of units in the seller's inventory when the `AdjustmentType` is `FBAInventoryReimbursement`.
|
|
17
17
|
* @member {String} quantity
|
|
18
18
|
* @type {String}
|
|
19
19
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Finances
|
|
3
|
-
* The Selling Partner API for Finances
|
|
3
|
+
* The Selling Partner API for Finances provides financial information that is relevant to a seller's business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v0
|
|
6
6
|
*
|
|
@@ -64,7 +64,7 @@ export class AdjustmentItem {
|
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
/**
|
|
67
|
-
* Represents the number of units in the seller's inventory when the
|
|
67
|
+
* Represents the number of units in the seller's inventory when the `AdjustmentType` is `FBAInventoryReimbursement`.
|
|
68
68
|
* @member {String} quantity
|
|
69
69
|
* @type {String}
|
|
70
70
|
*/
|
|
@@ -32,19 +32,19 @@ export class AffordabilityExpenseEvent {
|
|
|
32
32
|
*/
|
|
33
33
|
amazonOrderId: string;
|
|
34
34
|
/**
|
|
35
|
-
*
|
|
35
|
+
* A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
36
36
|
* @member {Date} postedDate
|
|
37
37
|
* @type {Date}
|
|
38
38
|
*/
|
|
39
39
|
postedDate: Date;
|
|
40
40
|
/**
|
|
41
|
-
*
|
|
41
|
+
* The Amazon-defined marketplace identifier.
|
|
42
42
|
* @member {String} marketplaceId
|
|
43
43
|
* @type {String}
|
|
44
44
|
*/
|
|
45
45
|
marketplaceId: string;
|
|
46
46
|
/**
|
|
47
|
-
*
|
|
47
|
+
* The type of transaction. Possible values: * `Charge`: an affordability promotion expense. * `Refund`: an affordability promotion expense reversal.
|
|
48
48
|
* @member {String} transactionType
|
|
49
49
|
* @type {String}
|
|
50
50
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Finances
|
|
3
|
-
* The Selling Partner API for Finances
|
|
3
|
+
* The Selling Partner API for Finances provides financial information that is relevant to a seller's business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v0
|
|
6
6
|
*
|
|
@@ -78,21 +78,21 @@ export class AffordabilityExpenseEvent {
|
|
|
78
78
|
AffordabilityExpenseEvent.prototype.amazonOrderId = undefined
|
|
79
79
|
|
|
80
80
|
/**
|
|
81
|
-
*
|
|
81
|
+
* A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
82
82
|
* @member {Date} postedDate
|
|
83
83
|
* @type {Date}
|
|
84
84
|
*/
|
|
85
85
|
AffordabilityExpenseEvent.prototype.postedDate = undefined
|
|
86
86
|
|
|
87
87
|
/**
|
|
88
|
-
*
|
|
88
|
+
* The Amazon-defined marketplace identifier.
|
|
89
89
|
* @member {String} marketplaceId
|
|
90
90
|
* @type {String}
|
|
91
91
|
*/
|
|
92
92
|
AffordabilityExpenseEvent.prototype.marketplaceId = undefined
|
|
93
93
|
|
|
94
94
|
/**
|
|
95
|
-
*
|
|
95
|
+
* The type of transaction. Possible values: * `Charge`: an affordability promotion expense. * `Refund`: an affordability promotion expense reversal.
|
|
96
96
|
* @member {String} transactionType
|
|
97
97
|
* @type {String}
|
|
98
98
|
*/
|
|
@@ -13,13 +13,13 @@ export class CapacityReservationBillingEvent {
|
|
|
13
13
|
*/
|
|
14
14
|
static constructFromObject(data: any, obj: CapacityReservationBillingEvent): CapacityReservationBillingEvent;
|
|
15
15
|
/**
|
|
16
|
-
*
|
|
16
|
+
* The transaction type. For example, FBA Inventory Fee.
|
|
17
17
|
* @member {String} transactionType
|
|
18
18
|
* @type {String}
|
|
19
19
|
*/
|
|
20
20
|
transactionType: string;
|
|
21
21
|
/**
|
|
22
|
-
*
|
|
22
|
+
* A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
23
23
|
* @member {Date} postedDate
|
|
24
24
|
* @type {Date}
|
|
25
25
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Finances
|
|
3
|
-
* The Selling Partner API for Finances
|
|
3
|
+
* The Selling Partner API for Finances provides financial information that is relevant to a seller's business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v0
|
|
6
6
|
*
|
|
@@ -60,14 +60,14 @@ export class CapacityReservationBillingEvent {
|
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
/**
|
|
63
|
-
*
|
|
63
|
+
* The transaction type. For example, FBA Inventory Fee.
|
|
64
64
|
* @member {String} transactionType
|
|
65
65
|
* @type {String}
|
|
66
66
|
*/
|
|
67
67
|
CapacityReservationBillingEvent.prototype.transactionType = undefined
|
|
68
68
|
|
|
69
69
|
/**
|
|
70
|
-
*
|
|
70
|
+
* A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
71
71
|
* @member {Date} postedDate
|
|
72
72
|
* @type {Date}
|
|
73
73
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Finances
|
|
3
|
-
* The Selling Partner API for Finances
|
|
3
|
+
* The Selling Partner API for Finances provides financial information that is relevant to a seller's business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v0
|
|
6
6
|
*
|
|
@@ -22,7 +22,7 @@ import { Currency } from './Currency.js'
|
|
|
22
22
|
export class ChargeComponent {
|
|
23
23
|
/**
|
|
24
24
|
* Constructs a new <code>ChargeComponent</code>.
|
|
25
|
-
* A charge on the seller's account. Possible values: * Principal
|
|
25
|
+
* A charge on the seller's account. Possible values: * `Principal`: The selling price of the order item, which is equal to the selling price of the item multiplied by the quantity ordered. * `Tax`: The tax on the principal that is collected by the seller. * `MarketplaceFacilitatorTax-Principal`: The tax that is withheld on the principal. * `MarketplaceFacilitatorTax-Shipping`: The tax that is withheld on the `ShippingCharge`. * `MarketplaceFacilitatorTax-Giftwrap`: The tax that is withheld on the Giftwrap charge. * `MarketplaceFacilitatorTax-Other`: The tax that is withheld on other miscellaneous charges. * `Discount`: The promotional discount for an order item. * `TaxDiscount`: The tax that is deducted for promotional rebates. * `CODItemCharge`: The COD charge for an order item. * `CODItemTaxCharge`: The tax that is collected by the seller on a `CODItemCharge`. * `CODOrderCharge`: The COD charge for an order. * `CODOrderTaxCharge`: The tax that is collected by the seller on a `CODOrderCharge`. * `CODShippingCharge`: Shipping charges for a COD order. * `CODShippingTaxCharge`: The tax that is collected by the seller on a `CODShippingCharge`. * `ShippingCharge`: The shipping charge. * `ShippingTax`: The tax that is collected by the seller on a `ShippingCharge`. * `Goodwill`: The amount of money that is given to a buyer as a gesture of goodwill or to compensate for pain and suffering in the buying experience. * `Giftwrap`: The gift wrap charge. * `GiftwrapTax`: The tax that is collected by the seller on a gift wrap charge. * `RestockingFee`: The charge that is applied to the buyer when returning a product in certain categories. * `ReturnShipping`: The amount of money that is given to the buyer to compensate for shipping the item back if we are at fault. * `PointsFee`: The value of Amazon Points deducted from the refund if the buyer does not have enough Amazon Points to cover the deduction. * `GenericDeduction`: A generic bad debt deduction. * `FreeReplacementReturnShipping`: The compensation for return shipping when a buyer receives the wrong item, requests a free replacement, and returns the incorrect item. * `PaymentMethodFee`: The fee that is collected for certain payment methods in certain marketplaces. * `ExportCharge`: The export duty that is charged when an item is shipped to an international destination as part of the Amazon Global program. * `SAFE-TReimbursement`: The SAFE-T claim amount for the item. * `TCS-CGST`: Tax Collected at Source (TCS) for Central Goods and Services Tax (CGST). * `TCS-SGST`: Tax Collected at Source for State Goods and Services Tax (SGST). * `TCS-IGST`: Tax Collected at Source for Integrated Goods and Services Tax (IGST). * `TCS-UTGST`: Tax Collected at Source for Union Territories Goods and Services Tax (UTGST). * `PaidthroughEBT`: The amount of money paid with EBT for any order or shipment items.
|
|
26
26
|
* @alias module:finances_v0/model/ChargeComponent
|
|
27
27
|
* @class
|
|
28
28
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Selling Partner API for Finances
|
|
3
|
-
* The Selling Partner API for Finances
|
|
3
|
+
* The Selling Partner API for Finances provides financial information that is relevant to a seller's business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range.
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: v0
|
|
6
6
|
*
|
|
@@ -13,19 +13,19 @@ export class ChargeRefundEvent {
|
|
|
13
13
|
*/
|
|
14
14
|
static constructFromObject(data: any, obj: ChargeRefundEvent): ChargeRefundEvent;
|
|
15
15
|
/**
|
|
16
|
-
*
|
|
16
|
+
* A date in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date-time format.
|
|
17
17
|
* @member {Date} postedDate
|
|
18
18
|
* @type {Date}
|
|
19
19
|
*/
|
|
20
20
|
postedDate: Date;
|
|
21
21
|
/**
|
|
22
|
-
* The reason given for a charge refund.
|
|
22
|
+
* The reason given for a charge refund. For example, `SubscriptionFeeCorrection`.
|
|
23
23
|
* @member {String} reasonCode
|
|
24
24
|
* @type {String}
|
|
25
25
|
*/
|
|
26
26
|
reasonCode: string;
|
|
27
27
|
/**
|
|
28
|
-
* A description of the Reason Code.
|
|
28
|
+
* A description of the Reason Code. For example, `SubscriptionFeeCorrection`.
|
|
29
29
|
* @member {String} reasonCodeDescription
|
|
30
30
|
* @type {String}
|
|
31
31
|
*/
|