B2C Custom Job Steps

🌐Community
by salesforcecommercecloud · vlatest · Repository

This skill lets you define and execute tailored B2C customer journeys as automated job steps, boosting personalization & efficiency.

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

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

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

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

About This Skill

What it does

This skill allows you to dynamically add custom steps to Business-to-Consumer (B2C) jobs within the Salesforce Commerce Cloud platform. It enables developers to extend standard job processing logic by injecting specific actions or configurations at defined points in the workflow.

When to use it

  • You need to insert a custom validation step before an order is finalized in a B2C checkout process.
  • You want to trigger a specific external API call as part of a background job without modifying core platform code.
  • Your team requires a unique logging or auditing mechanism that must run during a specific job execution phase.
  • You are building a specialized integration where standard job steps are insufficient for your business logic requirements.

Key capabilities

  • Adds custom actions to the B2C job lifecycle.
  • Extends existing job definitions with user-defined logic.
  • Integrates seamlessly with Salesforce Commerce Cloud developer tooling.

Example prompts

  • "Configure a new B2C job step that validates inventory levels before processing a high-value order."
  • "Add a custom notification trigger to the end of my standard fulfillment job using b2c-custom-job-steps."
  • "How do I inject a data transformation step into an existing B2C background job?"

Tips & gotchas

Ensure your custom steps adhere to the platform's execution time limits to prevent job timeouts. Test all new job configurations in a sandbox environment before deploying them to production to avoid disrupting live order processing.

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.