Alokai

DeleteFromCartProps

Properties for removing an entry from a cart.

interface DeleteFromCartProps extends BaseProps, BaseUserId {
	cartId: string;
	entryNumber: number;
}

Properties

NameRequiredTypeDescription
cartIdRequiredstringCart identifier: cart code for logged in user, cart guid for anonymous user, current for the last modified cart
entryNumberRequirednumberAn identifier of entry in array of entries.

Referenced Types

On this page