This section documents the inline products data returned by the Google AI Mode endpoint. Inline products are part of the AI Mode response — no separate API call is needed.Documentation Index
Fetch the complete documentation index at: https://docs.cloro.dev/llms.txt
Use this file to discover all available pages before exploring further.
Example request
Inline products are intent-detected: send a prompt that surfaces individual product mentions in the AI response. No flag is required.inline_products array documented below.
Overview
Inline product cards found within the AI response text. Unlike shopping cards — which group multiple products into a dedicated carousel — inline products are stand-alone product references embedded directly in the AI’s prose. Both arrays may coexist in a single response.
Inline product structure
| Field | Type | Description |
|---|---|---|
title | string | Product title |
price | object | Structured pricing with value and currency |
old_price | object | Original price before discount (same shape as price) |
store | string | Merchant/store name |
thumbnail | string | Product image URL |
product_link | string | Direct product URL |
price and old_price
| Field | Type | Description |
|---|---|---|
value | number | Numeric price |
currency | string | Currency symbol |