extension_attributes.xml 717 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\Sales\Api\Data\OrderInterface">
  10. <attribute code="shipping_assignments" type="Magento\Sales\Api\Data\ShippingAssignmentInterface[]" />
  11. </extension_attributes>
  12. <extension_attributes for="Magento\Sales\Api\Data\OrderInterface">
  13. <attribute code="payment_additional_info" type="Magento\Payment\Api\Data\PaymentAdditionalInfoInterface[]" />
  14. </extension_attributes>
  15. </config>