Best way to sync / ingegrate Saleor with Facebook Market Place #316
-
Hey there, We are developing a store using Saleor, but we also want to have the products that we add to Saleor automatically synced with our Facebook shop. Cheers |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey @IsaacRead We are currently working on the official Saleor App - Product Feed In the first scope it will generate the XML for Google Merchant, but you should be able to convert it easily. Current solution is not using webhooks - it exposes an endpoint that Google can call and it will generate feed on the fly, using the API. However this will not work for bigger datasets - in such scenarios App will have to listed to product changes and regenerate XML file. App will be available to install in App Store (Saleor Cloud) in few weeks, but you can check out the code, deploy it on yourself or just learn how its done. Also feel free to contribute 🚀 |
Beta Was this translation helpful? Give feedback.
-
@IsaacRead what was your solution for this? |
Beta Was this translation helpful? Give feedback.
Hey @IsaacRead
We are currently working on the official Saleor App - Product Feed
You can find the source code here
In the first scope it will generate the XML for Google Merchant, but you should be able to convert it easily.
Current solution is not using webhooks - it exposes an endpoint that Google can call and it will generate feed on the fly, using the API.
However this will not work for bigger datasets - in such scenarios App will have to listed to product changes and regenerate XML file.
App will be available to install in App Store (Saleor Cloud) in few weeks, but you can check out the code, deploy it on yourself or just learn how its done. Also feel free to contribute 🚀