When doing Migrations we need to create the customers, addresses, payment profiles in subscribe pro. Each of these get an entity id from SP that needs to get posted back to SFCC.
Issues when generated ID's not mapped back to SFCC Entities:
subproCustomerID - Issue: Customer cannot see there created subscriptions
subproAddressID - Issue:
subproPaymentProfileID - Issue: If customer creates a new subscription with saved payment Instrument a 409 will be generated due to the duplicate payment token.
I would like a way to run a script/job to be able to filter and create customers/addresses/payment instruments from SFCC to SP, and write the entity IDs back to SFCC.
This negates the step to have to come back, and update these entities in SFCC with a CSV, etc.