SapccApiGetOrderStatusFeedRequest
Request parameters for getOrderStatusFeed operation in SapccApi. SapccApiGetOrderStatusFeedRequest
interface SapccApiGetOrderStatusFeedRequest {
readonly baseSiteId: string;
readonly fields?: string;
readonly timestamp: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiGetOrderStatusFeed |
fields | Optional | string | Response configuration. This is the list of fields that should be returned in the response body. Examples: BASIC,DEFAULT,FULL {string} SapccApiGetOrderStatusFeed |
timestamp | Required | string | Only items newer than the given parameter are retrieved. This parameter should be in ISO-8601 format (for example, 2018-01-09T16:28:45+0000). {string} SapccApiGetOrderStatusFeed |