Products
POST https://api.ecartapi.com/api/v2/products
Request Body
{"product"=>{"name"=>"Test Product", "description"=>"Testing Product", "price"=>"10", "quantity"=>"100", "sku"=>"5678hjks", "dimensions"=>{"length"=>"10", "width"=>"10", "height"=>"10", "weight"=>"1"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |
RESPONSES
status: OK
{"success":true,"product":{"id":"7393031","sku":"5678hjks","name":"Test product","description":"Test product description","currency":"MXN","productType":null,"quantity":"100","price":"10","dimensions":{"width":"10","height":"10","length":"10","weight":"1"},"units":{"width":null,"height":null,"length":null,"weight":null},"category":{"id":null,"name":null,"all":[]},"tags":[],"status":{"id":null,"visibility":null,"active":null,"status":"available"},"variants":[],"options":[],"images":[],"imageUrl":null,"condition":null,"link":null,"dates":{"createdAt":"2020-10-19 18:31:11 UTC","updatedAt":"2020-10-19 18:31:11 UTC"},"vendor":null,"sellOutStock":null}}