shopify-billing
Installation
SKILL.md
Shopify Billing Skill
The Billing API allows you to charge merchants for your app using recurring subscriptions or one-time purchases.
[!IMPORTANT] GraphQL Only: The REST Billing API is deprecated. Always use the GraphQL Admin API for billing operations.
1. Recurring Subscriptions (appSubscriptionCreate)
Use this mutation to create a recurring charge (e.g., monthly plan).
Example (Remix / Shopify App Template)
/* app/routes/app.upgrade.tsx */
import { authenticate } from "../shopify.server";