ProductStatusFlags
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| is_active | Boolean | Whether the product is active and available for purchase | [default to null] |
| deliverable | Boolean | Whether the product can be delivered | [default to null] |
| is_favourite | Boolean | Whether the product is in user’s favourites | [default to null] |
| age_restricted | Boolean | Whether the product is age-restricted | [default to null] |
| can_be_delivered | Boolean | Computed: whether product can be delivered (same as deliverable) | [default to null] |
| is_digital_product | Boolean | Computed: whether the product is a digital product | [default to null] |
| featured | Integer | Featured status (0 = not featured, 1+ = featured) | [default to null] |
| plus_option | Integer | Plus option status | [default to null] |
| digital | Integer | Digital product flag (0 = physical, 1 = digital) | [default to null] |
| approved | Boolean | Whether the product is approved for sale | [default to null] |