SapccApiCountProductsRequest
Request parameters for countProducts operation in SapccApi. SapccApiCountProductsRequest
interface SapccApiCountProductsRequest {
readonly baseSiteId: string;
readonly query?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiCountProducts |
query | Optional | string | Formatted query string. It contains query criteria like free text search, facet. The format is <freeTextSearch>:<sort>:<facetKey1>:<facetValue1>:...:<facetKeyN>:<facetValueN>. {string} SapccApiCountProducts |