Order API
A comprehensive guide to manage orders in myKaarma. Order can be of many types: Service, Parts, Sales, Finance etc. Order is the collection of multiple lines which can be collectively associated to a Vehicle or a Customer. This guide can be referred as help in following operations:
📄️ How to get a list of Orders
This document is designed to help you understand how you can fetch a list of Orders with search parameters customizations. The endpoint enables users to search for a list of orders on the basis of various parameters like `orderDate, closeDate, orderNumber etc.`. The list returned contains an array of orders which contains all the order related information.
📄️ API Reference
📄️ How to create an order for Service Department
This document is designed to help you understand how you can create a Repair Order for the Service Department. The endpoint enables users to submit a new repair order with various parameters like orderDate, closeDate, orderNumber, etc.. The created order will contain all the relevant order information.