@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
|
@@ -165,7 +165,7 @@ export class FbaInboundApi {
|
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
/**
|
|
168
|
-
* Cancels an Inbound Plan. Charges may apply if the cancellation is performed outside of a void window. The window for Amazon Partnered Carriers is 24 hours for Small Parcel Delivery (SPD) and one hour for Less-Than-Truckload (LTL) carrier shipments.
|
|
168
|
+
* Cancels an Inbound Plan. Charges may apply if the cancellation is performed outside of a void window. The window for Amazon Partnered Carriers is 24 hours for Small Parcel Delivery (SPD) and one hour for Less-Than-Truckload (LTL) carrier shipments.
|
|
169
169
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
170
170
|
* @return {Promise<CancelInboundPlanResponse>}
|
|
171
171
|
*/
|
|
@@ -199,7 +199,7 @@ export class FbaInboundApi {
|
|
|
199
199
|
}
|
|
200
200
|
|
|
201
201
|
/**
|
|
202
|
-
* Cancels an Inbound Plan. Charges may apply if the cancellation is performed outside of a void window. The window for Amazon Partnered Carriers is 24 hours for Small Parcel Delivery (SPD) and one hour for Less-Than-Truckload (LTL) carrier shipments.
|
|
202
|
+
* Cancels an Inbound Plan. Charges may apply if the cancellation is performed outside of a void window. The window for Amazon Partnered Carriers is 24 hours for Small Parcel Delivery (SPD) and one hour for Less-Than-Truckload (LTL) carrier shipments.
|
|
203
203
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
204
204
|
* @return {Promise<CancelInboundPlanResponse>}
|
|
205
205
|
*/
|
|
@@ -211,7 +211,7 @@ export class FbaInboundApi {
|
|
|
211
211
|
}
|
|
212
212
|
|
|
213
213
|
/**
|
|
214
|
-
* Cancels a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
|
|
214
|
+
* Cancels a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
|
|
215
215
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
216
216
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
217
217
|
* @param {CancelSelfShipAppointmentRequest} body The body of the request to `cancelSelfShipAppointment`.
|
|
@@ -258,7 +258,7 @@ export class FbaInboundApi {
|
|
|
258
258
|
}
|
|
259
259
|
|
|
260
260
|
/**
|
|
261
|
-
* Cancels a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
|
|
261
|
+
* Cancels a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
|
|
262
262
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
263
263
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
264
264
|
* @param {CancelSelfShipAppointmentRequest} body The body of the request to `cancelSelfShipAppointment`.
|
|
@@ -272,7 +272,7 @@ export class FbaInboundApi {
|
|
|
272
272
|
}
|
|
273
273
|
|
|
274
274
|
/**
|
|
275
|
-
* Confirms the delivery window option for chosen shipment within an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new delivery window options cannot be generated, but the chosen delivery window option can be updated before shipment closure. The window is used to provide the expected time when a shipment will arrive at the warehouse. All transportation options which have the program `CONFIRMED_DELIVERY_WINDOW` require a delivery window to be confirmed prior to transportation option confirmation.
|
|
275
|
+
* Confirms the delivery window option for chosen shipment within an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new delivery window options cannot be generated, but the chosen delivery window option can be updated before shipment closure. The window is used to provide the expected time when a shipment will arrive at the warehouse. All transportation options which have the program `CONFIRMED_DELIVERY_WINDOW` require a delivery window to be confirmed prior to transportation option confirmation.
|
|
276
276
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
277
277
|
* @param {String} shipmentId The shipment to confirm the delivery window option for.
|
|
278
278
|
* @param {String} deliveryWindowOptionId The id of the delivery window option to be confirmed.
|
|
@@ -320,7 +320,7 @@ export class FbaInboundApi {
|
|
|
320
320
|
}
|
|
321
321
|
|
|
322
322
|
/**
|
|
323
|
-
* Confirms the delivery window option for chosen shipment within an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new delivery window options cannot be generated, but the chosen delivery window option can be updated before shipment closure. The window is used to provide the expected time when a shipment will arrive at the warehouse. All transportation options which have the program `CONFIRMED_DELIVERY_WINDOW` require a delivery window to be confirmed prior to transportation option confirmation.
|
|
323
|
+
* Confirms the delivery window option for chosen shipment within an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new delivery window options cannot be generated, but the chosen delivery window option can be updated before shipment closure. The window is used to provide the expected time when a shipment will arrive at the warehouse. All transportation options which have the program `CONFIRMED_DELIVERY_WINDOW` require a delivery window to be confirmed prior to transportation option confirmation.
|
|
324
324
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
325
325
|
* @param {String} shipmentId The shipment to confirm the delivery window option for.
|
|
326
326
|
* @param {String} deliveryWindowOptionId The id of the delivery window option to be confirmed.
|
|
@@ -334,7 +334,7 @@ export class FbaInboundApi {
|
|
|
334
334
|
}
|
|
335
335
|
|
|
336
336
|
/**
|
|
337
|
-
* Confirms the packing option for an inbound plan.
|
|
337
|
+
* Confirms the packing option for an inbound plan.
|
|
338
338
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
339
339
|
* @param {String} packingOptionId Identifier of a packing option.
|
|
340
340
|
* @return {Promise<ConfirmPackingOptionResponse>}
|
|
@@ -375,7 +375,7 @@ export class FbaInboundApi {
|
|
|
375
375
|
}
|
|
376
376
|
|
|
377
377
|
/**
|
|
378
|
-
* Confirms the packing option for an inbound plan.
|
|
378
|
+
* Confirms the packing option for an inbound plan.
|
|
379
379
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
380
380
|
* @param {String} packingOptionId Identifier of a packing option.
|
|
381
381
|
* @return {Promise<ConfirmPackingOptionResponse>}
|
|
@@ -388,7 +388,7 @@ export class FbaInboundApi {
|
|
|
388
388
|
}
|
|
389
389
|
|
|
390
390
|
/**
|
|
391
|
-
* Confirms the placement option for an inbound plan. Once confirmed, it cannot be changed for the Inbound Plan.
|
|
391
|
+
* Confirms the placement option for an inbound plan. Once confirmed, it cannot be changed for the Inbound Plan.
|
|
392
392
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
393
393
|
* @param {String} placementOptionId The identifier of a placement option. A placement option represents the shipment splits and destinations of SKUs.
|
|
394
394
|
* @return {Promise<ConfirmPlacementOptionResponse>}
|
|
@@ -429,7 +429,7 @@ export class FbaInboundApi {
|
|
|
429
429
|
}
|
|
430
430
|
|
|
431
431
|
/**
|
|
432
|
-
* Confirms the placement option for an inbound plan. Once confirmed, it cannot be changed for the Inbound Plan.
|
|
432
|
+
* Confirms the placement option for an inbound plan. Once confirmed, it cannot be changed for the Inbound Plan.
|
|
433
433
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
434
434
|
* @param {String} placementOptionId The identifier of a placement option. A placement option represents the shipment splits and destinations of SKUs.
|
|
435
435
|
* @return {Promise<ConfirmPlacementOptionResponse>}
|
|
@@ -442,7 +442,7 @@ export class FbaInboundApi {
|
|
|
442
442
|
}
|
|
443
443
|
|
|
444
444
|
/**
|
|
445
|
-
* Confirm a shipment content update preview and accept the changes in transportation cost.
|
|
445
|
+
* Confirm a shipment content update preview and accept the changes in transportation cost.
|
|
446
446
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
447
447
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
448
448
|
* @param {String} contentUpdatePreviewId Identifier of a content update preview.
|
|
@@ -490,7 +490,7 @@ export class FbaInboundApi {
|
|
|
490
490
|
}
|
|
491
491
|
|
|
492
492
|
/**
|
|
493
|
-
* Confirm a shipment content update preview and accept the changes in transportation cost.
|
|
493
|
+
* Confirm a shipment content update preview and accept the changes in transportation cost.
|
|
494
494
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
495
495
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
496
496
|
* @param {String} contentUpdatePreviewId Identifier of a content update preview.
|
|
@@ -504,7 +504,7 @@ export class FbaInboundApi {
|
|
|
504
504
|
}
|
|
505
505
|
|
|
506
506
|
/**
|
|
507
|
-
* Confirms all the transportation options for an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new transportation options can not be generated or confirmed for the Inbound Plan.
|
|
507
|
+
* Confirms all the transportation options for an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new transportation options can not be generated or confirmed for the Inbound Plan.
|
|
508
508
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
509
509
|
* @param {ConfirmTransportationOptionsRequest} body The body of the request to `confirmTransportationOptions`.
|
|
510
510
|
* @return {Promise<ConfirmTransportationOptionsResponse>}
|
|
@@ -544,7 +544,7 @@ export class FbaInboundApi {
|
|
|
544
544
|
}
|
|
545
545
|
|
|
546
546
|
/**
|
|
547
|
-
* Confirms all the transportation options for an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new transportation options can not be generated or confirmed for the Inbound Plan.
|
|
547
|
+
* Confirms all the transportation options for an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new transportation options can not be generated or confirmed for the Inbound Plan.
|
|
548
548
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
549
549
|
* @param {ConfirmTransportationOptionsRequest} body The body of the request to `confirmTransportationOptions`.
|
|
550
550
|
* @return {Promise<ConfirmTransportationOptionsResponse>}
|
|
@@ -557,7 +557,7 @@ export class FbaInboundApi {
|
|
|
557
557
|
}
|
|
558
558
|
|
|
559
559
|
/**
|
|
560
|
-
* Creates an inbound plan. An inbound plan contains all the necessary information to send shipments into Amazon's fufillment network.
|
|
560
|
+
* Creates an inbound plan. An inbound plan contains all the necessary information to send shipments into Amazon's fufillment network.
|
|
561
561
|
* @param {CreateInboundPlanRequest} body The body of the request to `createInboundPlan`.
|
|
562
562
|
* @return {Promise<CreateInboundPlanResponse>}
|
|
563
563
|
*/
|
|
@@ -590,7 +590,7 @@ export class FbaInboundApi {
|
|
|
590
590
|
}
|
|
591
591
|
|
|
592
592
|
/**
|
|
593
|
-
* Creates an inbound plan. An inbound plan contains all the necessary information to send shipments into Amazon's fufillment network.
|
|
593
|
+
* Creates an inbound plan. An inbound plan contains all the necessary information to send shipments into Amazon's fufillment network.
|
|
594
594
|
* @param {CreateInboundPlanRequest} body The body of the request to `createInboundPlan`.
|
|
595
595
|
* @return {Promise<CreateInboundPlanResponse>}
|
|
596
596
|
*/
|
|
@@ -602,7 +602,7 @@ export class FbaInboundApi {
|
|
|
602
602
|
}
|
|
603
603
|
|
|
604
604
|
/**
|
|
605
|
-
* For a given marketplace - creates labels for a list of MSKUs.
|
|
605
|
+
* For a given marketplace - creates labels for a list of MSKUs.
|
|
606
606
|
* @param {CreateMarketplaceItemLabelsRequest} body The body of the request to `createMarketplaceItemLabels`.
|
|
607
607
|
* @return {Promise<CreateMarketplaceItemLabelsResponse>}
|
|
608
608
|
*/
|
|
@@ -635,7 +635,7 @@ export class FbaInboundApi {
|
|
|
635
635
|
}
|
|
636
636
|
|
|
637
637
|
/**
|
|
638
|
-
* For a given marketplace - creates labels for a list of MSKUs.
|
|
638
|
+
* For a given marketplace - creates labels for a list of MSKUs.
|
|
639
639
|
* @param {CreateMarketplaceItemLabelsRequest} body The body of the request to `createMarketplaceItemLabels`.
|
|
640
640
|
* @return {Promise<CreateMarketplaceItemLabelsResponse>}
|
|
641
641
|
*/
|
|
@@ -647,7 +647,7 @@ export class FbaInboundApi {
|
|
|
647
647
|
}
|
|
648
648
|
|
|
649
649
|
/**
|
|
650
|
-
* Generates available delivery window options for a given shipment.
|
|
650
|
+
* Generates available delivery window options for a given shipment.
|
|
651
651
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
652
652
|
* @param {String} shipmentId The shipment to generate delivery window options for.
|
|
653
653
|
* @return {Promise<GenerateDeliveryWindowOptionsResponse>}
|
|
@@ -688,7 +688,7 @@ export class FbaInboundApi {
|
|
|
688
688
|
}
|
|
689
689
|
|
|
690
690
|
/**
|
|
691
|
-
* Generates available delivery window options for a given shipment.
|
|
691
|
+
* Generates available delivery window options for a given shipment.
|
|
692
692
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
693
693
|
* @param {String} shipmentId The shipment to generate delivery window options for.
|
|
694
694
|
* @return {Promise<GenerateDeliveryWindowOptionsResponse>}
|
|
@@ -701,7 +701,7 @@ export class FbaInboundApi {
|
|
|
701
701
|
}
|
|
702
702
|
|
|
703
703
|
/**
|
|
704
|
-
* Generates available packing options for the inbound plan.
|
|
704
|
+
* Generates available packing options for the inbound plan.
|
|
705
705
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
706
706
|
* @return {Promise<GeneratePackingOptionsResponse>}
|
|
707
707
|
*/
|
|
@@ -735,7 +735,7 @@ export class FbaInboundApi {
|
|
|
735
735
|
}
|
|
736
736
|
|
|
737
737
|
/**
|
|
738
|
-
* Generates available packing options for the inbound plan.
|
|
738
|
+
* Generates available packing options for the inbound plan.
|
|
739
739
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
740
740
|
* @return {Promise<GeneratePackingOptionsResponse>}
|
|
741
741
|
*/
|
|
@@ -747,7 +747,7 @@ export class FbaInboundApi {
|
|
|
747
747
|
}
|
|
748
748
|
|
|
749
749
|
/**
|
|
750
|
-
* Generates placement options for the inbound plan.
|
|
750
|
+
* Generates placement options for the inbound plan.
|
|
751
751
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
752
752
|
* @param {GeneratePlacementOptionsRequest} body The body of the request to `generatePlacementOptions`.
|
|
753
753
|
* @return {Promise<GeneratePlacementOptionsResponse>}
|
|
@@ -787,7 +787,7 @@ export class FbaInboundApi {
|
|
|
787
787
|
}
|
|
788
788
|
|
|
789
789
|
/**
|
|
790
|
-
* Generates placement options for the inbound plan.
|
|
790
|
+
* Generates placement options for the inbound plan.
|
|
791
791
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
792
792
|
* @param {GeneratePlacementOptionsRequest} body The body of the request to `generatePlacementOptions`.
|
|
793
793
|
* @return {Promise<GeneratePlacementOptionsResponse>}
|
|
@@ -800,7 +800,7 @@ export class FbaInboundApi {
|
|
|
800
800
|
}
|
|
801
801
|
|
|
802
802
|
/**
|
|
803
|
-
* Initiates the process of generating the appointment slots list. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
|
|
803
|
+
* Initiates the process of generating the appointment slots list. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
|
|
804
804
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
805
805
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
806
806
|
* @param {GenerateSelfShipAppointmentSlotsRequest} body The body of the request to `generateSelfShipAppointmentSlots`.
|
|
@@ -847,7 +847,7 @@ export class FbaInboundApi {
|
|
|
847
847
|
}
|
|
848
848
|
|
|
849
849
|
/**
|
|
850
|
-
* Initiates the process of generating the appointment slots list. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
|
|
850
|
+
* Initiates the process of generating the appointment slots list. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
|
|
851
851
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
852
852
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
853
853
|
* @param {GenerateSelfShipAppointmentSlotsRequest} body The body of the request to `generateSelfShipAppointmentSlots`.
|
|
@@ -861,7 +861,7 @@ export class FbaInboundApi {
|
|
|
861
861
|
}
|
|
862
862
|
|
|
863
863
|
/**
|
|
864
|
-
* Generate a shipment content update preview given a set of intended boxes and/or items for a shipment with a confirmed carrier. The shipment content update preview will be viewable with the updated costs and contents prior to confirmation.
|
|
864
|
+
* Generate a shipment content update preview given a set of intended boxes and/or items for a shipment with a confirmed carrier. The shipment content update preview will be viewable with the updated costs and contents prior to confirmation.
|
|
865
865
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
866
866
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
867
867
|
* @param {GenerateShipmentContentUpdatePreviewsRequest} body The body of the request to `generateShipmentContentUpdatePreviews`.
|
|
@@ -908,7 +908,7 @@ export class FbaInboundApi {
|
|
|
908
908
|
}
|
|
909
909
|
|
|
910
910
|
/**
|
|
911
|
-
* Generate a shipment content update preview given a set of intended boxes and/or items for a shipment with a confirmed carrier. The shipment content update preview will be viewable with the updated costs and contents prior to confirmation.
|
|
911
|
+
* Generate a shipment content update preview given a set of intended boxes and/or items for a shipment with a confirmed carrier. The shipment content update preview will be viewable with the updated costs and contents prior to confirmation.
|
|
912
912
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
913
913
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
914
914
|
* @param {GenerateShipmentContentUpdatePreviewsRequest} body The body of the request to `generateShipmentContentUpdatePreviews`.
|
|
@@ -922,7 +922,7 @@ export class FbaInboundApi {
|
|
|
922
922
|
}
|
|
923
923
|
|
|
924
924
|
/**
|
|
925
|
-
* Generates available transportation options for a given placement option.
|
|
925
|
+
* Generates available transportation options for a given placement option.
|
|
926
926
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
927
927
|
* @param {GenerateTransportationOptionsRequest} body The body of the request to `generateTransportationOptions`.
|
|
928
928
|
* @return {Promise<GenerateTransportationOptionsResponse>}
|
|
@@ -962,7 +962,7 @@ export class FbaInboundApi {
|
|
|
962
962
|
}
|
|
963
963
|
|
|
964
964
|
/**
|
|
965
|
-
* Generates available transportation options for a given placement option.
|
|
965
|
+
* Generates available transportation options for a given placement option.
|
|
966
966
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
967
967
|
* @param {GenerateTransportationOptionsRequest} body The body of the request to `generateTransportationOptions`.
|
|
968
968
|
* @return {Promise<GenerateTransportationOptionsResponse>}
|
|
@@ -975,7 +975,7 @@ export class FbaInboundApi {
|
|
|
975
975
|
}
|
|
976
976
|
|
|
977
977
|
/**
|
|
978
|
-
* Provide delivery challan document for PCP transportation in IN marketplace.
|
|
978
|
+
* Provide delivery challan document for PCP transportation in IN marketplace.
|
|
979
979
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
980
980
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
981
981
|
* @return {Promise<GetDeliveryChallanDocumentResponse>}
|
|
@@ -1016,7 +1016,7 @@ export class FbaInboundApi {
|
|
|
1016
1016
|
}
|
|
1017
1017
|
|
|
1018
1018
|
/**
|
|
1019
|
-
* Provide delivery challan document for PCP transportation in IN marketplace.
|
|
1019
|
+
* Provide delivery challan document for PCP transportation in IN marketplace.
|
|
1020
1020
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1021
1021
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1022
1022
|
* @return {Promise<GetDeliveryChallanDocumentResponse>}
|
|
@@ -1029,7 +1029,7 @@ export class FbaInboundApi {
|
|
|
1029
1029
|
}
|
|
1030
1030
|
|
|
1031
1031
|
/**
|
|
1032
|
-
* Gets the status of the processing of an asynchronous API call.
|
|
1032
|
+
* Gets the status of the processing of an asynchronous API call.
|
|
1033
1033
|
* @param {String} operationId Identifier of an asynchronous operation.
|
|
1034
1034
|
* @return {Promise<InboundOperationStatus>}
|
|
1035
1035
|
*/
|
|
@@ -1063,7 +1063,7 @@ export class FbaInboundApi {
|
|
|
1063
1063
|
}
|
|
1064
1064
|
|
|
1065
1065
|
/**
|
|
1066
|
-
* Gets the status of the processing of an asynchronous API call.
|
|
1066
|
+
* Gets the status of the processing of an asynchronous API call.
|
|
1067
1067
|
* @param {String} operationId Identifier of an asynchronous operation.
|
|
1068
1068
|
* @return {Promise<InboundOperationStatus>}
|
|
1069
1069
|
*/
|
|
@@ -1075,7 +1075,7 @@ export class FbaInboundApi {
|
|
|
1075
1075
|
}
|
|
1076
1076
|
|
|
1077
1077
|
/**
|
|
1078
|
-
* Fetches the top level information about an inbound plan.
|
|
1078
|
+
* Fetches the top level information about an inbound plan.
|
|
1079
1079
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1080
1080
|
* @return {Promise<InboundPlan>}
|
|
1081
1081
|
*/
|
|
@@ -1109,7 +1109,7 @@ export class FbaInboundApi {
|
|
|
1109
1109
|
}
|
|
1110
1110
|
|
|
1111
1111
|
/**
|
|
1112
|
-
* Fetches the top level information about an inbound plan.
|
|
1112
|
+
* Fetches the top level information about an inbound plan.
|
|
1113
1113
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1114
1114
|
* @return {Promise<InboundPlan>}
|
|
1115
1115
|
*/
|
|
@@ -1121,7 +1121,7 @@ export class FbaInboundApi {
|
|
|
1121
1121
|
}
|
|
1122
1122
|
|
|
1123
1123
|
/**
|
|
1124
|
-
* Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
|
|
1124
|
+
* Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
|
|
1125
1125
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1126
1126
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1127
1127
|
* @param {Object} [opts] Optional parameters
|
|
@@ -1168,7 +1168,7 @@ export class FbaInboundApi {
|
|
|
1168
1168
|
}
|
|
1169
1169
|
|
|
1170
1170
|
/**
|
|
1171
|
-
* Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
|
|
1171
|
+
* Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
|
|
1172
1172
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1173
1173
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1174
1174
|
* @param {Object} [opts] Optional parameters
|
|
@@ -1184,7 +1184,7 @@ export class FbaInboundApi {
|
|
|
1184
1184
|
}
|
|
1185
1185
|
|
|
1186
1186
|
/**
|
|
1187
|
-
* Provides the full details for a specific shipment within an inbound plan. The `transportationOptionId` inside `acceptedTransportationSelection` can be used to retrieve the transportation details for the shipment.
|
|
1187
|
+
* Provides the full details for a specific shipment within an inbound plan. The `transportationOptionId` inside `acceptedTransportationSelection` can be used to retrieve the transportation details for the shipment.
|
|
1188
1188
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1189
1189
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1190
1190
|
* @return {Promise<Shipment>}
|
|
@@ -1225,7 +1225,7 @@ export class FbaInboundApi {
|
|
|
1225
1225
|
}
|
|
1226
1226
|
|
|
1227
1227
|
/**
|
|
1228
|
-
* Provides the full details for a specific shipment within an inbound plan. The `transportationOptionId` inside `acceptedTransportationSelection` can be used to retrieve the transportation details for the shipment.
|
|
1228
|
+
* Provides the full details for a specific shipment within an inbound plan. The `transportationOptionId` inside `acceptedTransportationSelection` can be used to retrieve the transportation details for the shipment.
|
|
1229
1229
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1230
1230
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1231
1231
|
* @return {Promise<Shipment>}
|
|
@@ -1238,7 +1238,7 @@ export class FbaInboundApi {
|
|
|
1238
1238
|
}
|
|
1239
1239
|
|
|
1240
1240
|
/**
|
|
1241
|
-
* Retrieve a shipment content update preview which provides a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified.
|
|
1241
|
+
* Retrieve a shipment content update preview which provides a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified.
|
|
1242
1242
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1243
1243
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1244
1244
|
* @param {String} contentUpdatePreviewId Identifier of a content update preview.
|
|
@@ -1286,7 +1286,7 @@ export class FbaInboundApi {
|
|
|
1286
1286
|
}
|
|
1287
1287
|
|
|
1288
1288
|
/**
|
|
1289
|
-
* Retrieve a shipment content update preview which provides a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified.
|
|
1289
|
+
* Retrieve a shipment content update preview which provides a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified.
|
|
1290
1290
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1291
1291
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1292
1292
|
* @param {String} contentUpdatePreviewId Identifier of a content update preview.
|
|
@@ -1300,7 +1300,7 @@ export class FbaInboundApi {
|
|
|
1300
1300
|
}
|
|
1301
1301
|
|
|
1302
1302
|
/**
|
|
1303
|
-
* Retrieves all delivery window options for a shipment. Delivery window options must first be generated by the `generateDeliveryWindowOptions` operation before becoming available.
|
|
1303
|
+
* Retrieves all delivery window options for a shipment. Delivery window options must first be generated by the `generateDeliveryWindowOptions` operation before becoming available.
|
|
1304
1304
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1305
1305
|
* @param {String} shipmentId The shipment to get delivery window options for.
|
|
1306
1306
|
* @param {Object} [opts] Optional parameters
|
|
@@ -1347,7 +1347,7 @@ export class FbaInboundApi {
|
|
|
1347
1347
|
}
|
|
1348
1348
|
|
|
1349
1349
|
/**
|
|
1350
|
-
* Retrieves all delivery window options for a shipment. Delivery window options must first be generated by the `generateDeliveryWindowOptions` operation before becoming available.
|
|
1350
|
+
* Retrieves all delivery window options for a shipment. Delivery window options must first be generated by the `generateDeliveryWindowOptions` operation before becoming available.
|
|
1351
1351
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1352
1352
|
* @param {String} shipmentId The shipment to get delivery window options for.
|
|
1353
1353
|
* @param {Object} [opts] Optional parameters
|
|
@@ -1363,7 +1363,7 @@ export class FbaInboundApi {
|
|
|
1363
1363
|
}
|
|
1364
1364
|
|
|
1365
1365
|
/**
|
|
1366
|
-
* Provides a paginated list of box packages in an inbound plan.
|
|
1366
|
+
* Provides a paginated list of box packages in an inbound plan.
|
|
1367
1367
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1368
1368
|
* @param {Object} [opts] Optional parameters
|
|
1369
1369
|
* @param {Number} [opts.pageSize] The number of boxes to return in the response matching the given query. (default to 10)
|
|
@@ -1403,7 +1403,7 @@ export class FbaInboundApi {
|
|
|
1403
1403
|
}
|
|
1404
1404
|
|
|
1405
1405
|
/**
|
|
1406
|
-
* Provides a paginated list of box packages in an inbound plan.
|
|
1406
|
+
* Provides a paginated list of box packages in an inbound plan.
|
|
1407
1407
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1408
1408
|
* @param {Object} [opts] Optional parameters
|
|
1409
1409
|
* @param {Number} [opts.pageSize] The number of boxes to return in the response matching the given query. (default to 10)
|
|
@@ -1418,7 +1418,7 @@ export class FbaInboundApi {
|
|
|
1418
1418
|
}
|
|
1419
1419
|
|
|
1420
1420
|
/**
|
|
1421
|
-
* Provides a paginated list of item packages in an inbound plan.
|
|
1421
|
+
* Provides a paginated list of item packages in an inbound plan.
|
|
1422
1422
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1423
1423
|
* @param {Object} [opts] Optional parameters
|
|
1424
1424
|
* @param {Number} [opts.pageSize] The number of items to return in the response matching the given query. (default to 10)
|
|
@@ -1458,7 +1458,7 @@ export class FbaInboundApi {
|
|
|
1458
1458
|
}
|
|
1459
1459
|
|
|
1460
1460
|
/**
|
|
1461
|
-
* Provides a paginated list of item packages in an inbound plan.
|
|
1461
|
+
* Provides a paginated list of item packages in an inbound plan.
|
|
1462
1462
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1463
1463
|
* @param {Object} [opts] Optional parameters
|
|
1464
1464
|
* @param {Number} [opts.pageSize] The number of items to return in the response matching the given query. (default to 10)
|
|
@@ -1473,7 +1473,7 @@ export class FbaInboundApi {
|
|
|
1473
1473
|
}
|
|
1474
1474
|
|
|
1475
1475
|
/**
|
|
1476
|
-
* Provides a paginated list of pallet packages in an inbound plan. An inbound plan will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments.
|
|
1476
|
+
* Provides a paginated list of pallet packages in an inbound plan. An inbound plan will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments.
|
|
1477
1477
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1478
1478
|
* @param {Object} [opts] Optional parameters
|
|
1479
1479
|
* @param {Number} [opts.pageSize] The number of pallets to return in the response matching the given query. (default to 10)
|
|
@@ -1513,7 +1513,7 @@ export class FbaInboundApi {
|
|
|
1513
1513
|
}
|
|
1514
1514
|
|
|
1515
1515
|
/**
|
|
1516
|
-
* Provides a paginated list of pallet packages in an inbound plan. An inbound plan will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments.
|
|
1516
|
+
* Provides a paginated list of pallet packages in an inbound plan. An inbound plan will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments.
|
|
1517
1517
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1518
1518
|
* @param {Object} [opts] Optional parameters
|
|
1519
1519
|
* @param {Number} [opts.pageSize] The number of pallets to return in the response matching the given query. (default to 10)
|
|
@@ -1528,7 +1528,7 @@ export class FbaInboundApi {
|
|
|
1528
1528
|
}
|
|
1529
1529
|
|
|
1530
1530
|
/**
|
|
1531
|
-
* Provides a list of inbound plans with minimal information.
|
|
1531
|
+
* Provides a list of inbound plans with minimal information.
|
|
1532
1532
|
* @param {Object} [opts] Optional parameters
|
|
1533
1533
|
* @param {Number} [opts.pageSize] The number of inbound plans to return in the response matching the given query. (default to 10)
|
|
1534
1534
|
* @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
@@ -1567,7 +1567,7 @@ export class FbaInboundApi {
|
|
|
1567
1567
|
}
|
|
1568
1568
|
|
|
1569
1569
|
/**
|
|
1570
|
-
* Provides a list of inbound plans with minimal information.
|
|
1570
|
+
* Provides a list of inbound plans with minimal information.
|
|
1571
1571
|
* @param {Object} [opts] Optional parameters
|
|
1572
1572
|
* @param {Number} [opts.pageSize] The number of inbound plans to return in the response matching the given query. (default to 10)
|
|
1573
1573
|
* @param {String} [opts.paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
|
|
@@ -1584,7 +1584,7 @@ export class FbaInboundApi {
|
|
|
1584
1584
|
}
|
|
1585
1585
|
|
|
1586
1586
|
/**
|
|
1587
|
-
* List the inbound compliance details for MSKUs in a given marketplace
|
|
1587
|
+
* List the inbound compliance details for MSKUs in a given marketplace. **Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding). The following characters must be double percent encoded: - `%` - `+` - `,` **Examples:** An MSKU value of `test%msku` is encoded as `test%2525msku`. An MSKU value of `test,msku` is encoded as `test%252Cmsku`.
|
|
1588
1588
|
* @param {[String]} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
|
|
1589
1589
|
* @param {String} marketplaceId The Marketplace ID. For a list of possible values, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
1590
1590
|
* @return {Promise<ListItemComplianceDetailsResponse>}
|
|
@@ -1625,7 +1625,7 @@ export class FbaInboundApi {
|
|
|
1625
1625
|
}
|
|
1626
1626
|
|
|
1627
1627
|
/**
|
|
1628
|
-
* List the inbound compliance details for MSKUs in a given marketplace
|
|
1628
|
+
* List the inbound compliance details for MSKUs in a given marketplace. **Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding). The following characters must be double percent encoded: - `%` - `+` - `,` **Examples:** An MSKU value of `test%msku` is encoded as `test%2525msku`. An MSKU value of `test,msku` is encoded as `test%252Cmsku`.
|
|
1629
1629
|
* @param {[String]} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
|
|
1630
1630
|
* @param {String} marketplaceId The Marketplace ID. For a list of possible values, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
1631
1631
|
* @return {Promise<ListItemComplianceDetailsResponse>}
|
|
@@ -1638,7 +1638,7 @@ export class FbaInboundApi {
|
|
|
1638
1638
|
}
|
|
1639
1639
|
|
|
1640
1640
|
/**
|
|
1641
|
-
* Retrieves a page of boxes from a given packing group. These boxes were previously provided through the `setPackingInformation` operation. This API is used for workflows where boxes are packed before Amazon determines shipment splits.
|
|
1641
|
+
* Retrieves a page of boxes from a given packing group. These boxes were previously provided through the `setPackingInformation` operation. This API is used for workflows where boxes are packed before Amazon determines shipment splits.
|
|
1642
1642
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1643
1643
|
* @param {String} packingGroupId Identifier of a packing group.
|
|
1644
1644
|
* @param {Object} [opts] Optional parameters
|
|
@@ -1685,7 +1685,7 @@ export class FbaInboundApi {
|
|
|
1685
1685
|
}
|
|
1686
1686
|
|
|
1687
1687
|
/**
|
|
1688
|
-
* Retrieves a page of boxes from a given packing group. These boxes were previously provided through the `setPackingInformation` operation. This API is used for workflows where boxes are packed before Amazon determines shipment splits.
|
|
1688
|
+
* Retrieves a page of boxes from a given packing group. These boxes were previously provided through the `setPackingInformation` operation. This API is used for workflows where boxes are packed before Amazon determines shipment splits.
|
|
1689
1689
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1690
1690
|
* @param {String} packingGroupId Identifier of a packing group.
|
|
1691
1691
|
* @param {Object} [opts] Optional parameters
|
|
@@ -1701,7 +1701,7 @@ export class FbaInboundApi {
|
|
|
1701
1701
|
}
|
|
1702
1702
|
|
|
1703
1703
|
/**
|
|
1704
|
-
* Retrieves a page of items in a given packing group. Packing options must first be generated by the corresponding operation before packing group items can be listed.
|
|
1704
|
+
* Retrieves a page of items in a given packing group. Packing options must first be generated by the corresponding operation before packing group items can be listed.
|
|
1705
1705
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1706
1706
|
* @param {String} packingGroupId Identifier of a packing group.
|
|
1707
1707
|
* @param {Object} [opts] Optional parameters
|
|
@@ -1748,7 +1748,7 @@ export class FbaInboundApi {
|
|
|
1748
1748
|
}
|
|
1749
1749
|
|
|
1750
1750
|
/**
|
|
1751
|
-
* Retrieves a page of items in a given packing group. Packing options must first be generated by the corresponding operation before packing group items can be listed.
|
|
1751
|
+
* Retrieves a page of items in a given packing group. Packing options must first be generated by the corresponding operation before packing group items can be listed.
|
|
1752
1752
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1753
1753
|
* @param {String} packingGroupId Identifier of a packing group.
|
|
1754
1754
|
* @param {Object} [opts] Optional parameters
|
|
@@ -1764,7 +1764,7 @@ export class FbaInboundApi {
|
|
|
1764
1764
|
}
|
|
1765
1765
|
|
|
1766
1766
|
/**
|
|
1767
|
-
* Retrieves a list of all packing options for an inbound plan. Packing options must first be generated by the corresponding operation before becoming available.
|
|
1767
|
+
* Retrieves a list of all packing options for an inbound plan. Packing options must first be generated by the corresponding operation before becoming available.
|
|
1768
1768
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1769
1769
|
* @param {Object} [opts] Optional parameters
|
|
1770
1770
|
* @param {Number} [opts.pageSize] The number of packing options to return in the response matching the given query. (default to 10)
|
|
@@ -1804,7 +1804,7 @@ export class FbaInboundApi {
|
|
|
1804
1804
|
}
|
|
1805
1805
|
|
|
1806
1806
|
/**
|
|
1807
|
-
* Retrieves a list of all packing options for an inbound plan. Packing options must first be generated by the corresponding operation before becoming available.
|
|
1807
|
+
* Retrieves a list of all packing options for an inbound plan. Packing options must first be generated by the corresponding operation before becoming available.
|
|
1808
1808
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1809
1809
|
* @param {Object} [opts] Optional parameters
|
|
1810
1810
|
* @param {Number} [opts.pageSize] The number of packing options to return in the response matching the given query. (default to 10)
|
|
@@ -1819,7 +1819,7 @@ export class FbaInboundApi {
|
|
|
1819
1819
|
}
|
|
1820
1820
|
|
|
1821
1821
|
/**
|
|
1822
|
-
* Provides a list of all placement options for an inbound plan. Placement options must first be generated by the corresponding operation before becoming available.
|
|
1822
|
+
* Provides a list of all placement options for an inbound plan. Placement options must first be generated by the corresponding operation before becoming available.
|
|
1823
1823
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1824
1824
|
* @param {Object} [opts] Optional parameters
|
|
1825
1825
|
* @param {Number} [opts.pageSize] The number of placement options to return in the response matching the given query. (default to 10)
|
|
@@ -1859,7 +1859,7 @@ export class FbaInboundApi {
|
|
|
1859
1859
|
}
|
|
1860
1860
|
|
|
1861
1861
|
/**
|
|
1862
|
-
* Provides a list of all placement options for an inbound plan. Placement options must first be generated by the corresponding operation before becoming available.
|
|
1862
|
+
* Provides a list of all placement options for an inbound plan. Placement options must first be generated by the corresponding operation before becoming available.
|
|
1863
1863
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1864
1864
|
* @param {Object} [opts] Optional parameters
|
|
1865
1865
|
* @param {Number} [opts.pageSize] The number of placement options to return in the response matching the given query. (default to 10)
|
|
@@ -1874,7 +1874,7 @@ export class FbaInboundApi {
|
|
|
1874
1874
|
}
|
|
1875
1875
|
|
|
1876
1876
|
/**
|
|
1877
|
-
* Get preparation details for a list of MSKUs in a specified marketplace.\\n\\n**Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\\n\\nThe following characters must be double percent encoded:\\n\\n- `%`\\n- `+`\\n- `,`\\n\\n**Examples:** An MSKU value of `test%msku` is encoded as `test%2525msku`. An MSKU value of `test,msku` is encoded as `test%252Cmsku`
|
|
1877
|
+
* Get preparation details for a list of MSKUs in a specified marketplace.\\n\\n**Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\\n\\nThe following characters must be double percent encoded:\\n\\n- `%`\\n- `+`\\n- `,`\\n\\n**Examples:** An MSKU value of `test%msku` is encoded as `test%2525msku`. An MSKU value of `test,msku` is encoded as `test%252Cmsku`.
|
|
1878
1878
|
* @param {String} marketplaceId The marketplace ID. For a list of possible values, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
1879
1879
|
* @param {[String]} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
|
|
1880
1880
|
* @return {Promise<ListPrepDetailsResponse>}
|
|
@@ -1915,7 +1915,7 @@ export class FbaInboundApi {
|
|
|
1915
1915
|
}
|
|
1916
1916
|
|
|
1917
1917
|
/**
|
|
1918
|
-
* Get preparation details for a list of MSKUs in a specified marketplace.\\n\\n**Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\\n\\nThe following characters must be double percent encoded:\\n\\n- `%`\\n- `+`\\n- `,`\\n\\n**Examples:** An MSKU value of `test%msku` is encoded as `test%2525msku`. An MSKU value of `test,msku` is encoded as `test%252Cmsku`
|
|
1918
|
+
* Get preparation details for a list of MSKUs in a specified marketplace.\\n\\n**Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\\n\\nThe following characters must be double percent encoded:\\n\\n- `%`\\n- `+`\\n- `,`\\n\\n**Examples:** An MSKU value of `test%msku` is encoded as `test%2525msku`. An MSKU value of `test,msku` is encoded as `test%252Cmsku`.
|
|
1919
1919
|
* @param {String} marketplaceId The marketplace ID. For a list of possible values, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
1920
1920
|
* @param {[String]} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
|
|
1921
1921
|
* @return {Promise<ListPrepDetailsResponse>}
|
|
@@ -1928,7 +1928,7 @@ export class FbaInboundApi {
|
|
|
1928
1928
|
}
|
|
1929
1929
|
|
|
1930
1930
|
/**
|
|
1931
|
-
* Provides a paginated list of box packages in a shipment.
|
|
1931
|
+
* Provides a paginated list of box packages in a shipment.
|
|
1932
1932
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1933
1933
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1934
1934
|
* @param {Object} [opts] Optional parameters
|
|
@@ -1975,7 +1975,7 @@ export class FbaInboundApi {
|
|
|
1975
1975
|
}
|
|
1976
1976
|
|
|
1977
1977
|
/**
|
|
1978
|
-
* Provides a paginated list of box packages in a shipment.
|
|
1978
|
+
* Provides a paginated list of box packages in a shipment.
|
|
1979
1979
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1980
1980
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1981
1981
|
* @param {Object} [opts] Optional parameters
|
|
@@ -1991,7 +1991,7 @@ export class FbaInboundApi {
|
|
|
1991
1991
|
}
|
|
1992
1992
|
|
|
1993
1993
|
/**
|
|
1994
|
-
* Retrieve a paginated list of shipment content update previews for a given shipment. The shipment content update preview is a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified.
|
|
1994
|
+
* Retrieve a paginated list of shipment content update previews for a given shipment. The shipment content update preview is a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified.
|
|
1995
1995
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
1996
1996
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
1997
1997
|
* @param {Object} [opts] Optional parameters
|
|
@@ -2038,7 +2038,7 @@ export class FbaInboundApi {
|
|
|
2038
2038
|
}
|
|
2039
2039
|
|
|
2040
2040
|
/**
|
|
2041
|
-
* Retrieve a paginated list of shipment content update previews for a given shipment. The shipment content update preview is a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified.
|
|
2041
|
+
* Retrieve a paginated list of shipment content update previews for a given shipment. The shipment content update preview is a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified.
|
|
2042
2042
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2043
2043
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
2044
2044
|
* @param {Object} [opts] Optional parameters
|
|
@@ -2054,7 +2054,7 @@ export class FbaInboundApi {
|
|
|
2054
2054
|
}
|
|
2055
2055
|
|
|
2056
2056
|
/**
|
|
2057
|
-
* Provides a paginated list of item packages in a shipment.
|
|
2057
|
+
* Provides a paginated list of item packages in a shipment.
|
|
2058
2058
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2059
2059
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
2060
2060
|
* @param {Object} [opts] Optional parameters
|
|
@@ -2101,7 +2101,7 @@ export class FbaInboundApi {
|
|
|
2101
2101
|
}
|
|
2102
2102
|
|
|
2103
2103
|
/**
|
|
2104
|
-
* Provides a paginated list of item packages in a shipment.
|
|
2104
|
+
* Provides a paginated list of item packages in a shipment.
|
|
2105
2105
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2106
2106
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
2107
2107
|
* @param {Object} [opts] Optional parameters
|
|
@@ -2117,7 +2117,7 @@ export class FbaInboundApi {
|
|
|
2117
2117
|
}
|
|
2118
2118
|
|
|
2119
2119
|
/**
|
|
2120
|
-
* Provides a paginated list of pallet packages in a shipment. A palletized shipment will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments.
|
|
2120
|
+
* Provides a paginated list of pallet packages in a shipment. A palletized shipment will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments.
|
|
2121
2121
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2122
2122
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
2123
2123
|
* @param {Object} [opts] Optional parameters
|
|
@@ -2164,7 +2164,7 @@ export class FbaInboundApi {
|
|
|
2164
2164
|
}
|
|
2165
2165
|
|
|
2166
2166
|
/**
|
|
2167
|
-
* Provides a paginated list of pallet packages in a shipment. A palletized shipment will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments.
|
|
2167
|
+
* Provides a paginated list of pallet packages in a shipment. A palletized shipment will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments.
|
|
2168
2168
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2169
2169
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
2170
2170
|
* @param {Object} [opts] Optional parameters
|
|
@@ -2180,7 +2180,7 @@ export class FbaInboundApi {
|
|
|
2180
2180
|
}
|
|
2181
2181
|
|
|
2182
2182
|
/**
|
|
2183
|
-
* Retrieves all transportation options for a shipment. Transportation options must first be generated by the `generateTransportationOptions` operation before becoming available.
|
|
2183
|
+
* Retrieves all transportation options for a shipment. Transportation options must first be generated by the `generateTransportationOptions` operation before becoming available.
|
|
2184
2184
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2185
2185
|
* @param {Object} [opts] Optional parameters
|
|
2186
2186
|
* @param {Number} [opts.pageSize] The number of transportation options to return in the response matching the given query. (default to 10)
|
|
@@ -2224,7 +2224,7 @@ export class FbaInboundApi {
|
|
|
2224
2224
|
}
|
|
2225
2225
|
|
|
2226
2226
|
/**
|
|
2227
|
-
* Retrieves all transportation options for a shipment. Transportation options must first be generated by the `generateTransportationOptions` operation before becoming available.
|
|
2227
|
+
* Retrieves all transportation options for a shipment. Transportation options must first be generated by the `generateTransportationOptions` operation before becoming available.
|
|
2228
2228
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2229
2229
|
* @param {Object} [opts] Optional parameters
|
|
2230
2230
|
* @param {Number} [opts.pageSize] The number of transportation options to return in the response matching the given query. (default to 10)
|
|
@@ -2241,7 +2241,7 @@ export class FbaInboundApi {
|
|
|
2241
2241
|
}
|
|
2242
2242
|
|
|
2243
2243
|
/**
|
|
2244
|
-
* Confirms or reschedules a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
|
|
2244
|
+
* Confirms or reschedules a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
|
|
2245
2245
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2246
2246
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
2247
2247
|
* @param {String} slotId An identifier to a self-ship appointment slot.
|
|
@@ -2295,7 +2295,7 @@ export class FbaInboundApi {
|
|
|
2295
2295
|
}
|
|
2296
2296
|
|
|
2297
2297
|
/**
|
|
2298
|
-
* Confirms or reschedules a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
|
|
2298
|
+
* Confirms or reschedules a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
|
|
2299
2299
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2300
2300
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
2301
2301
|
* @param {String} slotId An identifier to a self-ship appointment slot.
|
|
@@ -2310,7 +2310,7 @@ export class FbaInboundApi {
|
|
|
2310
2310
|
}
|
|
2311
2311
|
|
|
2312
2312
|
/**
|
|
2313
|
-
* Sets packing information for an inbound plan. This should be called after an inbound plan is created to populate the box level information required for planning and transportation estimates.
|
|
2313
|
+
* Sets packing information for an inbound plan. This should be called after an inbound plan is created to populate the box level information required for planning and transportation estimates.
|
|
2314
2314
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2315
2315
|
* @param {SetPackingInformationRequest} body The body of the request to `setPackingInformation`.
|
|
2316
2316
|
* @return {Promise<SetPackingInformationResponse>}
|
|
@@ -2350,7 +2350,7 @@ export class FbaInboundApi {
|
|
|
2350
2350
|
}
|
|
2351
2351
|
|
|
2352
2352
|
/**
|
|
2353
|
-
* Sets packing information for an inbound plan. This should be called after an inbound plan is created to populate the box level information required for planning and transportation estimates.
|
|
2353
|
+
* Sets packing information for an inbound plan. This should be called after an inbound plan is created to populate the box level information required for planning and transportation estimates.
|
|
2354
2354
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2355
2355
|
* @param {SetPackingInformationRequest} body The body of the request to `setPackingInformation`.
|
|
2356
2356
|
* @return {Promise<SetPackingInformationResponse>}
|
|
@@ -2363,7 +2363,7 @@ export class FbaInboundApi {
|
|
|
2363
2363
|
}
|
|
2364
2364
|
|
|
2365
2365
|
/**
|
|
2366
|
-
* Set the preparation details for a list of MSKUs in a specified marketplace.
|
|
2366
|
+
* Set the preparation details for a list of MSKUs in a specified marketplace.
|
|
2367
2367
|
* @param {SetPrepDetailsRequest} body The body of the request to `setPrepDetails`.
|
|
2368
2368
|
* @return {Promise<SetPrepDetailsResponse>}
|
|
2369
2369
|
*/
|
|
@@ -2396,7 +2396,7 @@ export class FbaInboundApi {
|
|
|
2396
2396
|
}
|
|
2397
2397
|
|
|
2398
2398
|
/**
|
|
2399
|
-
* Set the preparation details for a list of MSKUs in a specified marketplace.
|
|
2399
|
+
* Set the preparation details for a list of MSKUs in a specified marketplace.
|
|
2400
2400
|
* @param {SetPrepDetailsRequest} body The body of the request to `setPrepDetails`.
|
|
2401
2401
|
* @return {Promise<SetPrepDetailsResponse>}
|
|
2402
2402
|
*/
|
|
@@ -2408,7 +2408,7 @@ export class FbaInboundApi {
|
|
|
2408
2408
|
}
|
|
2409
2409
|
|
|
2410
2410
|
/**
|
|
2411
|
-
* Updates the name of an existing inbound plan.
|
|
2411
|
+
* Updates the name of an existing inbound plan.
|
|
2412
2412
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2413
2413
|
* @param {UpdateInboundPlanNameRequest} body The body of the request to `updateInboundPlanName`.
|
|
2414
2414
|
* @return {Promise<void>}
|
|
@@ -2448,7 +2448,7 @@ export class FbaInboundApi {
|
|
|
2448
2448
|
}
|
|
2449
2449
|
|
|
2450
2450
|
/**
|
|
2451
|
-
* Updates the name of an existing inbound plan.
|
|
2451
|
+
* Updates the name of an existing inbound plan.
|
|
2452
2452
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2453
2453
|
* @param {UpdateInboundPlanNameRequest} body The body of the request to `updateInboundPlanName`.
|
|
2454
2454
|
* @return {Promise<void>}
|
|
@@ -2461,7 +2461,7 @@ export class FbaInboundApi {
|
|
|
2461
2461
|
}
|
|
2462
2462
|
|
|
2463
2463
|
/**
|
|
2464
|
-
* Update compliance details for a list of MSKUs. The details provided here are only used for the India (IN - A21TJRUUN4KGV) marketplace compliance validation.
|
|
2464
|
+
* Update compliance details for a list of MSKUs. The details provided here are only used for the India (IN - A21TJRUUN4KGV) marketplace compliance validation.
|
|
2465
2465
|
* @param {String} marketplaceId The Marketplace ID. For a list of possible values, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
2466
2466
|
* @param {UpdateItemComplianceDetailsRequest} body The body of the request to `updateItemComplianceDetails`.
|
|
2467
2467
|
* @return {Promise<UpdateItemComplianceDetailsResponse>}
|
|
@@ -2501,7 +2501,7 @@ export class FbaInboundApi {
|
|
|
2501
2501
|
}
|
|
2502
2502
|
|
|
2503
2503
|
/**
|
|
2504
|
-
* Update compliance details for a list of MSKUs. The details provided here are only used for the India (IN - A21TJRUUN4KGV) marketplace compliance validation.
|
|
2504
|
+
* Update compliance details for a list of MSKUs. The details provided here are only used for the India (IN - A21TJRUUN4KGV) marketplace compliance validation.
|
|
2505
2505
|
* @param {String} marketplaceId The Marketplace ID. For a list of possible values, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
2506
2506
|
* @param {UpdateItemComplianceDetailsRequest} body The body of the request to `updateItemComplianceDetails`.
|
|
2507
2507
|
* @return {Promise<UpdateItemComplianceDetailsResponse>}
|
|
@@ -2514,7 +2514,7 @@ export class FbaInboundApi {
|
|
|
2514
2514
|
}
|
|
2515
2515
|
|
|
2516
2516
|
/**
|
|
2517
|
-
* Updates the name of an existing shipment.
|
|
2517
|
+
* Updates the name of an existing shipment.
|
|
2518
2518
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2519
2519
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
2520
2520
|
* @param {UpdateShipmentNameRequest} body The body of the request to `updateShipmentName`.
|
|
@@ -2561,7 +2561,7 @@ export class FbaInboundApi {
|
|
|
2561
2561
|
}
|
|
2562
2562
|
|
|
2563
2563
|
/**
|
|
2564
|
-
* Updates the name of an existing shipment.
|
|
2564
|
+
* Updates the name of an existing shipment.
|
|
2565
2565
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2566
2566
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
2567
2567
|
* @param {UpdateShipmentNameRequest} body The body of the request to `updateShipmentName`.
|
|
@@ -2575,7 +2575,7 @@ export class FbaInboundApi {
|
|
|
2575
2575
|
}
|
|
2576
2576
|
|
|
2577
2577
|
/**
|
|
2578
|
-
* Updates the source address of an existing shipment. The shipment source address can only be updated prior to the confirmation of the shipment carriers. As a result of the updated source address, existing transportation options will be invalidated and will need to be regenerated to capture the potential difference in transportation options and quotes due to the new source address.
|
|
2578
|
+
* Updates the source address of an existing shipment. The shipment source address can only be updated prior to the confirmation of the shipment carriers. As a result of the updated source address, existing transportation options will be invalidated and will need to be regenerated to capture the potential difference in transportation options and quotes due to the new source address.
|
|
2579
2579
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2580
2580
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
2581
2581
|
* @param {UpdateShipmentSourceAddressRequest} body The body of the request to `updateShipmentSourceAddress`.
|
|
@@ -2622,7 +2622,7 @@ export class FbaInboundApi {
|
|
|
2622
2622
|
}
|
|
2623
2623
|
|
|
2624
2624
|
/**
|
|
2625
|
-
* Updates the source address of an existing shipment. The shipment source address can only be updated prior to the confirmation of the shipment carriers. As a result of the updated source address, existing transportation options will be invalidated and will need to be regenerated to capture the potential difference in transportation options and quotes due to the new source address.
|
|
2625
|
+
* Updates the source address of an existing shipment. The shipment source address can only be updated prior to the confirmation of the shipment carriers. As a result of the updated source address, existing transportation options will be invalidated and will need to be regenerated to capture the potential difference in transportation options and quotes due to the new source address.
|
|
2626
2626
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2627
2627
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
2628
2628
|
* @param {UpdateShipmentSourceAddressRequest} body The body of the request to `updateShipmentSourceAddress`.
|
|
@@ -2636,7 +2636,7 @@ export class FbaInboundApi {
|
|
|
2636
2636
|
}
|
|
2637
2637
|
|
|
2638
2638
|
/**
|
|
2639
|
-
* Updates a shipment's tracking details.
|
|
2639
|
+
* Updates a shipment's tracking details.
|
|
2640
2640
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2641
2641
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
2642
2642
|
* @param {UpdateShipmentTrackingDetailsRequest} body The body of the request to `updateShipmentTrackingDetails`.
|
|
@@ -2683,7 +2683,7 @@ export class FbaInboundApi {
|
|
|
2683
2683
|
}
|
|
2684
2684
|
|
|
2685
2685
|
/**
|
|
2686
|
-
* Updates a shipment's tracking details.
|
|
2686
|
+
* Updates a shipment's tracking details.
|
|
2687
2687
|
* @param {String} inboundPlanId Identifier of an inbound plan.
|
|
2688
2688
|
* @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
|
|
2689
2689
|
* @param {UpdateShipmentTrackingDetailsRequest} body The body of the request to `updateShipmentTrackingDetails`.
|