POST https://api.ecartapi.com/api/v2/products
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Authorization
|
string | ||
Content-Type
|
string |
RESPONSES
status OK
{
"success": true,
"product": {
"id": "MLM683018918",
"sku": null,
"name": "Item De Prueba - Por Favor, No Ofertar",
"description": "[object Object]",
"price": "10",
"vendor": null,
"productType": "free",
"createdAt": "2019-05-16T20:01:25.001Z",
"updatedAt": null,
"tags": [
"immediate_payment"
],
"visibility": null,
"active": null,
"condition": null,
"variants": [],
"images": [
{
"id": "839113-MLM30580609416_052019",
"url": "http://www.mercadolibre.com/jm/img?s=STC&v=O&f=proccesing_image_es.jpg"
}
],
"imageUrl": "https://www.mercadolibre.com/jm/img?s=STC&v=I&f=proccesing_image_es.jpg",
"link": "http://articulo.mercadolibre.com.mx/MLM-683018918-item-de-prueba-por-favor-no-ofertar-_JM"
}
} |
ENDPOINTS