From fc7120c33a2ccda7cb64a109e4696dcededdd6b8 Mon Sep 17 00:00:00 2001 From: Esteban Piedrahita Date: Thu, 23 Sep 2021 14:58:08 -0500 Subject: [PATCH] Add Mercadolibre (#2063) Squashs: * Add Mercadolibre API * Ordered alphabetically --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 26251afd..d07752c1 100644 --- a/README.md +++ b/README.md @@ -1015,6 +1015,7 @@ API | Description | Auth | HTTPS | CORS | | [Dummy Products](https://dummyproducts-api.herokuapp.com/) | An api to fetch dummy e-commerce products JSON data with placeholder images | `apiKey` | Yes | Yes | | [eBay](https://go.developer.ebay.com/) | Sell and Buy on eBay | `OAuth` | Yes | Unknown | | [Etsy](https://www.etsy.com/developers/documentation/getting_started/api_basics) | Manage shop and interact with listings | `OAuth` | Yes | Unknown | +| [Mercadolibre](https://developers.mercadolibre.cl/es_ar/api-docs-es) | Manage sales, ads, products, services and Shops | `apiKey` | Yes | Unknown | | [Wegmans](https://dev.wegmans.io) | Wegmans Food Markets | `apiKey` | Yes | Unknown | **[⬆ Back to Index](#index)**