Clearly estimated
Responses and documentation label estimates and avoid guaranteed-accuracy claims.
Sales estimates
Return bounded sales estimates derived from observed rank and a named, immutable model version.
Why it matters
An estimate should never masquerade as reported sales. Glade preserves model version, range, confidence inputs, and observation time so downstream decisions remain auditable.
POST /api/graphql
operation: sales
variables: {
"asin": "B0D1XD1ZV3",
"domain": "US"
}Responses and documentation label estimates and avoid guaranteed-accuracy claims.
Model changes create a new version instead of rewriting historical results.
Ranges and central values follow documented mutual-consistency rules.
Use the playground for a bounded live call, inspect freshness and request metadata, and move to production only after your fixture checks pass.
Open the playground