Inventory & Restock
What you hold and where — FBA, AWD, 3PL and supplier — plus inventory health and the forecast overrides and shipment lead times that drive restock planning.
12 tools — 8 read, 2 write, 2 delete.
| Tool | Access | What it does |
|---|---|---|
inventory_get_awd_list | Read | Retrieve inventory stored in Amazon Warehousing & Distribution (AWD) bulk storage facilities. AWD is Amazon’s upstream storage — sellers ship to AWD, which auto-replenishes FBA. |
inventory_get_health | Read | Retrieve inventory health metrics for a specific date and marketplace — excess units, stranded inventory, days of stock, and inventory age. |
inventory_get_stock | Read | Retrieve detailed daily inventory stock data for a single product in one marketplace over a date range. |
inventory_get_stock_all | Read | Retrieve paginated inventory stock levels for all products within a date range. |
inventory_get_stock_simple | Read | Retrieve aggregated stock totals for a single product across one or more marketplaces — returns total quantities per marketplace, not day-by-day rows. |
inventory_get_summary_latest | Read | Retrieve the latest pre-computed inventory summary snapshot across all products — no date range required. Unlike inventory_get_stock_all which requires a date range, this returns the most recent snapshot. |
inventory_override_template_delete | Delete | Delete an inventory override template by ID — this action is irreversible. Obtain the template ID from inventory_override_template_list first. |
inventory_override_template_list | Read | List all inventory override templates — custom rules that replace Propamp’s automatic velocity-based reorder calculations for specific products. |
inventory_override_template_save | Write | Create or update an inventory override template (upsert) — custom rules that replace Propamp’s automatic velocity-based reorder calculations. |
lead_time_delete | Delete | Delete the lead-time configuration for a specific shipment — permanently removes all step definitions, planned dates, and actual tracking data. |
lead_time_get | Read | Retrieve the lead-time configuration for a specific shipment — planned and actual durations for each logistics step (PRODUCTION, OCEAN_FREIGHT, CUSTOMS, PREP… |
lead_time_save | Write | Save or update the lead-time configuration for a specific shipment — define logistics steps (PRODUCTION, AIR_FREIGHT, OCEAN_FREIGHT, CUSTOMS, DOMESTIC_FREIGHT, PREP, AWD) with planned durations and date ranges. |
Last updated on