this.before('NEW', Products.drafts, async (req) => {
    req.data.detail ??= {
        baseUnit: 'EA',
        width: null,
        height: null,
        depth: null,
        weight: null,
        unitVolume: 'CM',
        unitWeight: 'KG'
    };
});