Home > @vsf-enterprise/sapcc > LoadCartProps
LoadCartProps interface
Properties for loading a cart.
Signature:
export interface LoadCartProps extends BaseProps
Extends: BaseProps
Properties
Property | Type | Description |
---|---|---|
cartId? | string | (Optional) Cart identifier: cart code for logged in user, cart guid for anonymous user. |
oldCartId? | string | (Optional) Anonymous cart id |
toMergeCartGuid? | string | (Optional) Id of a user cart that will be merged with the anonymous cart |