extension_attributes.xml 655 B

12345678910111213141516
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Api/etc/extension_attributes.xsd">
  9. <extension_attributes for="Magento\Quote\Api\Data\CartInterface">
  10. <attribute code="shipping_assignments" type="Magento\Quote\Api\Data\ShippingAssignmentInterface[]" />
  11. </extension_attributes>
  12. <extension_attributes for="Magento\Quote\Api\Data\TotalsInterface">
  13. <attribute code="coupon_label" type="string" />
  14. </extension_attributes>
  15. </config>