Run the workflow
respondReviewWorkflow writes the seller_note on an existing review:
src/api/custom/respond/route.ts
A store can respond once. The workflow throws if the review already has a
seller_note, and it throws NOT_FOUND if the review id doesn’t exist. It
captures the previous value so a rollback clears the response again.Clearing a response
The respond flow won’t overwrite an existing note. To replace a response, first clear it withupdateReviewWorkflow, then respond again: