# Release notes v2.4.4
In this release, we further improved on 2.4.3 by creating a new middleware method that makes sure:
- tax is included in variant prices,
- price data is properly fetched from BigCommerce,
- product options are returned,
- product modifiers are returned,
- paginated product variants are returned (see
variantAfter
andvariantLimit
properties ongetProductById()
method)
To use the new method, call $bigcommerce.api.getProductById()
.