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.

Example Use Cases

These are the Loyverse actions Snow can use when building apps with you. Connecting an account does not make Snow run these on its own.

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 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 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 Receipt

Tool to create a sales receipt with line items and payments. Use when you need to record a sale transaction in Loyverse.

Create Refund

Tool to create a refund receipt for a sales receipt. Use when you need to process a refund for items from a previous sale. Only supports refunds for receipts paid by a single payment method (not integrated payments).

Get Customer

Tool to get a single customer by their ID. Use when you need to fetch details of a specific customer.

Get Item

Tool to get a single item by ID including all its variants. Use when you need detailed information about a specific item from the Loyverse inventory.

Get POS Device

Tool to retrieve details of a specific POS device by its ID. Use when you need POS device metadata after obtaining the device ID.

Get Receipt

Tool to retrieve a single receipt by its receipt number. Use when you need detailed information about a specific receipt including line items, payments, and totals.

Get Variant

Tool to get a single item variant by its ID. Use when you need detailed information about a specific variant from the Loyverse inventory.