withAnswer
当前只支持 美国 站点
Authorization: Bearer ********************
{ "asin": "string", "market": "string", "withAnswer": true, "page": 0 }
curl --location 'https://open-api.flyfus.com/api/v2/product/question' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "asin": "string", "market": "string", "withAnswer": true, "page": 0 }'
{ "data": { "total": 0, "items": [ { "keyword": "string", "question": "string", "relatedQuestion": [ "string" ], "answer": { "text": "string", "recommendedProduct": [ { "categoryHeader": "string", "productList": [ { "asin": "string", "recommendationReason": "string" } ] } ] } } ], "maxPage": 0, "page": 0 }, "code": 0, "msg": "string" }