Approved partners only · application reviewed in 1 business day

The distributor area
for software resellers.

Genuine licences at partner net prices. Browse the catalog, order in one click, get keys instantly — plus your CSV price list, installer downloads, guides and partner-only products. API optional, never required.

1198+ SKUs live
280+ variations priced
4 partner levels
CSV price list + resources

Distributor net pricing

Four partner levels — Bronze, Silver, Gold, Diamond — priced automatically on every product and variation. Cost-priced items use fixed per-level margins.

Order inside the portal

Browse the partner catalog, pick a variation, click Buy — keys appear on screen and in your inbox seconds later. No integration required.

Partner-only catalog

Selected products are reserved for partners and never shown in the retail store — your margin stays protected.

Price list & resources

Download your complete net price list as CSV, grab installer downloads and installation guides for your customers.

Prepaid wallet + ledger

Top up a balance; orders settle instantly against it with a transparent ledger and proper EU invoices (reverse charge with a valid VAT ID).

API when you want it

Everything the portal does is also a REST API — tier-priced catalog, idempotent ordering, webhooks, OpenAPI 3.1. Entirely optional.

Your prices, previewed live

Real products from today's catalogue. Tier discounts apply to every SKU and every variation automatically.

ProductRetailBronze8%Silver12%Gold18%Diamond24%
Microsoft Windows 11 Pro23020€6.62€6.09€5.83€5.43€5.03
Microsoft Office 2021 Professional Plus12400€29.74€27.36€26.17€24.39€22.60
Windows Server 2022 Standard307412€239.66€220.49€210.90€196.52€182.14
Kaspersky Standard - 3 Devices | 1 Year | EUS-MET-36c7c35e5a4e4a09€23.63€21.74€20.79€19.38€17.96
SQL Server 2017 Standard-16-Cores6121-3€553.71€509.41€487.26€454.04€420.82

# prices from the live catalogue at render time · variation-level prices via GET /api/products/:sku

For developers · optional

When you're ready to automate.

Everything in the portal is also an API: authenticate with your X-Api-Key, order with an Idempotency-Key for safe retries, and receive keys on the response. Variations order as sku::i-j.

  • GET/api/products
  • GET/api/products/:sku
  • POST/api/orders
  • GET/api/orders/:id/keys
  • GET/api/balance
  • GET/api/openapi
Full documentation →
order.sh
curl -X POST https://licendi.es/api/orders \
  -H "X-Api-Key: lk_live_••••••••" \
  -H "Idempotency-Key: PO-4821" \
  -H "Content-Type: application/json" \
  -d '{
    "externalId": "PO-4821",
    "items": [{ "sku": "13200::0-0", "qty": 5 }]
  }'

# → 201 Created
{
  "order": {
    "status": "delivered",
    "items": [{ "sku": "13200",
      "keys": ["NMUZU-RWFXT-…", … ] }]
  }
}

From application to first key in four steps

01

Apply

Register with your company details and VAT number. Reviewed within 1 business day.

02

Get approved

Your level is assigned and the partner area unlocks — catalog, price list, resources.

03

Fund the wallet

Top up by bank transfer — orders settle against the balance instantly.

04

Order & resell

Buy in the portal (or via the API later); keys deliver instantly with an EU invoice.

Ready to distribute?

Apply with your company details and VAT number. Once approved, you'll get portal access, a funded sandbox, and live API credentials.

Apply for a reseller account →

Try the demo: demo@reseller.es · demo1234

Bronze8% off retailprepaid wallet
Silver12% off retailwallet + net-7 credit
Gold18% off retailwallet + net-30 credit
Diamond24% off retailvolume pricing + net-30

Common questions

Which products can I resell?

The full catalogue — 345+ genuine licences across Windows, Office, servers, antivirus, PC tools and games, plus partner-only products that never appear in the retail store.

Do I need to integrate an API?

No. The partner area is a complete workspace: catalog with your net prices, one-click ordering, order history with keys, CSV price list. The API exists for partners who want to automate later.

How is my price calculated?

Products with known cost are priced at fixed per-level margins (Bronze → Diamond). Everything else gets your level's discount off live retail. Both appear as one net price in the catalog and API.

How fast are keys delivered?

Instantly — on screen in the portal, in the API response, and by email, with webhooks in parallel.

Do I get invoices?

Every order generates a proper EU invoice with reverse-charge handling for valid EU VAT IDs.

Is there a sandbox?

Yes — a demo account with a funded test wallet is available so you can try the portal and API before going live.