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

Authentication

Admin API (Loaders & Actions)

// app/routes/app.products.tsx
import { json } from "@remix-run/node";
Related skills

More from toilahuongg/shopify-agents-kit

Installs
14
GitHub Stars
9
First Seen
Jan 30, 2026