Developer portal playground#
The GraphQL playground is a separate developer portal surface from the Store API REST playground. It executes from the browser directly against the developer-entered Storefront GraphQL endpoint/domain.
Input |
Purpose |
|---|---|
Storefront endpoint/domain |
Entered by the developer; must be a normal storefront GraphQL endpoint/domain. |
API version |
Pins the GraphQL schema/versioned endpoint. |
Storefront access token |
Authorizes Storefront GraphQL. |
Visitor session token |
Carries anonymous session/cart/consent state. |
Customer access token |
Carries headless customer identity. |
The first starter query should be runtimeContext so developers verify the normal storefront domain, locale baseline, market/currency provenance, session, customer, and consent before testing catalog or cart operations.