get_sfcc_class_methods
Retrieve all methods for a specified SFCC class, including their signatures and descriptions. Use to understand method parameters, identify available methods, and implement business logic using SFCC APIs effectively.
Instructions
Get all methods for a specific SFCC class with their signatures and descriptions. Use this when you know the class but need to see all available methods, understand method parameters, or find the right method for your use case. Essential when implementing business logic that calls SFCC APIs.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
className | Yes | The SFCC class name |