cancel
Showing results for 
Search instead for 
Did you mean: 

CIM: Retrieve list of shipping address IDs for profile

After a user enters their shipping address via the CIM iframe, how can I retreive the shipping address ID that was created?

 

Here is the workflow I use for payment profile IDs:

 

1. Generate profile server-side and store ID.

2. Display iframe form for payment profile.

3. On success, call getCustomerProfileRequest on the server and store the customerPaymentProfileId .

 

I would expect something similar is available for shipping address, but I don't see it in the docs.

 

ipmb
Member
1 REPLY 1

Correction, it is in the docs and should be available as shipToList in the response from getCustomerProfileRequest, but that element never shows up in the XML.

ipmb
Member