Get PDP Question Set
Product Questions
Get PDP Question Set
Fetch the public set of suggested product questions for a product page.
GET
Get PDP Question Set
Fetch the suggested questions for a specific product detail page (PDP). This endpoint is public and CORS-enabled, so you can call it directly from the browser on a storefront.
This is the only public endpoint in the REST API. It does not require the
x-api-key header.Request
string
required
ID of the organization that owns the question set.
string
required
The product detail page URL. The server canonicalizes the URL before matching.
Response
The response is aPdpQuestionsSetDto.
string
required
ID of the question set.
string
required
ID of the organization that owns the question set.
string
required
The canonicalized PDP URL the question set belongs to.
string
Title of the product, or
null when unknown.integer
Number of times the question set has been requested.
string
required
ISO 8601 timestamp of when the question set was created.
object[]
required
The suggested questions, ordered by rank.