POST products/configuration/families/create
Available from CRM.COM R14.0.0
Deprecated from CRM.COM R17.0.0
This method creates a new product family that will be allowed to be used by products
Resource URL
Parameters
Name | Type | Description | ||||||||||||
token | String | The token retrieved from the login method | ||||||||||||
name (mandatory) | String | The product family name | ||||||||||||
code (optional) | String | The product family code | ||||||||||||
description (optional) | String | The product family description | ||||||||||||
parent (optional) | Identifier | The product parent family identifier. The allowed product parent family fields are the following:
| ||||||||||||
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 |
Restrictions
- It is mandatory to specify one of the semi-optional parameters. Only one of those parameters is allowed to be specified
Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved product family |
name | String | The Name of the retrieved product family |
code | String | The code of the retrieved product family |
description | String | The Description of the retrieved product family |
Product Family Object | The retrieved product families |
Referred Objects Response Data