Logo
Emporix Digital Commerce Platform API Documentation

Updating a product's details

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Language
string List of acceptable natural languages of the customers.
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'api-url/product/tenant/products/productId' -H 'Content-Language: en' -H 'Content-Type: application/json' -d '{"taxClasses":{"DE":"ZERO"}}'

ENDPOINTS