Input types on catalog items

If I’m following correctly, you are trying to add a query param? Your request script would be something like:

results.push({name: "location", value: input.selectedLocation})

1 Like