Tip |
---|
Available from CRM.COM R14.0.0 |
Excerpt |
---|
This method updates an existing product family. A single product family can be updated by each call. Fields which are not specified are not updated at all. Fields which are specified as null will be set as null. |
...
Name | Type | Description | ||||||
token | String | The token retrieved from the login method | ||||||
family_identifier (mandatory) | Product Family Identifier | The identifier of the product family. The allowed product family identifier fields are the following:
| ||||||
name (optional) | String | The product family name | ||||||
code (optional) | String | The product family code | ||||||
description (optional) | String | The product family description | ||||||
parent (optional on conditions) | Identifier | The product parent family identifier. The allowed product parent family fields are the following:
If this parameter is set, then the "remove_parent" parameter will not be able to be definedremove | ||||||
make_parentroot (optional on conditions) | Boolean | Defines if the parent will be removed from the current categorycategory will have a parent or not If this parameter is set, then the "parent" parameter will not be able to be defined | ||||||
fields_set (optional) | List of Strings, comma separated | A list of fields that should be included in the results. If not specified then all the available fields will be returned |
...