Alokai

CreateCartProps

Parameters for creating a cart.

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