sfnext-scapi-management
Installation
SKILL.md
SCAPI Client Management Skill
This skill covers managing which typed SCAPI clients are available in a Storefront Next project and how to discover their shapes before writing data-fetching code.
Overview
Storefront Next projects use typed SCAPI clients generated from OpenAPI schemas. Two complementary command sets work together:
| Command Set | Purpose | When to Use |
|---|---|---|
b2c sfnext scapi |
Manage which clients exist in your project | Adding/removing APIs, checking what's configured |
b2c scapi schemas |
Browse API shapes (endpoints, fields, types) | Before writing a loader — discover what's available |
Managing Project Clients
List Available APIs
See what SCAPI APIs can be added to your project: