-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Adding content about the catalog sync CLI #8125
Conversation
src/guides/v2.4/config-guide/cli/config-cli-subcommands-catalog-sync.md
Outdated
Show resolved
Hide resolved
src/guides/v2.4/config-guide/cli/config-cli-subcommands-catalog-sync.md
Outdated
Show resolved
Hide resolved
src/guides/v2.4/config-guide/cli/config-cli-subcommands-catalog-sync.md
Outdated
Show resolved
Hide resolved
src/guides/v2.4/config-guide/cli/config-cli-subcommands-catalog-sync.md
Outdated
Show resolved
Hide resolved
src/guides/v2.4/config-guide/cli/config-cli-subcommands-catalog-sync.md
Outdated
Show resolved
Hide resolved
…g-sync.md Co-authored-by: Misha <[email protected]>
Co-authored-by: Misha <[email protected]>
Sorry (not sorry) for jumping in while this PR is still in draft state, but I have to ask these questions:
|
Removing information about the catalog sync dashboard.
adding bin/magento to commands.
@keharper these commands are part of bin/magento. I've updated the PR. @dshevtsov these commands are available when you install the |
@erikmarr, it looks like this is an extension. This functionality is not part of a clean instance and requires extra-installation. The command should not be expected otherwise. It is not clear how to install it. It fails, when I try to install it on 2.4.1 Commerce with
|
Could be that composer is running out of memory. Maybe try with |
@misha-kotov it didn't help. |
running tests |
|
||
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. | ||
|
||
The commands used to sync catalog data are part of the `magento/saas-export` module. See [Install and configure Product Recommendations]({{ page.baseurl }}/recommendations/install-configure.html) for more information. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
magento/saas-export
looks like a package, which is a set of modules.
running tests |
src/guides/v2.3/config-guide/cli/config-cli-subcommands-catalog-sync.md
Outdated
Show resolved
Hide resolved
…g-sync.md Co-authored-by: Dmitry Shevtsov <[email protected]>
@dshevtsov thanks for the review. I think I have resolved all your feedback. |
running tests |
Hi @erikmarr, thank you for your contribution! |
Purpose of this pull request
This pull request (PR) adds information about the CLI commands you can use to sync your catalog.
Affected DevDocs pages