Skip to main content

Common Use Cases

VariableUse Case
{{subdomain}}Multi-tenant services
{{warehouse_id}}Filter API calls to specific locations
{{api_version}}Use different API versions per account

View Variables

1

Open Account

Go to Integrated Accounts and select an account
2

Find Variables

Find the Variables section

Edit Variables

1

Open Editor

Click Edit Variables
2

Modify Values

Add or modify values
3

Save

Click Save

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.