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? |
{
"soldout": true,
"amount": 16,
"soldoutUntil": "2019-01-31 12:00"
}