analyze_review
Analyze a negative Amazon review for root cause and a suggested response (async; 2 credits).
Extracts the underlying issue from a critical review and drafts a brand-appropriate response
angle. Use this after a negative review appears, to decide how to reply. Do NOT use it to
generate a listing or an appeal - use generate_listing or generate_poa for those. Read-only;
deducts 2 credits; runs asynchronously, poll for the result.
Args:
text: the negative review text (required).
marketplace: marketplace code (default US).
lang: zh or en (default en).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | en | |
| text | Yes | ||
| marketplace | No | US |