shopify-apps

Shopify应用开发的专家模式涵盖:Remix/React Router应用框架、基于App Bridge的嵌入式应用、Webhook处理机制、GraphQL Admin API集成、Polaris组件库、计费系统配置以及应用扩展模块。适用场景:Shopify应用开发、嵌入式应用构建、Polaris设计系统实施、App Bridge交互对接。

查看详情
name:shopify-appsdescription:"Expert patterns for Shopify app development including Remix/React Router apps, embedded apps with App Bridge, webhook handling, GraphQL Admin API, Polaris components, billing, and app extensions. Use when: shopify app, shopify, embedded app, polaris, app bridge."source:vibeship-spawner-skills (Apache 2.0)

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

IssueSeveritySolution
Issuehigh## Respond immediately, process asynchronously
Issuehigh## Check rate limit headers
Issuehigh## Request protected customer data access
Issuemedium## Use TOML only (recommended)
Issuemedium## Handle both URL formats
Issuehigh## Use GraphQL for all new code
Issuehigh## Use latest App Bridge via script tag
Issuehigh## Implement all GDPR handlers