-
Notifications
You must be signed in to change notification settings - Fork 26
Price Tiers are not synced #271
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
Comments
@dfranek Thanks for opening the issue, we will try to take a look at it asap, btw which version are you using? Did you get any logs for those in your application? |
Hi, I was using version 3.12.0. This is what I got from the call:
The two errors in the log are not related to products, so I think they should not be relevant. |
I wrote a quick test to reproduce the issue, and yes it's not synced. I found out this is related to the mapper of The issue comes through the commercetools-jvm-sdk and then commercetools-sync-java until the results seen in project-sync. As we can not do much in the project-sync, we would need to fix that issue in commercetools-jvm-sdk and then commercetools-sync-java. Now, I put the issue to our backlog, also we will communicate with the SDK to fix those issues, but in general, this could take a bit of time to resolve as it requires updates in other libraries, we will try to check also if there is a workaround for this. Besides that thanks for opening the issue. |
Fixed as part of version 4.0.1 |
We are syncing products between two environments, the source product has price tiers. These price tiers are not synced to the target environment.
Prices of source product:
This results in this price object in the target:
In the target, the tiers are missing.
The text was updated successfully, but these errors were encountered: