Home > @vsf-enterprise/sapcc-api > AddGuestEmailToCartProps
AddGuestEmailToCartProps interface
Signature:
export interface AddGuestEmailToCartProps 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 |
string | Email of the guest user. It will be used during the checkout process. | |
userId | string | User identifier or one of the literals : current for currently authenticated user, anonymous for anonymous user |