Fourthwall — creator commerce
fourthwall/api · version 1
envs add fourthwall/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 |
|---|---|---|---|
FOURTHWALL_API_USERNAME |
required | secret | Half of a basic auth pair for the platform API. Fourthwall says to keep these credentials confidential because they reach sensitive data and actions, and only a super admin can create them.. where to get it |
FOURTHWALL_API_PASSWORD |
required | secret | The other half, covered by the same sentence.. where to get it |
FOURTHWALL_STOREFRONT_TOKEN |
optional | config | For the storefront API, which serves public shop and product data. Fourthwall never calls it safe to expose; it is public here because its own documented example passes it from a browser fetch. The name is convention.. where to get it |