extension_attributes.xml 908 B

123456789101112131415161718
  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\Catalog\Api\Data\ProductInterface">
  10. <attribute code="bundle_product_options" type="Magento\Bundle\Api\Data\OptionInterface[]" />
  11. </extension_attributes>
  12. <extension_attributes for="Magento\Quote\Api\Data\ProductOptionInterface">
  13. <attribute code="bundle_options" type="Magento\Bundle\Api\Data\BundleOptionInterface[]" />
  14. </extension_attributes>
  15. <extension_attributes for="Magento\Catalog\Api\Data\ProductOptionInterface">
  16. <attribute code="bundle_options" type="Magento\Bundle\Api\Data\BundleOptionInterface[]" />
  17. </extension_attributes>
  18. </config>