Clover
Manage Clover merchants, inventory, orders, customers, refunds, and POS workflows.
Tools
| Name | Description |
|---|---|
get_merchantGet merchant profile and account details. | Get merchant profile and account details. |
list_itemsList inventory items for a merchant with Clover pagination. | List inventory items for a merchant with Clover pagination. |
get_itemGet one inventory item by exact item ID. | Get one inventory item by exact item ID. |
create_itemCreate a Clover inventory item. Price is in minor currency units. | Create a Clover inventory item. Price is in minor currency units. |
update_itemUpdate selected fields on a Clover inventory item. | Update selected fields on a Clover inventory item. |
list_ordersList merchant orders with optional Clover pagination/filtering. | List merchant orders with optional Clover pagination/filtering. |
get_orderGet one merchant order by exact order ID. | Get one merchant order by exact order ID. |
create_orderCreate a Clover order. Requires confirmation. | Create a Clover order. Requires confirmation. |
update_orderUpdate selected fields on a Clover order. Requires confirmation. | Update selected fields on a Clover order. Requires confirmation. |
close_orderClose a Clover order by exact order ID. Requires confirmation. | Close a Clover order by exact order ID. Requires confirmation. |
list_paymentsList Clover payments with optional pagination and filters. | List Clover payments with optional pagination and filters. |
get_paymentGet one Clover payment by exact payment ID. | Get one Clover payment by exact payment ID. |
list_customersList Clover customers. PII is returned according to the connected app scopes. | List Clover customers. PII is returned according to the connected app scopes. |
get_customerGet one customer by exact customer ID. | Get one customer by exact customer ID. |
create_customerCreate a Clover customer using explicitly provided contact fields. | Create a Clover customer using explicitly provided contact fields. |
refund_paymentRefund a payment by exact payment ID. Requires confirmation and optional minor-unit amount. | Refund a payment by exact payment ID. Requires confirmation and optional minor-unit amount. |
Triggers
| Name | Description |
|---|---|
new_or_updated_ordersPoll Clover orders and emit new or changed records after the initial baseline. | Poll Clover orders and emit new or changed records after the initial baseline. |
new_or_updated_itemsPoll Clover inventory items and emit new or changed records after the initial baseline. | Poll Clover inventory items and emit new or changed records after the initial baseline. |
new_or_updated_paymentsPoll Clover payments and emit new or changed records after the initial baseline. | Poll Clover payments and emit new or changed records after the initial baseline. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('clover', 'get_merchant', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'clover',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Clover to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Clover support?
Clover supports 16 tools including Get Merchant, List Items, Get Item, Create Item, Update Item, and more.
Can I use Clover with AI agents?
Yes. Add Clover to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Clover be used in stateful agent workflows?
Yes. Agents can combine Clover tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Clover use?
Clover uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the Clover integration cost?
The Clover integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Clover support?
Clover supports 3 triggers including New or Updated Orders, New or Updated Items, New or Updated Payments.
Connect Clover in minutes
Get 20,000 free action executions every month. No credit card required.