bundle_option-meta.xml 854 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <operations xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataOperation.xsd">
  10. <operation name="CreateBundleOption" dataType="bundle_option" type="create" auth="adminOauth" url="/V1/bundle-products/options/add" method="POST">
  11. <contentType>application/json</contentType>
  12. <object dataType="bundle_option" key="option">
  13. <field key="title">string</field>
  14. <field key="required">boolean</field>
  15. <field key="type">string</field>
  16. <field key="position">integer</field>
  17. <field key="sku">string</field>
  18. </object>
  19. </operation>
  20. </operations>