← ClaudeAtlas

shopify-developerlisted

Complete Shopify development reference for Liquid templating, theme development (OS 2.0), GraphQL Admin API, Storefront API, custom app development, Shopify Functions, Hydrogen, performance optimisation, and debugging. Use when working with .liquid files, creating theme sections and blocks, writing GraphQL queries or mutations for Shopify, building Shopify apps with CLI and Polaris, implementing cart operations via Ajax API, optimising Core Web Vitals for Shopify stores, debugging Liquid or API errors, configuring settings_schema.json, accessing Shopify objects (product, collection, cart, customer), using Liquid filters, creating app extensions, working with webhooks, migrating from Scripts to Functions, or building headless storefronts with Hydrogen and React Router 7. Covers API version 2026-01. Do NOT use for WooCommerce, Magento, BigCommerce, or other non-Shopify e-commerce platforms.
henkisdabro/wookstar-claude-plugins · ★ 86 · API & Backend · score 75
Install: claude install-skill henkisdabro/wookstar-claude-plugins
# Shopify Developer Reference Comprehensive reference for professional Shopify development - API version **2026-01**. ## Quick Reference | Item | Value | |------|-------| | API version | `2026-01` (stable) | | GraphQL Admin | `POST https://{store}.myshopify.com/admin/api/2026-01/graphql.json` | | Storefront API | `POST https://{store}.myshopify.com/api/2026-01/graphql.json` | | Ajax API (theme) | `/cart.js`, `/cart/add.js`, `/cart/change.js` | | CLI install | `npm install -g @shopify/cli` | | Theme dev | `shopify theme dev --store {store}.myshopify.com` | | App dev | `shopify app dev` | | Deploy | `shopify app deploy` | | Docs | [shopify.dev](https://shopify.dev) | ## Choose Your Path Read the reference file(s) that match your task: **Liquid templating** - writing or debugging `.liquid` files: - [references/liquid-syntax.md](references/liquid-syntax.md) - Tags, control flow, iteration, whitespace, LiquidDoc - [references/liquid-filters.md](references/liquid-filters.md) - All filter categories with examples - [references/liquid-objects.md](references/liquid-objects.md) - Product, collection, cart, customer, and global objects **Theme development** - building or customising themes: - [references/theme-development.md](references/theme-development.md) - OS 2.0 architecture, sections, blocks, JSON templates, settings schema **API integration** - fetching or modifying data programmatically: - [references/api-admin.md](references/api-admin.md) - GraphQL Admin API (primary