As "Leveres" in the GUI maps to field "count" i the API for HTTP GET /order/orderline/{id}, we would also like to expose the actual quantity ordered aka "Bestilt", and the picked flag "Plukket" indicating if the orderline is picked.
Then when we can fetch these fields from the API, we would also like to update them with a HTTP PUT /order/orderline/{id} request.
Is that feasible?
