getReviews
Retrieve product reviews with pagination. Filter by limit and offset; returns reviewer nickname, product ID, star rating, title, comment, status, and posting date.
Instructions
ショップの商品レビュー一覧を取得します。limit(最大 100、デフォルト 10)/ offset でページング。各レビューには投稿者ニックネーム・対象 product_id・star(評価値)・title・comment・status(承認状態: pending / approved / rejected)・posted_at などが含まれます。削除済み以外は承認状態を問わず返ります。商品本体の詳細は getProduct を参照。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | レスポンスの件数を指定。指定がない場合は10。最大100 | |
| offset | No | 指定した数値+1件目以降のデータを返す |