Salesforce-B2C-Commerce-Cloud-Developer Practice Test
Salesforce Spring 25 Release 202 Questions
A merchant wants to obtain an export file that contains all the products .assigned to their
Storefront catalog. They do not know how to achieve this easily without manual processing,
so asked their developer to help Generate this. The merchant s Instance setup is as
follows:
They have one Master catalog and one storefront catalog.
Some, but not all, of the products in the Master catalog are assigned to categories within
the Storefront catalog.
Which method allows the developer to generate the export for the merchant?
A. Using the Catalog Import and Export module, export the Master catalog with a categoryassignment
search to export specific
B. Using the Site Import and Export module, export both the Site catalog and the Master
catalog in a single archive.
C. Using the Site Import and Export module, export the Master catalog filtered by the site
catalog categoriesto export specific products.
C. Using the Site Import and Export module, export the Master catalog filtered by the site
catalog categoriesto export specific products.
Explanation:
Key Requirements:
The merchant wants only products assigned to the Storefront catalog (not all products in the Master catalog).
Some products in the Master catalog are not linked to the Storefront catalog.
Why Option C?
✅ Site Import & Export with Category Filtering
The Site Import and Export module allows exporting products filtered by their assignment to Storefront catalog categories.
Steps:
Navigate to Merchant Tools > Products & Catalogs > Site Import & Export.
Select the Master catalog but filter by Storefront catalog categories.
Export only products linked to those categories.
Result: The export file contains exclusively products visible on the Storefront.
Why Not Other Options?
❌ A. Catalog Import & Export (Master Catalog + Category Assignment Search)
This exports the entire Master catalog (including unassigned products) unless manually filtered, which is inefficient.
❌ B. Export Both Catalogs in a Single Archive
This would include all Master catalog products, defeating the purpose of filtering for Storefront-specific items.
Reference:
Salesforce Docs: Site Import & Export
Best Practice: Use Site Import & Export for storefront-specific product data.