Weavz
Clover

Clover

Manage Clover merchants, inventory, orders, customers, refunds, and POS workflows.

OAuth2Commerce
16 tools
3 triggers

Tools

Name
get_merchant

Get merchant profile and account details.

list_items

List inventory items for a merchant with Clover pagination.

get_item

Get one inventory item by exact item ID.

create_item

Create a Clover inventory item. Price is in minor currency units.

update_item

Update selected fields on a Clover inventory item.

list_orders

List merchant orders with optional Clover pagination/filtering.

get_order

Get one merchant order by exact order ID.

create_order

Create a Clover order. Requires confirmation.

update_order

Update selected fields on a Clover order. Requires confirmation.

close_order

Close a Clover order by exact order ID. Requires confirmation.

list_payments

List Clover payments with optional pagination and filters.

get_payment

Get one Clover payment by exact payment ID.

list_customers

List Clover customers. PII is returned according to the connected app scopes.

get_customer

Get one customer by exact customer ID.

create_customer

Create a Clover customer using explicitly provided contact fields.

refund_payment

Refund a payment by exact payment ID. Requires confirmation and optional minor-unit amount.

Triggers

Name
new_or_updated_orders

Poll Clover orders and emit new or changed records after the initial baseline.

new_or_updated_items

Poll Clover inventory items and emit new or changed records after the initial baseline.

new_or_updated_payments

Poll Clover payments and emit new or changed records after the initial baseline.

Quick Start

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