Skip to main content

Widget Calls

Widgets are reusable storefront components managed inside APIEase. They can render UI and call requests. If you have not used widgets before, start with Widgets overview.

Widget Calls are a trigger type for APIEase requests. They are a more convenient, reusable way to make Storefront Calls, and they replace manually pasting request snippets into theme Liquid.

How it works

  • The widget runs in the browser.
  • The widget triggers the request.
  • The request executes on the server and returns a response.

To configure the widget-side request call, see Using Requests in Widgets.

Security warning

Widgets run in the browser and are inspectable. Sensitive credentials must not be placed in widgets. Configure credentials inside the APIEase request where they are stored securely. Treat all widget inputs as untrusted.