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
| Name | Required | Type | Description |
|---|---|---|---|
code | Required | string | Required code property. |