Alokai

GetCartDeliveryModesProps

interface GetCartDeliveryModesProps extends BaseProps, BaseUserId {
	cartId: string;
}

Properties

NameRequiredTypeDescription
cartIdRequiredstringCart identifier: cart code for logged in user, cart guid for anonymous user, current for the last modified cart

Referenced Types

On this page