Example request
Inline products are opt-in: setinclude.shopping: true in your request to include them in the response.
inlineProducts array documented below.
Overview
Inline products are individual product references that appear embedded in ChatGPT’s response text. Unlike shopping cards which group multiple products together, inline products are stand-alone product mentions that can be displayed inline within the text, in comparison tables, or as featured recommendations. This feature supports OpenAI’s new product discovery capabilities in ChatGPT, enabling richer product experiences with detailed insights and reviews.
Model availabilityInline products currently appear when ChatGPT uses the
gpt-5-3 model. ChatGPT automatically selects which model to use for each request, so inline products may not be present in all responses.include.shopping: true in your request to include them in the response.
Opt-in featureInline products extraction is disabled by default. You must explicitly set
include.shopping: true to extract inline products from ChatGPT responses. Enabling include.shopping adds +2 credits to the base cost.Inline product structure
Each inline product contains:| Field | Type | Description |
|---|---|---|
product | object | Complete product information (same structure as shopping cards) |
render_as | string | Rendering hint: “inline”, “hero”, or “block” |