You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
887 B

  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. <extension_attributes for="Magento\Sales\Api\Data\OrderPaymentInterface">
  16. <attribute code="notification_message" type="string" />
  17. </extension_attributes>
  18. </config>