In-app system parameters
System parameters are special values that control how a request is handled by APIEase. Unlike headers, query parameters, or body values that are sent to the destination endpoint, system parameters affect the behavior of the request itself.
These parameters are managed directly in the request editor.
How to Add a System Parameter
While editing your request:
- Click the plus icon in the Parameter column.
- Select the System radio button.
- Enter the system parameter name in the Name field.
- Enter the desired value in the Value field.
- Click Save at the top of the request editor.
System Parameter Example:
To require logged-in customers for validation, set validateCustomer to true.
- Name:
validateCustomer - Value:
trueWithvalidateCustomerset to true, the customer must be logged in for the call to pass validation and return a response to the storefront.
