Shopper API Playground
Interactive Shopper API playground with story-first setup, local restore, and explicit share links.
- API
- Shopper
- Schema
- shopper-api
Use the playground below to explore the Shopper API through a story-first setup flow. Start from a storefront story in the setup rail, restore safe shopper context locally, confirm the selected operation in Scalar, and send real requests directly from your browser.
The playground loads the OpenAPI spec from /swagger/shopper-api.json and stays in sync with the reference pages.
What the Shopper pilot restores and shares
- The setup rail restores the selected Shopper story, operation, server, and route variables from safe local state.
- Bearer auth remains session-only for the current browser tab and is never copied into share links.
- Share links are generated only when you use the explicit copy button in the playground. They are intended for reproducing a selected story and safe request context, not for sharing secrets.
- Exact endpoint methods, parameters, and schemas are defined by the OpenAPI reference.
Related
- Shopper API guide - public endpoint patterns and locale handling
- OpenAPI reference - complete Shopper API contract
- OpenAPI spec - raw spec file