get_sfcc_class_info
Retrieve detailed properties, methods, and descriptions for any SFCC class to streamline cartridge development in the dw.* namespace. Essential for understanding and implementing features with SFCC APIs.
Instructions
Get detailed information about an SFCC class including properties, methods, and description. Use this when you need to understand what a specific SFCC class does, what methods/properties are available, or when implementing features that use SFCC APIs. Essential for cartridge development (controllers, scripts, templates, rest-apis) using the dw.* namespace in the SFCC Rhino environment.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
className | Yes | The SFCC class name (e.g., 'Catalog', 'dw.catalog.Catalog') | |
expand | No | Whether to include detailed information about referenced types used by this class (default: false) |