At Melonn we have two APIS
Our API v1 includes the methods to access to Sell Orders, Products and Logistic resources.
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'
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>
https://app.swaggerhub.com/apis-docs/Melonn/Melonn/1.0.1
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'
This API allows you to interact with a Return Order.