HomeVendure CoreMoreMoreEntitiesTagOn this pageTag@vendure/coreSource A tag is an arbitrary label which can be applied to certain entities. It is used to help organize and filter those entities. Signatureclass Tag extends VendureEntity { constructor(input?: DeepPartial<Tag>) @Column() value: string;} Extends: VendureEntity valuepropertystringWas this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousSurchargeNextTaxCategoryEdited Apr 20, 2026ยทEdit this page