categorizeProduct

Description
This transaction creates associations between one or more products and one or more categories.
Web Services
Operation name: categorizeProduct
Service name: Product
Example
Categorize the "Home Owners Line of Credit" product within the "Financing Services" category.
Usage information
This service can be used to categorize:
  • a single product into a single category
  • a single product into multiple categories
  • multiple products into a single category
  • multiple products into multiple categories
Preconditions
A Product must exist.

A Category must exist.

Mandatory input
  • ProductId
  • CategoryId
Inquiry levels
Not applicable
Filter values
Not applicable
Transaction behavior
The category must support the ability to categorize products.

The product must not already be associated to the category for the provided StartDate and EndDate.

The StartDate and EndDate of the product category association must be within the date range defined by the StartDate and EndDate of the category.

If the start date is not supplied, the current system date is used by default.

Request message
<TCRMTxType> categorizeProduct

<TCRMTxObject> MultipleProductCategoriesBObj

<TCRMObject> MultipleProductCategoriesBObj

Response objects
MultipleProductCategoriesBObj
Special note
Not applicable