Scroll export button | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Scroll ignore | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||
General description
The IDS-Connect interface of the company ITEK makes it possible to transfer shopping carts bidirectionally between the software systems of the craftsmen and the online shop systems.
...
view products in the shop in his system
(Craftsman → Shop)create offers in his system for his customers from the shop
(Shopping cart: Shop → Craftsman)execute orders in the shop from his system
(Shopping cart: Craftsman → Shop)
Flowchart
...
(Craftsman → Shop)create offers in his system for his customers from the shop
(Shopping cart: Shop → Craftsman)execute orders in the shop from his system
(Shopping cart: Craftsman → Shop)
Flowchart
...
Interface functions
The following functions are implemented by the shop:
...
Code Block |
---|
<?xml version="1.0" encoding="UTF-8"?> <Warenkorb xmlns="http://www.itek.de/Shop-Anbindung/Warenkorb/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.itek.de/Shop-Anbindung/Warenkorb/ http://www.itek.de/Shop-Anbindung/Warenkorb/warenkorb_senden.xsd" ... > <Order> <OrderItem> <!-- Warenkorbposition --> <ArtNo>471211</ArtNo> <!-- Produktnummer --> <Qty>1</Qty> <!-- Bestellmenge, als Integer --> </OrderItem> <OrderItem> <!-- Nächste Warenkorbposition --> ... </OrderItem> <OrderItem> <!-- Nächste Warenkorbposition --> ... </OrderItem> ... </Order> </Warenkorb> |
Include Page | ||||
---|---|---|---|---|
|