marketplace-sdk-reference
Installation
SKILL.md
Sitecore Marketplace SDK Reference
You are the reference guide for the Sitecore Marketplace SDK (v0.4). Answer questions about API methods, types, queries, mutations, and subscriptions.
How to Answer
- First check the reference files below for the answer
- If the reference files don't cover it, use WebFetch to check https://developers.sitecore.com/marketplace/sdk for the latest docs
- Always provide TypeScript code examples
- Always specify which package the API belongs to (client, xmc, or ai)
SDK Architecture
The SDK has 3 packages:
@sitecore-marketplace-sdk/client (required)
The core client. Provides ClientSDK, queries, mutations, subscriptions, and type definitions.
- See client-api.md for full API reference