Widgets overview
APIEase widgets are reusable storefront UI components that you build and manage in APIEase, then render in your Shopify theme through the APIEase Widget App Block or Widget App Embed. A widget can output Liquid (markup) and optionally run JavaScript, which makes it a good fit for UI that needs to stay flexible but still integrate with your backend logic.
Why widgets are useful
- UI + secure API requests, together: Widgets help you connect storefront UI components to secure API requests powered by APIEase, without moving secrets or request logic into the theme.
- Rich UI with Liquid + JavaScript: Liquid plus inline JavaScript and external JavaScript libraries lets you build interactive, dynamic widgets while still relying on APIEase for secure request execution.
- Easy placement anywhere: Widget App Extensions make it straightforward to add widgets to a specific page or template, or run selected widgets across the storefront.
Learn more
Learn more about the Widgets page to manage and organize your widgets, the Widget edit page to configure a widget's Liquid, JavaScript, and handle, and Widget App Extensions to choose between placement-specific and global widget rendering.