command
Vote Review Helpful
Command issued by a customer to mark a published review as helpful (or remove their vote).
CommandBroker:Kafka
Overview
VoteReviewHelpful is sent to the Review APIReview APIServicev1.0.0The public-facing API for product reviews. Accepts review submissions, serves published reviews, and is the entry point ...Publishesreview-submitted, review-flagged +1Subscribessubmit-review, flag-review +2Ownerreviews-platformMapRepoView docs when a customer marks a review as helpful. The API updates the helpful count and publishes Review Helpful VotedReview Helpful VotedEventv1.0.0Published when a review's helpful count changes as a result of a customer vote.
Ownerreviews-platformSchemaMapView docs.
Architecture diagram
Event-driven architecture documentation: Acme Inc
JSON Schema
4 properties
reviewIdstring<uuid>
requiredcustomerIdstring
requiredvotestring
requiredAdd a helpful vote or remove an existing one.
Allowed values:
helpful removevotedAtstring<date-time>
required