shopify-api
Installation
SKILL.md
Shopify API Skill
This skill allows you to effectively interact with Shopify's ecosystem through its various APIs.
API Selection Guide
Choose the right API for your task:
- Admin GraphQL API (Preferred): Use for most backend operations. It's the primary API for Shopify, offering more features and efficiency than REST.
- Admin REST API: Use for simple resource management if GraphQL is too complex for the specific task or if dealing with legacy systems.
- Storefront API: Use for building custom shopping experiences (headless commerce). It is unauthenticated or uses public access tokens.
Authentication
Admin API (Custom Apps)
Most internal apps use a custom app access token.