odoo/documentation#12754
Created by Lionel Piraux (lipi)
Blocked
- Merge method
- Review
-
CI
- ci/documentation: (runtime 776s)
- ci/codeowner_coverage: (runtime 7s)
- label
- odoo-dev:master-google-merchant-center-xml-data-feed-lipi
- head
- 8b1e03bb0bd0379a4debd69134abbac9d1035a99
odoo/documentation | |
---|---|
master | #12754 missing r+ |
[IMP] website_sale{_stock}: Google Merchant Center feed
To ensure the multi-channel promotion of products through various platforms (e.g., Google, Meta, Pinterest, TikTok), we need to provide data feeds so that our users can easily input their catalog into these platforms.
This commit adds the documentation of the new /gmc.xml
route for Google Merchant Center. This XML file will serve as a product feed to Google, ensuring synchronization between our platform and Google's services.
The product feed can be configured to use a pricelist and can be translated to target different locations. For example, if the French language is installed and there exists a pricelist named "UE" with the EUR currency, then /fr/gmc-UE.xml
represents a feed in French with all prices displayed in EUR and calculated based on the UE pricelist.
See also:
- odoo/odoo#186976