Vend is a cloud retail POS and commerce platform—now part of Lightspeed and rebranded as Lightspeed Retail (X-Series)—that powers point of sale, inventory, customer, and multi-channel selling for independent and multi-store retailers. An unofficial API lets you programmatically pull products, variants, sales, customers, inventory counts, outlets, and registers—and push updates like new sales, stock orders, and customer records back into Vend.

Vend is a cloud-based retail POS and commerce platform that helps retailers run point of sale, inventory, customer, and multi-channel operations from one system. Following its acquisition by Lightspeed, Vend has been rebranded as Lightspeed Retail (X-Series). Retailers use it to process sales with embedded payments, manage stock across locations, run loyalty and marketing, and sell across in-store, online, and marketplace channels—serving apparel, electronics, jewelry, pet supplies, and other specialty retail from single shops through multi-store operations.
Core product areas include:
Common data entities:
Retailers run daily sales and inventory on Vend, but turning its portal- and POS-driven workflows into reliable API-driven automation is non-trivial:
Supergood reverse-engineers authenticated browser flows alongside Vend's open API to deliver a resilient, normalized API layer for your store—spanning both the v2.0 and v0.9 surfaces.
Use Vend with AI agents: Vend MCP Server →
Book a 30-minute session to confirm your store, API version, and authentication model.
We deliver a hardened Vend adapter tailored to your store configuration and entitlements.
Go live with continuous monitoring and automatic adjustments as Vend and Lightspeed Retail evolve.
Authentication
/authenticateAuthenticate to a Vend store using OAuth or a personal token and obtain a session token for downstream calls.
Products
/productsList products and variants with filters for SKU, type, supplier, and updated-since version cursor.
Products
/create_productCreate or update a product, variant, or composite product with pricing, tax, and inventory settings.
Sales
/salesRetrieve sales, line items, and payments across outlets and registers with status and date filters.
Sales
/create_saleRegister a new sale with line items, payments, and customer association (via the v0.9 sale-creation surface).
Inventory
/inventoryPull inventory counts, stock orders, and consignments by outlet to reconcile stock across locations.
- Pull products, variants, and composite items into a central catalog or PIM - Reconcile inventory counts and stock orders across outlets in near real time - Push price, tax, and stock-level updates back to Vend from upstream systems
- Export sales, line items, and payments to BI and data warehouse tools - Reconcile register closures and payment types against accounting systems - Surface per-outlet and per-product revenue trends for reporting
- Sync customers, loyalty balances, store credit, and gift cards into a CRM - Trigger email/SMS marketing workflows from in-store purchase events - Build a unified customer 360 across online and in-store channels
- Create sales and fulfillments from external eCommerce and marketplace orders - Route stock orders and consignments between outlets to balance inventory - Update fulfillment and shipping status back into Vend automatically
Authentication
OAuth token exchange and personal tokens handled in a managed session per store subdomain
Connectivity
Vend / Lightspeed Retail (X-Series) REST API (v2.0 and v0.9) plus authenticated browser flows where needed
Response format
Normalized JSON across Products, Sales, Inventory, Customers, and Outlets
Rate limits
Adaptive throttling tuned to your store to respect Vend API rate limits and avoid 429s
Session management
Automatic OAuth token refresh, credential rotation, and per-store session handling
Data freshness
Near real-time pulls for sales and inventory with version-cursor incremental syncs
Security
Encrypted credential vault, scoped access tokens, SOC 2-aligned controls, and audit logging
Webhooks
Event-style callbacks for sale, product, inventory, and customer changes
Latency
Sub-second reads on cached entities; multi-second writes when posting sales and stock orders
Throughput
Horizontally scaled workers sized to multi-outlet product and sales volume
Reliability
Retry, backoff, and idempotency keys for sale creation and inventory adjustments
Adaptation
Continuous monitoring of Vend-to-Lightspeed Retail (X-Series) migration, version, and endpoint drift
Yes. Vend was acquired by Lightspeed and rebranded as Lightspeed Retail (X-Series). Supergood works against the same API surfaces and tracks endpoint and host changes through the migration so your integration keeps working.
Yes. Supergood normalizes data across both versions—using v2.0 for performance and incremental syncing while still reaching v0.9-only operations such as sale creation—so you integrate once across the full surface.
No. Supergood works with your existing store credentials and authenticated sessions, handling OAuth token exchange or personal tokens for you. You do not need to build and maintain your own add-on registration.
Yes. The API supports writes including new sales, products, stock orders, and customer records—with idempotency and retry handling so high-volume sale and inventory operations stay consistent.
Each store's data sits behind its own subdomain and outlets. Supergood profiles your store configuration and normalizes outlets, registers, and inventory so multi-location data lands in one consistent schema.