# Storekit

> API reference: StoreKit 2. Product, Transaction, subscriptions, StoreView, SubscriptionStoreView.

- Skill: `prisma-labs-dev/storekit` (Agent Skill, multi-file: 7 files)
- Install (CLI): `npx skillmds add prisma-labs-dev/storekit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/prisma-labs-dev/storekit/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: prisma-labs-dev (https://skillmd.com/u/prisma-labs-dev)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/prisma-labs-dev/storekit

---


# StoreKit Reference

StoreKit 2 for in-app purchases and subscriptions (iOS 26+).

## Downloaded Reference Files

| File | Content |
|------|---------|
| [storekit-overview.md](storekit-overview.md) | Full StoreKit framework index |
| [product.md](product.md) | Product struct |
| [transaction.md](transaction.md) | Transaction verification & history |
| [subscriptioninfo.md](subscriptioninfo.md) | Subscription info & status |
| [storeview.md](storeview.md) | StoreView (product display) |
| [subscriptionstoreview.md](subscriptionstoreview.md) | SubscriptionStoreView |

## Fetching More Docs

1. Search this skill's local `.md` files first.
2. If the topic is not here, check the other installed Apple skills you have available by their names, descriptions, or `SKILL.md` frontmatter, then grep their local files. This is faster and uses less context than fetching new docs from the internet.
3. If no installed skill has the page, use the relevant documentation path from `storekit-overview.md` with the `sosumi.ai` Markdown mirror. For example, `/documentation/storekit/product` maps to `https://sosumi.ai/documentation/storekit/product`.

