Use Business Manager to send a catalog feed, containing all product IDs, to Certona via FTP:
The process is the same for the initial and any subsequent feed.
The Certona Catalog Feed Schedule triggers and schedules the Certona product feed. This asynchronous process generates a file containing the IDs of all products related to the current site catalog, then transfers it to Certona via an FTP server.
Select site > Merchant Tools > Products and Catalogs > Catalog Feeds > Certona Resonance.
The remote file name equals the name of the B2C Commerce site, for example, Sites-YourShopHere-Site.xml.
This is an example of the XML file (Sites-YourShopHere-Site.xml) that will be sent:
<?xml version="1.0" encoding="UTF-8"?>
<catalog catalog-id="Site Catalog">
<product product-id="PN00650"/>
<product product-id="PN00652"/>
...
</catalog>