eavz
Lightspeed Restaurant

Lightspeed Restaurant

Cloud-based restaurant POS and management

OAuth2Commerce
6 actions
2 triggers

Actions

Name
list_orders

List orders for an account

get_order

Get order details by ID

list_menu_items

List menu items for an account

get_employee

Get employee details by ID

get_table

Get table details by ID

custom_api_call

Make a custom API call to the Lightspeed API

Triggers

Name
new_order

Triggers when a new order is created

payment_received

Triggers when a payment is received

Quick Start

TypeScript
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.