๐Ÿ‡ช๐Ÿ‡บ EU-Based๐Ÿ”’ GDPR Compliant๐Ÿ’ณ No Credit Card Required
Homeโ€บERPโ€บIntegrations & API
๐Ÿ”Œ Integrations & API

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.

Request DemoContact Sales
Integrations

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).

Built-in

SAF-T Lithuania

Standard Audit File export in XBRL format for Lithuanian tax authorities.

Built-in

Sodra

State Social Insurance Fund reports and declarations generated automatically.

Built-in

VAT Returns

VAT return calculation and XML export ready for VMI submission.

Built-in
๐Ÿ’ณ

E-Invoicing & Payments

Peppol Network

Send and receive electronic invoices via the Peppol e-procurement network used across the EU.

Built-in

SEPA Payments

Generate SEPA credit transfer files for batch supplier payments from your bank.

Built-in

E-signature

Digitally sign invoices and documents using qualified e-signatures.

Coming Soon

Stripe / Payment Links

Accept online payments from customers via payment links on invoices.

Coming Soon
๐Ÿšš

Shipping & Logistics

DPD Lithuania

Generate shipping labels and track parcels directly from delivery orders.

Coming Soon

LP Express

Lithuanian Post express shipping integration for parcel tracking.

Coming Soon

DHL / FedEx

International shipping integration for EU and global shipments.

Planned
๐Ÿ“ง

Communication & Productivity

Email (SMTP)

Send quotes, invoices, and order confirmations from your own email domain.

Built-in

Microsoft 365

Sync contacts, calendar, and documents with Microsoft 365.

Coming Soon

Google Workspace

Connect with Google Calendar, Gmail, and Google Drive.

Planned
Developer API

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.

Example: Fetch open sales orders via REST API
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.

Request DemoContact Sales