·shopify-webhooks
</>

shopify-webhooks

hookdeck/webhook-skills

Shopify Webhook を受信して​​確認します。 Shopify Webhook ハンドラーの設定、署名検証のデバッグ、注文/作成、製品/更新、顧客/作成などのストア イベントの処理時に使用します。

23インストール·0トレンド·@hookdeck

インストール

$npx skills add https://github.com/hookdeck/webhook-skills --skill shopify-webhooks

SKILL.md

Important: Shopify requires webhook endpoints to respond within 5 seconds with a 200 OK status. Process webhooks asynchronously if your handler logic takes longer.

For complete working examples with tests, see: examples/express/ - Full Express implementation examples/nextjs/ - Next.js App Router implementation examples/fastapi/ - Python FastAPI implementation

| orders/create | New order placed | | orders/updated | Order modified | | orders/paid | Order payment received | | orders/fulfilled | Order shipped | | products/create | New product added | | products/update | Product modified | | customers/create | New customer registered | | app/uninstalled | App removed from store |

Shopify Webhook を受信して​​確認します。 Shopify Webhook ハンドラーの設定、署名検証のデバッグ、注文/作成、製品/更新、顧客/作成などのストア イベントの処理時に使用します。 ソース: hookdeck/webhook-skills。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/hookdeck/webhook-skills --skill shopify-webhooks
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-06
更新日
2026-02-18

クイックアンサー

shopify-webhooks とは?

Shopify Webhook を受信して​​確認します。 Shopify Webhook ハンドラーの設定、署名検証のデバッグ、注文/作成、製品/更新、顧客/作成などのストア イベントの処理時に使用します。 ソース: hookdeck/webhook-skills。

shopify-webhooks のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/hookdeck/webhook-skills --skill shopify-webhooks インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/hookdeck/webhook-skills