Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit b2ef6a3

Browse files
authored
Merge pull request #8515 from magento/em_prex-catsyncrefresh
Add info about required API key and SaaS Environment
2 parents 173db13 + 1095c86 commit b2ef6a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/guides/v2.3/config-guide/cli/config-cli-subcommands-catalog-sync.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ title: Catalog Sync
55

66
Magento compiles catalog data into tables using indexers. This process is automatically [triggered by several events](https://docs.magento.com/user-guide/system/index-management-events.html), such as changes to a product's price or inventory levels. To allow some Magento services to use that catalog data, a catalog sync process runs hourly. The catalog sync process exports product data from the Magento server to SaaS services on an ongoing basis. For example, the [Product Recommendations](https://docs.magento.com/user-guide/marketing/product-recommendations.html) feature needs up-to-date catalog information so that it can accurately return recommendations with correct names, pricing, and availability. Use the command-line interface to trigger the catalog sync and reindex product data for consumption by SaaS services.
77

8+
{:.bs-callout-info}
9+
To use the catalog sync commands, you must have an [API key and a SaaS environment configured](https://docs.magento.com/user-guide/system/saas.html). If you do not have an API key and have not configured a SaaS environment, you can still reindex product data but that data will not be exported to SaaS services.
10+
811
The commands used to sync catalog data are part of the `magento/saas-export` package. See [Install and configure Product Recommendations]({{ site.baseurl }}/recommendations/install-configure.html) for more information.
912

1013
{:.bs-callout-info}

0 commit comments

Comments
 (0)