Products

POST https://api.ecartapi.com/api/v2/products

Creates a product for shoplazza.

name: Name/Title of the product

subName: SubSubtitle of the product

gtin: Equivalent to barcode

tags: Must Be an array of single words

For more information, visit the documentation

Request Body

{"product"=>{"name"=>"Ckerk", "subName"=>"Ckerk para siempre", "sku"=>"chuek", "tags"=>["Hola", "no"], "gtin"=>"gton", "description"=>"es un producto de prueba para EcartApi", "quantity"=>"1000", "taxClass"=>"true", "requireShipping"=>"true", "hasVariants"=>"true", "price"=>"100", "imageUrl"=>"https://pbs.twimg.com/media/E3uK-GiVgAEk5PK.jpg:large", "status"=>{"active"=>"true"}, "dimensions"=>{"weight"=>"10"}, "units"=>{"weight"=>"kg"}}}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"success":true,"product":{"id":"8170ae05-aaa6-4d36-870e-92f194cc7c36","sku":"12345","name":"producto de prueba2","subName":null,"upc":null,"description":"es un producto de prueba para EcartApi","currency":null,"productType":null,"quantity":"10","price":"100.00","dimensions":{"width":null,"height":null,"length":null,"weight":"10.00"},"units":{"width":null,"height":null,"length":null,"weight":null},"category":{"id":null,"name":null,"all":[]},"tags":[],"status":{"id":null,"visibility":"true","active":"true","status":"true","ecartapi":"other","ecartapiId":"4"},"variants":[{"id":"ac162fb0-107d-4dbf-bd0a-28696b19e622","productId":"8170ae05-aaa6-4d36-870e-92f194cc7c36","barcode":null,"name":null,"price":"100.00","currency":null,"sku":null,"fulfillmentService":null,"option1":null,"option2":null,"option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":"10.00"},"units":{"width":null,"height":null,"length":null,"weight":null},"inventory":{"itemId":null,"quantity":"10"},"requireShipping":null,"bundled":null,"imageId":null,"dates":{"createdAt":"2021-12-15T23:53:17Z","updatedAt":"2021-12-15T23:53:17Z"},"ecartapiUrl":null}],"options":[],"associatedItems":[],"images":[],"imageUrl":null,"condition":null,"link":null,"dates":{"createdAt":"2021-12-15T23:53:17Z","updatedAt":"2021-12-15T23:53:17Z","imageUrl":"//img.staticdj.com/loading.png"},"vendor":null,"sellOutStock":null}}