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 Shopify's GraphQL objects — most entities carry a `platformId` field holding the corresponding Shopify GID (e.g. `gid://shopify/SubscriptionContract/12346616394`), which lets you cross-query Shopify.
Overview
Skio GraphQL API is a GraphQL API specification published by Skio on the APIs.io network.
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 Shopify’s GraphQL objects — most entities carry a platformId field holding the corresponding Shopify GID (e.g. gid://shopify/SubscriptionContract/12346616394), which lets you cross-query Shopify.
The GraphQL endpoint is available at https://graphql.skio.com/v1/graphql. documentation is published at https://code.skio.com/.
Tagged areas include Subscriptions, Shopify, Ecommerce, DTC, and Recurring Billing.