<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
 * Refer to LICENSE.txt distributed with the Temando Shipping module for notice of license
 */
-->
<listing xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Ui:etc/ui_configuration.xsd">
    <listingToolbar name="listing_top">
        <massaction name="listing_massaction">
            <action name="create_batch">
                <settings>
                    <url path="temando/batch/new"/>
                    <type>create_batch</type>
                    <label translate="true">Batch Process</label>
                </settings>
            </action>
        </massaction>
    </listingToolbar>
</listing>
