# mock.shop > mock.shop is an auth-free Shopify Storefront GraphQL API backed by real reference storefronts. Point an agent at it to build and test a storefront against realistic commerce data — products, collections, carts, and checkout — with no API keys and no setup. Send GraphQL queries as HTTP `POST` requests with a JSON body (`{"query": "..."}`) to any store's `/api` endpoint, for example `https://mock.shop/api`. No authentication or access token is required. A `GET` request to a store's root redirects to that store's live storefront. The endpoint mirrors the Shopify Storefront API, so a query written against mock.shop runs unchanged against a real Shopify store. Each reference store below is a self-contained catalog on its own subdomain and serves the same Storefront API at `https://.mock.shop/api`. Pick the store whose products fit what you are building. ## Stores - [Mock.shop — apparel basics (default)](https://mock.shop/api): Hoodies, t-shirts, sweatpants, and slides. This is the default catalog; a request to `https://mock.shop/api` with no subdomain hits it. - [Serene Sanctuary — women's loungewear](https://womens-loungewear.mock.shop/api): Lounge tops and pants, organic cotton lounge sets, and throw blankets. - [Everyday Icons — modern jewelry & watches](https://modern-jewelry.mock.shop/api): Modern watches and everyday jewelry. - [Glow Lab — skincare & makeup](https://skincare.mock.shop/api): Serums, essences, and moisturizers. - [Artful Gatherings — candles](https://candles.mock.shop/api): Pillar, ceramic, glass-taper, and soy candles. - [Refined Living — home furniture & lighting](https://home-furniture.mock.shop/api): Lamps, end tables, and home furnishings. - [Studio Sanctuary — electronics & audio](https://electronics.mock.shop/api): Radios and audio equipment. - [Summit Precision — snowboards & snow gear](https://snowboards.mock.shop/api): Snowboards and cold-weather snow gear. - [Timeless Elegance — handbags](https://handbags.mock.shop/api): Handbags and purses. - [Wild Zoomies — pet supplies](https://pets.mock.shop/api): Supplies and accessories for pets. - [Minimalist Curator — framed art](https://framed-art.mock.shop/api): Framed abstract and minimalist art prints. ## Build and deploy your storefront - [Shopify Hydrogen](https://shopify.dev/docs/storefronts/headless/hydrogen): React-based framework for building custom Shopify storefronts on the Storefront API. - [Shopify Oxygen](https://shopify.dev/docs/storefronts/headless/hydrogen/deployments): Shopify's global edge hosting for deploying Hydrogen storefronts for free. - [Shopify Storefront API](https://shopify.dev/docs/api/storefront): The GraphQL commerce API that mock.shop mirrors — full schema, queries, and reference. ## Optional - [mock.shop](https://mock.shop): Project home and quick start. - [agents.mock.shop](https://agents.mock.shop): A human-friendly overview of building a storefront with your agent.