Alokai

AddReviewParams

Parameters for the addReview API endpoint

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