Megaventory
Automate Megaventory inventory, products, stock levels, sales orders, purchase orders, locations, and integration updates.
Tools
| Name | Description |
|---|---|
list_recordsList Megaventory records using a supported Get operation with filters. | List Megaventory records using a supported Get operation with filters. |
upsert_productInsert or update a Megaventory product using ProductUpdate. | Insert or update a Megaventory product using ProductUpdate. |
upsert_sales_orderInsert or update a Megaventory sales order using SalesOrderUpdate. | Insert or update a Megaventory sales order using SalesOrderUpdate. |
upsert_purchase_orderInsert or update a Megaventory purchase order using PurchaseOrderUpdate. | Insert or update a Megaventory purchase order using PurchaseOrderUpdate. |
update_product_stockAdjust physical stock for products and locations using InventoryLocationStock/ProductStockUpdate. | Adjust physical stock for products and locations using InventoryLocationStock/ProductStockUpdate. |
upsert_inventory_locationInsert or update a Megaventory inventory location. | Insert or update a Megaventory inventory location. |
Triggers
| Name | Description |
|---|---|
integration_updatesPoll Megaventory IntegrationUpdate records after the initial baseline. | Poll Megaventory IntegrationUpdate records after the initial baseline. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('megaventory', 'list_records', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'megaventory',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Megaventory to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Megaventory support?
Megaventory supports 6 tools including List Records, Upsert Product, Upsert Sales Order, Upsert Purchase Order, Update Product Stock, and more.
Can I use Megaventory with AI agents?
Yes. Add Megaventory 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 Megaventory be used in stateful agent workflows?
Yes. Agents can combine Megaventory 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 Megaventory use?
Megaventory uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Megaventory integration cost?
The Megaventory integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Megaventory support?
Megaventory supports 1 triggers including Integration Updates.
Connect Megaventory in minutes
Get 20,000 free action executions every month. No credit card required.