@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
|
@@ -128,6 +128,9 @@ export const defaultRateLimitMap = {
|
|
|
128
128
|
"InvoicesApi-getInvoicesExport": [2, 15],
|
|
129
129
|
"InvoicesApi-getInvoices": [1, 20, 10],
|
|
130
130
|
"InvoicesApi-getInvoice": [2, 15],
|
|
131
|
+
"InvoicesApi-createGovernmentInvoice": [1, 1, 6],
|
|
132
|
+
"InvoicesApi-getGovernmentInvoiceStatus": [1, 1, 6],
|
|
133
|
+
"InvoicesApi-getGovernmentInvoiceDocument": [1, 1, 6],
|
|
131
134
|
"ListingsApi-deleteListingsItem": [5, 5],
|
|
132
135
|
"ListingsApi-getListingsItem": [5, 5],
|
|
133
136
|
"ListingsApi-patchListingsItem": [5, 5],
|
|
@@ -170,6 +173,8 @@ export const defaultRateLimitMap = {
|
|
|
170
173
|
"OrdersV0Api-getOrders": [1, 20, 60],
|
|
171
174
|
"ShipmentApi-updateShipmentStatus": [5, 15],
|
|
172
175
|
"OrdersV0Api-updateVerificationStatus": [1, 30, 2],
|
|
176
|
+
"GetOrderApi-getOrder": [1, 30, 2],
|
|
177
|
+
"SearchOrdersApi-searchOrders": [1, 20, 180],
|
|
173
178
|
"FeesApi-getMyFeesEstimateForSKU": [1, 2],
|
|
174
179
|
"FeesApi-getMyFeesEstimateForASIN": [1, 2],
|
|
175
180
|
"FeesApi-getMyFeesEstimates": [1, 1, 2],
|
|
@@ -267,6 +272,7 @@ export const defaultRateLimitMap = {
|
|
|
267
272
|
"VendorShippingLabelsApi-getShippingLabel": [10, 10],
|
|
268
273
|
"VendorShippingLabelsApi-createShippingLabels": [10, 10],
|
|
269
274
|
"VendorShippingApi-submitShipmentConfirmations": [10, 10],
|
|
275
|
+
"VendorShippingApi-submitShipmentConfirmation": [10, 10],
|
|
270
276
|
"VendorShippingApi-submitShipmentStatusUpdates": [10, 10],
|
|
271
277
|
"CustomerInvoicesApi-getCustomerInvoices": [10, 10],
|
|
272
278
|
"CustomerInvoicesApi-getCustomerInvoice": [10, 10],
|
package/index.js
CHANGED
|
@@ -25,6 +25,7 @@ export * as MerchantfulfillmentSpApi from './src/merchantfulfillment_v0/index.js
|
|
|
25
25
|
export * as MessagingSpApi from './src/messaging_v1/index.js';
|
|
26
26
|
export * as NotificationsSpApi from './src/notifications_v1/index.js';
|
|
27
27
|
export * as OrdersSpApi from './src/orders_v0/index.js';
|
|
28
|
+
export * as OrdersSpApi from './src/orders_v2026_01_01/index.js';
|
|
28
29
|
export * as PricingSpApi from './src/pricing_v2022_05_01/index.js';
|
|
29
30
|
export * as Pricing_v0SpApi from './src/pricing_v0/index.js';
|
|
30
31
|
export * as ProductfeesSpApi from './src/productfees_v0/index.js';
|
package/package.json
CHANGED
|
@@ -58,6 +58,18 @@ export class AwdApi {
|
|
|
58
58
|
* @return {Promise<void>}
|
|
59
59
|
*/
|
|
60
60
|
confirmInbound(orderId: string): Promise<void>;
|
|
61
|
+
/**
|
|
62
|
+
* Confirms an AWD replenishment order in ELIGIBLE state with a set of shipments containing items that are needed to be replenished to an FBA node. Order can only be confirmed in ELIGIBLE state.
|
|
63
|
+
* @param {String} orderId ID of the replenishment order to be confirmed.
|
|
64
|
+
* @return {Promise<void>}
|
|
65
|
+
*/
|
|
66
|
+
confirmReplenishmentOrderWithHttpInfo(orderId: string): Promise<void>;
|
|
67
|
+
/**
|
|
68
|
+
* Confirms an AWD replenishment order in ELIGIBLE state with a set of shipments containing items that are needed to be replenished to an FBA node. Order can only be confirmed in ELIGIBLE state.
|
|
69
|
+
* @param {String} orderId ID of the replenishment order to be confirmed.
|
|
70
|
+
* @return {Promise<void>}
|
|
71
|
+
*/
|
|
72
|
+
confirmReplenishmentOrder(orderId: string): Promise<void>;
|
|
61
73
|
/**
|
|
62
74
|
* Creates a draft AWD inbound order with a list of packages for inbound shipment. The operation creates one shipment per order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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 indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
63
75
|
* @param {InboundOrderCreationData} body Payload for creating an inbound order.
|
|
@@ -70,6 +82,18 @@ export class AwdApi {
|
|
|
70
82
|
* @return {Promise<InboundOrderReference>}
|
|
71
83
|
*/
|
|
72
84
|
createInbound(body: InboundOrderCreationData): Promise<InboundOrderReference>;
|
|
85
|
+
/**
|
|
86
|
+
* Creates an AWD replenishment order with given products to replenish. The API will return the order ID of the newly created order and also start an async validation check on the products to e. The order status will transition to ELIGIBLE/INELIGIBLE status from VALIDATING post validation check
|
|
87
|
+
* @param {ReplenishmentOrderCreationData} body Payload for creating a replenishment order.
|
|
88
|
+
* @return {Promise<ReplenishmentOrderReference>}
|
|
89
|
+
*/
|
|
90
|
+
createReplenishmentOrderWithHttpInfo(body: ReplenishmentOrderCreationData): Promise<ReplenishmentOrderReference>;
|
|
91
|
+
/**
|
|
92
|
+
* Creates an AWD replenishment order with given products to replenish. The API will return the order ID of the newly created order and also start an async validation check on the products to e. The order status will transition to ELIGIBLE/INELIGIBLE status from VALIDATING post validation check
|
|
93
|
+
* @param {ReplenishmentOrderCreationData} body Payload for creating a replenishment order.
|
|
94
|
+
* @return {Promise<ReplenishmentOrderReference>}
|
|
95
|
+
*/
|
|
96
|
+
createReplenishmentOrder(body: ReplenishmentOrderCreationData): Promise<ReplenishmentOrderReference>;
|
|
73
97
|
/**
|
|
74
98
|
* Retrieves an AWD inbound order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
75
99
|
* @param {String} orderId The ID of the inbound order that you want to retrieve.
|
|
@@ -126,6 +150,18 @@ export class AwdApi {
|
|
|
126
150
|
pageType?: string;
|
|
127
151
|
formatType?: string;
|
|
128
152
|
}): Promise<ShipmentLabels>;
|
|
153
|
+
/**
|
|
154
|
+
* Retrieves an AWD Replenishment order with a set of shipments containing items that is/was planned to be replenished into an FBA node.
|
|
155
|
+
* @param {String} orderId ID of the replenishment order to be retrieved.
|
|
156
|
+
* @return {Promise<ReplenishmentOrder>}
|
|
157
|
+
*/
|
|
158
|
+
getReplenishmentOrderWithHttpInfo(orderId: string): Promise<ReplenishmentOrder>;
|
|
159
|
+
/**
|
|
160
|
+
* Retrieves an AWD Replenishment order with a set of shipments containing items that is/was planned to be replenished into an FBA node.
|
|
161
|
+
* @param {String} orderId ID of the replenishment order to be retrieved.
|
|
162
|
+
* @return {Promise<ReplenishmentOrder>}
|
|
163
|
+
*/
|
|
164
|
+
getReplenishmentOrder(orderId: string): Promise<ReplenishmentOrder>;
|
|
129
165
|
/**
|
|
130
166
|
* Retrieves a summary of all the inbound AWD shipments associated with a merchant, with the ability to apply optional filters. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
131
167
|
* @param {Object} [opts] Optional parameters
|
|
@@ -202,6 +238,40 @@ export class AwdApi {
|
|
|
202
238
|
nextToken?: string;
|
|
203
239
|
maxResults?: number;
|
|
204
240
|
}): Promise<InventoryListing>;
|
|
241
|
+
/**
|
|
242
|
+
* Retrieves all the AWD replenishment orders pertaining to a merchant with optional filters. API by default will sort orders by updatedAt attribute in descending order.
|
|
243
|
+
* @param {Object} [opts] Optional parameters
|
|
244
|
+
* @param {Date} [opts.updatedAfter] Get the replenishment orders updated after certain time (Inclusive) Date should be in ISO 8601 format as defined by date-time in - https://www.rfc-editor.org/rfc/rfc3339.
|
|
245
|
+
* @param {Date} [opts.updatedBefore] Get the replenishment orders updated before certain time (Inclusive) Date should be in ISO 8601 format as defined by date-time in - https://www.rfc-editor.org/rfc/rfc3339.
|
|
246
|
+
* @param {String} [opts.sortOrder] Sort the response in ASCENDING or DESCENDING order. The default sort order is DESCENDING.
|
|
247
|
+
* @param {Number} [opts.maxResults] Maximum results to be returned in a single response. (default to 25)
|
|
248
|
+
* @param {String} [opts.nextToken] A token that is used to retrieve the next page of results. The response includes `nextToken` when the number of results exceeds the specified `maxResults` 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.
|
|
249
|
+
* @return {Promise<ReplenishmentOrderListing>}
|
|
250
|
+
*/
|
|
251
|
+
listReplenishmentOrdersWithHttpInfo(opts?: {
|
|
252
|
+
updatedAfter?: Date;
|
|
253
|
+
updatedBefore?: Date;
|
|
254
|
+
sortOrder?: string;
|
|
255
|
+
maxResults?: number;
|
|
256
|
+
nextToken?: string;
|
|
257
|
+
}): Promise<ReplenishmentOrderListing>;
|
|
258
|
+
/**
|
|
259
|
+
* Retrieves all the AWD replenishment orders pertaining to a merchant with optional filters. API by default will sort orders by updatedAt attribute in descending order.
|
|
260
|
+
* @param {Object} [opts] Optional parameters
|
|
261
|
+
* @param {Date} [opts.updatedAfter] Get the replenishment orders updated after certain time (Inclusive) Date should be in ISO 8601 format as defined by date-time in - https://www.rfc-editor.org/rfc/rfc3339.
|
|
262
|
+
* @param {Date} [opts.updatedBefore] Get the replenishment orders updated before certain time (Inclusive) Date should be in ISO 8601 format as defined by date-time in - https://www.rfc-editor.org/rfc/rfc3339.
|
|
263
|
+
* @param {String} [opts.sortOrder] Sort the response in ASCENDING or DESCENDING order. The default sort order is DESCENDING.
|
|
264
|
+
* @param {Number} [opts.maxResults] Maximum results to be returned in a single response. (default to 25)
|
|
265
|
+
* @param {String} [opts.nextToken] A token that is used to retrieve the next page of results. The response includes `nextToken` when the number of results exceeds the specified `maxResults` 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.
|
|
266
|
+
* @return {Promise<ReplenishmentOrderListing>}
|
|
267
|
+
*/
|
|
268
|
+
listReplenishmentOrders(opts?: {
|
|
269
|
+
updatedAfter?: Date;
|
|
270
|
+
updatedBefore?: Date;
|
|
271
|
+
sortOrder?: string;
|
|
272
|
+
maxResults?: number;
|
|
273
|
+
nextToken?: string;
|
|
274
|
+
}): Promise<ReplenishmentOrderListing>;
|
|
205
275
|
/**
|
|
206
276
|
* Updates an AWD inbound order that is in `DRAFT` status and not yet confirmed. Use this operation to update the `packagesToInbound`, `originAddress` and `preferences` attributes. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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 indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
207
277
|
* @param {String} orderId The ID of the inbound order that you want to update.
|
|
@@ -236,11 +306,15 @@ import { InboundPackages } from '../model/InboundPackages.js';
|
|
|
236
306
|
import { InboundEligibility } from '../model/InboundEligibility.js';
|
|
237
307
|
import { InboundOrderCreationData } from '../model/InboundOrderCreationData.js';
|
|
238
308
|
import { InboundOrderReference } from '../model/InboundOrderReference.js';
|
|
309
|
+
import { ReplenishmentOrderCreationData } from '../model/ReplenishmentOrderCreationData.js';
|
|
310
|
+
import { ReplenishmentOrderReference } from '../model/ReplenishmentOrderReference.js';
|
|
239
311
|
import { InboundOrder } from '../model/InboundOrder.js';
|
|
240
312
|
import { InboundShipment } from '../model/InboundShipment.js';
|
|
241
313
|
import { ShipmentLabels } from '../model/ShipmentLabels.js';
|
|
314
|
+
import { ReplenishmentOrder } from '../model/ReplenishmentOrder.js';
|
|
242
315
|
import { ShipmentListing } from '../model/ShipmentListing.js';
|
|
243
316
|
import { InventoryListing } from '../model/InventoryListing.js';
|
|
317
|
+
import { ReplenishmentOrderListing } from '../model/ReplenishmentOrderListing.js';
|
|
244
318
|
import { TransportationDetails } from '../model/TransportationDetails.js';
|
|
245
319
|
import { ApiClient } from '../ApiClient.js';
|
|
246
320
|
//# sourceMappingURL=AwdApi.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AwdApi.d.ts","sourceRoot":"","sources":["AwdApi.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AwdApi.d.ts","sourceRoot":"","sources":["AwdApi.js"],"names":[],"mappings":"AAgCA;;;;EAIE;AACF;IAIE;;;;;;QAMI;IACJ,wBAHY,SAAS,EAMpB;IAFC,eAAgD;IAIlD;;SAEK;IACL,wCAyBC;IAED;;;SAGK;IACL,uCAEC;IAED;;;;SAIK;IACL,4CAFc,OAAO,CAAC,IAAI,CAAC,CA6B1B;IAED;;;;SAIK;IACL,gCAFc,OAAO,CAAC,IAAI,CAAC,CAO1B;IAED;;;;SAIK;IACL,0CAHa,eAAe,GACd,OAAO,CAAC,kBAAkB,CAAC,CA4BxC;IAED;;;;SAIK;IACL,8BAHa,eAAe,GACd,OAAO,CAAC,kBAAkB,CAAC,CAOxC;IAED;;;;SAIK;IACL,6CAFc,OAAO,CAAC,IAAI,CAAC,CA6B1B;IAED;;;;SAIK;IACL,iCAFc,OAAO,CAAC,IAAI,CAAC,CAO1B;IAED;;;;SAIK;IACL,wDAFc,OAAO,CAAC,IAAI,CAAC,CA6B1B;IAED;;;;SAIK;IACL,4CAFc,OAAO,CAAC,IAAI,CAAC,CAO1B;IAED;;;;SAIK;IACL,gCAHa,wBAAwB,GACvB,OAAO,CAAC,qBAAqB,CAAC,CA4B3C;IAED;;;;SAIK;IACL,oBAHa,wBAAwB,GACvB,OAAO,CAAC,qBAAqB,CAAC,CAO3C;IAED;;;;SAIK;IACL,2CAHa,8BAA8B,GAC7B,OAAO,CAAC,2BAA2B,CAAC,CA4BjD;IAED;;;;SAIK;IACL,+BAHa,8BAA8B,GAC7B,OAAO,CAAC,2BAA2B,CAAC,CAOjD;IAED;;;;SAIK;IACL,yCAFc,OAAO,CAAC,YAAY,CAAC,CA6BlC;IAED;;;;SAIK;IACL,6BAFc,OAAO,CAAC,YAAY,CAAC,CAOlC;IAED;;;;;;SAMK;IACL,0DAHK;QAAsB,aAAa;KACnC,GAAS,OAAO,CAAC,eAAe,CAAC,CA+BrC;IAED;;;;;;SAMK;IACL,8CAHK;QAAsB,aAAa;KACnC,GAAS,OAAO,CAAC,eAAe,CAAC,CAOrC;IAED;;;;;;;SAOK;IACL,gEAJK;QAAsB,QAAQ;QACR,UAAU;KAChC,GAAS,OAAO,CAAC,cAAc,CAAC,CAgCpC;IAED;;;;;;;SAOK;IACL,oDAJK;QAAsB,QAAQ;QACR,UAAU;KAChC,GAAS,OAAO,CAAC,cAAc,CAAC,CAOpC;IAED;;;;SAIK;IACL,oDAFc,OAAO,CAAC,kBAAkB,CAAC,CA6BxC;IAED;;;;SAIK;IACL,wCAFc,OAAO,CAAC,kBAAkB,CAAC,CAOxC;IAED;;;;;;;;;;;SAWK;IACL,wCATK;QAAsB,MAAM;QACN,SAAS;QACT,cAAc;QAChB,YAAY,GAAxB,IAAI;QACQ,aAAa,GAAzB,IAAI;QACU,UAAU;QACV,SAAS;KAC/B,GAAS,OAAO,CAAC,eAAe,CAAC,CA+BrC;IAED;;;;;;;;;;;SAWK;IACL,4BATK;QAAsB,MAAM;QACN,SAAS;QACT,cAAc;QAChB,YAAY,GAAxB,IAAI;QACQ,aAAa,GAAzB,IAAI;QACU,UAAU;QACV,SAAS;KAC/B,GAAS,OAAO,CAAC,eAAe,CAAC,CAOrC;IAED;;;;;;;;;SASK;IACL,iCAPK;QAAsB,GAAG;QACH,SAAS;QACT,OAAO;QACP,SAAS;QACT,UAAU;KAChC,GAAS,OAAO,CAAC,gBAAgB,CAAC,CA6BtC;IAED;;;;;;;;;SASK;IACL,qBAPK;QAAsB,GAAG;QACH,SAAS;QACT,OAAO;QACP,SAAS;QACT,UAAU;KAChC,GAAS,OAAO,CAAC,gBAAgB,CAAC,CAOtC;IAED;;;;;;;;;SASK;IACL,2CAPK;QAAoB,YAAY,GAAxB,IAAI;QACQ,aAAa,GAAzB,IAAI;QACU,SAAS;QACT,UAAU;QACV,SAAS;KAC/B,GAAS,OAAO,CAAC,yBAAyB,CAAC,CA6B/C;IAED;;;;;;;;;SASK;IACL,+BAPK;QAAoB,YAAY,GAAxB,IAAI;QACQ,aAAa,GAAzB,IAAI;QACU,SAAS;QACT,UAAU;QACV,SAAS;KAC/B,GAAS,OAAO,CAAC,yBAAyB,CAAC,CAO/C;IAED;;;;;SAKK;IACL,iDAHa,YAAY,GACX,OAAO,CAAC,IAAI,CAAC,CAkC1B;IAED;;;;;SAKK;IACL,qCAHa,YAAY,GACX,OAAO,CAAC,IAAI,CAAC,CAO1B;IAED;;;;;SAKK;IACL,4EAHa,qBAAqB,GACpB,OAAO,CAAC,IAAI,CAAC,CAkC1B;IAED;;;;;SAKK;IACL,gEAHa,qBAAqB,GACpB,OAAO,CAAC,IAAI,CAAC,CAO1B;;CACF;gCAvzB+B,6BAA6B;mCAJ1B,gCAAgC;yCAE1B,sCAAsC;sCACzC,mCAAmC;+CAK1B,4CAA4C;4CAE/C,yCAAyC;6BATxD,0BAA0B;gCAIvB,6BAA6B;+BAM9B,4BAA4B;mCAJxB,gCAAgC;gCAKnC,6BAA6B;iCAN5B,8BAA8B;0CAGrB,uCAAuC;sCAI3C,mCAAmC;0BAf/C,iBAAiB"}
|
|
@@ -20,6 +20,10 @@ import { InboundOrderReference } from '../model/InboundOrderReference.js'
|
|
|
20
20
|
import { InboundPackages } from '../model/InboundPackages.js'
|
|
21
21
|
import { InboundShipment } from '../model/InboundShipment.js'
|
|
22
22
|
import { InventoryListing } from '../model/InventoryListing.js'
|
|
23
|
+
import { ReplenishmentOrder } from '../model/ReplenishmentOrder.js'
|
|
24
|
+
import { ReplenishmentOrderCreationData } from '../model/ReplenishmentOrderCreationData.js'
|
|
25
|
+
import { ReplenishmentOrderListing } from '../model/ReplenishmentOrderListing.js'
|
|
26
|
+
import { ReplenishmentOrderReference } from '../model/ReplenishmentOrderReference.js'
|
|
23
27
|
import { ShipmentLabels } from '../model/ShipmentLabels.js'
|
|
24
28
|
import { ShipmentListing } from '../model/ShipmentListing.js'
|
|
25
29
|
import { TransportationDetails } from '../model/TransportationDetails.js'
|
|
@@ -57,12 +61,16 @@ export class AwdApi {
|
|
|
57
61
|
'AwdApi-cancelInbound',
|
|
58
62
|
'AwdApi-checkInboundEligibility',
|
|
59
63
|
'AwdApi-confirmInbound',
|
|
64
|
+
'AwdApi-confirmReplenishmentOrder',
|
|
60
65
|
'AwdApi-createInbound',
|
|
66
|
+
'AwdApi-createReplenishmentOrder',
|
|
61
67
|
'AwdApi-getInbound',
|
|
62
68
|
'AwdApi-getInboundShipment',
|
|
63
69
|
'AwdApi-getInboundShipmentLabels',
|
|
70
|
+
'AwdApi-getReplenishmentOrder',
|
|
64
71
|
'AwdApi-listInboundShipments',
|
|
65
72
|
'AwdApi-listInventory',
|
|
73
|
+
'AwdApi-listReplenishmentOrders',
|
|
66
74
|
'AwdApi-updateInbound',
|
|
67
75
|
'AwdApi-updateInboundShipmentTransportDetails'
|
|
68
76
|
]
|
|
@@ -218,6 +226,52 @@ export class AwdApi {
|
|
|
218
226
|
})
|
|
219
227
|
}
|
|
220
228
|
|
|
229
|
+
/**
|
|
230
|
+
* Confirms an AWD replenishment order in ELIGIBLE state with a set of shipments containing items that are needed to be replenished to an FBA node. Order can only be confirmed in ELIGIBLE state.
|
|
231
|
+
* @param {String} orderId ID of the replenishment order to be confirmed.
|
|
232
|
+
* @return {Promise<void>}
|
|
233
|
+
*/
|
|
234
|
+
confirmReplenishmentOrderWithHttpInfo (orderId) {
|
|
235
|
+
const postBody = null
|
|
236
|
+
|
|
237
|
+
// verify the required parameter 'orderId' is set
|
|
238
|
+
if (orderId === undefined || orderId === null) {
|
|
239
|
+
throw new Error("Missing the required parameter 'orderId' when calling confirmReplenishmentOrder")
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
const pathParams = {
|
|
243
|
+
orderId
|
|
244
|
+
}
|
|
245
|
+
const queryParams = {
|
|
246
|
+
}
|
|
247
|
+
const headerParams = {
|
|
248
|
+
}
|
|
249
|
+
const formParams = {
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
const contentTypes = []
|
|
253
|
+
const accepts = ['application/json']
|
|
254
|
+
const returnType = null
|
|
255
|
+
|
|
256
|
+
return this.apiClient.callApi('AwdApi-confirmReplenishmentOrder',
|
|
257
|
+
'/awd/2024-05-09/replenishmentOrders/{orderId}/confirmation', 'POST',
|
|
258
|
+
pathParams, queryParams, headerParams, formParams, postBody,
|
|
259
|
+
contentTypes, accepts, returnType, this.getRateLimiter('AwdApi-confirmReplenishmentOrder')
|
|
260
|
+
)
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
/**
|
|
264
|
+
* Confirms an AWD replenishment order in ELIGIBLE state with a set of shipments containing items that are needed to be replenished to an FBA node. Order can only be confirmed in ELIGIBLE state.
|
|
265
|
+
* @param {String} orderId ID of the replenishment order to be confirmed.
|
|
266
|
+
* @return {Promise<void>}
|
|
267
|
+
*/
|
|
268
|
+
confirmReplenishmentOrder (orderId) {
|
|
269
|
+
return this.confirmReplenishmentOrderWithHttpInfo(orderId)
|
|
270
|
+
.then(function (response_and_data) {
|
|
271
|
+
return response_and_data.data
|
|
272
|
+
})
|
|
273
|
+
}
|
|
274
|
+
|
|
221
275
|
/**
|
|
222
276
|
* Creates a draft AWD inbound order with a list of packages for inbound shipment. The operation creates one shipment per order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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 indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
223
277
|
* @param {InboundOrderCreationData} body Payload for creating an inbound order.
|
|
@@ -263,6 +317,51 @@ export class AwdApi {
|
|
|
263
317
|
})
|
|
264
318
|
}
|
|
265
319
|
|
|
320
|
+
/**
|
|
321
|
+
* Creates an AWD replenishment order with given products to replenish. The API will return the order ID of the newly created order and also start an async validation check on the products to e. The order status will transition to ELIGIBLE/INELIGIBLE status from VALIDATING post validation check
|
|
322
|
+
* @param {ReplenishmentOrderCreationData} body Payload for creating a replenishment order.
|
|
323
|
+
* @return {Promise<ReplenishmentOrderReference>}
|
|
324
|
+
*/
|
|
325
|
+
createReplenishmentOrderWithHttpInfo (body) {
|
|
326
|
+
const postBody = body
|
|
327
|
+
|
|
328
|
+
// verify the required parameter 'body' is set
|
|
329
|
+
if (body === undefined || body === null) {
|
|
330
|
+
throw new Error("Missing the required parameter 'body' when calling createReplenishmentOrder")
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
const pathParams = {
|
|
334
|
+
}
|
|
335
|
+
const queryParams = {
|
|
336
|
+
}
|
|
337
|
+
const headerParams = {
|
|
338
|
+
}
|
|
339
|
+
const formParams = {
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
const contentTypes = ['application/json']
|
|
343
|
+
const accepts = ['application/json']
|
|
344
|
+
const returnType = ReplenishmentOrderReference
|
|
345
|
+
|
|
346
|
+
return this.apiClient.callApi('AwdApi-createReplenishmentOrder',
|
|
347
|
+
'/awd/2024-05-09/replenishmentOrders', 'POST',
|
|
348
|
+
pathParams, queryParams, headerParams, formParams, postBody,
|
|
349
|
+
contentTypes, accepts, returnType, this.getRateLimiter('AwdApi-createReplenishmentOrder')
|
|
350
|
+
)
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
/**
|
|
354
|
+
* Creates an AWD replenishment order with given products to replenish. The API will return the order ID of the newly created order and also start an async validation check on the products to e. The order status will transition to ELIGIBLE/INELIGIBLE status from VALIDATING post validation check
|
|
355
|
+
* @param {ReplenishmentOrderCreationData} body Payload for creating a replenishment order.
|
|
356
|
+
* @return {Promise<ReplenishmentOrderReference>}
|
|
357
|
+
*/
|
|
358
|
+
createReplenishmentOrder (body) {
|
|
359
|
+
return this.createReplenishmentOrderWithHttpInfo(body)
|
|
360
|
+
.then(function (response_and_data) {
|
|
361
|
+
return response_and_data.data
|
|
362
|
+
})
|
|
363
|
+
}
|
|
364
|
+
|
|
266
365
|
/**
|
|
267
366
|
* Retrieves an AWD inbound order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
268
367
|
* @param {String} orderId The ID of the inbound order that you want to retrieve.
|
|
@@ -416,6 +515,52 @@ export class AwdApi {
|
|
|
416
515
|
})
|
|
417
516
|
}
|
|
418
517
|
|
|
518
|
+
/**
|
|
519
|
+
* Retrieves an AWD Replenishment order with a set of shipments containing items that is/was planned to be replenished into an FBA node.
|
|
520
|
+
* @param {String} orderId ID of the replenishment order to be retrieved.
|
|
521
|
+
* @return {Promise<ReplenishmentOrder>}
|
|
522
|
+
*/
|
|
523
|
+
getReplenishmentOrderWithHttpInfo (orderId) {
|
|
524
|
+
const postBody = null
|
|
525
|
+
|
|
526
|
+
// verify the required parameter 'orderId' is set
|
|
527
|
+
if (orderId === undefined || orderId === null) {
|
|
528
|
+
throw new Error("Missing the required parameter 'orderId' when calling getReplenishmentOrder")
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
const pathParams = {
|
|
532
|
+
orderId
|
|
533
|
+
}
|
|
534
|
+
const queryParams = {
|
|
535
|
+
}
|
|
536
|
+
const headerParams = {
|
|
537
|
+
}
|
|
538
|
+
const formParams = {
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
const contentTypes = []
|
|
542
|
+
const accepts = ['application/json']
|
|
543
|
+
const returnType = ReplenishmentOrder
|
|
544
|
+
|
|
545
|
+
return this.apiClient.callApi('AwdApi-getReplenishmentOrder',
|
|
546
|
+
'/awd/2024-05-09/replenishmentOrders/{orderId}', 'GET',
|
|
547
|
+
pathParams, queryParams, headerParams, formParams, postBody,
|
|
548
|
+
contentTypes, accepts, returnType, this.getRateLimiter('AwdApi-getReplenishmentOrder')
|
|
549
|
+
)
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
/**
|
|
553
|
+
* Retrieves an AWD Replenishment order with a set of shipments containing items that is/was planned to be replenished into an FBA node.
|
|
554
|
+
* @param {String} orderId ID of the replenishment order to be retrieved.
|
|
555
|
+
* @return {Promise<ReplenishmentOrder>}
|
|
556
|
+
*/
|
|
557
|
+
getReplenishmentOrder (orderId) {
|
|
558
|
+
return this.getReplenishmentOrderWithHttpInfo(orderId)
|
|
559
|
+
.then(function (response_and_data) {
|
|
560
|
+
return response_and_data.data
|
|
561
|
+
})
|
|
562
|
+
}
|
|
563
|
+
|
|
419
564
|
/**
|
|
420
565
|
* Retrieves a summary of all the inbound AWD shipments associated with a merchant, with the ability to apply optional filters. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
421
566
|
* @param {Object} [opts] Optional parameters
|
|
@@ -534,6 +679,62 @@ export class AwdApi {
|
|
|
534
679
|
})
|
|
535
680
|
}
|
|
536
681
|
|
|
682
|
+
/**
|
|
683
|
+
* Retrieves all the AWD replenishment orders pertaining to a merchant with optional filters. API by default will sort orders by updatedAt attribute in descending order.
|
|
684
|
+
* @param {Object} [opts] Optional parameters
|
|
685
|
+
* @param {Date} [opts.updatedAfter] Get the replenishment orders updated after certain time (Inclusive) Date should be in ISO 8601 format as defined by date-time in - https://www.rfc-editor.org/rfc/rfc3339.
|
|
686
|
+
* @param {Date} [opts.updatedBefore] Get the replenishment orders updated before certain time (Inclusive) Date should be in ISO 8601 format as defined by date-time in - https://www.rfc-editor.org/rfc/rfc3339.
|
|
687
|
+
* @param {String} [opts.sortOrder] Sort the response in ASCENDING or DESCENDING order. The default sort order is DESCENDING.
|
|
688
|
+
* @param {Number} [opts.maxResults] Maximum results to be returned in a single response. (default to 25)
|
|
689
|
+
* @param {String} [opts.nextToken] A token that is used to retrieve the next page of results. The response includes `nextToken` when the number of results exceeds the specified `maxResults` 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.
|
|
690
|
+
* @return {Promise<ReplenishmentOrderListing>}
|
|
691
|
+
*/
|
|
692
|
+
listReplenishmentOrdersWithHttpInfo (opts) {
|
|
693
|
+
opts = opts || {}
|
|
694
|
+
const postBody = null
|
|
695
|
+
|
|
696
|
+
const pathParams = {
|
|
697
|
+
}
|
|
698
|
+
const queryParams = {
|
|
699
|
+
updatedAfter: opts.updatedAfter,
|
|
700
|
+
updatedBefore: opts.updatedBefore,
|
|
701
|
+
sortOrder: opts.sortOrder,
|
|
702
|
+
maxResults: opts.maxResults,
|
|
703
|
+
nextToken: opts.nextToken
|
|
704
|
+
}
|
|
705
|
+
const headerParams = {
|
|
706
|
+
}
|
|
707
|
+
const formParams = {
|
|
708
|
+
}
|
|
709
|
+
|
|
710
|
+
const contentTypes = []
|
|
711
|
+
const accepts = ['application/json']
|
|
712
|
+
const returnType = ReplenishmentOrderListing
|
|
713
|
+
|
|
714
|
+
return this.apiClient.callApi('AwdApi-listReplenishmentOrders',
|
|
715
|
+
'/awd/2024-05-09/replenishmentOrders', 'GET',
|
|
716
|
+
pathParams, queryParams, headerParams, formParams, postBody,
|
|
717
|
+
contentTypes, accepts, returnType, this.getRateLimiter('AwdApi-listReplenishmentOrders')
|
|
718
|
+
)
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
/**
|
|
722
|
+
* Retrieves all the AWD replenishment orders pertaining to a merchant with optional filters. API by default will sort orders by updatedAt attribute in descending order.
|
|
723
|
+
* @param {Object} [opts] Optional parameters
|
|
724
|
+
* @param {Date} [opts.updatedAfter] Get the replenishment orders updated after certain time (Inclusive) Date should be in ISO 8601 format as defined by date-time in - https://www.rfc-editor.org/rfc/rfc3339.
|
|
725
|
+
* @param {Date} [opts.updatedBefore] Get the replenishment orders updated before certain time (Inclusive) Date should be in ISO 8601 format as defined by date-time in - https://www.rfc-editor.org/rfc/rfc3339.
|
|
726
|
+
* @param {String} [opts.sortOrder] Sort the response in ASCENDING or DESCENDING order. The default sort order is DESCENDING.
|
|
727
|
+
* @param {Number} [opts.maxResults] Maximum results to be returned in a single response. (default to 25)
|
|
728
|
+
* @param {String} [opts.nextToken] A token that is used to retrieve the next page of results. The response includes `nextToken` when the number of results exceeds the specified `maxResults` 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.
|
|
729
|
+
* @return {Promise<ReplenishmentOrderListing>}
|
|
730
|
+
*/
|
|
731
|
+
listReplenishmentOrders (opts) {
|
|
732
|
+
return this.listReplenishmentOrdersWithHttpInfo(opts)
|
|
733
|
+
.then(function (response_and_data) {
|
|
734
|
+
return response_and_data.data
|
|
735
|
+
})
|
|
736
|
+
}
|
|
737
|
+
|
|
537
738
|
/**
|
|
538
739
|
* Updates an AWD inbound order that is in `DRAFT` status and not yet confirmed. Use this operation to update the `packagesToInbound`, `originAddress` and `preferences` attributes. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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 indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
539
740
|
* @param {String} orderId The ID of the inbound order that you want to update.
|
|
@@ -2,12 +2,15 @@ import { ApiClient } from './ApiClient.js';
|
|
|
2
2
|
import { Address } from './model/Address.js';
|
|
3
3
|
import { CarrierCode } from './model/CarrierCode.js';
|
|
4
4
|
import { CarrierCodeType } from './model/CarrierCodeType.js';
|
|
5
|
+
import { ConfirmationMode } from './model/ConfirmationMode.js';
|
|
5
6
|
import { DestinationDetails } from './model/DestinationDetails.js';
|
|
6
7
|
import { DimensionUnitOfMeasurement } from './model/DimensionUnitOfMeasurement.js';
|
|
8
|
+
import { DistributionIneligibleReason } from './model/DistributionIneligibleReason.js';
|
|
7
9
|
import { DistributionPackage } from './model/DistributionPackage.js';
|
|
8
10
|
import { DistributionPackageContents } from './model/DistributionPackageContents.js';
|
|
9
11
|
import { DistributionPackageQuantity } from './model/DistributionPackageQuantity.js';
|
|
10
12
|
import { DistributionPackageType } from './model/DistributionPackageType.js';
|
|
13
|
+
import { DistributionProduct } from './model/DistributionProduct.js';
|
|
11
14
|
import { Error } from './model/Error.js';
|
|
12
15
|
import { ErrorList } from './model/ErrorList.js';
|
|
13
16
|
import { ExpirationDetails } from './model/ExpirationDetails.js';
|
|
@@ -31,6 +34,8 @@ import { LabelOwner } from './model/LabelOwner.js';
|
|
|
31
34
|
import { LabelStatus } from './model/LabelStatus.js';
|
|
32
35
|
import { MeasurementData } from './model/MeasurementData.js';
|
|
33
36
|
import { OrderIneligibilityReason } from './model/OrderIneligibilityReason.js';
|
|
37
|
+
import { OutboundShipmentStatus } from './model/OutboundShipmentStatus.js';
|
|
38
|
+
import { OutboundShipmentSummary } from './model/OutboundShipmentSummary.js';
|
|
34
39
|
import { PackageDimensions } from './model/PackageDimensions.js';
|
|
35
40
|
import { PackageVolume } from './model/PackageVolume.js';
|
|
36
41
|
import { PackageWeight } from './model/PackageWeight.js';
|
|
@@ -40,6 +45,12 @@ import { PrepInstruction } from './model/PrepInstruction.js';
|
|
|
40
45
|
import { PrepOwner } from './model/PrepOwner.js';
|
|
41
46
|
import { ProductAttribute } from './model/ProductAttribute.js';
|
|
42
47
|
import { ProductQuantity } from './model/ProductQuantity.js';
|
|
48
|
+
import { ReplenishmentOrder } from './model/ReplenishmentOrder.js';
|
|
49
|
+
import { ReplenishmentOrderCreationData } from './model/ReplenishmentOrderCreationData.js';
|
|
50
|
+
import { ReplenishmentOrderListing } from './model/ReplenishmentOrderListing.js';
|
|
51
|
+
import { ReplenishmentOrderReference } from './model/ReplenishmentOrderReference.js';
|
|
52
|
+
import { ReplenishmentOrderStatus } from './model/ReplenishmentOrderStatus.js';
|
|
53
|
+
import { ReplenishmentPreferences } from './model/ReplenishmentPreferences.js';
|
|
43
54
|
import { ShipmentLabels } from './model/ShipmentLabels.js';
|
|
44
55
|
import { ShipmentListing } from './model/ShipmentListing.js';
|
|
45
56
|
import { SkuEligibility } from './model/SkuEligibility.js';
|
|
@@ -50,5 +61,5 @@ import { TransportationDetails } from './model/TransportationDetails.js';
|
|
|
50
61
|
import { VolumeUnitOfMeasurement } from './model/VolumeUnitOfMeasurement.js';
|
|
51
62
|
import { WeightUnitOfMeasurement } from './model/WeightUnitOfMeasurement.js';
|
|
52
63
|
import { AwdApi } from './api/AwdApi.js';
|
|
53
|
-
export { ApiClient, Address, CarrierCode, CarrierCodeType, DestinationDetails, DimensionUnitOfMeasurement, DistributionPackage, DistributionPackageContents, DistributionPackageQuantity, DistributionPackageType, Error, ErrorList, ExpirationDetails, InboundEligibility, InboundEligibilityStatus, InboundOrder, InboundOrderCreationData, InboundOrderReference, InboundPackages, InboundPreferences, InboundShipment, InboundShipmentStatus, InboundShipmentSummary, InboundStatus, InventoryDetails, InventoryListing, InventoryQuantity, InventorySummary, InventoryUnitOfMeasurement, LabelOwner, LabelStatus, MeasurementData, OrderIneligibilityReason, PackageDimensions, PackageVolume, PackageWeight, PrepCategory, PrepDetails, PrepInstruction, PrepOwner, ProductAttribute, ProductQuantity, ShipmentLabels, ShipmentListing, SkuEligibility, SkuIneligibilityReason, SkuQuantity, TrackingDetails, TransportationDetails, VolumeUnitOfMeasurement, WeightUnitOfMeasurement, AwdApi };
|
|
64
|
+
export { ApiClient, Address, CarrierCode, CarrierCodeType, ConfirmationMode, DestinationDetails, DimensionUnitOfMeasurement, DistributionIneligibleReason, DistributionPackage, DistributionPackageContents, DistributionPackageQuantity, DistributionPackageType, DistributionProduct, Error, ErrorList, ExpirationDetails, InboundEligibility, InboundEligibilityStatus, InboundOrder, InboundOrderCreationData, InboundOrderReference, InboundPackages, InboundPreferences, InboundShipment, InboundShipmentStatus, InboundShipmentSummary, InboundStatus, InventoryDetails, InventoryListing, InventoryQuantity, InventorySummary, InventoryUnitOfMeasurement, LabelOwner, LabelStatus, MeasurementData, OrderIneligibilityReason, OutboundShipmentStatus, OutboundShipmentSummary, PackageDimensions, PackageVolume, PackageWeight, PrepCategory, PrepDetails, PrepInstruction, PrepOwner, ProductAttribute, ProductQuantity, ReplenishmentOrder, ReplenishmentOrderCreationData, ReplenishmentOrderListing, ReplenishmentOrderReference, ReplenishmentOrderStatus, ReplenishmentPreferences, ShipmentLabels, ShipmentListing, SkuEligibility, SkuIneligibilityReason, SkuQuantity, TrackingDetails, TransportationDetails, VolumeUnitOfMeasurement, WeightUnitOfMeasurement, AwdApi };
|
|
54
65
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":"0BAa0B,gBAAgB;wBAClB,oBAAoB;4BAChB,wBAAwB;gCACpB,4BAA4B;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":"0BAa0B,gBAAgB;wBAClB,oBAAoB;4BAChB,wBAAwB;gCACpB,4BAA4B;iCAC3B,6BAA6B;mCAC3B,+BAA+B;2CACvB,uCAAuC;6CACrC,yCAAyC;oCAClD,gCAAgC;4CACxB,wCAAwC;4CACxC,wCAAwC;wCAC5C,oCAAoC;oCACxC,gCAAgC;sBAC9C,kBAAkB;0BACd,sBAAsB;kCACd,8BAA8B;mCAC7B,+BAA+B;yCACzB,qCAAqC;6BACjD,yBAAyB;yCACb,qCAAqC;sCACxC,kCAAkC;gCACxC,4BAA4B;mCACzB,+BAA+B;gCAClC,4BAA4B;sCACtB,kCAAkC;uCACjC,mCAAmC;8BAC5C,0BAA0B;iCACvB,6BAA6B;iCAC7B,6BAA6B;kCAC5B,8BAA8B;iCAC/B,6BAA6B;2CACnB,uCAAuC;2BACvD,uBAAuB;4BACtB,wBAAwB;gCACpB,4BAA4B;yCACnB,qCAAqC;uCACvC,mCAAmC;wCAClC,oCAAoC;kCAC1C,8BAA8B;8BAClC,0BAA0B;8BAC1B,0BAA0B;6BAC3B,yBAAyB;4BAC1B,wBAAwB;gCACpB,4BAA4B;0BAClC,sBAAsB;iCACf,6BAA6B;gCAC9B,4BAA4B;mCACzB,+BAA+B;+CACnB,2CAA2C;0CAChD,sCAAsC;4CACpC,wCAAwC;yCAC3C,qCAAqC;yCACrC,qCAAqC;+BAC/C,2BAA2B;gCAC1B,4BAA4B;+BAC7B,2BAA2B;uCACnB,mCAAmC;4BAC9C,wBAAwB;gCACpB,4BAA4B;sCACtB,kCAAkC;wCAChC,oCAAoC;wCACpC,oCAAoC;uBACrD,iBAAiB"}
|
|
@@ -15,12 +15,15 @@ import { ApiClient } from './ApiClient.js'
|
|
|
15
15
|
import { Address } from './model/Address.js'
|
|
16
16
|
import { CarrierCode } from './model/CarrierCode.js'
|
|
17
17
|
import { CarrierCodeType } from './model/CarrierCodeType.js'
|
|
18
|
+
import { ConfirmationMode } from './model/ConfirmationMode.js'
|
|
18
19
|
import { DestinationDetails } from './model/DestinationDetails.js'
|
|
19
20
|
import { DimensionUnitOfMeasurement } from './model/DimensionUnitOfMeasurement.js'
|
|
21
|
+
import { DistributionIneligibleReason } from './model/DistributionIneligibleReason.js'
|
|
20
22
|
import { DistributionPackage } from './model/DistributionPackage.js'
|
|
21
23
|
import { DistributionPackageContents } from './model/DistributionPackageContents.js'
|
|
22
24
|
import { DistributionPackageQuantity } from './model/DistributionPackageQuantity.js'
|
|
23
25
|
import { DistributionPackageType } from './model/DistributionPackageType.js'
|
|
26
|
+
import { DistributionProduct } from './model/DistributionProduct.js'
|
|
24
27
|
import { Error } from './model/Error.js'
|
|
25
28
|
import { ErrorList } from './model/ErrorList.js'
|
|
26
29
|
import { ExpirationDetails } from './model/ExpirationDetails.js'
|
|
@@ -44,6 +47,8 @@ import { LabelOwner } from './model/LabelOwner.js'
|
|
|
44
47
|
import { LabelStatus } from './model/LabelStatus.js'
|
|
45
48
|
import { MeasurementData } from './model/MeasurementData.js'
|
|
46
49
|
import { OrderIneligibilityReason } from './model/OrderIneligibilityReason.js'
|
|
50
|
+
import { OutboundShipmentStatus } from './model/OutboundShipmentStatus.js'
|
|
51
|
+
import { OutboundShipmentSummary } from './model/OutboundShipmentSummary.js'
|
|
47
52
|
import { PackageDimensions } from './model/PackageDimensions.js'
|
|
48
53
|
import { PackageVolume } from './model/PackageVolume.js'
|
|
49
54
|
import { PackageWeight } from './model/PackageWeight.js'
|
|
@@ -53,6 +58,12 @@ import { PrepInstruction } from './model/PrepInstruction.js'
|
|
|
53
58
|
import { PrepOwner } from './model/PrepOwner.js'
|
|
54
59
|
import { ProductAttribute } from './model/ProductAttribute.js'
|
|
55
60
|
import { ProductQuantity } from './model/ProductQuantity.js'
|
|
61
|
+
import { ReplenishmentOrder } from './model/ReplenishmentOrder.js'
|
|
62
|
+
import { ReplenishmentOrderCreationData } from './model/ReplenishmentOrderCreationData.js'
|
|
63
|
+
import { ReplenishmentOrderListing } from './model/ReplenishmentOrderListing.js'
|
|
64
|
+
import { ReplenishmentOrderReference } from './model/ReplenishmentOrderReference.js'
|
|
65
|
+
import { ReplenishmentOrderStatus } from './model/ReplenishmentOrderStatus.js'
|
|
66
|
+
import { ReplenishmentPreferences } from './model/ReplenishmentPreferences.js'
|
|
56
67
|
import { ShipmentLabels } from './model/ShipmentLabels.js'
|
|
57
68
|
import { ShipmentListing } from './model/ShipmentListing.js'
|
|
58
69
|
import { SkuEligibility } from './model/SkuEligibility.js'
|
|
@@ -65,7 +76,7 @@ import { WeightUnitOfMeasurement } from './model/WeightUnitOfMeasurement.js'
|
|
|
65
76
|
import { AwdApi } from './api/AwdApi.js'
|
|
66
77
|
|
|
67
78
|
/**
|
|
68
|
-
* The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory
|
|
79
|
+
* The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory. .<br>
|
|
69
80
|
* The <code>index</code> module provides access to constructors for all the classes which comprise the public API.
|
|
70
81
|
* @module awd_v2024_05_09/index
|
|
71
82
|
* @version 2024-05-09
|
|
@@ -95,6 +106,12 @@ export {
|
|
|
95
106
|
*/
|
|
96
107
|
CarrierCodeType,
|
|
97
108
|
|
|
109
|
+
/**
|
|
110
|
+
* The ConfirmationMode model constructor.
|
|
111
|
+
* @property {module:awd_v2024_05_09/model/ConfirmationMode}
|
|
112
|
+
*/
|
|
113
|
+
ConfirmationMode,
|
|
114
|
+
|
|
98
115
|
/**
|
|
99
116
|
* The DestinationDetails model constructor.
|
|
100
117
|
* @property {module:awd_v2024_05_09/model/DestinationDetails}
|
|
@@ -107,6 +124,12 @@ export {
|
|
|
107
124
|
*/
|
|
108
125
|
DimensionUnitOfMeasurement,
|
|
109
126
|
|
|
127
|
+
/**
|
|
128
|
+
* The DistributionIneligibleReason model constructor.
|
|
129
|
+
* @property {module:awd_v2024_05_09/model/DistributionIneligibleReason}
|
|
130
|
+
*/
|
|
131
|
+
DistributionIneligibleReason,
|
|
132
|
+
|
|
110
133
|
/**
|
|
111
134
|
* The DistributionPackage model constructor.
|
|
112
135
|
* @property {module:awd_v2024_05_09/model/DistributionPackage}
|
|
@@ -131,6 +154,12 @@ export {
|
|
|
131
154
|
*/
|
|
132
155
|
DistributionPackageType,
|
|
133
156
|
|
|
157
|
+
/**
|
|
158
|
+
* The DistributionProduct model constructor.
|
|
159
|
+
* @property {module:awd_v2024_05_09/model/DistributionProduct}
|
|
160
|
+
*/
|
|
161
|
+
DistributionProduct,
|
|
162
|
+
|
|
134
163
|
/**
|
|
135
164
|
* The Error model constructor.
|
|
136
165
|
* @property {module:awd_v2024_05_09/model/Error}
|
|
@@ -269,6 +298,18 @@ export {
|
|
|
269
298
|
*/
|
|
270
299
|
OrderIneligibilityReason,
|
|
271
300
|
|
|
301
|
+
/**
|
|
302
|
+
* The OutboundShipmentStatus model constructor.
|
|
303
|
+
* @property {module:awd_v2024_05_09/model/OutboundShipmentStatus}
|
|
304
|
+
*/
|
|
305
|
+
OutboundShipmentStatus,
|
|
306
|
+
|
|
307
|
+
/**
|
|
308
|
+
* The OutboundShipmentSummary model constructor.
|
|
309
|
+
* @property {module:awd_v2024_05_09/model/OutboundShipmentSummary}
|
|
310
|
+
*/
|
|
311
|
+
OutboundShipmentSummary,
|
|
312
|
+
|
|
272
313
|
/**
|
|
273
314
|
* The PackageDimensions model constructor.
|
|
274
315
|
* @property {module:awd_v2024_05_09/model/PackageDimensions}
|
|
@@ -323,6 +364,42 @@ export {
|
|
|
323
364
|
*/
|
|
324
365
|
ProductQuantity,
|
|
325
366
|
|
|
367
|
+
/**
|
|
368
|
+
* The ReplenishmentOrder model constructor.
|
|
369
|
+
* @property {module:awd_v2024_05_09/model/ReplenishmentOrder}
|
|
370
|
+
*/
|
|
371
|
+
ReplenishmentOrder,
|
|
372
|
+
|
|
373
|
+
/**
|
|
374
|
+
* The ReplenishmentOrderCreationData model constructor.
|
|
375
|
+
* @property {module:awd_v2024_05_09/model/ReplenishmentOrderCreationData}
|
|
376
|
+
*/
|
|
377
|
+
ReplenishmentOrderCreationData,
|
|
378
|
+
|
|
379
|
+
/**
|
|
380
|
+
* The ReplenishmentOrderListing model constructor.
|
|
381
|
+
* @property {module:awd_v2024_05_09/model/ReplenishmentOrderListing}
|
|
382
|
+
*/
|
|
383
|
+
ReplenishmentOrderListing,
|
|
384
|
+
|
|
385
|
+
/**
|
|
386
|
+
* The ReplenishmentOrderReference model constructor.
|
|
387
|
+
* @property {module:awd_v2024_05_09/model/ReplenishmentOrderReference}
|
|
388
|
+
*/
|
|
389
|
+
ReplenishmentOrderReference,
|
|
390
|
+
|
|
391
|
+
/**
|
|
392
|
+
* The ReplenishmentOrderStatus model constructor.
|
|
393
|
+
* @property {module:awd_v2024_05_09/model/ReplenishmentOrderStatus}
|
|
394
|
+
*/
|
|
395
|
+
ReplenishmentOrderStatus,
|
|
396
|
+
|
|
397
|
+
/**
|
|
398
|
+
* The ReplenishmentPreferences model constructor.
|
|
399
|
+
* @property {module:awd_v2024_05_09/model/ReplenishmentPreferences}
|
|
400
|
+
*/
|
|
401
|
+
ReplenishmentPreferences,
|
|
402
|
+
|
|
326
403
|
/**
|
|
327
404
|
* The ShipmentLabels model constructor.
|
|
328
405
|
* @property {module:awd_v2024_05_09/model/ShipmentLabels}
|