返回 Skill 列表
extension
分类: 开发与工程无需 API Key

shopify-apps

Shopify应用程序开发的专家模式,包括使用Remix/React Router的应用程序、通过App Bridge集成的应用程序、webhook处理、GraphQL Admin API、Polaris组件、计费以及应用程序扩展。使用场景:shopify应用, shopify, 集成应用, polaris, app bridge。

person作者: jakexiaohubgithub

Shopify Apps

Patterns

React Router App Setup

Modern Shopify app template with React Router

Embedded App with App Bridge

Render app embedded in Shopify Admin

Webhook Handling

Secure webhook processing with HMAC verification

Anti-Patterns

❌ REST API for New Apps

❌ Webhook Processing Before Response

❌ Polling Instead of Webhooks

⚠️ Sharp Edges

| Issue | Severity | Solution | |-------|----------|----------| | Issue | high | ## Respond immediately, process asynchronously | | Issue | high | ## Check rate limit headers | | Issue | high | ## Request protected customer data access | | Issue | medium | ## Use TOML only (recommended) | | Issue | medium | ## Handle both URL formats | | Issue | high | ## Use GraphQL for all new code | | Issue | high | ## Use latest App Bridge via script tag | | Issue | high | ## Implement all GDPR handlers |