In Magento Commerce 2.2.4 we are using a Cart Rule to apply free shipping to registered customers after a certain amount of cart is reached. This amount should be calculated at the net of other discounts and expenses, so we've set a Customer Segment on grand total > the chosen amount.
The frontend experience is fine, while the rule is not applied while using REST APIs.
Do you know if is there any workaround / technique usable to make it work in webapi_rest area too?