getAllProductsInCategory

Description
This inquiry transaction retrieves a list of all products in a given category.
Web Services
Operation name: getAllProductsInCategory
Service name: Product
Example
Retrieve the details for all of the products categorized in the "Financial Services" category.
Usage information
The input to this transaction is the primary key (CategoryId) of the category being queried.

This transaction supports the Pagination feature.

Preconditions
Not applicable
Mandatory input
  • CategoryId
Inquiry levels
Not applicable
Filter values
This transaction supports filter values. Valid values are:
  • ACTIVE - returns only products with an active product category association to the category.
  • INACTIVE - returns only products with an inactive product category association to the category.
  • ALL - returns all products with a product association to the category.

The filter is optional. Filter values are not case sensitive for this transaction.

Transaction behavior
Not applicable
Request message
<InquiryType> getAllProductsInCategory

<InquiryParam>

     <tcrmParam name= "CategoryId">

     <tcrmParam name= "Filter">

Response objects
A list of ProductBObj objects
Special note
Not applicable