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
ID of the organization that owns the question set.
The product detail page URL. The server canonicalizes the URL before matching.
Response
The response is aPdpQuestionsSetDto.
ID of the question set.
ID of the organization that owns the question set.
The canonicalized PDP URL the question set belongs to.
Title of the product, or
null when unknown.Number of times the question set has been requested.
ISO 8601 timestamp of when the question set was created.
The suggested questions, ordered by rank.