Orders
In the Lochting software, an order represents a sale of products. Orders can include customer details, delivery information, payment method, and order lines.
Through the API you can create, retrieve, update, and list orders. An order can be linked to a reservation when products are set aside for pickup at an MT.Matic or MT.Collect.
๐๏ธ New Order
This endpoint allows you to create a new order with relevant details such as the type and quantity of products, delivery details, payment information, and any additional notes or comments.
๐๏ธ Order Details
This endpoint returns a JSON object with the order details.
๐๏ธ Update Order Details
This endpoint allows you to update an order.
๐๏ธ Order Collection
This endpoint returns a JSON object with orders.