Create Product
POST https://api.ecartapi.com/api/v2/products
Request Body
{"product"=>{"name"=>"Item de Prueba - Por favor, NO OFERTAR", "sku"=>"{{sku}}", "categoryId"=>"MLM3530", "productType"=>"bronze", "currency"=>"MXN", "price"=>"20", "condition"=>"new", "quantity"=>"1", "imageUrl"=>"https://images-na.ssl-images-amazon.com/images/I/91qZKyv7X9L._AC_UX342_.jpg"}}
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\u0026v=O\u0026f=proccesing_image_es.jpg"}],"imageUrl":"https://www.mercadolibre.com/jm/img?s=STC\u0026v=I\u0026f=proccesing_image_es.jpg","link":"http://articulo.mercadolibre.com.mx/MLM-683018918-item-de-prueba-por-favor-no-ofertar-_JM"}}