File: /var/www/vhost/disk-apps/magento.bikenow.co/vendor/magento/module-catalog/etc/webapi_soap/di.xml
<?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:framework:ObjectManager/etc/config.xsd">
<preference for="Magento\Catalog\Model\Product\Option\Type\Date" type="Magento\Catalog\Model\Webapi\Product\Option\Type\Date" />
<type name="Magento\Catalog\Helper\Product\ConfigurationPool">
<arguments>
<argument name="instancesByType" xsi:type="array">
<item name="default" xsi:type="object">Magento\Catalog\Helper\Product\Configuration</item>
</argument>
</arguments>
</type>
<type name="Magento\Framework\App\ResourceConnection">
<plugin name="get_catalog_category_product_index_table_name" type="Magento\Catalog\Model\Indexer\Category\Product\Plugin\TableResolver"/>
<plugin name="get_catalog_product_price_index_table_name" type="Magento\Catalog\Model\Indexer\Product\Price\Plugin\TableResolver"/>
</type>
<type name="Magento\Catalog\Api\ProductCustomOptionRepositoryInterface">
<plugin name="updateProductCustomOptionsAttributes" type="Magento\Catalog\Plugin\Model\Product\Option\UpdateProductCustomOptionsAttributes"/>
</type>
<type name="Magento\Catalog\Api\ProductRepositoryInterface">
<plugin name="product_authorization" type="Magento\Catalog\Plugin\ProductAuthorization" />
</type>
<type name="Magento\Catalog\Api\CategoryRepositoryInterface">
<plugin name="category_authorization" type="Magento\Catalog\Plugin\CategoryAuthorization" />
</type>
<type name="Magento\Framework\Reflection\DataObjectProcessor">
<arguments>
<argument name="processors" xsi:type="array">
<item name="Magento\Catalog\Model\Product" xsi:type="object">Magento\Catalog\Model\Product\Webapi\ProductOutputProcessor\Proxy</item>
</argument>
</arguments>
</type>
<type name="Magento\Catalog\Model\Product\Webapi\ProductOutputProcessor">
<arguments>
<argument name="deserializer" xsi:type="object">Magento\Framework\Webapi\Rest\Request\Deserializer\Xml</argument>
</arguments>
</type>
</config>