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.
05-20-2016 08:58 AM
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.
05-20-2016 11:44 AM