Alokai

SapccApiCreateProductReviewRequest

Request parameters for createProductReview operation in SapccApi. SapccApiCreateProductReviewRequest

interface SapccApiCreateProductReviewRequest {
	readonly baseSiteId: string;
	readonly fields?: string;
	readonly productCode: string;
	readonly review: Review;
}

Properties

NameRequiredTypeDescription
baseSiteIdRequiredstringBase site identifier {string} SapccApiCreateProductReview
fieldsOptionalstringResponse configuration. This is the list of fields that should be returned in the response body. Examples: BASIC,DEFAULT,FULL {string} SapccApiCreateProductReview
productCodeRequiredstringProduct identifier. {string} SapccApiCreateProductReview
reviewRequiredReview{Review} SapccApiCreateProductReview

Referenced Types

On this page