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.

4 APIs 0 Features
SubscriptionsShopifyEcommerceDTCRecurring BillingGraphQL

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

Pricing Plans

Skio Plans Pricing

2 plans

PLANS

Rate Limits

Skio Rate Limits

3 limits

RATE LIMITS

FinOps

Skio Finops

FINOPS

Resources

🔗
DomainSecurity
DomainSecurity
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

apis.yml Raw ↑
aid: skio
url: https://raw.githubusercontent.com/api-evangelist/skio/refs/heads/main/apis.yml
name: Skio
kind: company
description: 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.
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
tags:
- Subscriptions
- Shopify
- Ecommerce
- DTC
- Recurring Billing
- GraphQL
created: '2026-07-10'
modified: '2026-07-10'
specificationVersion: '0.19'
apis:
- aid: skio:skio-subscriptions-api
  name: Skio Subscriptions API
  tags:
  - Subscriptions
  - Recurring Billing
  - GraphQL
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://code.skio.com/
  baseURL: https://graphql.skio.com/v1/graphql
  properties:
  - url: https://code.skio.com/
    type: Documentation
  - url: https://code.skio.com/
    type: APIReference
  - url: graphql/skio-schema.graphql
    type: GraphQL
  - url: graphql/skio-graphql.md
    type: GraphQL
  description: Query and manage recurring subscriptions - list and fetch subscriptions and their lines, then create, cancel,
    pause, unpause, reactivate, skip, ship now, swap product variants, edit interval, apply discount codes, and update the
    next billing date. Mirrors Shopify's SubscriptionContract via platformId.
- aid: skio:skio-subscribers-api
  name: Skio Subscribers API
  tags:
  - Subscribers
  - Customers
  - GraphQL
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://code.skio.com/
  baseURL: https://graphql.skio.com/v1/graphql
  properties:
  - url: https://code.skio.com/
    type: Documentation
  - url: https://code.skio.com/
    type: APIReference
  - url: graphql/skio-schema.graphql
    type: GraphQL
  description: 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 subscriber portals. StorefrontUser mirrors Shopify's
    Customer object.
- aid: skio:skio-orders-api
  name: Skio Orders API
  tags:
  - Orders
  - Ecommerce
  - GraphQL
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://code.skio.com/
  baseURL: https://graphql.skio.com/v1/graphql
  properties:
  - url: https://code.skio.com/
    type: Documentation
  - url: https://code.skio.com/
    type: APIReference
  - url: graphql/skio-schema.graphql
    type: GraphQL
  description: 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 mirror Shopify's Order objects via platformId.
- aid: skio:skio-products-selling-plans-api
  name: Skio Products & Selling Plans API
  tags:
  - Products
  - Selling Plans
  - Catalog
  - GraphQL
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://code.skio.com/
  baseURL: https://graphql.skio.com/v1/graphql
  properties:
  - url: https://code.skio.com/
    type: Documentation
  - url: https://code.skio.com/
    type: APIReference
  - url: graphql/skio-schema.graphql
    type: GraphQL
  description: 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 products can be sold as subscriptions.
common:
- type: DomainSecurity
  url: security/skio-domain-security.yml
- type: LinkedIn
  url: https://www.linkedin.com/company/skio
- type: Website
  url: https://skio.com
- type: Documentation
  url: https://code.skio.com/
- type: Plans
  url: plans/skio-plans-pricing.yml
- type: RateLimits
  url: rate-limits/skio-rate-limits.yml
- type: FinOps
  url: finops/skio-finops.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com