๐Ÿงช Widget Data Test

Purpose: This page simulates how ChatGPT passes data to the widget.

Instructions: Open browser DevTools (F12) and check the Console tab to see debug logs.

Widget Preview:


๐Ÿ“‹ Expected Data Structure:

{
  "searchQuery": "test glasses",
  "products": [],
  "totalProducts": 0,
  "hasMore": false
}