<?xml version="1.0"?>
<!--
/**
 * Refer to LICENSE.txt distributed with the Temando Shipping module for notice of license
 */
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <body>
        <referenceBlock name="page.actions.toolbar">
            <block class="Temando\Shipping\Block\Adminhtml\PageAction\ShipmentCancelButton" name="shipment_view_btn_cancel"/>
        </referenceBlock>

        <referenceBlock name="form">
            <block class="Temando\Shipping\Block\Adminhtml\Shipping\View\ExportDetails" name="export_details"
                   template="Temando_Shipping::shipping/view/form/export.phtml"/>
        </referenceBlock>

        <referenceBlock name="shipment_items">
            <arguments>
                <argument name="template" xsi:type="string">Temando_Shipping::shipment/package_items.phtml</argument>
                <argument name="viewModel" xsi:type="object">Temando\Shipping\ViewModel\Shipment\ShipmentDetails</argument>
            </arguments>
        </referenceBlock>
    </body>
</page>
