Updating a product's details

PUT {{api-url}}/product/{{tenant}}/products/{{productId}}

Request Body

{"name"=>"T-shirt XYZ", "code"=>"tshirtXYZ-1", "description"=>"Great cotton t-shirt", "published"=>true, "taxClasses"=>{"DE"=>"STANDARD"}, "template"=>{"version"=>1, "id"=>"634cea2740033d7c2e7b03a8"}, "productType"=>"PARENT_VARIANT", "variantAttributes"=>{"color"=>[{"key"=>"RED"}, {"key"=>"WHITE"}], "size"=>[{"key"=>"S"}, {"key"=>"M"}, {"key"=>"L"}]}, "metadata"=>{"version"=>1}}

HEADERS

KeyDatatypeRequiredDescription
Content-Languagestring