wishlist-meta.xml 770 B

123456789101112131415161718
  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="CreateWishlist" dataType="wishlist" type="create"
  11. auth="customerFormKey" url="/wishlist/index/add/" method="POST" successRegex="" returnRegex="~\/wishlist_id\/(\d*?)\/~" >
  12. <contentType>application/x-www-form-urlencoded</contentType>
  13. <field key="product">integer</field>
  14. <field key="customer_email">string</field>
  15. <field key="customer_password">string</field>
  16. </operation>
  17. </operations>