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.
 
 
 
 
 
 

22 lines
904 B

  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="CreateSalesRuleLabel" dataType="SalesRuleLabel" type="create">
  11. <field key="store_id" required="true">integer</field>
  12. <field key="store_label" required="true">string</field>
  13. <field key="extension_attributes">empty_extension_attribute</field>
  14. </operation>
  15. <operation name="UpdateSalesRuleLabel" dataType="SalesRuleLabel" type="update">
  16. <field key="store_id">integer</field>
  17. <field key="store_label">string</field>
  18. <field key="extension_attributes">empty_extension_attribute</field>
  19. </operation>
  20. </operations>