commerce-b2b-store-create

Create Commerce B2B storefront metadata after store provisioning in Salesforce.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill commerce-b2b-store-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commerce-b2b-store-create
Source: https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG/tree/main/.agents/skills/commerce-b2b-store-create
Command: npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill commerce-b2b-store-create

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents the common Commerce B2B setup mistake of trying to build storefront metadata before the Commerce Store exists, which can break retrieval and deployment workflows.

Core Features & Use Cases

  • Guides you through the full store-first workflow for Commerce B2B setup.
  • Lists available Digital Experience sites and helps you select the correct storefront.
  • Retrieves the generated DigitalExperienceBundle metadata so it can be customized and deployed from source control.
  • Use it when creating a B2B store, recovering storefront metadata, or preparing a Commerce Experience Cloud site for deployment.

Quick Start

Ask the assistant to help you create a Commerce B2B store in Salesforce, confirm the site name, and retrieve the generated storefront metadata for the matching Digital Experience site.

Frequently Asked Questions about commerce-b2b-store-create

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Why does my Salesforce Commerce B2B storefront metadata retrieval fail before the store is provisioned?

Salesforce Commerce B2B storefront metadata retrieval fails if you attempt to build it before the Commerce Store exists. You must follow a store-first workflow that validates the available Digital Experience site before deploying metadata.

How do I retrieve the DigitalExperienceBundle for a B2B store in Salesforce?

To retrieve the DigitalExperienceBundle, provision the Commerce B2B store first, list available Digital Experience sites using Salesforce CLI, select the correct storefront by its generated site name, and extract the bundle for source control deployment.

What licenses and tools do I need to set up a Commerce B2B Experience Cloud site?

Setting up a Commerce B2B Experience Cloud site requires active Commerce licenses and the Salesforce CLI. These tools enable JSON-based metadata listing and the store-first retrieval flow needed to validate and deploy the generated storefront.

Can I customize and deploy B2B storefront metadata from source control?

Yes, you can customize and deploy B2B storefront metadata from source control. After the store is provisioned, retrieve the generated DigitalExperienceBundle metadata, apply your customizations, and deploy the updated bundle to the org.

How do I find the correct org-generated site name for my B2B Commerce storefront?

Find the correct org-generated site name by listing available Digital Experience sites through a JSON-based metadata retrieval process. This validates the available storefront options and ensures you select the exact generated site name before deployment.

What happens if I deploy Commerce Experience Cloud metadata without validating the storefront first?

Deploying Commerce Experience Cloud metadata without validating the storefront first can break retrieval and deployment workflows. Skipping the store-first retrieval flow risks applying metadata to an unprovisioned or incorrect Digital Experience site.