我已经成功创建了bigcommerce webhooks,但似乎无法将任何数据发送到requestb.in
{
"id"=><webhook_id>,
"client_id"=><client_id>,
"store_hash"=><store_hash>,
"scope"=>"store/product/created",
"destination"=>"https://requestb.in/1ieyzm31",
"headers"=>{"X-ANT-SHARED-TOKEN"=>nil},
"is_active"=>true,
"created_at"=>1493173043,
"updated_at"=>1493173043
}
文档说如果webhook无法发送,is_active标志将会关闭。我没有得到任何数据,国旗仍然存在。 BC方面是否有错误!?!?
更新:
我在BC建议的工具上测试了requestbin的SSL证书,因为大商业表示如果没有正确设置SSL,它可能会忽略webhooks