<?xml version="1.0"?>
<!--
/**
 * Refer to LICENSE.txt distributed with the Temando Shipping module for notice of license
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Acl/etc/acl.xsd">
    <acl>
        <resources>
            <resource id="Magento_Backend::admin">
                <resource id="Magento_Sales::sales">
                    <resource id="Magento_Sales::sales_operation">
                        <resource id="Temando_Shipping::dispatches" sortOrder="35" title="Dispatches"/>
                        <resource id="Temando_Shipping::pickups" sortOrder="36" title="Pickups"/>
                        <resource id="Temando_Shipping::batches" sortOrder="37" title="Batches"/>
                    </resource>
                </resource>
                <resource id="Magento_Backend::stores">
                    <resource id="Temando_Shipping::shipping" sortOrder="10" title="Shipping">
                        <resource id="Temando_Shipping::packaging" sortOrder="10" title="Packaging"/>
                        <resource id="Temando_Shipping::portal" sortOrder="20" title="Shipping Portal"/>
                        <resource id="Temando_Shipping::product" sortOrder="30" title="Attribute Mapping" />
                    </resource>
                </resource>
            </resource>
        </resources>
    </acl>
</config>
