• Welcome to KonaKart Community Forum. Please login or sign up.
 

How can I add multiple addresses from an external application

Started by David, March 10, 2008, 04:43:55 pm

Previous topic - Next topic

David

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

ryan

I don't think that the Admin App API supports this yet. Through the App API, a customer can manage all of his addresses.

David

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

julie

Hi,

We'll add it to the list but I doubt if it will make the next release which should be out soon.

David

ok, thanks for all your support, I'll do some tricks for the meantime  ;D