B2C Scapi Schemas

🌐Community
by salesforcecommercecloud · vlatest · Repository

Defines standardized B2C data structures (SCAPI schemas) for seamless commerce data exchange and integration, boosting efficiency & accuracy.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add b2c-scapi-schemas npx -- -y @trustedskills/b2c-scapi-schemas
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "b2c-scapi-schemas": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/b2c-scapi-schemas"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides access to the B2C Commerce Server API (SCAPI) schemas, enabling AI agents to understand the specific data structures and object definitions required for Salesforce Commerce Cloud integrations. It acts as a reference library for schema validation and documentation retrieval within the development tooling ecosystem.

When to use it

  • Validating JSON payloads against official B2C Commerce SCAPI specifications before submission.
  • Generating API documentation or client-side SDKs based on current schema versions.
  • Debugging integration errors by cross-referencing field names and types with source definitions.
  • Onboarding new developers to the specific data model of a Salesforce Commerce Cloud instance.

Key capabilities

  • Access to official B2C SCAPI schema definitions.
  • Support for structured data validation within developer tooling.
  • Integration with salesforcecommercecloud/b2c-developer-tooling ecosystem.
  • Metadata retrieval for object and field relationships.

Example prompts

  • "Retrieve the latest schema definition for the Order object in B2C SCAPI."
  • "Validate this JSON payload against the Customer profile schema from the registry."
  • "List all available fields for the ProductCatalog object according to current standards."

Tips & gotchas

Ensure your AI agent has access to the specific version of the tooling package, as schemas may evolve with platform updates. Always verify that the retrieved schema matches your instance's configuration, especially if custom objects are in use.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
salesforcecommercecloud
Installs
39

🌐 Community

Passed automated security scans.