agentcentral
FeaturesPricingDocsSign InStart free trial
Start free trial
DocsFulfillment↓

Start

OverviewClaudeChatGPTOpenClawHermes AgentConfiguration examples

Workflows

Best practicesRun the data tourUse the feedback toolScope your API keysBuild a prompt libraryBusiness playbook

Command line

CLI overviewInstall the CLIAuth and profilesLocal MCP bridgeClient compatibilityAutomationWrite safetyCLI security

Platform

How agentcentral worksPricing and billing

Tool Reference

Tool reference overviewAdsInventoryFinanceCatalogRankingFulfillment
Docs

Start

OverviewClaudeChatGPTOpenClawHermes AgentConfiguration examples

Workflows

Best practicesRun the data tourUse the feedback toolScope your API keysBuild a prompt libraryBusiness playbook

Command line

CLI overviewInstall the CLIAuth and profilesLocal MCP bridgeClient compatibilityAutomationWrite safetyCLI security

Platform

How agentcentral worksPricing and billing

Tool Reference

Tool reference overviewAdsInventoryFinanceCatalogRankingFulfillment
agentcentral

Product

  • Docs
  • Claude quickstart
  • ChatGPT quickstart
  • Best practices
  • Pricing
  • vs Amazon Ads MCP Server
  • Blog

Tool Reference

  • Ads
  • Inventory
  • Finance
  • Catalog
  • Ranking
  • Fulfillment

Seller Central

  • Amazon Seller Central MCP
  • Amazon Seller Central MCP for Claude
  • ChatGPT with Amazon seller data
  • Connect Seller Central to Claude
  • Connect Seller Central to ChatGPT
  • Amazon Ads MCP server
  • Amazon Ads MCP server for Claude
  • Connect Amazon Ads to Claude

Resources

  • Amazon seller MCP servers compared
  • Amazon MCP server for Claude
  • Amazon MCP server for ChatGPT
  • Amazon seller data layer
  • Amazon Ads agent
  • Start free trial
© 2026 agentcentral. All rights reserved.·Privacy·Terms·DPA·Last updated May 20, 2026

Tool Reference

Fulfillment Tools

4 tools

Multi-Channel Fulfillment shipping estimates, order creation, tracking, and return authorization.

Related paths

Amazon Seller Central MCP

Hosted Amazon Seller Central MCP overview for Claude, ChatGPT, and custom agents.

Amazon seller data layer

How ads, inventory, orders, catalog, ranking, finance, and fulfillment data are structured for agents.

Claude connection walkthrough

Step-by-step path from Seller Central OAuth to a Claude connector or MCP config.

ChatGPT Seller Central setup

ChatGPT-specific setup and examples for Amazon seller data through MCP.

Amazon Ads MCP Tool ReferenceAmazon Inventory MCP Tool ReferenceFinance ToolsAmazon Catalog MCP Tool ReferenceRanking Tools

Tools

read

get_shipping_previewget_mcf_orders

write

create_mcf_ordermanage_returns
Tools (4)

read

get_shipping_previewget_mcf_orders

write

create_mcf_ordermanage_returns

read

get_shipping_preview

read

Get Multi-Channel Fulfillment (MCF) shipping options and estimated delivery dates before creating an order. Shows available shipping speeds, fees, and fulfillability. Max 50 items per preview.

When to use

Check MCF availability, costs, and delivery estimates before placing an MCF order. Always preview before creating.

Parameters2
NameTypeDescription
items*arrayItems to get shipping preview for (1-50). Each item has sku (string) and quantity (integer, min 1).
destination*objectShipping destination address with name, line1, line2 (optional), city, state, zip, and country_code (default US).

* required

Tips

  • Always run a shipping preview before create_mcf_order to verify availability and costs.
  • The response shows multiple shipping speeds (Standard, Expedited, Priority) with estimated fees for each.
  • Check isFulfillable to confirm each speed can actually be fulfilled before ordering.
  • Unfulfillable items will include reasons explaining why MCF cannot fulfill them.

Related tools

create_mcf_orderget_mcf_ordersget_fba_inventory

get_mcf_orders

read

List Multi-Channel Fulfillment (MCF) orders. Shows order status, destination, shipping speed, and dates. Pass an order_id to get shipment, tracking, and Amazon shipment IDs for one order. Defaults to last 30 days.

When to use

Check the status and tracking of existing MCF orders, or list all recent MCF orders.

Parameters2
NameTypeDescription
order_idstringOptional seller fulfillment order ID to inspect shipment and tracking details for one order.
start_datestring (30 days ago)Start date for order lookup (YYYY-MM-DD). Defaults to 30 days ago.

Tips

  • Use this to track MCF order statuses after placing orders with create_mcf_order.
  • Order statuses include New, Received, Planning, Processing, Shipped, Complete, and others.
  • The order detail response includes Amazon shipment IDs that manage_returns can use when an item was split across multiple shipments.

Related tools

create_mcf_orderget_shipping_previewmanage_returns

write

create_mcf_order

write

Submit a Multi-Channel Fulfillment (MCF) order request. Amazon accepts the request first, then fulfillment status is tracked with get_mcf_orders. Max 50 items per order.

When to use

Submit a request for Amazon to ship FBA inventory to a non-Amazon customer address, such as fulfilling orders from your own website or other sales channels.

Parameters8
NameTypeDescription
order_id*stringYour unique order reference ID (1-40 characters).
display_id*stringCustomer-facing order ID (1-40 characters).
items*arrayItems to fulfill (1-50 per order). Each item has sku (string) and quantity (integer, min 1).
destination*objectShipping destination address with name, line1, line2 (optional), city, state, zip, and country_code (default US).
shipping_speedenum (Standard)Shipping speed: Standard, Expedited, or Priority.
commentstring (MCF order via agentcentral)Order comment (max 750 characters).
confirmboolean (false)Validation preview by default. Set true to actually submit the order to Amazon (ships physical inventory).
idempotency_keystringRequired when confirm=true (8-128 chars). Reusing the same key prevents duplicate MCF order submissions.

* required

Tips

  • Always run get_shipping_preview first to verify availability and costs.
  • Leave confirm unset (or false) to validate the order without shipping; set confirm=true with an idempotency_key to submit it.
  • Reuse the same idempotency_key on retries so a network failure cannot create a duplicate shipment.
  • The order_id must be unique across all your MCF orders.
  • Use get_mcf_orders to track the order status after Amazon accepts the request.
  • Standard shipping is the most cost-effective option for non-urgent orders.

Watch out

  • Amazon accepts the order request before fulfillment lifecycle status is observable in get_mcf_orders. The request can still ship physical inventory.

Related tools

get_shipping_previewget_mcf_ordersmanage_returns

manage_returns

write

Create a return authorization for a Multi-Channel Fulfillment (MCF) order. Initiates the return process for fulfilled items. Max 20 items per return.

When to use

Initiate a return for items from an MCF order that need to be returned to Amazon fulfillment centers.

Parameters2
NameTypeDescription
order_id*stringThe seller fulfillment order ID to return items from (1-40 characters).
items*arrayItems to return (1-20 per request). Each item has sku, item_id (the sellerFulfillmentOrderItemId from the original order), reason_code (an exact Amazon return code such as CR-DEFECTIVE), optional amazon_shipment_id for split shipments, and optional comment (max 1000 chars).

* required

Tips

  • The item_id must match the sellerFulfillmentOrderItemId from the original MCF order.
  • The reason_code must be a real Amazon return code for that SKU and order; the tool validates it live before creating the return.
  • Use get_mcf_orders to look up the order details, including item IDs and Amazon shipment IDs for split shipments.
  • The response includes the return authorization ID, Amazon RMA, label URL, and return-to address for the physical return.

Watch out

  • This creates a real return authorization. The customer will receive a return shipping address.

Related tools

get_mcf_orderscreate_mcf_orderget_returns