Create or Update CategoryTool to create a new category or update an existing one.
Create or Update CustomerTool to create a new customer or update an existing one in Loyverse.
Create or Update DiscountTool to create or update a single discount.
Create or Update ItemTool to create a new item or update an existing one in Loyverse inventory.
Create or Update ModifierTool to create or update a single modifier with options.
Create or Update POS DeviceTool to create a new POS device or update an existing one.
Create or Update SupplierTool to create a new supplier or update an existing one in Loyverse.
Create or Update TaxTool to create or update a single tax.
Create or Update VariantTool to create or update a single item variant in Loyverse.
Create or Update WebhookTool to create a new webhook subscription or update an existing one in Loyverse.
Create ReceiptTool to create a sales receipt with line items and payments.
Create RefundTool to create a refund receipt for a sales receipt.
Delete CategoryTool to delete a single category by ID.
Delete CustomerTool to delete a single customer by their ID.
Delete DiscountTool to delete a single discount by ID.
Delete ItemTool to delete a single item by ID.
Delete Item ImageTool to delete a single image from an item.
Delete ModifierTool to delete a single modifier by its ID.
Delete POS DeviceTool to delete a single POS device by its ID.
Delete SupplierTool to delete a specific supplier by ID.
Delete TaxTool to delete a single tax by its ID.
Delete VariantTool to delete a single item variant by its ID.
Delete WebhookTool to delete a single webhook by its ID.
Get CategoryTool to get a single category by ID.
Get CustomerTool to get a single customer by their ID.
Get DiscountTool to get a single discount by ID.
Get EmployeeTool to get a single employee by ID.
Get ItemTool to get a single item by ID including all its variants.
Get JWKSTool to fetch JSON Web Key Set for OpenID Connect.
Get Merchant InfoTool to get merchant information.
Get ModifierTool to get a single modifier by ID.
Get OpenID Connect Discovery DocumentTool to retrieve the OpenID Connect discovery document.
Get Payment TypeTool to get a single payment type by its ID.
Get POS DeviceTool to retrieve details of a specific POS device by its ID.
Get ReceiptTool to retrieve a single receipt by its receipt number.
Get StoreTool to retrieve details of a specific store by its ID.
Get SupplierTool to get a single supplier by their ID.
Get TaxTool to get a single tax by ID.
Get VariantTool to get a single item variant by its ID.
Get WebhookTool to get a single webhook by its ID.
List CategoriesTool to list categories with optional filtering and pagination.
List CustomersTool to get a list of customers.
List DiscountsTool to list discounts.
List Employees (Advanced)Tool to get a list of employees with advanced filtering options.
List InventoryRetrieves inventory levels for item variants across stores in the Loyverse system.
List ItemsRetrieves a paginated list of items (products) from the Loyverse inventory.
List Modifiers (Enhanced)Tool to get a list of modifiers sorted by created_at in descending order.
List Payment TypesTool to list payment types.
List POS DevicesTool to get a list of POS devices sorted by creation date in descending order.
List ReceiptsTool to retrieve a list of receipts.
List ShiftsTool to list shifts.
List StoresTool to get a list of stores sorted by creation date (newest first).
List SuppliersTool to retrieve a list of suppliers.
List TaxesTool to get a list of taxes sorted by creation date (newest first).
List VariantsTool to get a list of item variants sorted by creation date (newest first).
List WebhooksTool to list webhooks.
Update InventoryTool to batch update inventory levels for item variants at specific stores.
Upload Item ImageTool to upload a single image for an item.