Help Needed: Zapier Integration Between BigCommerce and Salesforce
I'm trying to set up an integration between BigCommerce and Salesforce using Zapier. Here's what I've done so far:
- I created a Store-level API account in BigCommerce.
- I activated a webhook in BigCommerce via Postman.
- I then set up a Zapier Webhook (Catch Hook) and used the Utilities action event.
- I configured the input with the webhook response body, which is in JSON format.
- I'm successfully receiving the data, but it's all coming in raw JSON format, which is not very user-friendly.
What I really need is:
- When an order is placed in BigCommerce, it should trigger a Zap.
- The order details should then be saved in Salesforce—specifically, I want to capture and store the User ID, Order ID, and Product Name.
Could some one please help me to guide on how to parse the response properly and map these fields into Salesforce correctly? Let me know if I need to use additional steps like Formatter or Code in Zapier.










