Weavz
MarketMan

MarketMan

Restaurant purchasing and inventory API for buyer and vendor orders, products, docs, inventory counts, and webhooks.

2 tools
1 trigger

Tools

Name
call_buyer_endpoint

Call a documented MarketMan buyer API endpoint for inventory, vendors, docs, orders, sales, or webhooks.

call_vendor_endpoint

Call a documented MarketMan vendor API endpoint for docs, customers, products, orders, categories, prices, or webhooks.

Triggers

Name
webhook_event

Receive MarketMan webhook payloads configured through buyer or vendor CreateWebhook endpoints.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('marketman', 'call_buyer_endpoint', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'marketman',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect MarketMan to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does MarketMan support?

MarketMan supports 2 tools including Call Buyer Endpoint, Call Vendor Endpoint.

Can I use MarketMan with AI agents?

Yes. Add MarketMan 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 MarketMan be used in stateful agent workflows?

Yes. Agents can combine MarketMan 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 MarketMan use?

MarketMan uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the MarketMan integration cost?

The MarketMan integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does MarketMan support?

MarketMan supports 1 triggers including Webhook Event.

Connect MarketMan in minutes

Get 20,000 free action executions every month. No credit card required.