This walks you through the seven-step process of creating a Commerce B2B store in Salesforce and pulling down the storefront metadata to your local repository. The key insight here is that you can't just create the storefront files manually because the Commerce setup wizard generates hundreds of configuration values that would break if you tried to write them yourself. Instead, you create the store through the Salesforce UI first, then use the CLI to retrieve the auto-generated DigitalExperienceBundle metadata. It's structured as an interactive workflow where each step waits for your confirmation, which prevents the common mistake of trying to skip ahead and manually scaffold the storefront structure.
npx skills add https://github.com/forcedotcom/sf-skills --skill creating-b2b-commerce-store