Alokai

SaveCartProps

Parameters for saving a cart.

interface SaveCartProps extends BaseProps, BaseUserId {
	cartId: string;
	description?: string;
	name?: string;
}

Properties

NameRequiredTypeDescription
cartIdRequiredstringCart identifier: cart code for logged in user, cart guid for anonymous user, current for the last modified cart
descriptionOptionalstringDescription to save the cart with.
nameOptionalstringName to save the cart with.

Referenced Types

On this page