b2c-scapi-admin

Obtain Account Manager OAuth tokens and call SCAPI Admin endpoints.

51|16|Updated Oct 31, 2025
One-click install
npx skills add https://github.com/SalesforceCommerceCloud/b2c-developer-tooling --skill b2c-scapi-admin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: b2c-scapi-admin
Source: https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/tree/main/skills/b2c/skills/b2c-scapi-admin
Command: npx skills add https://github.com/SalesforceCommerceCloud/b2c-developer-tooling --skill b2c-scapi-admin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies integrating backend systems with SCAPI Admin APIs by handling token retrieval, scope management, and standardized patterns for inventory, orders, catalogs, and customer data.

Core Features & Use Cases

  • Token management: Acquire and refresh Account Manager OAuth tokens for admin APIs.
  • Scoped access: Demonstrates tenant-scoped tokens and API-specific scopes for sfcc.* APIs.
  • Use Cases: Inventory synchronization, order management integrations, catalog updates, and customer data workflows.

Quick Start

Use this skill to obtain an admin access token and call an Admin API endpoint, for example, fetch product data or inventory.

Frequently Asked Questions about b2c-scapi-admin

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get an admin access token for Salesforce B2C SCAPI?

To get an admin access token for B2C SCAPI, you must use the Account Manager OAuth client credentials flow. This skill streamlines token retrieval and refresh for backend integrations.

What is the best way to manage tenant-scoped scopes for sfcc admin APIs?

Managing tenant-scoped scopes for sfcc admin APIs involves requesting API-specific permissions during the OAuth flow. This skill demonstrates scoping tokens to specific tenants for secure backend data access.

Can I use this approach for inventory synchronization and order management?

Yes, you can use this approach for inventory synchronization and order management. The skill provides standardized patterns for calling admin endpoints across catalogs, orders, and customer data.

Does SCAPI admin API authentication work with backend integrations?

SCAPI admin API authentication works with backend integrations by enforcing the Account Manager OAuth client credentials flow. The skill streamlines obtaining tokens and calling admin endpoints for backend systems.

How do I call SCAPI admin endpoints for customer data workflows?

To call SCAPI admin endpoints for customer data workflows, you acquire an admin access token and apply tenant-scoped permissions. This skill covers the necessary OAuth authentication and API usage patterns.