SapccApiCreateCartFromOrderRequest
Request parameters for createCartFromOrder operation in SapccApi. SapccApiCreateCartFromOrderRequest
interface SapccApiCreateCartFromOrderRequest {
readonly baseSiteId: string;
readonly fields?: CreateCartFromOrderFieldsEnum;
readonly orderCode: string;
readonly userId: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiCreateCartFromOrder |
fields | Optional | CreateCartFromOrderFieldsEnum | Response configuration. This is the list of fields that should be returned in the response body. {'BASIC' | 'DEFAULT' | 'FULL'} SapccApiCreateCartFromOrder |
orderCode | Required | string | Order code. {string} SapccApiCreateCartFromOrder |
userId | Required | string | User identifier or one of the literals : 'current' for currently authenticated user, 'anonymous' for anonymous user {string} SapccApiCreateCartFromOrder |