Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API Reference
Every endpoint, with a playground
curl --request GET \ --url 'https://api.example.com/api/products' \ --header 'x-widget-token: YOUR_API_KEY'
{ "products": [ { "id": "string", "title": "string", "price": "string", "url": "string", "image": "string" } ] }
Backs product recommendations. Omit it if the widget never shows catalog cards.
ProductList
Show products
200
400
401