Posts by FERNANDO SILVA • 21 points
1 post
-
2
votes0
answers86
viewsQ: Coupon Magento API Soap
I have a problem with the Magento Coupon API when I do: $couponCode = "test"; $resultCartCoupon = $proxy->call($sessionId, "cart_coupon.add", array($shoppingCartId, $couponCode)); I always have:…