This raises many questions, a few of which I will pose here.
What would the O[...] term be?
Would it always be homogeneous or should it allow different variables to attain different degrees e.g. using a weight vector other than {1,1,...1}?
What would the internal representation be in terms of the degree, order and denominator fields?
One thing I can say right away is that any implementation of multivariate Taylor would have to be in a function other than Series
. The entire functionality around Series
, involving Limit
, Integrate
and more, is built around it being a univariate function with fields that encode information used by a univariate function. Changing this would be a large-scale project (which we do undertake) and would introduce bugs that would percolate for years to come (which we try to avoid).
My suggestion is to consider the questions and design and implement something suitable for the Wolfram Function Repository. We do review those functions with the thought of promoting some to regular Mathematica functions.