ROZZ Works With Your Existing Tools
Built-in integrations for Lithuanian tax systems, Peppol e-invoicing, SEPA banking, and an open REST API for everything else.
Connected Out of the Box
Critical Lithuanian compliance integrations are built in. No third-party connectors required.
Lithuanian Tax & Compliance
i.SAF
Automatic monthly i.SAF XML file generation for the Lithuanian State Tax Inspectorate (VMI).
SAF-T Lithuania
Standard Audit File export in XBRL format for Lithuanian tax authorities.
Sodra
State Social Insurance Fund reports and declarations generated automatically.
VAT Returns
VAT return calculation and XML export ready for VMI submission.
E-Invoicing & Payments
Peppol Network
Send and receive electronic invoices via the Peppol e-procurement network used across the EU.
SEPA Payments
Generate SEPA credit transfer files for batch supplier payments from your bank.
E-signature
Digitally sign invoices and documents using qualified e-signatures.
Stripe / Payment Links
Accept online payments from customers via payment links on invoices.
Shipping & Logistics
DPD Lithuania
Generate shipping labels and track parcels directly from delivery orders.
LP Express
Lithuanian Post express shipping integration for parcel tracking.
DHL / FedEx
International shipping integration for EU and global shipments.
Communication & Productivity
Email (SMTP)
Send quotes, invoices, and order confirmations from your own email domain.
Microsoft 365
Sync contacts, calendar, and documents with Microsoft 365.
Google Workspace
Connect with Google Calendar, Gmail, and Google Drive.
Build Your Own Integrations
ROZZ's open REST API lets your developers connect any tool, automate any workflow, and extend the platform to fit your exact needs.
REST API
Full REST API with JSON responses. Every ROZZ object is accessible: customers, orders, products, invoices, and more.
API Key Authentication
Secure API access with API keys. Generate keys per application with granular read/write permissions.
Webhooks
Subscribe to events and receive real-time HTTP notifications when orders, invoices, or stock levels change. Enterprise plan feature.
API Documentation
OpenAPI 3.0 spec with interactive documentation. Test endpoints directly from the docs using your API key.
Bulk Operations
Import and export data in bulk via API or CSV. Migrate from other systems without manual data entry.
Rate Limiting & SLA
1,000 requests/minute on Growth. Unlimited on Enterprise. 99.9% uptime SLA guaranteed for Enterprise customers.
GET https://api.rozz.lt/v1/sales/orders?status=open
Authorization: Bearer YOUR_API_KEY
// Response
{
"data": [
{
"id": "SO-1042",
"customer": "AB Furniture",
"total": 8400.00,
"currency": "EUR",
"status": "confirmed",
"delivery_date": "2026-03-15"
}
],
"total": 24,
"page": 1
}Ready to Get Started?
All integrations included. API access available on Growth and Enterprise plans.