Znode

Build Version:

POST producttypeattributs

Creates a new Product Type.

Request Information

» Parameters

Name Description Additional information
model The model of the Product Type.

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "ProductAttributeTypeID": 1,
  "ProductTypeId": 2,
  "AttributeTypeId": 3
}