# Leanafy Developer Portal ## Docs - [Introduction](https://docs.leanafywms.com/doc-848386.md): - [Authentication](https://docs.leanafywms.com/doc-848402.md): - [Support](https://docs.leanafywms.com/doc-850781.md): - Items [Working with Items](https://docs.leanafywms.com/doc-849121.md): - Orders [Working with Orders](https://docs.leanafywms.com/doc-848753.md): - ARNs [Working with ARNs](https://docs.leanafywms.com/doc-946370.md): ## API Docs - Items [Create item](https://docs.leanafywms.com/api-13568861.md): This API creates a new item for a client in Leanafy - Items [Bulk Create Items](https://docs.leanafywms.com/api-13739537.md): This API is used to create many items in a single API call. Please note that existing UoM category should be passed and new UoM category creation is not supported. - Items [Get Item](https://docs.leanafywms.com/api-13571508.md): API to get item info including inventory count. Please note that the quantity will always be in base unit. - Items [Get All Items](https://docs.leanafywms.com/api-14210636.md): 1. Returns the information of all the SKUs of the client. - Items [Delete Item](https://docs.leanafywms.com/api-13571555.md): Used to delete an item. Item deletion is only possible when the quantity in inventory is 0 and the item doesn't exist in any active order. - Orders [Create Order](https://docs.leanafywms.com/api-13572000.md): Creates an order in Leanafy. This API allows external systems to submit order details for processing in the warehouse. - Orders [Get Order By ID](https://docs.leanafywms.com/api-13572993.md): Retrieves order details, including its current **status**, **inventory allocations**, and **shipment details** if shipments have been created. - Orders [Get All Orders](https://docs.leanafywms.com/api-14010317.md): Retrieve multiple orders. - ARNs [Create ARN](https://docs.leanafywms.com/api-15897223.md): - ARNs [Get ARN by ID](https://docs.leanafywms.com/api-15897225.md): - ARNs [Get All ARNs](https://docs.leanafywms.com/api-15897229.md): Note: