Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

RequiredOrderEntryProductProps

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

export interface RequiredOrderEntryProductProps {
	code: string;
}

Properties

NameRequiredTypeDescription
codeRequiredstringRequired code property.

On this page