Idinteger(int32)The internal Id of the Parametric.NamestringThe internal Id of the Parametric. MaxLength: 50.GroupIdinteger(int32)The internal Id of the ParametricGroup.GroupNamestringThe Name of the ParametricGroup. MaxLength: 50.SortOrderinteger(int32)Use this to sort the parametric. The value is fetched from the category's sort order for the parametric values.IsGlobalbooleanIndicates if the parametric is global. If it is set as global it exists on all products in all categories.{ "Id": 0, "Name": "string", "GroupId": 0, "GroupName": "string", "SortOrder": 0, "IsGlobal": true }
Use this to sort the parametric. The value is fetched from the category's sort order for the parametric values.
Indicates if the parametric is global. If it is set as global it exists on all products in all categories.
PartNostringThe PartNo of the ConfigurationItem. MaxLength: 50.GroupsArray of objects(ConfigurationItemGroup)(ConfigurationItemGroup)A list of ConfigurationItemGroups where each group contains selectable items.+Show 6 array properties{ "PartNo": "string", "Groups": [ { … } ] }
Idinteger(int32)The internal Id of the ConfigurationItemGroup.NamestringThe Name of the ConfigurationItemGroup. MaxLength: 512.IsOptionalbooleanIndicates if any item from Items must be selected or not.IsMultiSelectionbooleanIndicates if more than one item in Items must be selected or not.SortOrderinteger(int32)The SortOrder of the ConfigurationItemGroup within the ConfigurationItem.ItemsArray of objects(ConfigurationItemGroupItem)(ConfigurationItemGroupItem)A list of ConfigurationItemGroupItems where each item is a selectable product.+Show 11 array properties{ "Id": 0, "Name": "string", "IsOptional": true, "IsMultiSelection": true, "SortOrder": 0, "Items": [ { … } ] }