collections/create
トピック用collections/update
の新しい Shopify Webhook を作成しました ( Shopify API ドキュメントcollections/delete
に記載されているとおり)。
create Webhook は、空の本文を取得し、ヘッダーにコレクション ID を取得しません。
{
"x-shopify-topic": "collections/create",
"x-shopify-shop-domain": "myshop.myshopify.com",
"x-shopify-hmac-sha256": "MiTUUuy****************xZXScg=",
"x-real-ip": "204.93.213.120",
"x-forwarded-for": "204.93.213.120",
"user-agent": "Ruby",
"host": "postcatcher.in",
"content-type": "application/xml",
"content-length": "474",
"connection": "close",
"accept": "*/*",
"x-heroku-queue-wait-time": "0",
"x-heroku-queue-depth": "0",
"x-heroku-dynos-in-use": "1",
"x-request-start": "1343050015180"
}
他の 2 つの Webhook (更新と削除) はまったく呼び出されません。これは Shopify のバグですか?