返回 Skill 列表
extension
分类: 开发与工程无需 API Key

b2c-sites

列出并检查B2C Commerce实例上的店面站点。在查找站点ID、检查站点配置或列出可用站点时使用。有助于在运行其他命令时确定站点上下文。

person作者: jakexiaohubgithub

B2C Sites Skill

Use the b2c CLI plugin to list and inspect storefront sites on Salesforce B2C Commerce instances.

Examples

List Sites

# list all sites on the configured instance
b2c sites list

# list sites on a specific server
b2c sites list --server my-sandbox.demandware.net

# list sites with JSON output (useful for parsing/automation)
b2c sites list --json

# use a specific instance from config
b2c sites list --instance production

# enable debug logging
b2c sites list --debug

More Commands

See b2c sites --help for a full list of available commands and options in the sites topic.