All Release Notes

Added 'taxedPricePortions' field to CustomLineItem

4 August 2023
Enhancement
CartsOrdersGraphQL

We introduced the taxedPricePortions field on CustomLineItem to add additional support for Carts containing multiple Shipping Methods.

Changes:

The following changes were introduced in terms of GraphQL SDL:

extend type CustomLineItem {
taxedPricePortions: [MethodTaxedPrice!]!
}