Znode

Build Version:

POST producttags

Creates a new product tags.

Request Information

» Parameters

Name Description Additional information
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
}