Storefront API base URL
For REST requests, use:Sandbox availability
There is no separate sandbox server for Storefront API. Integrations connect to production API hosts with your scoped key.SDK behavior in this repo
In@craveup/storefront-sdk, the default host is:
/api/v1/... endpoint paths for you.
You can still override with baseUrl when needed:
Practical setup
- Use different API keys per environment.
- Keep base URL overrides minimal unless you are intentionally proxying traffic.
- Validate your key/location pair early in app startup with a lightweight read endpoint.