Loyverse icon

Loyverse

Point-of-sale platform for items, categories, customers, discounts, modifiers, POS devices, and sales tracking.

Supports small retailers that maintain product and customer records, configure discounts and modifiers, and manage POS devices across locations.

Sign in to connect Loyverse

Sign in to connect an account and start using Loyverse in your apps.

Example Use Cases

These are example ways Snow can use Loyverse when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.

Create or Update Category

Tool to create a new category or update an existing one. If the ID field is provided, the category will be updated; otherwise, a new category is created.

Create or Update Customer

Tool to create a new customer or update an existing one in Loyverse. Use when you need to add customer records or modify customer information. If the 'id' field is provided, it will update the existing customer; otherwise, it creates a new customer.

Create or Update Discount

Tool to create or update a single discount. Use when creating new discounts or modifying existing ones. Supports FIXED_PERCENT (percentage-based), FIXED_AMOUNT (fixed amount), and VARIABLE discount types.

Create or Update Item

Tool to create a new item or update an existing one in Loyverse inventory. Include the item ID to update an existing item, or omit it to create a new one.

Create or Update Modifier

Tool to create or update a single modifier with options. If an ID is included in the request, it will update the existing modifier; otherwise, it creates a new one.

Create or Update POS Device

Tool to create a new POS device or update an existing one. If the request includes an ID, it updates the device; otherwise, it creates a new one.

Create or Update Supplier

Tool to create a new supplier or update an existing one in Loyverse. Use when you need to register suppliers before purchases or modify supplier information. If the 'id' field is provided, it will update the existing supplier; otherwise, it creates a new supplier.

Create or Update Tax

Tool to create or update a single tax. If the ID field is provided, the tax will be updated; otherwise, a new tax is created. Use when setting up tax rates for stores.

Create or Update Variant

Tool to create or update a single item variant in Loyverse. Use when you need to add product variations (like size, color) or modify existing variant details. If variant_id is provided, it updates the existing variant; otherwise, it creates a new one. Note: The parent item must have option names defined before variants can be created.

Create or Update Webhook

Tool to create a new webhook subscription or update an existing one in Loyverse. Use when you need to subscribe to events like items.update, inventory.update, receipts.create, customers.update, or shifts.create. If the 'id' field is provided, it will update the existing webhook; otherwise, it creates a new webhook.