What problem does it solve?
This Skill provides structured guidance to identify, reproduce, and fix Shopify Liquid syntax errors, theme rendering issues, API call failures, JavaScript problems, cart and checkout glitches, and webhook delivery problems.
Core Features & Use Cases
- Liquid debugging: Use DevTools to identify Liquid errors in templates and fix syntax or scope issues.
- API debugging: Diagnose REST/GraphQL errors, authentication, rate limits, data mismatches, and fixes.
- Frontend debugging: Troubleshoot JavaScript console errors, network requests, and performance issues in Shopify themes and apps.
- Cart & Checkout: Debug cart operations, variant IDs, checkout workflows, and webhook integrations.
- Theme Preview & Webhooks: Verify theme changes in Preview mode; validate webhook deliveries and HMAC verification.
Quick Start
Start by reproducing the issue in the Shopify Theme Preview, then open browser DevTools to inspect Liquid errors, console logs, and network requests. Check API responses for errors and verify authentication, endpoints, and permissions. Validate cart/checkout behavior and test webhook deliveries, applying fixes in code and re-testing end-to-end.