Updates an existing product tags.
| Name | Description | Additional information |
|---|---|---|
| tagId | No documentation available. |
Define this parameter in the request URI. |
| model | The model of the product tags. |
Define this parameter in the request body. |
{
"ProductTags": "sample string 1",
"TagId": 2,
"ProductId": 3
}