get_AmazonProductVariants

product/variants

GET/api/amazon/product/variants

Authentication and cost

Send a reveal-once key with API-KEY or Authorization: Bearer. One successful normalized response consumes one unit. Validation, authentication, rate, quota, provider, timeout, and internal failures consume zero.

Parameters

asinExample: B0D1XD1ZV3
domainExample: US · one of US, UK, CA, DE, FR, IT, ES, AU, IN, MX, BR, JP, PL

Runnable request

curl "https://api.glade.dev/api/amazon/product/variants?asin=B0D1XD1ZV3&domain=US" \
  -H "API-KEY: glade_test_lookup_your_secret"

Response and freshness

The canonical payload is returned under data.amazonProduct. The current policy TTL is 12 hours; response headers report the cache decision, fetched time, request ID, and unit cost. Location-sensitive values use the documented default delivery context for the selected marketplace.

{
  "data": {
    "amazonProduct": {
      "...": "See the generated OpenAPI schema"
    }
  }
}

Errors and edge cases

  • 400 / 7001 — invalid or mutually inconsistent input.
  • 401 / 7003 — missing, malformed, expired, revoked, or CIDR-restricted key.
  • 403 / 7403 — scope, plan, organization, or interface is not enabled.
  • 429 — atomic rate, concurrency, or quota decision rejected the request.
  • 502/503/504 — provider, schema, circuit, or timeout failure; zero units.
Run in playgroundInspect OpenAPI 3.1Changelog