Magento2.4.4 – get multiple coupons data in api
I want to retrieve multiple coupon data via the REST API. I am using it with and without a coupon This is my code $subtotal = $totals->getSubTotal(); $couponDetails = []; if ($quote->getAppliedRuleIds()) { // Get applied rules $ruleIds = explode(‘,’,… Read More »Magento2.4.4 – get multiple coupons data in api