Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

CreateCartProps

Parameters for creating a cart.

export interface CreateCartProps extends BaseProps, BaseUserId {
	oldCartId?: string;
	toMergeCartGuid?: string;
}

Properties

NameRequiredTypeDescription
oldCartIdOptionalstringAnonymous cart GUID.
toMergeCartGuidOptionalstringGUID of the current user's cart that will be merged with the anonymous cart.

Referenced Types

On this page