<?xml version="1.0"?>
<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
    <default>
        <carriers>
            <instore>
                <active>0</active>
                <sallowspecific>0</sallowspecific>
                <model>Magento\InventoryInStorePickupShippingApi\Model\Carrier\InStorePickup</model>
                <name>Pick in Store</name>
                <title>In-Store Pickup Delivery</title>
                <price>0.00</price>
                <search_radius>200</search_radius>
                <specificerrmsg>In-Store Delivery is not available. To use this delivery method, please contact us.</specificerrmsg>
            </instore>
        </carriers>
    </default>
</config>
