POST https://api.ecartapi.com/api/v2/products
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Authorization
|
string |
RESPONSES
status OK
{
"success": true,
"product": {
"id": "09138kiajfas",
"sku": "09138kiajfas",
"name": "Magic Product678",
"description": "This is a product.",
"currency": "MXN",
"quantity": "10",
"price": "100.00",
"dimensions": {
"width": "10",
"height": "10",
"length": "10",
"weight": "1"
},
"units": {
"width": "cm",
"height": "cm",
"length": "cm",
"weight": "kg"
},
"category": {
"id": null,
"name": "Mujeres",
"all": []
},
"tags": [],
"status": {
"id": null,
"visibility": null,
"active": null,
"status": "active"
},
"variants": [],
"options": [],
"images": [],
"imageUrl": null,
"condition": null,
"link": null,
"dates": {
"createdAt": null,
"updatedAt": null
},
"vendor": null,
"sellOutStock": null
}
} |
ENDPOINTS