Znode

Build Version:

PUT producttags/{tagId}

Updates an existing product tags.

Request Information

» Parameters

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.

Request Body Formats

Sample:
	{
  "ProductTags": "sample string 1",
  "TagId": 2,
  "ProductId": 3
}