You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
Stock
Representation of a Stock Stock
export interface Stock {
'isValueRounded'?: boolean;
'stockLevel'?: number;
'stockLevelStatus'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
isValueRounded | Optional | boolean | Indicate whether Stock level value is rounded {boolean} Stock |
stockLevel | Optional | number | Stock level expressed as number {number} Stock |
stockLevelStatus | Optional | string | Status of stock level {string} Stock |