First implementation is developed as customer plugin in Go-Drink.
Create Swagger endpoint provider DeliveryV10. Additionally create controller endpoint (BasePathV10 + Delivery).
...
Authentification
The authentification is similar to the Shop API (/wiki/spaces/TD/pages/15597635). The only difference is the user, for the delivery API there is a Delivery User.
DeliveryPath = api/v1.0/Core/VinX/Delivery/
Driver
GET on {DeliveryPath}/Driver
...