-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scripts or jobs that can be run to sync customer data to SP. #33
Comments
Hi @okozllov, |
Hi @chrismshea |
That's pretty much it, would like a way to sync those with SP Customer ID, and those that do not have a customer id. I'm also curious if it is possible to have other filters as options on which customers to sync. like "created since" date or something. Are there any standard customer filters available? |
Ok, and how can that be used in the job to sync the customers? Does it have to be pre-determined or can it be easily adjusted per client as needed? |
Hi @chrismshea Demo.for.33.mp4 |
Hey @okozllov that looks perfect for now! |
Hi @chrismshea |
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 subscriptionssubproAddressID
- 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.
The text was updated successfully, but these errors were encountered: