This page discusses the feeds used by the Foundation microservice.

foundationpublish Feed

This feed is used to clone the existing foundation data from the stage environment (authoring DB) to the production environment (live DB). There are three different types of publishing:

  • FULL: Publishes the complete data from the authoring DB to the live DB.
    Note: You need to run this type of feed when you have a complete change in the data.
  • INCREMENTAL: Publishes the incremental data from authoring DB to the live DB
    Note: You need to run this type of feed when you have minimal updates in data.
  • ROLLBACK: Restore the data from the previous full version.

This feed is triggered by the publishmaster feed. After the feed is completed, an email is notified to the configured email address(es) with the feed details.

To view the feed summary and history details, refer to the feed job history page of the Feed Admin console.

publishmaster Feed

This feed triggers the below publish feeds when it is triggered:

The frequency to run this feed is ONDEMAND. This feed is triggered when you select full publish or delta publish options in the store ops page of the Foundation Admin console. After the feed is completed, an email is notified to the configured email address(es) with the feed details.

To view the feed summary and history details, refer to the feed job history page of the  Feed Admin console.

automatestore Feed

This feed is used to set up a store automatically with the sample data based on the domain selected such as Retail, Automobile, Telecommunication, or Multilevel Marketing (MLM). This feed is triggered when you create a store with the Sample Data toggle enabled. The frequency to run this feed is ONDEMAND. This feed imports the sheets mapped to the selected domain and reindexes the imported data. You can configure the domains and sheet path using the business properties domain and sheetPath.

This feed performs the operations given below:

Note: For a B2B store alone, this feed also creates the account(s) and contract(s) of the account.

To view the feed summary and history details, refer to the feed job history page of the  Feed Admin console.

Note: For detailed information about Feeds microservice, see here.






Revision History
2023-10-27 | AN – Content uploaded for 8.15 release.
2023-06-15 | AN – Content uploaded for 8.14 release.
2022-11-21 | AN – Revamped the content for release 8.13.
2019-06-08 | PLK – Minor copyedit.
2019-05-24 | AM – Minor copyedit.
2019-04-17 | AM – Content uploaded for April 2019 release.
2019-01-22 | PLK – Page added.