company.Stock

The stock data for a product

Field Type Description
soldout Bool Is this product sold out?
amount UInt? Nullable. The amount of products in stock
soldoutUntil DateTimeHHMM Untill when is the product sold out?

Examples

Example 1

{
    "soldout": true,
    "amount": 16,
    "soldoutUntil": "2019-01-31 12:00"
}
This is a development version Do not use this version in production
1.10.0 development