The plugin appears to only send data from Woo to SFDC, it would be great to have product data changes/updates sent to Woo from SFDC.
Use case: our sales team use SFDC to manage event data (event name, date, price, location), when they add new events, cancel events, change dates, edit pricing etc we have to then login to Woo and make the same updates, if this plugin was able to automate this process by sending SFDC product updates to woo this would be amazing.
Open
Last updated: April 21, 2023
Log in to comment on this feature request.
The Integration with Salesforce for WooCommerce plugin supports two-way synchronization for standard product objects. When configured, updates in Salesforce for product fields such as name, SKU, or price can automatically reflect in WooCommerce.
Here’s how this aligns with your setup:
If events = products: The plugin can handle creation, updates, and deletions automatically. You’ll just need to map any custom fields (like event date or location) to WooCommerce product meta fields.
If events = custom objects (Event__c, etc.): The plugin won’t sync these automatically. You’d need a custom Apex trigger or middleware script to push those to WooCommerce as products or event posts.
Real-time sync is mainly one-way (Woo → SFDC). Reverse sync (SFDC → Woo) depends on the configured “Reverse Product Feed Mapping.”
In short, full automation is feasible if events are stored as products.
Best Regards