Delete product

DELETE https://api.ecartapi.com/api/v2/products/19161096

Delete a product from the store with productId

The productId must exist

Request Body

{"product"=>{"hasVariants"=>"false", "vendor"=>"13766462", "status"=>{"active"=>"true"}, "name"=>"Product test update EcartApi2", "description"=>"This's a test product", "sku"=>"SKU-TEST-ECART-API", "price"=>"12.3", "dimensions"=>{"weight"=>"1", "height"=>"1", "width"=>"1", "length"=>"1"}, "quantity"=>"2", "images"=>[{"image"=>"http://www.site.com/image1.jpg"}, {"image"=>"http://www.site.com/image2.jpg"}]}}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"success":true}