sfcc-business-manager

Manage SFCC Business Manager configuration and perform bulk XML imports and exports.

14|3|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/tomtoto757/ecomm-ai-skills-hub --skill sfcc-business-manager-tomtoto757
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sfcc-business-manager
Source: https://github.com/tomtoto757/ecomm-ai-skills-hub/tree/main/skills/platform-integrations-infrastructure/finsilabs/platform-salesforce-cc/sfcc-business-manager
Command: npx skills add https://github.com/tomtoto757/ecomm-ai-skills-hub --skill sfcc-business-manager-tomtoto757

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual, error-prone steps of configuring Salesforce Commerce Cloud (SFCC) Business Manager and performing bulk catalog, inventory, and price imports by providing clear guidance on XML structure, IMPEX upload patterns, job triggering, and site-preference configuration.

Core Features & Use Cases

  • Catalog and Product Imports: Build Demandware-compliant catalog XML with categories, simple products, and variation masters so products appear in the storefront after import.
  • Inventory and Pricebook Processing: Format inventory and pricebook XML feeds and assign pricebooks and inventory lists to sites.
  • Job Automation & Uploads: Use WebDAV patterns and the Jobs API to upload files to IMPEX and trigger import jobs programmatically, with guidance for parallel execution and logging.
  • Site Preferences & Cartridge Access: Define system-objecttype-extensions for custom site preferences and show how to read preferences from server-side cartridges.
  • Use Case: Automate nightly ERP-to-SFCC feeds for catalog, inventory, and pricing while monitoring import logs to detect silent failures like "0 records processed".

Quick Start

Upload catalog.xml to the SFCC IMPEX src folder via WebDAV and trigger the catalog import job using the Jobs API.

Frequently Asked Questions about sfcc-business-manager

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

FAQPage Schema
How do I format catalog XML for Salesforce Commerce Cloud imports?

Catalog XML for Salesforce Commerce Cloud imports must follow Demandware-compliant schemas, structuring categories, simple products, and variation masters correctly so products appear in the storefront after the import job completes.

How do I upload files to IMPEX and trigger SFCC import jobs programmatically?

You upload files to the SFCC IMPEX src folder using WebDAV patterns, then trigger import jobs programmatically via the Jobs API, allowing for parallel execution and diagnostic log monitoring to detect silent failures.

What is the best way to automate nightly ERP-to-SFCC feeds for pricing and inventory?

Automate nightly ERP-to-SFCC feeds by formatting inventory and pricebook XML feeds, assigning them to sites, and using Jobs API parameterization to trigger imports while monitoring logs for silent failures like 0 records processed.

Does this approach support configuring custom site preferences in Business Manager?

Yes, you can define system-objecttype-extensions for custom site preferences in Business Manager, and it provides guidance on how to read those preferences from server-side cartridges within your SFCC implementation.

Why do my SFCC XML imports result in a silent failure with 0 records processed?

Silent failures in SFCC XML imports often stem from malformed Demandware XML schemas or incorrect IMPEX upload paths, requiring diagnostic job log monitoring after triggering the import via the Jobs API to identify the exact parsing error.