v2.0 / v2.3 A mock implementation of the IDS Webshop Interface for testing crafts software integrations.
The IDS interface is available at /ids (also mirrored at /). Point your crafts software shop URL to:
https://ids-mock-server.herodev.xyz/ids
Additional routes: /shop (browser shop UI after login), /api/cart?artNo=X&artNo=Y (quick XML generation without auth).
| Action | Code | Method | Description |
|---|---|---|---|
| Warenkorb Empfangen | WKE | POST | Open shop, browse catalog, send cart back |
| Warenkorb Senden | WKS | POST | Send cart to shop, shop enriches and returns it |
| Artikeldeeplink | ADL | POST/GET | Open article detail page by article number |
| Logininformationen | LI | POST/GET | Query required login fields |
| Schnittstellenversion | SV | POST/GET | Query supported interface versions |
| Kundennr. | Benutzername | Passwort |
|---|---|---|
009090 | demo | shop2025 |
001234 | test | heizung! |
005678 | admin | sanitaer3 |
# WKE: Open shop and receive cart curl -X POST https://ids-mock-server.herodev.xyz/ids \ -F "action=WKE" \ -F "kndnr=009090" \ -F "name_kunde=demo" \ -F "pw_kunde=shop2025" \ -F "hookurl=http://localhost:3000/ids/callback" # LI: Query login requirements curl -X POST https://ids-mock-server.herodev.xyz/ids -F "action=LI" # SV: Query supported versions curl -X POST https://ids-mock-server.herodev.xyz/ids -F "action=SV" # ADL: Article deeplink curl -X POST https://ids-mock-server.herodev.xyz/ids -F "action=ADL" -F "ghnummer=OHCONTROLV2025" # WKS: Send cart to shop curl -X POST https://ids-mock-server.herodev.xyz/ids \ -F "action=WKS" \ -F "kndnr=009090" \ -F "name_kunde=demo" \ -F "pw_kunde=shop2025" \ -F "warenkorb=@cart.xml" \ -F "hookurl=http://localhost:3000/ids/callback"
| Art.-Nr. | Bezeichnung | Listenpr. |
|---|---|---|
OHCONTROLV2025 | Oventrop Strangreg.ventil HydroControl V PN25 DN20, Rp3/4 IG | 130.00 EUR |
ARN406037GWE | Arbonia Röhrenrad. 4060 600x37El, weiß | 3096.00 EUR |
VIE7839754 | Viessmann Vitodens 200-W B2HF 19kW | 4250.00 EUR |
GRO34229002 | Grohe Eurosmart Einh.-Waschtischbatt. | 189.00 EUR |
GEB601835001 | Geberit Silent-PP Rohr DN70 1000mm | 18.50 EUR |
WIL3200K50 | Wilo Stratos PICO 25/1-4, 180mm | 395.00 EUR |
REHAU11380 | Rehau RAUTHERM S 17x2,0 (120m Ring) | 312.00 EUR |
STE653172 | Stiebel Eltron SHZ 80 LCD Wandspeicher | 620.00 EUR |
CU15X1M50 | Kupferrohr 15x1mm halbhart, 50m Ring | 10000.00 EUR |
KER534420 | Keramag Renova Nr.1 WC-Kombination | 289.00 EUR |