如何在 webhook 中创建事件生成?bigCommerce 在哪里设置目标路径?
当我运行 test.php 文件 $url = ' https://hooks-beta.bigcommerce.com ';
$字段 = 数组(
"producer"=>"store/b111e",
"scope"=>"store/customer/updated",
"deliverymethod"=>"HTTP_POST",
"destination"=>array(
"url"=>"http://shopifywebhook.hirevisitingfaculty.com/demo.php"
),
);
我得到了结果
{ "client_id":"mwadsdd6srh7",
"created_at":"2013-10-15T09:29:58+00:00",
"deliverymethod":"HTTP_POST","destination":
{"url":" http://shopifywebhook.hirevisitingfaculty.com/demo.php "},
“身份证”:1578,
“is_active”:真,
“生产者”:“商店/bewe”,“范围”:“商店/客户”
/updated","updated_at":"2013-10-15T09:29:58+00:00"}
但是当我运行我的本地文件而不是当客户更新并且甚至没有获得客户 ID 时会得到这个结果?