`POST /api/v1/reviews`
POST /api/v1/reviews
POST
Request body
CreateReviewRequest
string,null
Review body text.
string (uuid)
required
Customer who wrote the review.
string (uuid)
required
Product being reviewed.
integer (int32)
required
Star rating (1-5).
string,null
Review headline.
boolean,null
Whether the reviewer actually purchased the product.
Responses
ReviewResponse
Review created
ErrorBody
Invalid request