Tools
| Name | Description |
|---|---|
list_entitiesList SAP Business One Service Layer entities with OData query options. | List SAP Business One Service Layer entities with OData query options. |
get_entityGet one SAP Business One entity by entity set and key expression. | Get one SAP Business One entity by entity set and key expression. |
create_entityCreate a SAP Business One Service Layer entity. | Create a SAP Business One Service Layer entity. |
update_entityPatch a SAP Business One Service Layer entity. | Patch a SAP Business One Service Layer entity. |
delete_entityDelete a SAP Business One Service Layer entity when the entity supports deletion. | Delete a SAP Business One Service Layer entity when the entity supports deletion. |
create_sales_orderCreate a SAP Business One sales order through the Orders entity set. | Create a SAP Business One sales order through the Orders entity set. |
create_inventory_adjustmentCreate an inventory goods receipt or issue document for stock adjustment. | Create an inventory goods receipt or issue document for stock adjustment. |
close_documentCall the Close action on an Orders or PurchaseOrders document. | Call the Close action on an Orders or PurchaseOrders document. |
cancel_documentCall the Cancel action on an Orders or PurchaseOrders document. | Call the Cancel action on an Orders or PurchaseOrders document. |
Triggers
| Name | Description |
|---|---|
entity_updatedPoll SAP Business One entities by UpdateDate after the initial baseline. | Poll SAP Business One entities by UpdateDate after the initial baseline. |
Quick Start
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.