Amazon Seller Central Bulk Inventory Report Export
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
Amazon Seller Central Bulk Inventory Report Export lets you export inventory data for multiple items in a single operation. Instead of manually copying ASINs, SKUs, quantities, and fulfillment details one by one, or using Amazon's built-in export that may export all data without selection — this tool provides a unified checklist of all inventory items on the current page. You can see each item with its ASIN, SKU, product title, quantity, and fulfillment type. Filter items by quantity (In stock/Out of stock) or fulfillment type (FBA/FBM) to quickly find the ones you want to export. Select any number of items using checkboxes, choose your export format (CSV or JSON), and click Export. The tool then extracts the selected inventory data and generates a clean, structured export file. This turns what could be a tedious copy-paste operation into a single batch action, making inventory tracking, analysis, and reporting significantly faster and more precise.
WHERE IT RUNS
This script runs exclusively on the Amazon Seller Central web application in your browser. It activates on the inventory report page, inventory management view, and fulfillment dashboard within Seller Central. It requires the BotGentz extension to inject and execute the script. The tool does not work on the Amazon mobile app, the API, or any third-party Amazon clients — only the web-based Seller Central interface accessed through a Chromium-based or Firefox browser. It specifically targets pages under *.amazon.com, including the Seller Central inventory report views.
HOW TO USE
After installing the script via BotGentz, log in to your Amazon Seller Central account and open the Inventory Report or Manage Inventory page. The tool automatically detects the inventory list and displays a floating panel on the right side. The panel shows all inventory items on the current page, with checkboxes next to each item entry. Each item displays its ASIN, SKU, product title, quantity, and fulfillment type badge. Use the search box to filter by ASIN, SKU, or title, or use the quantity and fulfillment type filter dropdowns to narrow down your selection. Check the boxes for every item you want to export. Below the item list, toggle between CSV and JSON format. Click "Export Selected" and the tool will extract the selected inventory data and generate the export file for download. A status message appears when the export completes, showing how many items were exported.
THE ACTUAL MECHANISM — WHY IT WORKS
Amazon Seller Central's interface is built with React and uses a component-based rendering system for its inventory management. The inventory report is rendered as table rows or cards, each containing inventory metadata and metrics. This tool scans the DOM for inventory items using multiple selector patterns that Amazon consistently uses across versions. For each item, it extracts the ASIN, SKU, product title, quantity, and fulfillment type from the visible text content and data attributes. Each item is assigned a unique identifier from data attributes or checkbox values. When exporting, the tool generates CSV with inventory metrics as headers and each selected item as a row, or JSON with each item as a structured object. The CSV generation properly escapes quotes and handles numeric values. This approach works without making direct API calls, which would require authentication credentials and knowledge of Amazon's internal API structure. By reading the rendered DOM, the tool captures exactly what you see on the page, ensuring the exported data matches the displayed metrics.
THE PANEL
The floating panel is fully draggable — click and drag the header to reposition it anywhere on the page. The panel's position is saved per site in localStorage, so it reappears exactly where you left it when you return to the inventory page. Double-click the header to snap the panel to the nearest edge (left or right). A collapse button minimizes the panel to a small tab showing a warehouse emoji badge, keeping it out of the way while still accessible. The item list inside the panel is scrollable and resizes vertically based on the number of items. Pressing Escape while the panel is focused closes it completely; reopening is done via a small button injected near the page toolbar. All panel interactions are non-blocking — Seller Central's main UI remains fully responsive while the panel is open, and the panel updates automatically when you navigate between pages.
PLEASE NOTE
This script requires the BotGentz extension (free) to run user scripts on Amazon Seller Central. Amazon frequently updates its Seller Central interface and metric display structures; if the tool stops working, check for an updated version within BotGentz's script repository. This tool does not store, transmit, or log any inventory data, ASINs, SKUs, or seller information — all operations occur locally in your browser with no external network requests except those made by Amazon itself. Exported data is generated entirely from the visible page content. For pages with a large number of inventory items, the tool may take a moment to generate the export file — a status message indicates when the export is complete. Always verify the exported data matches your expectations, as some metrics may have different formatting in the page display. The tool only affects items visible on the current page; to export all inventory items, use Seller Central's built-in pagination controls or adjust your view to show all relevant items. The CSV export uses comma-separated values with quoted fields, compatible with all major spreadsheet applications. The JSON export produces well-formatted, readable JSON suitable for data analysis and integration with other tools. The fulfillment type filter helps you distinguish between FBA (Fulfillment by Amazon) and FBM (Fulfillment by Merchant) items.