| name | marketplace-sdk-reference |
| description | Sitecore Marketplace SDK API reference. Use when the user asks about SDK methods, types, queries, mutations, subscriptions, or how to use any Sitecore Marketplace SDK API. |
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.
@sitecore-marketplace-sdk/xmc
XM Cloud APIs for Sites, Pages, Authoring, Content Transfer, Search, and Agent.
@sitecore-marketplace-sdk/ai
AI Skills APIs for Brand Review.
Quick Reference
Client Initialization
import { ClientSDK } from "@sitecore-marketplace-sdk/client";
client = .({
: .,
});