Actions
| Name | Description |
|---|---|
list_ordersList orders for an account | List orders for an account |
get_orderGet order details by ID | Get order details by ID |
list_menu_itemsList menu items for an account | List menu items for an account |
get_employeeGet employee details by ID | Get employee details by ID |
get_tableGet table details by ID | Get table details by ID |
custom_api_callMake a custom API call to the Lightspeed API | Make a custom API call to the Lightspeed API |
Triggers
| Name | Description |
|---|---|
new_orderTriggers when a new order is created | Triggers when a new order is created |
payment_receivedTriggers when a payment is received | Triggers when a payment is received |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'lightspeed-restaurant',
actionName: 'list_orders',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Lightspeed Restaurant to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Lightspeed Restaurant support?
Lightspeed Restaurant supports 6 actions including List Orders, Get Order, List Menu Items, Get Employee, Get Table, and more.
Can I use Lightspeed Restaurant with AI agents?
Yes. Add Lightspeed Restaurant to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Lightspeed Restaurant use?
Lightspeed Restaurant uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Lightspeed Restaurant integration cost?
The Lightspeed Restaurant integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Lightspeed Restaurant support?
Lightspeed Restaurant supports 2 triggers including New Order, Payment Received.
Connect Lightspeed Restaurant in 2 minutes
Get 1,000 free actions every month. No credit card required.