I am trying to create carts and add products with the Magento SOAP API using PHP.
Everything is nearly fine except that when I create the cart (cart.create) and then I add products (cart_product.add), every product's price in the cart is 0 (the products are well configured, when I add them manually to a cart they have the right price).
After creating the cart when I try to see it with the customer in the magento interface, I first see it with total : 0 but when I refresh, the good prices are shown.
Anyone already has experienced this ?
Thanks in advance,
Regards