Returns the details of product characteristics whose ID is {id}
Put
/store
Required
id, name
Creates a character produced using the body of the request
Post
/{id}
Required
name
Updates product characteristics with the ID {id} based on information given in the body of the request
Delete
/{id}
Optional
feature: {feature_id}
Delete product characteristics whose ID is {id}. If specified, search for all associations containing this product feature and replace it with {feature_id}