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.
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.
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.
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.
Tool to create a sales receipt with line items and payments. Use when you need to record a sale transaction in Loyverse.
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).
Tool to get a single customer by their ID. Use when you need to fetch details of a specific customer.
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.
Tool to retrieve details of a specific POS device by its ID. Use when you need POS device metadata after obtaining the device ID.
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.
Tool to get a single item variant by its ID. Use when you need detailed information about a specific variant from the Loyverse inventory.