Foxy.io — commerce API
foxy/api · version 1
envs add foxy/api
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
FOXY_API_CLIENT_ID |
required | secret | Foxy publishes no client-safe key at all: its customer-facing library is scoped by the store's own subdomain rather than by a public credential. Names come from a now-deprecated SDK, so treat them as inherited.. where to get it |
FOXY_API_CLIENT_SECRET |
required | secret | The second of three values the server-side client needs.. where to get it |
FOXY_API_REFRESH_TOKEN |
required | secret | The third. All three belong in a server environment.. where to get it |
FOXY_STORE_SECRET |
optional | secret | Signs cart links and forms so they cannot be tampered with. It signs server-side and never travels to the browser, which is the point of signing.. where to get it |