You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
RestoreCartProps
Parameters for restoring a cart.
export interface RestoreCartProps extends BaseProps, BaseUserId {
cartId: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
cartId | Required | string | Cart identifier: cart code for logged in user, cart guid for anonymous user, current for the last modified cart |