get_sfcc_class_info
Retrieve detailed information on SFCC classes, including properties and methods, to aid in API implementation and cartridge development within the dw.* namespace. Essential for understanding class functionality and building features in the SFCC Rhino environment.
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) |