Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 3 column 16
---
title: Add volume shipping costs calculation
issue: NEXT-14873
author_github: @Dominik28111
---
- Added method
Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPositionCollection::getVolume()
to get the volume of the line items. - Added const
Shopware\Core\Checkout\Cart\Delivery\DeliveryCalculator::CALCULATION_BY_VOLUME
. - Changed method
Shopware\Core\Checkout\Cart\Delivery\DeliveryCalculator::matches()
to be able to match by volume.