API key scope
Each API key is tied to a specific location.- Use the key in
X-API-Key - Use a matching
locationIdin the route - A mismatch can return authorization errors
Location scope
Most endpoints operate under:Session and cart scope
Ordering sessions and carts are also tied to the location context.- Create sessions per location
- Do not reuse cart IDs across locations
- Refresh or recreate sessions when carts expire
/api-reference/overview/api-overview/api-reference/overview/core-concepts/guides/troubleshooting