Product Icon

Salesforce Integration for WooCommerce

Salesforce crm integration empowers you to sync your WooCommerce store’s data, including contacts, products, and orders. This Salesforce CRM Integration allows automatic sync, instant sync, two-way product sync and deletion, etc.

Sync Salesforce product data to WooCommerce

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.

Author

marketing

Current Status

Open

Last updated: April 21, 2023

1 comment

Log in to comment on this feature request.

  1. WP Swings says:
    Product developer October 9, 2025 12:25 pm

    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