UNPKG

sfcc-dev-mcp

Version:

MCP server for Salesforce B2C Commerce Cloud development assistance including logs, debugging, and development tools

46 lines (24 loc) 886 B
## Package: dw.suggest # Class SuggestedCategory ## Inheritance Hierarchy - Object - dw.suggest.SuggestedCategory ## Description This class represents a suggested catalog category. Use getCategory() method to get access to the actual Category object. ## Properties ### category **Type:** Category (Read Only) This method returns the actual Category object corresponding to this suggested category. ## Constructor Summary ## Method Summary ### getCategory **Signature:** `getCategory() : Category` This method returns the actual Category object corresponding to this suggested category. ## Method Detail ## Method Details ### getCategory **Signature:** `getCategory() : Category` **Description:** This method returns the actual Category object corresponding to this suggested category. **Returns:** the category object corresponding to this suggested category ---