shopify-api
Installation
SKILL.md
Shopify API Guide for Remix Apps
Complete reference for Shopify APIs using @shopify/shopify-app-remix.
Quick Reference
| API | Use Case | Auth Method |
|---|---|---|
| Admin GraphQL | All backend CRUD operations | authenticate.admin() |
| Admin REST | Legacy endpoints, specific features | authenticate.admin() |
| Storefront API | Public storefront, cart, checkout | Public access token |