Hi,
I tried to get the customer from KonaKart, and fill it with the new directions, but only the default address works. I'm doing something like this:
Quotecustomer = conKK.getCustomerForId( ... );
customer.setDefaultAddr(myDefaultAddress);
customer.setAddresses(myOtherAddresses);
conKK.updateCustomer( ... );
maybe I should use another function, I'm not sure, but I don't see any error
Regards
David
I don't think that the Admin App API supports this yet. Through the App API, a customer can manage all of his addresses.
Hi,
thanks for your answer ryan, I was trying to add 2 addresses from an external application, one Shipping Address and one Billing Address and then load them when my customers checkout
Do you know if this option will be a new feature of the App API soon?
Regards
David
Hi,
We'll add it to the list but I doubt if it will make the next release which should be out soon.
ok, thanks for all your support, I'll do some tricks for the meantime ;D