• WooCommerce
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Salesforce is our product master. Woocommerce is our eCommerce platform. Whenever we update a product in Salesforce, we want to push that change into Woocommerce. 

What is the best way to do this? Apex Triggers initially sounded like the best option, but then I came across Asynchronous notifications. Woocommerce has a REST API; so I'm assuming I'll use that to push the updates. I'm just not sure which mechanism on the Salesforce side to use.