Skio
Skio is a subscription-management platform for Shopify DTC brands (acquired by Recharge in 2026), powering recurring orders, passwordless subscriber portals, and one-click Shop Pay checkout. Its public developer API is GraphQL-first, served from https://graphql.skio.com/v1/graphql, with a data model that mirrors Shopify GraphQL objects - most entities carry a platformId holding the corresponding Shopify GID. Read queries use Hasura-style where/order_by/limit/offset arguments; writes are purpose-built mutations (createSubscription, cancelSubscription, pauseSubscription, applyDiscountCode). A newer public REST API has also been announced.
APIs
Skio Subscriptions API
Query and manage recurring subscriptions - list and fetch subscriptions and their lines, then create, cancel, pause, unpause, reactivate, skip, ship now, swap product variants, ...
Skio Subscribers API
Look up storefront users (subscribers) and their addresses and payment methods, filter by email, and generate passwordless magic links and quick-action tokens for self-service s...
Skio Orders API
List and fetch orders generated by subscriptions and their line items, filter by subscriber or creation time, and read aggregated daily revenue metrics. Order and OrderLineItem ...
Skio Products & Selling Plans API
Read products and product variants, manage pricing policies and billing and delivery policies, and add or remove product variants from selling plan groups that define which prod...
GraphQL
Skio GraphQL API
Skio is a subscription-management platform for Shopify DTC brands. Its public developer API is **GraphQL-first**, served from a single endpoint, and its data model mirrors Shopi...
GRAPHQL