Home > @vsf-enterprise/sapcc-api > ReplaceCartDeliveryModeProps
ReplaceCartDeliveryModeProps interface
Signature:
export interface ReplaceCartDeliveryModeProps extends BaseProps
Extends: BaseProps
Properties
| Property | Type | Description |
|---|---|---|
| cartId | string | Cart identifier: cart code for logged in user, cart guid for anonymous user, current for the last modified cart. |
| deliveryModeId | string | Delivery mode identifier (code). |
| userId | string | User identifier or one of the literals : current for currently authenticated user, anonymous for anonymous user. |