Common Use Cases
| Variable | Use Case |
|---|
{{subdomain}} | Multi-tenant services |
{{warehouse_id}} | Filter API calls to specific locations |
{{api_version}} | Use different API versions per account |
View Variables
Open Account
Go to Integrated Accounts and select an account
Find Variables
Find the Variables section
Edit Variables
Open Editor
Click Edit Variables
Modify Values
Add or modify values
Using Variables
Reference variables in API configurations:
In Base URL:
https://{{subdomain}}.api.example.com
In Headers:
X-Warehouse-ID: {{warehouse_id}}
In Query Parameters:
location={{warehouse_id}}
In Sync Jobs:
{"warehouse_id": "{{warehouse_id}}"}
After Editing
Some variable changes require reauthorization. The user may need to reconnect their account for changes to take effect.