| Current Path : /var/www/www.indacotrentino.com/www/app/code/Amasty/Conditions/etc/ |
| Current File : /var/www/www.indacotrentino.com/www/app/code/Amasty/Conditions/etc/webapi.xml |
<?xml version="1.0"?>
<!--
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Advanced Conditions for Magento 2
*/-->
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Webapi:etc/webapi.xsd">
<!-- Managing totals information -->
<route url="/V1/negotiable-carts/:cartId/totals-information" method="POST">
<service class="Amasty\Conditions\Api\Negotiable\TotalsInformationManagementInterface" method="calculate"/>
<resources>
<resource ref="self" />
</resources>
</route>
</routes>