---
title: "Amazon Seller Central Integration"
description: "Run 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."
url: https://flowrunner.ai/integrations/amazon-seller-central
date_modified: 2026-08-01T02:40:32-07:00
---

# Amazon Seller Central

[E-commerce](https://flowrunner.ai/integrations/category/e-commerce)

Run 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.

[Verified](https://flowrunner.ai/integrations/verified "What does verified mean?") · 23 actions · OAuth · available

[Amazon Seller Central website](https://sellercentral.amazon.com/) · [Platform Documentation](https://developer-docs.amazon.com/sp-api/) · Capability data verified 2026-08-12

1.  The nightly repricing run produces updated prices across the catalog
2.  Get Listing Item spot-checks current price, status, and issues on the affected SKUs
3.  The proposed changes are diffed, and price moves beyond the guardrail percentage are flagged
4.  The marketplace manager reviews the flagged repricings and approves the batch
5.  Create Feed Document opens the submission and returns the pre-signed upload URL
6.  Upload Feed Content pushes the pricing file inside the five-minute URL window
7.  Create Feed submits the batch for Amazon's asynchronous processing
8.  Get Feed polls to DONE and surfaces the per-record errors from the processing report

## 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](https://flowrunner.ai/concepts/human-in-the-loop) gates.

### Without FlowRunner

**Seller Central as a day job**: Orders, listings, and settlements each mean another session in the console

**Stockouts discovered by the Buy Box**: FBA runs dry and the first signal is the sales graph going flat

**Settlements reconciled quarterly**: Amazon's fees and adjustments get accepted on faith until someone audits

### With FlowRunner

**The storefront reports to your systems**: Orders sync to the ERP and sheets, shipments confirm back, reports download themselves

**Restock triggered by thresholds**: Inventory summaries feed reorder flows before fulfillable quantities hit zero

**Every settlement checked**: Financial events flow into accounting as they post, grouped by settlement period

## 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](https://flowrunner.ai/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](https://flowrunner.ai/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](https://flowrunner.ai/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 processes routinely

Detects exception requiring judgment

Clear match Continues automatically

Ambiguous Routes to human via preferred channel

Human decides

Agent resumes with decision

## Agent Capabilities

23 actions

### Account

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.

**Work at Amazon Seller Central?** This integration exposes Amazon Seller Central to AI agents on every FlowRunner plan, including through MCP, at no cost to you. [See what FlowRunner offers integration partners](https://flowrunner.ai/integrations/partners), including how to keep this page current.

---
Markdown version of https://flowrunner.ai/integrations/amazon-seller-central. Site index: https://flowrunner.ai/llms.txt
