Storefront API
Every operation this API exposes, one page each. The pages are generated from an OpenAPI document that lives beside the routes, and a test there fails in both directions: when a route has no entry, and when an entry has no route.
35 of these 48 operations need no credential at all. An agent that has just found a storefront holds no key for it, so a storefront that demanded one before it would say what it sells could never be found by the agents it exists to serve.
Rate limits
Enforced per minute. There is no daily or monthly limit of any kind. These four numbers reach this page from the same constants the limiter reads, so a change to the limiter changes this page or fails the build.
Discovery
Finding a storefront and reading what it supports.
/{brandId}/{brandId}/discovery/{brandId}/docs/{brandId}/quickstart/{guide}Catalogue
Reading products. There is no write path.
/{brandId}/products/{brandId}/products/{productId}/{brandId}/search/{brandId}/compare/{brandId}/recommend/{brandId}/reviews/{productId}/{brandId}/queryPricing
Prices and price holds.
Offers
Offers, claims and bundles.
/{brandId}/offers/{brandId}/offers/{offerId}/{brandId}/offers/{offerId}/claim/{brandId}/bundles/{brandId}/bundles/for-product/{productId}Negotiation
Agreeing a price.
Checkout
The purchase path. The buyer pays the merchant.
Transactions
Reading and closing an order.
/{brandId}/transactionswithdrawn/{brandId}/transactions/{transactionId}/{brandId}/transactions/{transactionId}/confirm/{brandId}/transactions/{transactionId}/cancel/{brandId}/transactions/{transactionId}/confirmation-window/confirm/{brandId}/transactions/{transactionId}/confirmation-window/dispute/{brandId}/fulfillmentTrust
Scores, signals, feedback and certification.
/trust/compare/{brandId}/trust/{brandId}/trust/signals/{brandId}/trust/network/{brandId}/trust/network/category/{brandId}/trust/network/compare/{brandId}/certification/{brandId}/feedback/{brandId}/feedbackFeeds
The catalogue reshaped for a named platform.
/{brandId}/platforms/google/feed/{brandId}/platforms/meta/catalog/{brandId}/platforms/openai/openapi/{brandId}/platforms/perplexity/configPlatform
Not brand scoped.
SDK
Generated quickstarts.
Generated from the storefront OpenAPI document at growthagents 269d7898b, sha256 047fe4d301258100, copied 2026-09-16. Responses were captured against production on 2026-09-16: 30 of 32 operations that need no key, with a recorded reason for each one that could not be called.