Is it possible to disable particular modules when using the API route?
For example, when ordering trough the regular website, people need to select a delivery date, we have a module for that.
We are planning to sell other products that do not require a delivery date. We are planning on selling these items using the Magento API, therefor, the module needs to be disabled when using the API routes.
Has anyone ever experimented with his?