skills/smithery.ai/b2c-site-import-export

b2c-site-import-export

Installation
SKILL.md

Site Import/Export Skill

Use the b2c CLI plugin to import and export site archives on Salesforce B2C Commerce instances.

Tip: If b2c is not installed globally, use npx @salesforce/b2c-cli instead (e.g., npx @salesforce/b2c-cli job import).

Import Commands

Import Local Directory

# Import a local directory as a site archive
b2c job import ./my-site-data

# Import and wait for completion
b2c job import ./my-site-data --wait

# Import a local zip file
b2c job import ./export.zip
Installs
1
First Seen
Apr 11, 2026
b2c-site-import-export from smithery.ai