MMelo Developers

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

Core workflow

Every delivery follows the same sequence:

  1. Get an access token. Exchange the client ID and client secret issued to your merchant account.
  2. Choose a pickup warehouse. Use an existing active warehouse or create one through the API.
  3. Request delivery options. Submit the destination and parcel details to receive available products and prices.
  4. Create the transfer. Select a product from the quote. Melo creates the transfer and charges your merchant balance atomically.
  5. Track the transfer. Poll the transfer endpoint using its ID to read the current delivery state.

On this page