<?xml version="1.0"?>

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Api/etc/extension_attributes.xsd">
    <extension_attributes for="Magento\Tax\Api\Data\QuoteDetailsItemInterface">
        <attribute code="tax_amount" type="float" />
        <attribute code="tax_percent" type="float" />
        <attribute code="jurisdiction_tax_rates" type="array" />
        <attribute code="product_type" type="string" />
        <attribute code="price_type" type="string" />
        <attribute code="sku" type="string" />
        <attribute code="product_name" type="string" />
    </extension_attributes>
</config>
