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.
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.
| Product | Retail | Bronze −8% | Silver −12% | Gold −18% | Diamond −24% |
|---|---|---|---|---|---|
| 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
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— tier-priced catalogue + stock
- GET/api/products/:sku— variations + combo prices
- POST/api/orders— place order → keys
- GET/api/orders/:id/keys— flat key list
- GET/api/balance— wallet + ledger
- GET/api/openapi— OpenAPI 3.1 spec
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
Apply
Register with your company details and VAT number. Reviewed within 1 business day.
Get approved
Your level is assigned and the partner area unlocks — catalog, price list, resources.
Fund the wallet
Top up by bank transfer — orders settle against the balance instantly.
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
Common questions
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.
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.
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.
Instantly — on screen in the portal, in the API response, and by email, with webhooks in parallel.
Every order generates a proper EU invoice with reverse-charge handling for valid EU VAT IDs.
Yes — a demo account with a funded test wallet is available so you can try the portal and API before going live.
