Znode

Build Version:

PUT producttype/{productTypeId}

Update an existing Product Type.

Request Information

» Parameters

Name Description Additional information
productTypeId The ID of the Product Type.

Define this parameter in the request URI.

model The model of the Product Type.

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "Description": "sample string 1",
  "OldProductTypeName": "sample string 2",
  "Name": "sample string 3",
  "DisplayOrder": 4,
  "ProductTypeId": 5,
  "PortalId": 1,
  "IsFranchiseable": true,
  "IsGiftCard": true
}