Derived, not declared
The contract distinguishes an estimate from marketplace-reported availability.
Stock estimates
Produce bounded stock estimates using versioned rules and retain the observation context used for the result.
Why it matters
Marketplace inventory is not a guaranteed warehouse count. Glade exposes a derived estimate with version and evidence metadata instead of overstating precision.
POST /api/graphql
operation: stock
variables: {
"asin": "B0D1XD1ZV3",
"domain": "US"
}The contract distinguishes an estimate from marketplace-reported availability.
Every result is associated with a ruleset version and observation time.
New model versions do not silently mutate previously stored estimates.
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