B2C Config Skill The B2C CLI ( ) is a command-line tool for Salesforce B2C Commerce development. It provides commands organized by topic: , , , , , , , , , , , , , , and more. Use or for a full list. Tip: If is not installed globally, use instead (e.g., ). Authentication Most commands that interact with a B2C Commerce instance require authentication. The CLI supports several methods: - Client credentials (API client): Configure and in dw.json or environment variables. This is the default for automated/CI use. - Browser-based (implicit OAuth): Use on any OAuth-enabled command to authenticate i…