get_customer_questions
List customer questions about your products, filterable by status, to review pending inquiries and existing answers.
Instructions
List customer questions about the store's products (read-only).
Args: status: One of WAITING_FOR_ANSWER, WAITING_FOR_APPROVE, ANSWERED, REPORTED, REJECTED. Default lists questions awaiting an answer. page: Zero-based page number. size: Items per page, max 50.
Returns question id, text, status, creationDate, productName and webUrl, plus the existing answer text when one exists. Customer user names are not included.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| size | No | ||
| status | No | WAITING_FOR_ANSWER |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||