7 March 2024
CartsOrdersGraphQL
We've added the
taxPortions field to TaxedItemPrice to be consistent and align with the tax information available on TaxedPrice. Now, you can use the taxPortions field to view the individual tax subrate amounts for (Custom) Line Items and shipping-related information on a Cart.Changes:
- [API] Added
taxPortionsto TaxedItemPrice. - [GraphQL API] Changed the
TaxedItemPricetype:- Added the
taxPortionsfield to theTaxedItemPricetype.
- Added the
The following changes were introduced in terms of GraphQL SDL:
extend type TaxedItemPrice {
taxPortions: [TaxPortion!]!
}