Alokai

SapccApiCountProductsRequest

Request parameters for countProducts operation in SapccApi. SapccApiCountProductsRequest

interface SapccApiCountProductsRequest {
	readonly baseSiteId: string;
	readonly query?: string;
}

Properties

NameRequiredTypeDescription
baseSiteIdRequiredstringBase site identifier {string} SapccApiCountProducts
queryOptionalstringFormatted query string. It contains query criteria like free text search, facet. The format is <freeTextSearch>:<sort>:<facetKey1>:<facetValue1>:...:<facetKeyN>:<facetValueN>. {string} SapccApiCountProducts

On this page