Weavz
Wherefour

Wherefour

Automate Wherefour food manufacturing ERP workflows for inventory, stock lots, orders, shipments, purchases, customers, invoices, credits, and formulas.

Basic AuthCommerce
7 tools
1 trigger

Tools

Name
list_records

List Wherefour ERP records such as inventory, orders, shipments, purchases, customers, invoices, credits, and formulas.

get_record

Get a Wherefour record by ID.

create_record

Create Record in Wherefour.

update_record

Update Record in Wherefour.

patch_record

Patch Record in Wherefour.

add_stock_lot

Create a Wherefour inventory stock lot.

auto_pick_and_ship_order

Run Wherefour auto pick-and-ship for an order, letting Wherefour select available lot-coded inventory.

Triggers

Name
new_or_updated_records

Poll Wherefour for new or updated records in a selected resource.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Wherefour to my app?

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

What tools does Wherefour support?

Wherefour supports 7 tools including List Records, Get Record, Create Record, Update Record, Patch Record, and more.

Can I use Wherefour with AI agents?

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

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

Wherefour uses Basic Auth. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Wherefour integration cost?

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

What triggers does Wherefour support?

Wherefour supports 1 triggers including New or Updated Records.

Connect Wherefour in minutes

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