/

Lightspeed POS

Lightspeed is a cloud point-of-sale and commerce platform for retail and hospitality, handling sales, inventory, and customer management across locations.

Lightspeed is a cloud point-of-sale and commerce platform for retail and hospitality, handling sales, inventory, and customer management across locations.

Lightspeed is a cloud point-of-sale and commerce platform for retail and hospitality, handling sales, inventory, and customer management across locations.

Overview

Connect Lightspeed to Sylus to track sales, inventory turnover, and store performance in real time. Built for retailers and restaurants that need consolidated reporting across multiple outlets.

How it works

Sylus connects to Lightspeed through its API using OAuth and read-only scopes. It syncs sales, items, and inventory so you can build dashboards for revenue by store, category performance, or stock levels that update on schedule.

Configure - implementation details

Connect Sylus to Lightspeed using OAuth with read-only scopes.

// Lightspeed Retail sales
const ls = new Lightspeed({ accountId: process.env.LS_ACCOUNT, token: process.env.LS_TOKEN });

async function getSales() {
  const sales = await ls.get('/Sale.json');
  return sales.Sale.map(s => ({
    id: s.saleID,
    total: Number(s.total),
    shop: s.shopID
  }));
}
// Lightspeed Retail sales
const ls = new Lightspeed({ accountId: process.env.LS_ACCOUNT, token: process.env.LS_TOKEN });

async function getSales() {
  const sales = await ls.get('/Sale.json');
  return sales.Sale.map(s => ({
    id: s.saleID,
    total: Number(s.total),
    shop: s.shopID
  }));
}
// Lightspeed Retail sales
const ls = new Lightspeed({ accountId: process.env.LS_ACCOUNT, token: process.env.LS_TOKEN });

async function getSales() {
  const sales = await ls.get('/Sale.json');
  return sales.Sale.map(s => ({
    id: s.saleID,
    total: Number(s.total),
    shop: s.shopID
  }));
}

Lightspeed POS

Category

POS Systems

Date Added

Copyright © 2026 Sylus Labs Limited

All rights reserved.

Docs

Overview

Use cases

General

Other

X (Twitter)

Linkedin

Security

Copyright © 2026 Sylus Labs Limited

All rights reserved.

Docs

Overview

Use cases

General

Other

X (Twitter)

Linkedin

Security

Copyright © 2026 Sylus Labs Limited

All rights reserved.

Docs

Overview

Use cases

General

Other

X (Twitter)

Linkedin

Security