cancel
Showing results for 
Search instead for 
Did you mean: 

retrieving multiple customer profiles, is it possible?

I'd like to be able to do a dump of all my customer profiles (and their respective shipping and payment profiles) programatically, is this possible?  I already know it is not possible to query using getCustomerProfileRequest with multiple customerProfileIds.  Is there anything else that can do this?

pberce
Contributor
2 REPLIES 2

GetCustomerProfileIds, then use the ids for getCustomerProfileRequest

RaynorC1emen7
Expert

That call retrieves all customer profiles and their respective profile IDs but does not return the profiles themselves.  I'm looking for a dump of all the customer AND their profiles, complete with address, city, zip, etc.

 

And yes, I know that I could then do multiple calls to getCustomerProfileRequest (which is what I'm doing now), BUT I have over 900 customers. Doing that many individual calls takes a considerable amount of time usually causing Gateway Timeouts.  While the default answer to that is to "Increase your Gateway Timeout" I'd rather not do that for something like this.