Sales estimates

Versioned estimates with their assumptions intact.

Return bounded sales estimates derived from observed rank and a named, immutable model version.

Why it matters

Context makes data usable.

An estimate should never masquerade as reported sales. Glade preserves model version, range, confidence inputs, and observation time so downstream decisions remain auditable.

REQUESTsales · one successful unit
POST /api/graphql

operation: sales
variables: {
  "asin": "B0D1XD1ZV3",
  "domain": "US"
}
01

Clearly estimated

Responses and documentation label estimates and avoid guaranteed-accuracy claims.

02

Immutable versions

Model changes create a new version instead of rewriting historical results.

03

Consistent rounding

Ranges and central values follow documented mutual-consistency rules.

Start with the contract, then verify with data.

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