Skip to content

Latest commit

 

History

History
125 lines (121 loc) · 3.61 KB

TODOS.md

File metadata and controls

125 lines (121 loc) · 3.61 KB

TODO List

Functionality

Add throttling layer which adds overspilt requests to a queue.

Endpoints:

  • Feeds
    • SubmitFeed
    • GetFeedSubmissionList
    • GetFeedSubmissionListByNextToken
    • GetFeedSubmissionCount
    • CancelFeedSubmissions
    • GetFeedSubsmissionResult
  • Finances
    • ListFinancialEventGroups
    • ListFinancialEventGroupsByNextToken
    • ListFinancialEvents
    • ListFinancialEventsByNextToken
    • GetServiceStatus
  • Fulfillment Inbound Shipment
    • GetInboundGuidanceForSKU
    • GetInboundGuidanceForASIN
    • CreateInboundShipmentPlan
    • CreateInboundShipment
    • UpdateInboundShipment
    • GetPreorderInfo
    • ConfirmPreorder
    • GetPrepInstructionsForSKU
    • GetPrepInstructionsForASIN
    • PUTTransportClient
    • EstimateTransportRequest
    • GetTransportRequest
    • ConfirmTransportRequest
    • VoidTransportRequest
    • GetPackageLabels
    • GetPalletLabels
    • GetBillOfLading
    • ListInboundShipments
    • ListInboundShipmentsByNextToken
    • ListInboundShipmentItems
    • ListInboundShipmentItemsByNextToken
    • GetServiceStatus
  • Fulfillment Inventory
    • ListInventorySupply
    • ListInventorySupplyByNextToken
    • GetServiceStatus
  • Fulfillment Outbound Shipment
    • GetFulfillmentPreview
    • CreateFulfillmentOrder
    • UpdateFulfillmentOrder
    • GetFulfillmentOrder
    • ListAllFulfillmentOrders
    • ListAllFulfillmentOrdersByNextToken
    • GetPackageTrackingDetails
    • CancelFulfillmentOrder
    • ListReturnReasonCodes
    • CreateFulfillmentReturn
    • GetServiceStatus
  • Merchant Fulfillment
    • GetEligibleShipmentServices
    • CreateShipment
    • GetShipment
    • CancelShipment
    • GetServiceStatus
  • Orders
    • ListOrders
    • ListOrdersByNextToken
    • GetOrder
    • ListOrderItems
    • ListOrderItemsByNextToken
    • GetServiceStatus
  • Products
    • ListMatchingProducts
    • GetMatchingProduct
    • GetMatchingProductForId
    • GetCompetitivePricingForId
    • GetCompetitivePricingForSKU
    • GetCompetitivePricingForASIN
    • GetLowestOfferListingsForSKU
    • GetLowestOfferListingsForASIN
    • GetLowestPricedOffersForSKU
    • GetLowestPricedOffersForASIN
    • GetMyFeesEstimate
    • GetMyPriceForSKU
    • GetMyPriceForASIN
    • GetProductCategoriesForSKU
    • GetProductCategoriesForASIN
    • GetServiceStatus
  • Recommendations
    • GetLastUpdatedTimeForRecommendations
    • ListRecommendations
    • ListRecommendationsByNextToken
  • Reports
    • RequestReport
    • GetReportRequestList
    • GetReportRequestListByNextToken
    • GetReportRequestCount
    • CancelReportRequests
    • GetReportList
    • GetReportListByNextToken
    • GetReportCount
    • GetReport
    • ManageReportSchedule
    • GetReportScheduleList
    • GetReportScheduleListByNextToken
    • GetReportScheduleCount
    • UpdateReportAcknowledgements
  • Sellers
    • ListMarketplaceParticipants
    • ListMarketplaceParticipantsByNextToken
    • GetServiceStatus
  • Subscriptions
    • Destinations
      • RegisterDestination
      • DeregisterDestination
      • ListRegisteredDestinations
      • SendTestNotificationToDestination
    • Subscriptions
      • CreateSubscription
      • GetSubscription
      • DeleteSubscription
      • ListSubscriptions
      • UpdateSubscription