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 the protected order screen and the notification email links back securely. 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 | €5.99 | €5.51 | €5.27 | €4.91 | €4.55 |
| Microsoft Office 2021 Professional Plus12400 | €29.74 | €27.36 | €26.17 | €24.39 | €22.60 |
| Windows Server 2022 Standard307412 | €13.63 | €12.54 | €11.99 | €11.18 | €10.36 |
| Kaspersky Standard - 3 Devices | 1 Year | EUS-MET-36c7c35e5a4e4a09 | €11.60 | €10.67 | €10.21 | €9.51 | €8.82 |
| SQL Server 2017 Standard-16-Cores6121-3 | €553.71 | €509.41 | €487.26 | €454.04 | €420.82 |
Prices reflect today's live catalogue. Variation-level pricing is available in the partner portal and API.
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://kiaveo.com/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); available keys are disclosed securely after payment with an EU invoice.
Ready to distribute?
Apply with your company details and VAT number. Once approved, you'll get portal access and live API credentials.
Apply for a reseller account →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.
In-stock keys appear on the protected portal order page or authenticated API response after payment; webhooks and a secure notification email follow in parallel.
Every order generates a proper EU invoice with reverse-charge handling for valid EU VAT IDs.
Not yet — live credentials are issued when your application is approved. Ask us for a walkthrough of the portal and API before committing.