REST API Gateway Requests

Query external database API systems and load products dynamically.


Overview & Connection

Use REST APIs to query external stock systems. Fetch active product information, check if delivery zones are covered, and save variables.

Configuration Steps

1

Drag the HTTP Request node into the visual editor.

2

Set URL path and select GET / POST method.

3

Bind dynamic parameters (e.g. `?code={{user_code}}`).

4

Test request response and save JSON properties.

Required Keys

Base API Endpoint URL
Query Parameters or Auth keys