This document describes the supported feeds for the Catalog microservice.

Supported Feeds

The supported feeds for the Catalog microservice are as follows:

catalogimport Feed    

This feed is used to import the Attributes, Products, SKUs, and Data models into the Catalog Admin by uploading the excel file (Extension of file: xlsx, xls). The frequency to run this feed is ONDEMAND. After the feed is completed, an email is notified to the registered email address(es) with the feed status.

In the admin console, you can,

catalogexport Feed     

This feed is used to export the Attributes, Products, SKUs, and Data Models from the Catalog Admin in the excel file (Extension of file: xlsx, xls). Users can extract all the data. The frequency to run this feed is ONDEMAND. After the feed is completed, an email is notified to the registered email address(es) with the feed status.

In the admin console, you can,

catalogmapping Feed

This feed is used to map a Product and/or SKU and its dependencies (attributes, models) from the Master catalog to the Sales catalog. Mapping is done once the feed is executed. The frequency to run this feed is ONDEMAND.

In the admin console, you can,

catalogapproval Feed

This feed is used to approve the project and save the data (such as products and SKUs) changes into the default project. Catalog approval feed sends the approved products/SKUs to the queue if we add “isdeltaindexenabled=true” in the feed job params. The frequency to run this feed is ONDEMAND. After the feed is completed, an email is notified to the registered email address(es) with the feed status.

In the admin console, you can,

modelvalueimport Feed    

This feed is used to import the reference model values to the Products and SKU(s). The frequency to run this feed is ONDEMAND. After the feed is completed, an email is notified to the registered email address(es) with the feed status.

In the admin console, you can,

modelvalueexport Feed

This feed is used to export the reference model values. The frequency to run this feed is ONDEMAND. After the feed is completed, an email is notified to the registered email address(es) with the feed status.

In the admin console, you can,

catalogpublish Feed    

This feed is used to clone the catalog-related 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 the 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.

After the feed is completed, an email is notified to the registered email address(es) with the feed status. The frequency to run this feed is ONDEMAND. To view the feed summary and history details, see View Schedule History.

 

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



Revision History

2022-11-18 | SW – Updated content for 8.13 release.
2020-02-03 | AN – Updated content for April 2020 release.
2019-06-08 | PLK – Minor copyedits.
2019-05-16 | JP – Minor copyedits.
2019-01-21 | PLK – Content uploaded.