Introduction
Overview
Integration Roadmap
Knowing the Base URL
When integrating with Leanafy, it’s important to differentiate between the Sandbox and Production environments:Sandbox: Used for testing and development. This ensures that integrations can be safely built and validated before moving to production. Production: Used for live operations, where actual warehouse transactions take place. We have built a separate service that handles external integrations. We call it Nova. The base URLs for API access are: Sandbox: Production:
Environments
https://nova-sandbox.leanafywms.com
https://nova.leanafywms.com
Obtaining API Keys and Authentication
support@leanafy.com
Items
The Item APIs allow external systems to create, retrieve and delete items in Leanafy. Items must be created before they can be added to Orders or ARNs. This ensures that inventory and order management processes function correctly.
Orders
Orders, also known as Purchase Orders, are received by Leanafy through external integrations or created manually by warehouse operators. Once an order enters into Leanafy, warehouse operators can allocate inventory, pick, pack, ship, and fulfill the order.
ARNs
ARN, Advance Receiving Note, is a document created in Leanafy before the actual receipt of goods, typically based on advance shipment information provided by a supplier.
An ARN can be created using the Create ARN API. Once the ARN is partially or wholly received, the received quantity details will be available on the item level, which can be retrieved using the Get ARN by ID API or Get All ARNs API.
An ARN can be created using the Create ARN API. Once the ARN is partially or wholly received, the received quantity details will be available on the item level, which can be retrieved using the Get ARN by ID API or Get All ARNs API.

Modified at 2025-05-04 15:08:47