Bigcommerce webhooks not working

好久不见. 提交于 2019-12-21 21:39:59

问题


I have generated access_token and subscribed to webhooks successfully as guided here http://developer.bigcommerce.com/docs/api/webhooks/quickstart.

Verified that webhooks are active and destination url is also correct with following request-

curl -XGET -H 'X-Auth-Client: [client_id]' -H 'X-Auth-Token: [auth_token]' https://hooks-beta.bigcommerce.com/producer/store/[store_key]

However I am not receiving triggers for subscribed events. Is there anything else that I have to do to listen to webhook events?


回答1:


I was going through the exact same thing, and then I realized that my intermediate SSL certificates were not loaded correctly. Once I established those through my CA and host, the triggers were finally hitting my server.



来源:https://stackoverflow.com/questions/19207630/bigcommerce-webhooks-not-working

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!