BulletProof · Example Payload

Bulletproof Storefront Graphql Response

CompanyConsumer Packaged GoodsFood and BeverageHealth and WellnessSupplementsE-CommerceDirect to ConsumerRetailAgentic CommerceShopify

Bulletproof Storefront Graphql Response is an example object payload from BulletProof, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

dataextensions

Example Payload

bulletproof-storefront-graphql-response.json Raw ↑
{
    "data": {
        "shop": {
            "name": "Bulletproof",
            "primaryDomain": {
                "url": "https://shop.bulletproof.com"
            },
            "paymentSettings": {
                "currencyCode": "USD",
                "countryCode": "US",
                "acceptedCardBrands": [
                    "VISA",
                    "MASTERCARD",
                    "AMERICAN_EXPRESS",
                    "DISCOVER"
                ]
            }
        },
        "products": {
            "edges": [
                {
                    "node": {
                        "id": "gid://shopify/Product/1320950595707",
                        "handle": "brain-octane-oil-32-oz",
                        "title": "Brain Octane\u00ae C8 MCT Oil, 32 oz.",
                        "vendor": "Bulletproof",
                        "productType": "MCT Oil",
                        "availableForSale": true,
                        "priceRange": {
                            "minVariantPrice": {
                                "amount": "49.99",
                                "currencyCode": "USD"
                            }
                        }
                    }
                },
                {
                    "node": {
                        "id": "gid://shopify/Product/1320949776507",
                        "handle": "coffee-the-original-ground-12oz",
                        "title": "Bulletproof\u2122 Original Ground Coffee",
                        "vendor": "Bulletproof",
                        "productType": "Coffee",
                        "availableForSale": true,
                        "priceRange": {
                            "minVariantPrice": {
                                "amount": "19.99",
                                "currencyCode": "USD"
                            }
                        }
                    }
                },
                {
                    "node": {
                        "id": "gid://shopify/Product/1498142212131",
                        "handle": "collagen-protein-17-6oz",
                        "title": "Unflavored Collagen Peptides, 17.6 oz.",
                        "vendor": "Bulletproof",
                        "productType": "Proteins",
                        "availableForSale": true,
                        "priceRange": {
                            "minVariantPrice": {
                                "amount": "44.95",
                                "currencyCode": "USD"
                            }
                        }
                    }
                }
            ]
        }
    },
    "extensions": {
        "cost": {
            "requestedQueryCost": 12
        }
    }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/bulletproof-storefront-graphql-response"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.