NAiOS IconNAiOS Logo
Volver al catálogo

Loyverse

loyverse

Loyverse is a point-of-sale (POS) system designed for small businesses, offering features like sales management, inventory tracking, and customer engagement tools.

Acciones
24
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (24)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Create SupplierLOYVERSE_CREATE_SUPPLIERAcción

Tool to create a new supplier. use when you need to register a supplier in loyverse before purchases.

Parámetros de entrada

  • citystring

    Supplier city

  • namestringObligatorio

    Name of the supplier

  • notestring

    Additional notes about the supplier

  • emailstring

    Supplier email address

  • regionstring

    Supplier region (state or province)

  • contactstring

    Contact person at the supplier

  • websitestring

    Supplier website URL

  • address_1string

    Supplier address line 1

  • address_2string

    Supplier address line 2

  • postal_codestring

    Supplier postal code

  • country_codestring

    Supplier country code (ISO 3166-1 alpha-2)

  • phone_numberstring

    Supplier phone number

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete CategoryLOYVERSE_DELETE_CATEGORYAcción

Tool to delete a single category by id. use when you need to remove an unused or deprecated category.

Parámetros de entrada

  • idstringObligatorio

    The unique ID of the category to delete.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete SupplierLOYVERSE_DELETE_SUPPLIERAcción

Tool to delete a specific supplier by id. use after confirming the supplier id to remove an existing supplier.

Parámetros de entrada

  • supplier_idstringObligatorio

    The unique ID of the supplier to delete.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get CategoryLOYVERSE_GET_CATEGORYAcción

Tool to get a single category by id. use when you need to fetch details of an existing category in loyverse.

Parámetros de entrada

  • idstringObligatorio

    The unique ID of the category to retrieve.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get DiscountLOYVERSE_GET_DISCOUNTAcción

Tool to get a single discount by id. use after confirming the discount id to retrieve its details.

Parámetros de entrada

  • discount_idstringObligatorio

    UUID of the discount to retrieve.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get EmployeeLOYVERSE_GET_EMPLOYEEAcción

Tool to get a single employee by id. use after confirming the employee id to fetch its details.

Parámetros de entrada

  • idstringObligatorio

    The unique UUID of the employee to retrieve.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get JWKSLOYVERSE_GET_JWKSAcción

Tool to fetch json web key set for openid connect. use when verifying loyverse id token signatures.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Merchant InfoLOYVERSE_GET_MERCHANT_INFOAcción

Tool to get merchant information. use after authenticating to retrieve merchant account details.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get OpenID Connect Discovery DocumentLOYVERSE_GET_OPEN_ID_CONFIGURATIONAcción

Tool to retrieve the openid connect discovery document. use when integrating authentication and need endpoints and supported features.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Payment TypeLOYVERSE_GET_PAYMENT_TYPEAcción

Tool to get a single payment type by its id. use when you need to fetch full details of a specific payment method before processing a transaction.

Parámetros de entrada

  • payment_type_idstringObligatorio

    The unique ID of the payment type to retrieve.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get StoreLOYVERSE_GET_STOREAcción

Tool to retrieve details of a specific store by its id. use when you need store metadata (address, contact) after obtaining the store id.

Parámetros de entrada

  • store_idstringObligatorio

    The unique ID of the store to retrieve.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List CategoriesLOYVERSE_LIST_CATEGORIESAcción

Tool to list categories with optional filtering and pagination.

Parámetros de entrada

  • limitinteger

    Maximum number of categories to return (1-250). Default is 50.

  • cursorstring

    Cursor for pagination from a previous response

  • show_deletedboolean

    Include soft-deleted categories when true

  • categories_idsstring

    Comma-separated list of category IDs to filter by

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List CustomersLOYVERSE_LIST_CUSTOMERSAcción

Tool to get a list of customers. use when you need paginated customer lists with optional filters.

Parámetros de entrada

  • limitinteger

    Maximum number of customers to return (1-250).

  • offsetinteger

    Number of customers to skip for pagination.

  • customer_idstring

    Filter by a specific customer ID.

  • phone_numberstring

    Filter by customer's phone number (include country code).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List DiscountsLOYVERSE_LIST_DISCOUNTSAcción

Tool to list discounts. use when fetching a paginated set of discounts for display or sync.

Parámetros de entrada

  • limitinteger

    Maximum number of discounts to return (>=1).

  • offsetinteger

    Number of discounts to skip for pagination (>=0).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List EmployeesLOYVERSE_LIST_EMPLOYEESAcción

Tool to get a list of employees. use when you need paginated employee lists with optional filters. works after authenticating.

Parámetros de entrada

  • limitinteger

    Number of employees to return per page

  • cursorstring

    Cursor for pagination; pass value from previous response to fetch next page

  • employee_idsstring

    Comma-separated list of employee UUIDs to filter results

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List ItemsLOYVERSE_LIST_ITEMSAcción

Tool to list items with filtering and pagination. use when you need to retrieve inventory items with optional filters and handle pagination for large result sets.

Parámetros de entrada

  • afterstring

    Cursor for pagination; returns items after this cursor.

  • limitinteger

    Maximum number of items to return (1-250).

  • vendor_idstring

    Filter items by vendor ID.

  • category_idstring

    Filter items by category ID.

  • location_idstring

    Filter items by a specific location ID.

  • modifier_idstring

    Return only items that have this modifier ID attached.

  • updated_at_maxstring

    Only items updated before this ISO 8601 date/time.

  • updated_at_minstring

    Only items updated after this ISO 8601 date/time.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List ModifiersLOYVERSE_LIST_MODIFIERSAcción

Tool to list modifiers. use when you need a paginated list of modifiers with optional filters.

Parámetros de entrada

  • idsstring

    Comma-separated list of modifier IDs to filter results

  • limitinteger

    Number of modifiers to return per page (1-250)

  • cursorstring

    Cursor for pagination; use value from previous response to fetch next page

  • updated_at_maxstring

    Filter modifiers updated before this datetime (ISO 8601)

  • updated_at_minstring

    Filter modifiers updated after this datetime (ISO 8601)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Payment TypesLOYVERSE_LIST_PAYMENT_TYPESAcción

Tool to list payment types. use when you need to fetch available payment methods with optional filters and pagination.

Parámetros de entrada

  • limitinteger

    Maximum number of payment types to return (1-250)

  • cursorstring

    Cursor for pagination; pass value from previous response to retrieve next page

  • show_deletedboolean

    Whether to include soft-deleted payment types

  • created_at_maxstring

    Only include payment types created at or before this ISO 8601 timestamp

  • created_at_minstring

    Only include payment types created at or after this ISO 8601 timestamp

  • updated_at_maxstring

    Only include payment types updated at or before this ISO 8601 timestamp

  • updated_at_minstring

    Only include payment types updated at or after this ISO 8601 timestamp

  • payment_type_idsstring

    Comma-separated list of payment type UUIDs to filter results

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List ReceiptsLOYVERSE_LIST_RECEIPTSAcción

Tool to retrieve a list of receipts. use when you need to fetch receipts with optional filters and handle pagination.

Parámetros de entrada

  • limitinteger

    Maximum number of receipts to return (1-250)

  • orderstring

    Filter receipts by order ID

  • cursorstring

    Cursor for pagination; pass value from previous response to fetch next page

  • sourcestring

    Filter receipts by source application

  • store_idstring

    Filter receipts by store ID

  • created_at_maxstring

    Include receipts created before this ISO 8601 date/time

  • created_at_minstring

    Include receipts created at or after this ISO 8601 date/time

  • updated_at_maxstring

    Include receipts updated before this ISO 8601 date/time

  • updated_at_minstring

    Include receipts updated at or after this ISO 8601 date/time

  • receipt_numbersstring

    Comma-separated list of receipt numbers to filter results

  • since_receipt_numberstring

    Return only receipts after this receipt number

  • before_receipt_numberstring

    Return only receipts before this receipt number

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List ShiftsLOYVERSE_LIST_SHIFTSAcción

Tool to list shifts. use when you need to retrieve shift records for reporting or auditing with optional filters.

Parámetros de entrada

  • limitinteger

    Maximum number of shifts to return (1-250)

  • cursorstring

    Cursor for pagination; use the cursor from previous response to fetch next page

  • store_idsstring

    Comma-separated list of store IDs to filter shifts

  • created_at_maxstring

    Show shifts opened before this date/time (ISO 8601)

  • created_at_minstring

    Show shifts opened at or after this date/time (ISO 8601)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List SuppliersLOYVERSE_LIST_SUPPLIERSAcción

Tool to retrieve a list of suppliers. use when you need a paginated supplier directory with optional filters.

Parámetros de entrada

  • limitinteger

    Maximum number of suppliers to return (1-250). Default is 50.

  • cursorstring

    Pagination cursor from a previous request. Use to fetch the next page.

  • show_deletedboolean

    Whether to include soft-deleted suppliers in the results.

  • suppliers_idsstring

    Return only suppliers specified by a comma-separated list of IDs

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List TaxesLOYVERSE_LIST_TAXESAcción

Tool to list taxes. use when you need to fetch tax configurations with pagination for reporting or synchronization purposes. example: "list taxes with limit 100 and offset 0".

Parámetros de entrada

  • limitinteger

    Number of results to return per page. Must be between 1 and 250. Default is 50.

  • offsetinteger

    Initial index from which to return the results (zero-based). Default is 0.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List VariantsLOYVERSE_LIST_VARIANTSAcción

Tool to list variants. use when you need to retrieve item variants with optional filtering by item and pagination.

Parámetros de entrada

  • limitinteger

    Number of variants to return per page (default is 100).

  • cursorstring

    Cursor for pagination; use the value from previous response to fetch the next page.

  • item_idstring

    Filter variants by the associated item ID.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List WebhooksLOYVERSE_LIST_WEBHOOKSAcción

Tool to list webhooks. use when you need to retrieve all configured webhooks.

Parámetros de entrada

  • limitinteger

    Maximum number of webhooks to return per page.

  • offsetinteger

    Number of webhooks to skip for pagination.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not