The getCatagory actor-chain allows the agent to browse the customer’s current catalog by category ID.
Parameter  | Description  | 
|---|---|
  | The ID of the category.  | 
  | Identifies if the product is contained in the current site, and if so filters by site.  | 
  | Identifies if the product is contained in the current site, and if so filters by catalog.  | 
  | The site associated with the catalog.  | 
  | Identifies the catalogs to browse.  | 
Browse by Catalog ID Example
curl -L -v -b agent_cookies.txt -H "Content-Type: application/json" -d "{
\"categoryId\" : \"cat50056\" }" "http://localhost:8280/rest/model/atg/commerce/
custsvc/catalog/ProductCatalogActor/getCategory"
