Shipments & Inbound
Goods in motion from supplier to warehouse to Amazon — shipments and drafts, freight and duty costs, future shipment exports, and AWD inbound.
13 tools — 8 read, 2 write, 3 delete.
| Tool | Access | What it does |
|---|---|---|
shipment_awd_get_by_id | Read | Retrieve detailed information for a single AWD (Amazon Warehousing and Distribution) inbound shipment by its ID — items, quantities, and delivery status. |
shipment_awd_list | Read | Retrieve a paginated list of AWD (Amazon Warehousing and Distribution) inbound shipments — goods flowing from Supplier to AWD warehouses upstream of FBA (Supplier -> AWD -> FBA via auto-replenishment). |
shipment_convert_draft | Delete | Merge Propamp draft shipment data (costs, PO links, lead times) into an existing Amazon FBA shipment record. Does NOT create a new Amazon shipment — the seller must first create it in Seller Central, then use this tool to enrich the Propamp record. |
shipment_create_draft | Write | Create a new draft shipment or update an existing one with shipment name, marketplace, items, and linked purchase orders for FBA inbound planning. |
shipment_delete_draft | Delete | Permanently delete a draft shipment by its ID — removes the draft from Propamp only, does NOT affect any real Amazon shipments. Cannot delete real non-draft shipments — those are managed in Amazon Seller Central. |
shipment_get_by_id | Read | Retrieve detailed information for a single FBA inbound shipment by its ID, including items, quantities, dates, and shipment status. |
shipment_get_costs | Read | Retrieve additional costs (freight, customs, duties, prep fees) associated with a specific shipment for landed cost calculation. |
shipment_get_draft | Read | Retrieve draft shipment details by ID, including planned items and linked purchase orders. Part of the draft workflow: create_draft -> get_draft -> convert_draft -> delete_draft. |
shipment_get_future_export | Read | Retrieve a paginated data-export of shipments with future estimated arrival dates (statuses: WORKING, SHIPPED, IN_TRANSIT… |
shipment_get_list | Read | Retrieve a paginated list of FBA inbound shipments with filtering by status, marketplace, type, and products. Does NOT include AWD shipments — use shipment_awd_list for Amazon Warehousing and Distribution inbound. |
shipment_list_cost_names | Read | Retrieve all unique additional cost category names used across shipments (Ocean Freight, Customs Duty, Prep Fee, etc.) — returns flat string array, no amounts. |
shipment_save_costs | Delete | Save or replace the entire additional cost structure (freight, customs, duties, prep fees) for a shipment, including per-product cost distribution. |
shipment_update | Write | Update Propamp internal metadata for an existing FBA inbound shipment — does NOT modify the Amazon shipment itself. Updatable: estimated arrival date, internal status, freight forwarder, container type, linked purchase orders, and product allocation. |
Last updated on