AddReviewParams
Parameters for the addReview API endpoint
interface AddReviewParams {
draft: ReviewDraft;
productId: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
draft | Required | ReviewDraft | Review information, such as author, rating, title and description |
productId | Required | string | ID of the parent product |