Product
POST https://api.ecartapi.com/api/v2/products
Creates a new product.
Options: Only is possible creates the first variant usign *create product*, and will be created with the first values o each option.
Use variant resource to create more product variants.
Request Body
{"product"=>{"name"=>"Test", "currency"=>"MXN", "status"=>{"active"=>"true"}, "options"=>[{"name"=>"Talla", "values"=>["EG"]}, {"name"=>"Color", "values"=>["Verde"]}], "price"=>"10", "quantity"=>"0", "productType"=>"Telefonia"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"product":{"id":"8124093497599","sku":null,"name":"Test","subName":null,"upc":null,"description":null,"currency":null,"productType":"Telefonia","quantity":"0","price":"10.00","cost":null,"discount":null,"dimensions":{"width":null,"height":null,"length":null,"weight":"0"},"units":{"width":null,"height":null,"length":null,"weight":"kg"},"category":{"id":null,"name":null,"all":[]},"tags":[],"status":{"id":null,"visibility":"web","active":"true","status":"active","ecartapiId":"1","ecartapi":"active","hasOptions":null},"variants":[{"id":"44103270465791","productId":"8124093497599","barcode":null,"name":"EG / Verde","price":"10.00","currency":null,"sku":null,"fulfillmentService":"manual","option1":"EG","option2":"Verde","option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":null},"units":{"width":null,"height":null,"length":null,"weight":"kg"},"inventory":{"itemId":"46201619677439","quantity":null},"status":{"active":"true"},"requireShipping":"true","bundled":"false","countryCodeOrigin":null,"provinceCodeOrigin":null,"harmonizedSystemCode":null,"countryHarmonizedSystemCode":null,"imageId":null,"imageUrl":null,"dates":{"createdAt":"2023-06-14T02:46:27+02:00","updatedAt":"2023-06-14T02:46:27+02:00"},"ecartapiUrl":"http://localhost:3000/api/v2/products/8124093497599/variants/44103270465791"}],"options":[{"id":"10333327884543","name":"Talla","values":["EG"]},{"id":"10333327917311","name":"Color","values":["Verde"]}],"associatedItems":[],"logistic":{"me1Suported":null,"mode":null,"type":null,"free":"false","direction":null,"dimensions":null,"rates":[]},"images":[],"imageUrl":null,"condition":null,"link":null,"dates":{"createdAt":"2023-06-14T02:46:27+02:00","updatedAt":"2023-06-14T02:46:27+02:00"},"vendor":"EcartAPI testing 2","sellOutStock":null,"internationalShipment":[]}}