At Melonn we have two APIS

API V1

Our API v1 includes the methods to access to Sell Orders, Products and Logistic resources.

Authentication

All request to this API v2 requieres an Api key header x-api-key

curl --location '<https://api.melonn.com/prod/api/{resource}>' \\ --header 'x-api-key: XXXXXXXXXXXXX'

Pagination

By default, all endpoints have a limit of 50 items per page.

X-Pagination-Page-Count Items per page
X-Pagination-Total-Count Total items
X-Pagination-Current-Page Current page

<aside> 🔗 All endpoints have a request limit of 1 request per second. If you reach this limit then you will receive an status code: 429 and the request will be rejected.’

</aside>

Swagger:

https://app.swaggerhub.com/apis-docs/Melonn/Melonn/1.0.1

API V2

Authentication

All request to this API v2 requieres an Api key header x-api-key

curl --location '<https://api.orbita.melonn.com>' \\
--header 'x-api-key: XXXXXXXXXXXXX'

Returns API

This API allows you to interact with a Return Order.