Requests
Alle Abfragen zeigen im Testmodus Random-Warengruppen oder Random-Artikel an
Request-Struktur
?
axn = Tabelle (wg,itm)
&
id = ID in DB
&
dsp = Display (simple,full,wg,ug)
&
lim = Limit (int/leer)
API 1
Superwarengruppe A
Superwarengruppe mit ID und Bezeichnung
https://api.wipex.ch/?axn=sg&id=XXX&dsp=simple
Test
API 2
Superwarengruppe B
Zeigt Warengruppen, die einer SG zugeordnet sind
https://api.wipex.ch/?axn=sg&id=XXX&dsp=wg
Test
API 3
Warengruppe A
7.12. > simplified
Datensatz einer Warengruppe, komplett
https://api.wipex.ch/?axn=wg&id=XXX&dsp=wg
Test
API 4
Warengruppe B
Zeigt alle Untergruppen einer Warengruppe
https://api.wipex.ch/?axn=wg&id=XXX&dsp=ug
Test
API 5
Artikel A
17/11 +dst 7/12 + palette
simple, nur wichtigste Features
https://api.wipex.ch/?axn=itm&id=XXX&dsp=simple&dst=CH
CHF
EUR
API 6
Artikel B
17/11 +dst 7/12 + palette
kompletter Datensatz
https://api.wipex.ch/?axn=itm&id=XXX&dsp=full&dst=CH
CHF
EUR
API 7
Artikel einer UG
17/11 +dst 7/12 + palette
Zeigt alle Artikel einer Warenuntergruppe
https://api.wipex.ch/?axn=ug&id=XXX&dsp=itm&dst=CH
CHF
EUR
API 8
MainMenu
9.11. > nur status 1
Gesamtmenu
https://api.wipex.ch/?axn=mm
Test
API 9
Bilder eines Artikels
Main-Bild zuerst, Subbilder Array (sofern vorhanden)
https://api.wipex.ch/?axn=iimg&id=XXX
Test
API 10
Error Testing
Error, wenn Request falsch oder leer
https://api.wipex.ch/?
Test
API 11
Neue Artikel
17/11 +dst
Zeigt alle Artikel, die als neu markiert sind
https://api.wipex.ch/?axn=itm&id=&dsp=neu&lim=64&sort=XXX&dst=CH
CHF
EUR
API 12
Topseller
17/11 +dst
Zeigt alle Artikel, die als Topseller markiert sind
https://api.wipex.ch/?axn=itm&id=&dsp=hot&lim=64&sort=XXX&dst=CH
CHF
EUR
API 13
Premium Topseller
17/11 +dst
Zeigt alle Artikel, die als Premium-Topseller markiert sind
https://api.wipex.ch/?axn=itm&id=&dsp=pts&lim=64&sort=XXX&dst=CH
CHF
EUR
API 14
nach Preis
17/11 +dst
Zeigt alle Artikel, die in einer Preisgruppe sind
https://api.wipex.ch/?axn=itm&id=&dsp=prc&min=XXX&max=XXX&sort=XXX&dst=CH
CHF
EUR
API 15
Artikel einer UG nur IDs
Zeigt nur Artikel-IDs einer Warenuntergruppe
https://api.wipex.ch/?axn=ug&id=XXX&dsp=ids&sort=XXX
Test
API 16
Mehrere Artikel (Liste)
17/11 +dst
Zeigt alle via ID gewünschten Artikel
https://api.wipex.ch/?axn=itm&id=XXX{,XXX}&dsp=list&sort=XXX&dst=CH
CHF
EUR
API 17
Artikel suchen
17/11 +dst
Zeigt Artikel gemäß Suche
https://api.wipex.ch/?axn=itm&id=XXX&dsp=such&lim=64&sort=XXX&dst=CH
CHF
EUR
API 18
Preisstaffel 1 Artikel
17/11 +dst
Preisstaffel eines Artikels (Ausgabe NEU 'prc' anstatt 'chf', + 'curr')
https://api.wipex.ch/?axn=itm&id=XXX&dsp=ps&dst=CH
CHF
EUR
API 19
Artikel Druckoptionen
17/11 +dst
Optionen für Preisberechnung
https://api.wipex.ch/?axn=itm&id=XXX&dsp=optscalc&dst=CH
CHF
EUR
API 20
Artikel Preisberechnung
9.11. Preis pro stck
Preisberechnung / Offerte
https://api.wipex.ch/?axn=offerte&id=XXX&dst=CH&qty=XXX&d1=XXX&f1=XXX&d2=XXX&f2=XXX&xtra=XXX&ozl=XXX{,XXX...}
CHF
EUR
API 21
Musterpreis eines Artikel
11.11. + Größen
Liefert ID,Farben und Musterpreis abhängig Zielland
https://api.wipex.ch/?axn=itm&id=XXX&dsp=mp&dst=CH
CHF
EUR
API 22
Im Trend
17/11 +dst
Zeigt alle Artikel, sortiert nach visits DESC
https://api.wipex.ch/?axn=itm&id=&dsp=trend&lim=64&dst=CH
CHF
EUR
API 23
Count Up
Erhöht den Zähler 'views' um 1
https://api.wipex.ch/?axn=itm&id=&dsp=cntup
Test
API 24
Empfehlungen
Zeigt X Empfehlungen für einen Artikel DESC
https://api.wipex.ch/?axn=itm&id=&dsp=empfohlen&lim=6&dst=CH
CHF
EUR
API 25
Artikel Warengruppen
Zeigt einem Artikel zugewiesene Warengruppen an DESC
https://api.wipex.ch/?axn=itm&id=&dsp=wgs
Test
API 26
Newsletter A
Newsletter Abo starten
https://api.wipex.ch/?axn=nls&id=add&dsp=email@domain.tld
Test
API 27
Newsletter B
Newsletter Abo beenden
https://api.wipex.ch/?axn=nls&id=end&dsp=email@domain.tld
Test
API 28
Artikel C
NEU 30.05.23
Artikeldaten für Adminbereich
https://api.wipex.ch/?axn=itm&id=XXX&dsp=fwma&dst=CH
CHF
EUR
Feldnamen Übersicht
Warengruppen
Artikel
Feldnamen verwalten
Warengruppen
Artikel
Response der API
hier erscheint der Request-URL
Open in Tab
JSON der API