SapccApiGetExpressUpdateProductsRequest
Request parameters for getExpressUpdateProducts operation in SapccApi. SapccApiGetExpressUpdateProductsRequest
interface SapccApiGetExpressUpdateProductsRequest {
readonly baseSiteId: string;
readonly catalog?: string;
readonly fields?: string;
readonly timestamp: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiGetExpressUpdateProducts |
catalog | Optional | string | Only products from this catalog are returned. Format: catalogId:catalogVersion. {string} SapccApiGetExpressUpdateProducts |
fields | Optional | string | Response configuration. This is the list of fields that should be returned in the response body. Examples: BASIC,DEFAULT,FULL {string} SapccApiGetExpressUpdateProducts |
timestamp | Required | 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} SapccApiGetExpressUpdateProducts |