KeyBalance DanDomain integration
Vi har bygget integrationer over lang tid. Standard integration i KeyBalance er til Dandomain Classic.
Integrationerne er bygget på REST API V1 (xml) og delvist tilpasset til API V2. Men det ser ud til at disse nu (2025) er helt væk fra nye webshops. Her snakkes GraphQL
Ifgl DanDomain Support April 2025 "Dandomain Webshop og Dandomain Webshop Classic er to helt separate løsninger, der begge er udviklet over de sidste 10+ år. I Dandomain Webshop Classic havde man implementeret et REST API, mens Dandomain Webshop historisk set har brugt SOAP API, og vi nu er ved at implementere GraphQL API på platformen."
Vi har per april 2025 udviklet funktioner til at importere ordre fra GraphQL api'et. Exporterne er ikke klar endnu.
- REST API V1
- REST API v2
-
https://support.dandomain.dk/webshop-hjaelp/api/api-documentation/
-
Graph QL https://webshop-help.dandomain.dk/graphql-api/
V1 API
<ArrayOforder xmlns="http://schemas.datacontract.org/2004/07/Shared.DTO.v1_0.Order" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<order>
<comment i:nil="true"/>
<createdDate>2025-01-01T09:04:02</createdDate>
<creditNoteNumber i:nil="true"/>
<currencyCode>DKK</currencyCode>
<customerComment/>
<customerInfo>
<address>Vejen 7</address>
<address2/>
<attention>Lars Larsen</attention>
<city>Ærøskøbing</city>
<country>Danmark</country>
<countryId>2397</countryId>
<ean/>
V2 JSON