getReviews
Retrieve product reviews from your Color Me Shop store. Paginate through reviews with limit and offset to access review details including nickname, star rating, title, comment, and status for each product.
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件目以降のデータを返す |