Orderful
Cloud EDI transactions for purchase orders, invoices, shipment notices, warehouse orders, receipts, and inventory adjustments.
Tools
| Name | Description |
|---|---|
list_transactionsList Orderful v3 transactions such as purchase orders, invoices, ASNs, warehouse shipping orders, and inventory adjustments. | List Orderful v3 transactions such as purchase orders, invoices, ASNs, warehouse shipping orders, and inventory adjustments. |
get_transactionGet an Orderful v3 transaction by ID. | Get an Orderful v3 transaction by ID. |
get_transaction_messageGet the message body for an Orderful v3 transaction. | Get the message body for an Orderful v3 transaction. |
create_mosaic_transactionCreate an Orderful v4 Mosaic transaction for purchase orders, acknowledgments, invoices, ASNs, warehouse orders, receipts, and inventory adjustments. | Create an Orderful v4 Mosaic transaction for purchase orders, acknowledgments, invoices, ASNs, warehouse orders, receipts, and inventory adjustments. |
create_acknowledgmentCreate an acknowledgment for an Orderful v3 transaction. | Create an acknowledgment for an Orderful v3 transaction. |
Triggers
| Name | Description |
|---|---|
new_transactionPoll Orderful v3 transactions and emit transactions created after the previous poll. | Poll Orderful v3 transactions and emit transactions created after the previous poll. |
inbound_http_transactionReceive Orderful inbound HTTP/webhook transaction notifications from a configured communication channel. | Receive Orderful inbound HTTP/webhook transaction notifications from a configured communication channel. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('orderful', 'list_transactions', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'orderful',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Orderful 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 Orderful support?
Orderful supports 5 tools including List Transactions, Get Transaction, Get Transaction Message, Create Mosaic Transaction, Create Acknowledgment.
Can I use Orderful with AI agents?
Yes. Add Orderful 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 Orderful be used in stateful agent workflows?
Yes. Agents can combine Orderful 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 Orderful use?
Orderful uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Orderful integration cost?
The Orderful integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Orderful support?
Orderful supports 2 triggers including New Transaction, Inbound HTTP Transaction.
Connect Orderful in minutes
Get 20,000 free action executions every month. No credit card required.