Amazon Seller Central
E-commerceRun your Amazon storefront with AI agents through the Selling Partner API. Agents pull orders and order items, confirm shipments, manage catalog listings, check inventory, request and download reports, and track financial events.
What This Integration Enables
Amazon is the marketplace that behaves like infrastructure: strict rate limits, asynchronous everything, and a data model that assumes you are running software, not clicking a console. This connector meets it on those terms. FlowRunner agents pull orders and line items, confirm merchant-fulfilled shipments with tracking, inspect and modify listings individually or in bulk through the three-step feeds pipeline, monitor FBA inventory, request and download business reports with decompression handled, and pull financial events and settlement groups for reconciliation. The rate limits are not a footnote; they are the argument for orchestration. The Orders API allows roughly one call per minute, feeds one every two minutes, so an effective seller integration is one that paces itself, batches changes, and polls asynchronously without a person babysitting it. That is agent work. The judgment calls, repricing the catalog, deleting an offer, stay with a person through FlowRunner's [human-in-the-loop](/concepts/human-in-the-loop) gates.
Without FlowRunner
With FlowRunner
Use Case Scenarios
Orders out, tracking back
On a paced schedule that respects the Orders API's limits, List Orders pulls new and updated orders, List Order Items expands the line detail, and each order lands in the fulfillment sheet in [Google Sheets](/integrations/google-sheets) and the ERP. When the warehouse ships, Confirm Shipment pushes the carrier code and tracking number back, flipping the order to Shipped in Amazon without anyone opening Seller Central. The loop closes in both directions automatically.
Restock before the Buy Box notices
A daily flow reads Get Inventory Summaries with details enabled: fulfillable, inbound, and reserved quantities per SKU. SKUs whose fulfillable count falls below their velocity-based threshold trigger a reorder task and a [Slack](/integrations/slack) alert with the inbound quantity shown, so nobody reorders stock that is already on a truck. Create Report requests the FBA planning report weekly, and Download Report Document lands the decompressed file in FlowRunner file storage for the demand planner.
Settlements that reconcile themselves
When List Financial Event Groups shows a settlement period closed, the agent pulls its events with List Financial Events: shipment settlements, refunds, service fees, adjustments, grouped by kind. Fees post to [QuickBooks Online](/integrations/quickbooks-online) as bills, refunds match against their orders, and anything that fits no known pattern lands in the exceptions list for the bookkeeper. The Amazon deposit stops being a number you accept and becomes a number you verified.
Human-in-Loop Highlight
The feeds pipeline is this connector's heavy machinery: one submitted pricing feed can reprice the entire catalog, and Amazon processes it asynchronously, at scale, with no undo, only a corrective feed that takes just as long. Delete Listing Item is the same class of act at single-SKU scale, removing the offer and its sales momentum from the marketplace. So bulk changes run through a diff, not a hope: the agent assembles what will change, current price to proposed price per SKU from Get Listing Item, flags every move outside the guardrails, and waits. The marketplace manager approves the batch, the three-step feed submits, and Get Feed's processing report comes back with per-record errors for the agent to triage. An ACCEPTED response means Amazon took the file, not that the change is right. The person before the submission is what makes it right.
Agent Capabilities
23 actionsAccount
1- Get Marketplace Participations Retrieves the seller's marketplaces with IDs, currencies, and domains. The connection check and marketplace discovery step.
Orders
4- List Orders Retrieves orders by created or updated time range with status filters, paginated by NextToken. Paced for the API's one-per-minute sustained limit.
- Get Order Retrieves one order's status, totals, dates, and fulfillment channel.
- List Order Items Retrieves an order's line items with SKU, ASIN, quantities, price, and tax.
- Confirm Shipment Submits carrier, tracking, and shipped items for a merchant-fulfilled order, flipping it to Shipped.
Catalog and Listings
6- Search Catalog Items Searches the Amazon catalog by keywords or up to 20 identifiers, with selectable data sets per item.
- Get Catalog Item Retrieves one catalog item by ASIN with summaries, attributes, images, ranks, and variation relationships.
- Get Listing Item Retrieves a listing by SKU with status, attributes, issues, offers, and availability. The inspection read before every change.
- Put Listing Item Creates or fully replaces a listing against its product type's JSON schema. Processed asynchronously; ACCEPTED means validated, not live.
- Patch Listing Item Applies JSON Patch operations to change price or quantity without resubmitting the listing.
- Delete Listing Item Removes the offer from Amazon by SKU, asynchronously. Runs only with review.
Inventory
1- Get Inventory Summaries Retrieves FBA quantities per SKU: fulfillable, inbound, reserved, unfulfillable. The read behind every restock trigger.
Reports
5- Create Report Requests a report such as all orders, open listings, or sales and traffic. Asynchronous by design.
- Get Report Polls a report's processing status and returns the document ID once DONE.
- List Reports Lists previously requested reports by type, status, and time.
- Get Report Document Retrieves the download descriptor with its five-minute pre-signed URL.
- Download Report Document Fetches, decompresses, and stores a completed report in FlowRunner file storage with a preview. The one-step retrieval.
Finances
2- List Financial Events Retrieves settlements, refunds, fees, and adjustments for a time range, grouped by event kind. The reconciliation feed.
- List Financial Event Groups Retrieves settlement periods with status, transfer state, and totals. The trigger for period-close reconciliation.
Feeds
4- Create Feed Document Opens a feed submission and returns the feedDocumentId with a five-minute upload URL. Step one of three.
- Upload Feed Content Uploads the feed file to the pre-signed URL with the matching content type. Step two.
- Create Feed Submits the uploaded document for processing under the chosen feed type. Step three, and the batch this page's human gate approves.
- Get Feed Polls a feed to DONE and returns the processing report ID with per-record errors and warnings.
Frequently Asked Questions
What can FlowRunner do with Amazon Seller Central?
FlowRunner agents can run Get Marketplace Participations, List Orders, and Get Order in Amazon Seller Central, plus 20 more actions.
Does connecting Amazon Seller Central to FlowRunner require OAuth?
Yes. Amazon Seller Central connects to FlowRunner with OAuth 2.0, so agents authenticate without handling raw credentials.
Can Amazon Seller Central trigger a FlowRunner workflow automatically?
Amazon Seller Central doesn't currently expose triggers in FlowRunner. It connects as an action step inside workflows started by another trigger.
Start building with Amazon Seller Central
$100 in credits. No card required. Connect in minutes.