- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
โ05-20-2016 08:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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