← Tools Reference

Loyverse

Loyverse integration (Finance, Data). Imported from open-connector.

API key11 toolshttps://api.loyverse.com/v1.0
GET
loyverse_get_merchant
Get merchant profile information for the connected Loyverse account.

/merchant/

GET
loyverse_list_stores
List stores in the connected Loyverse account.

/stores

8 parameters
ParamTypeRequiredDescription
idsarrayoptionalLimit results to these Loyverse store IDs.
createdAtMinstringoptionalOnly include resources created at or after this timestamp.
createdAtMaxstringoptionalOnly include resources created at or before this timestamp.
updatedAtMinstringoptionalOnly include resources updated at or after this timestamp.
updatedAtMaxstringoptionalOnly include resources updated at or before this timestamp.
limitintegeroptionalThe maximum number of records to return. Loyverse allows up to 250.
cursorstringoptionalThe pagination cursor returned by a previous Loyverse list call.
showDeletedbooleanoptionalWhether to include soft-deleted Loyverse records.
GET
loyverse_get_store
Get one Loyverse store by ID.

/stores/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Loyverse store ID.
GET
loyverse_list_items
List items in the connected Loyverse account.

/items

8 parameters
ParamTypeRequiredDescription
idsarrayoptionalLimit results to these Loyverse item IDs.
createdAtMinstringoptionalOnly include resources created at or after this timestamp.
createdAtMaxstringoptionalOnly include resources created at or before this timestamp.
updatedAtMinstringoptionalOnly include resources updated at or after this timestamp.
updatedAtMaxstringoptionalOnly include resources updated at or before this timestamp.
limitintegeroptionalThe maximum number of records to return. Loyverse allows up to 250.
cursorstringoptionalThe pagination cursor returned by a previous Loyverse list call.
showDeletedbooleanoptionalWhether to include soft-deleted Loyverse records.
GET
loyverse_get_item
Get one Loyverse item by ID.

/items/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Loyverse item ID.
GET
loyverse_list_categories
List item categories in the connected Loyverse account.

/categories

8 parameters
ParamTypeRequiredDescription
idsarrayoptionalLimit results to these Loyverse category IDs.
createdAtMinstringoptionalOnly include resources created at or after this timestamp.
createdAtMaxstringoptionalOnly include resources created at or before this timestamp.
updatedAtMinstringoptionalOnly include resources updated at or after this timestamp.
updatedAtMaxstringoptionalOnly include resources updated at or before this timestamp.
limitintegeroptionalThe maximum number of records to return. Loyverse allows up to 250.
cursorstringoptionalThe pagination cursor returned by a previous Loyverse list call.
showDeletedbooleanoptionalWhether to include soft-deleted Loyverse records.
GET
loyverse_get_category
Get one Loyverse category by ID.

/categories/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Loyverse category ID.
GET
loyverse_list_customers
List customers in the connected Loyverse account.

/customers

8 parameters
ParamTypeRequiredDescription
idsarrayoptionalLimit results to these Loyverse customer IDs.
emailstringoptionalFilter customers by email address.
createdAtMinstringoptionalOnly include resources created at or after this timestamp.
createdAtMaxstringoptionalOnly include resources created at or before this timestamp.
updatedAtMinstringoptionalOnly include resources updated at or after this timestamp.
updatedAtMaxstringoptionalOnly include resources updated at or before this timestamp.
limitintegeroptionalThe maximum number of records to return. Loyverse allows up to 250.
cursorstringoptionalThe pagination cursor returned by a previous Loyverse list call.
GET
loyverse_get_customer
Get one Loyverse customer by ID.

/customers/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Loyverse customer ID.
GET
loyverse_list_receipts
List receipts in the connected Loyverse account.

/receipts

12 parameters
ParamTypeRequiredDescription
receiptNumbersarrayoptionalReceipt numbers used to filter Loyverse receipt results.
sinceReceiptNumberstringoptionalShow receipts after the receipt with this number.
beforeReceiptNumberstringoptionalShow receipts before the receipt with this number.
storeIdstringoptionalFilter receipts to one Loyverse store ID.
orderstringoptionalFilter receipts by Loyverse order value.
sourcestringoptionalFilter receipts by source name.
createdAtMinstringoptionalOnly include resources created at or after this timestamp.
createdAtMaxstringoptionalOnly include resources created at or before this timestamp.
updatedAtMinstringoptionalOnly include resources updated at or after this timestamp.
updatedAtMaxstringoptionalOnly include resources updated at or before this timestamp.
limitintegeroptionalThe maximum number of records to return. Loyverse allows up to 250.
cursorstringoptionalThe pagination cursor returned by a previous Loyverse list call.
GET
loyverse_get_receipt
Get one Loyverse receipt by receipt number.

/receipts/{receiptNumber}

1 parameter
ParamTypeRequiredDescription
receiptNumberstringrequiredThe Loyverse receipt number.