WB Buyer Questions by imt_id
wb_questionsFetch buyer questions and seller answers by root product ID to reveal listing omissions like fit, included parts, or exact models, clarifying what you're actually buying.
Instructions
Fetch buyer questions and seller answers by imt_id (root_id from wb_root_info).
Answers this tool exists for: buyers ask what a listing omits — "does it fit a 60cm opening", "is the cable included", "is this the 10A or the 16A model" — and the seller's reply is often the only public statement of that fact. Reviews describe the experience of owning the product; questions clarify what it actually is.
Keyed by imt_id, exactly like wb_reviews: every colour and size variant
shares one question pool. Passing an nmId returns an empty pool with no error,
so resolve the root id via wb_root_info first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Offset into the question pool, for walking past the first page. | |
| limit | No | Max questions to return (1..100). Fetched in pages of 30, which is the upstream cap. | |
| imt_id | Yes | Root ID (imt_id) from wb_root_info. Questions are pooled per imt_id across every variant, NOT by nmId. | |
| answered_only | No | Return only questions the seller has answered. Unanswered questions carry no product information. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | No | Validation metadata. | |
| skip | No | Offset this page starts at. | |
| imt_id | No | Root product id (imt_id) the questions belong to. | |
| has_more | No | Whether more questions exist past this page. | |
| returned | No | Number of questions in this response. | |
| questions | No | Question items. | |
| answered_count | No | How many of the returned questions have a seller answer. | |
| total_available | No | Total questions upstream reports for this product. |