/target/products/questions

POST /api/target/products/questions

Price: 1 credit

Get customer questions and answers for a Target product by TCIN (or product URL). Each question carries its text, author, helpful/unhelpful counts, submission and update timestamps, and the list of answers (each with text, author, badges and helpful counts).

How to use it

Fetch the Q&A for a Target product by TCIN (numeric, optionally A-prefixed) or a product URL. Returns a list of questions, each with id, text, author, badges, helpful_count, unhelpful_count, created_at, updated_at, answer_count and answers (each answer has id, text, author, badges, helpful_count, unhelpful_count, created_at, updated_at). Use count to control how many questions to return.

Parameters

Request body

Response

Errors

Response headers