Skip to Content

ProductStatusFlags

Properties

NameTypeDescriptionNotes
is_activeBooleanWhether the product is active and available for purchase[default to null]
deliverableBooleanWhether the product can be delivered[default to null]
is_favouriteBooleanWhether the product is in user’s favourites[default to null]
age_restrictedBooleanWhether the product is age-restricted[default to null]
can_be_deliveredBooleanComputed: whether product can be delivered (same as deliverable)[default to null]
is_digital_productBooleanComputed: whether the product is a digital product[default to null]
featuredIntegerFeatured status (0 = not featured, 1+ = featured)[default to null]
plus_optionIntegerPlus option status[default to null]
digitalIntegerDigital product flag (0 = physical, 1 = digital)[default to null]
approvedBooleanWhether the product is approved for sale[default to null]

[Back to Model list] [Back to API list] [Back to README]