<?xml version="1.0" encoding="UTF-8"?>

<operations xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataOperation.xsd">
    <operation name="TemandoUpdateAdvancedSyncConfiguration" dataType="advancedConfigSync" type="create"
               auth="adminFormKey" url="temando/settings_advanced/save" method="POST">
        <contentType>application/x-www-form-urlencoded</contentType>
        <field key="sync_enable">integer</field>
        <field key="sync_shipment">integer</field>
    </operation>

    <operation name="TemandoUpdateAddressTypeConfiguration" dataType="checkoutViewSettings" type="create"
               auth="adminFormKey" url="temando/settings_checkout/save" method="POST">
        <contentType>application/x-www-form-urlencoded</contentType>
        <field key="fields">string</field>
    </operation>
</operations>
