Fulfillment.com MCP connector
Fulfillment.com is a third-party logistics platform that provides order fulfillment and warehouse management services for e-commerce businesses. The Fulfillment.com MCP connector allows AI agents to create and manage orders, track shipments, monitor inventory levels across warehouses, and process returns. It also supports retrieving order accounting details, updating order statuses, and generating access tokens for API authentication.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the Fulfillment.com MCP connector to perform the following actions:
- Track inventory levels across warehouse locations in real-time
- Automate order fulfillment workflows from creation to shipment
- Monitor order status changes and send customer notifications automatically
- Process returns and generate return merchandise authorization (RMA) records
- Retrieve tracking information and provide visibility to customers
- Reconcile order accounting data with financial systems
- Cancel orders before fulfillment to prevent wasted processing
Example prompts
Use the following example prompts to invoke Fulfillment.com MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me all pending orders in Fulfillment.com that need to ship today.What is the current inventory level for SKU 12345 in Fulfillment.com?List all orders from the last 7 days in Fulfillment.com with their status.Generate a tracking number for order 98765 in Fulfillment.com.Create a new order in Fulfillment.com for customer John Smith.Show me all active returns and RMAs in Fulfillment.com.Cancel order 54321 in Fulfillment.com before it ships.Pull the accounting summary for orders processed yesterday in Fulfillment.com.What inventory items are running low in Fulfillment.com?Retrieve detailed information for order 11111 in Fulfillment.com.
Fulfillment.com MCP connector tools
The Fulfillment.com MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| get-accounting | Retrieves financial and accounting information for orders. |
| get-inventory | Retrieves current inventory levels and stock status for items. |
| post-oauth-access_token | Generates an authentication token for accessing the platform. |
| get-orders | Retrieves a list of orders with filtering and pagination options. |
| post-orders | Creates a new order in the fulfillment system. |
| delete-orders-id | Cancels an existing order. |
| getOrder | Retrieves detailed information about a specific order. |
| put-orders-id-ship | Marks an order as shipped and updates its status. |
| put-orders-id-status | Updates the current status of an order. |
| get-returns | Retrieves a list of returned items and return requests. |
| put-returns | Submits return merchandise authorization information. |
| get-track | Retrieves tracking information for shipments. |
| get-users-me | Retrieves the current user's account and profile information. |