SapccApiGetExportedProductsRequest
Request parameters for getExportedProducts operation in SapccApi. SapccApiGetExportedProductsRequest
interface SapccApiGetExportedProductsRequest {
readonly baseSiteId: string;
readonly catalog?: string;
readonly currentPage?: number;
readonly fields?: string;
readonly pageSize?: number;
readonly timestamp?: string;
readonly version?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiGetExportedProducts |
catalog | Optional | string | Only products from this catalog are returned. The catalog must be provided along with the version. {string} SapccApiGetExportedProducts |
currentPage | Optional | number | Current result page. Default value is 0. {number} SapccApiGetExportedProducts |
fields | Optional | string | Response configuration. This is the list of fields that should be returned in the response body. Examples: BASIC,DEFAULT,FULL {string} SapccApiGetExportedProducts |
pageSize | Optional | number | Number of results returned per page. {number} SapccApiGetExportedProducts |
timestamp | Optional | string | Only products that are more recent than the given parameter are returned. The value should be in ISO-8601 format: 2018-01-09T16:28:45+0000. {string} SapccApiGetExportedProducts |
version | Optional | string | Only products from this catalog version are returned. The catalog version must be provided along with the catalog. {string} SapccApiGetExportedProducts |