In App Path Parameters
Kevin Wilde
Last Update 11 dagen geleden
You can add path parameters to any APIEase request directly from the request editor. Path parameters are used to replace path variables within your address.
How to Add a Path Parameter
- While editing your request click the plus button in the Parameter column of the request.
- Select the "Path" radio button.
- Enter the name of your path parameter in the "Name" field.
- Enter the value of your path parameter in the "Value" field.
- Click the "Save" button at the top.
Example Path Parameter:
- Name: pathVariable1
- Value: inAppValue1
If your API endpoint is structured as https://ex.com/products/{pathVariable1} the system will render the address as https://ex.com/products/inAppValue1 at runtime.

You can also use embedded parameters to dynamically set parameters from your storefront.