Agent skill · Data & Analytics

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/api/b2c-scapi-schemas-salesforcecommercecl-b2c-developer-toolin/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Required: Tenant ID
  2. Deriving Tenant ID from Hostname
  3. Examples
  4. List Available Schemas
  5. Filter Schemas
  6. Get Schema (Collapsed/Outline - Default)
  7. Get Schema with Selective Expansion
  8. Get Full Schema
  9. List Available Paths/Schemas/Examples
  10. Output Formats
  11. Custom Properties
  12. Configuration
  13. More Commands
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going