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:
[API] Added the
taxedPricePortions
field to CustomLineItem.[API] Added the
shippingKey
field to Set CustomLineItem TaxAmount and Set CustomLineItem TaxRate update actions on Carts.[API] Added the
shippingKey
field to Set CustomLineItem TaxAmount and Set CustomLineItem TaxRate update actions on Order Edits.[GraphQL API] Changed the
CustomLineItem
type:- Added the
taxedPricePortions
field to theCustomLineItem
type.
- Added the
The following changes were introduced in terms of GraphQL SDL:
extend type CustomLineItem {taxedPricePortions: [MethodTaxedPrice!]!}