Weavz
SAP Business One

SAP Business One

Automate SAP Business One Service Layer partners, items, orders, purchasing, stock transfers, and inventory adjustments.

9 tools
1 trigger

Tools

Name
list_entities

List SAP Business One Service Layer entities with OData query options.

get_entity

Get one SAP Business One entity by entity set and key expression.

create_entity

Create a SAP Business One Service Layer entity.

update_entity

Patch a SAP Business One Service Layer entity.

delete_entity

Delete a SAP Business One Service Layer entity when the entity supports deletion.

create_sales_order

Create a SAP Business One sales order through the Orders entity set.

create_inventory_adjustment

Create an inventory goods receipt or issue document for stock adjustment.

close_document

Call the Close action on an Orders or PurchaseOrders document.

cancel_document

Call the Cancel action on an Orders or PurchaseOrders document.

Triggers

Name
entity_updated

Poll SAP Business One entities by UpdateDate 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('sap-business-one', 'list_entities', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'sap-business-one',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect SAP Business One 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 SAP Business One support?

SAP Business One supports 9 tools including List Entities, Get Entity, Create Entity, Update Entity, Delete Entity, and more.

Can I use SAP Business One with AI agents?

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

Yes. Agents can combine SAP Business One 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 SAP Business One use?

SAP Business One uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the SAP Business One integration cost?

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

What triggers does SAP Business One support?

SAP Business One supports 1 triggers including Entity Updated.

Connect SAP Business One in minutes

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