Alokai

RequiredOrderEntryProductProps

A subset of OrderEntry product properties which have to be passed with certain cart requests (e.g addToCart).

interface RequiredOrderEntryProductProps {
	code: string;
}

Properties

NameRequiredTypeDescription
codeRequiredstringRequired code property.

On this page