b2c-scapi-schemas
Browse and retrieve SCAPI OpenAPI schemas. Use when exploring available SCAPI endpoints, checking API request/response formats, understanding SCAPI data models, or finding the right API for a task.
npx skills add majiayu000/claude-skill-registry --skill b2c-scapi-schemas-salesforcecommercecl-b2c-developer-toolin --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# B2C SCAPI Schemas Skill Use the `b2c` CLI plugin to browse and retrieve SCAPI OpenAPI schema specifications. ## Required: Tenant ID The `--tenant-id` flag is **required** for all commands. The tenant ID identifies your B2C Commerce instance. **Important:** The tenant ID is NOT the same as the organization ID: - **Tenant ID**: `zzxy_prd` (used with commands that require `--tenant-id`) - **Organization ID**: `f_ecom_zzxy_prd` (used in SCAPI URLs, has `f_ecom_` prefix) ### Deriving Tenant ID from Hostname For sandbox instances, you can derive the tenant ID from the hostname by replacing hyphens with underscores: | Hostname | Tenant ID | |----------|-----------| | `zzpq-013.dx.commercecloud.salesforce.com` | `zzpq_013` | | `zzxy-001.dx.commercecloud.salesforce.com` | `zzxy_001` | | `abcd-dev.dx.commercecloud.salesforce.com` | `abcd_dev` | For production instances, use your realm and instance identifier (e.g., `zzxy_prd`). ## Examples ### List Available Schemas ```bash # list all available SCAPI schemas b2c scapi schemas list --tenant-id zzxy_prd # list with JSON output b2c scapi schemas list --tenant-id zzxy_prd --json ``` ### Filter Schemas ```bash # filter by API family (e.g., prod
- Required: Tenant ID
- Deriving Tenant ID from Hostname
- Examples
- List Available Schemas
- Filter Schemas
- Get Schema (Collapsed/Outline - Default)
- Get Schema with Selective Expansion
- Get Full Schema
- List Available Paths/Schemas/Examples
- Output Formats
- Custom Properties
- Configuration
- More Commands
list all available SCAPI schemas b2c scapi schemas list --tenant-id zzxy_prd list with JSON output b2c scapi schemas list --tenant-id zzxy_prd --json filter by API family (e.g., product, checkout, search) b2c scapi schemas list --tenant-id zzxy_prd --api-family product filter by API name b2c scapi schemas list --tenant-id zzxy_prd --api-name shopper-products filter by status b2c scapi schemas list --tenant-id zzxy_prd --status current
What does the b2c-scapi-schemas skill do?
Browse and retrieve SCAPI OpenAPI schemas. Use when exploring available SCAPI endpoints, checking API request/response formats, understanding SCAPI data models, or finding the right API for a task.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill b2c-scapi-schemas-salesforcecommercecl-b2c-developer-toolin --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
