SFCC Development Tools

SFCC Development Tools

taurgis

Provides comprehensive access to Salesforce B2C Commerce Cloud documentation, APIs, and development tools with real-time log monitoring via WebDAV.

24267 views9Local (stdio)

What it does

  • Search SFCC API classes and methods
  • Query SFRA documentation and references
  • Monitor real-time logs from SFCC instances
  • Generate cartridge structures automatically
  • Execute script debugger endpoints
  • Access ISML template documentation

Best for

SFCC developers building ecommerce sitesTeams debugging Commerce Cloud instancesDevelopers learning SFCC APIs and best practices
Works without credentials in documentation modeReal-time WebDAV log monitoring10+ specialized SFCC tools

Tools (15)

get_sfcc_class_info

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.

search_sfcc_classes

Search for SFCC classes by name or functionality. Use this when you know part of a class name or need to find classes related to specific functionality (e.g., search 'catalog' to find catalog-related classes). Perfect starting point when you're unsure of the exact class name or exploring available APIs for a feature area.

search_sfcc_methods

Search for methods across all SFCC classes by method name. Use this when you know the method name but not which class it belongs to, or when looking for similar methods across different classes. Helpful for discovering all available methods that perform similar operations.

list_sfcc_classes

Get a complete list of all available SFCC classes. Use this for exploration and discovery when you need to understand the full scope of SFCC APIs, or when you're new to SFCC development and want to see what's available. Good starting point for understanding the SFCC class hierarchy.

get_sfcc_class_documentation

Get the complete raw documentation for an SFCC class. Use this when you need comprehensive details about a class including examples, detailed descriptions, and full context. Best for in-depth understanding when the basic class info isn't sufficient.

Alternatives