Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

AddReviewParams

Parameters for the addReview API endpoint

export interface AddReviewParams {
	draft: ReviewDraft;
	productId: string;
}

Properties

NameRequiredTypeDescription
draftRequiredReviewDraftReview information, such as author, rating, title and description
productIdRequiredstringID of the parent product

Referenced Types

On this page