CreateGroupCatalog
You can use the createGroupCatalog web method to add a new group catalog item. You can add other catalog items as to this new group catalog item.
Parameters
The createGroupCatalog web method includes the following parameters:
| # | Parameters | Data Type | Description |
|---|---|---|---|
| 1. | catalogNameArray | Array List | Array list of catalog items that will be added to the new group catalog item. |
| 2. | shortDescription | String | Short description of the group catalog item. |
| 3. | longDescription | String | Long description of the group catalog item. |
| 4. | categoryName | String | Name of the category where the group catalog item should reside. You can only specify one category name. Note: This value must not be empty or refer to a category that does not exist. |
| 5. | Title | String | Name of the group catalog item. Note: This value can be empty. |
Return Value
Returns one of the following values:
-
Returns TRUE for success
-
Returns FALSE for error
note
FALSE status could be returned if no category name was specified, a non-existent category name was specified, or if a catalog item already exists with same name as the new catalog item.