Melo Public API
Integrate delivery quoting, creation, payment, and tracking into your product.
The Melo Public API is a REST API for merchant systems that need to create and track deliveries programmatically.
API version
All documented endpoints use version v1 and the production base URL https://api.melo.delivery/v1.
Start here
Quickstart
Create your first delivery from token to transfer.
Authentication
Use client credentials and short-lived access tokens.
Delivery flow
Understand quotes, product selection, payment, and tracking.
API reference
Browse every endpoint, schema, and example.
Core workflow
Every delivery follows the same sequence:
- Get an access token. Exchange the client ID and client secret issued to your merchant account.
- Choose a pickup warehouse. Use an existing active warehouse or create one through the API.
- Request delivery options. Submit the destination and parcel details to receive available products and prices.
- Create the transfer. Select a product from the quote. Melo creates the transfer and charges your merchant balance atomically.
- Track the transfer. Poll the transfer endpoint using its ID to read the current delivery state.