B2C Scapi Custom

🌐Community
by salesforcecommercecloud · vlatest · Repository

B2C Scapi Custom enables tailored product recommendations and content experiences for B2C shoppers, boosting engagement & driving sales.

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-custom npx -- -y @trustedskills/b2c-scapi-custom
2

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

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

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

About This Skill

The b2c-scapi-custom skill enables AI agents to interact with the Salesforce Commerce Cloud (SFCC) B2C API using custom authentication and configuration. It allows developers to extend standard API access by defining unique credentials and endpoints tailored for specific business logic or third-party integrations.

When to use it

  • Automating inventory checks when standard API keys lack permission for specific product categories.
  • Integrating legacy ERP systems that require non-standard OAuth flows with SFCC storefronts.
  • Creating custom reporting agents that need direct, unfiltered access to raw order data.
  • Testing new API endpoints before they are exposed in the public developer portal.

Key capabilities

  • Configures custom authentication tokens for secure agent-to-platform communication.
  • Defines specific API endpoint paths beyond default SFCC routes.
  • Supports dynamic payload construction for complex B2C queries.
  • Enables programmatic access to order management and product catalog services.

Example prompts

  • "Retrieve real-time stock levels for SKU 12345 using my custom B2C API credentials."
  • "Create a summary of all orders placed in the last hour via the custom endpoint."
  • "Update the status of order #98765 to 'shipped' through the configured custom interface."

Tips & gotchas

Ensure your custom authentication tokens have the necessary scopes, as misconfigured permissions will block agent actions. This skill is designed for advanced users comfortable with API key management and SFCC architecture.

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
30

🌐 Community

Passed automated security scans.