Magento Integration: Synchronise Product Data
May 19, 2011 /
Posted in Integration Corner
In Magento, one SKU can have different product names. For example: If you have two different store views, you can have your product name in two different languages
- English: Table
- Spanish: Silla
To do this via the Magento Core API, you will need to:
- Create the product using the catalogProductCreate function (default values)
- Update the product in each store view using catalogProductUpdate function