Creates a new Product Type.
Name | Description | Additional information |
---|---|---|
model | The model of the Product Type. |
Define this parameter in the request body. |
{
"Description": "sample string 1",
"OldProductTypeName": "sample string 2",
"Name": "sample string 3",
"DisplayOrder": 4,
"ProductTypeId": 5,
"PortalId": 1,
"IsFranchiseable": true,
"IsGiftCard": true
}