Closed jortizsao closed 3 years ago
Hi @jortizsao Good to see you again :) I think the fix might be to extend the query here with another expansion on the customer group: https://github.com/commercetools/commercetools-project-sync/blob/46c96c96af6903fd3fa738cf72e83258517bc955/src/main/java/com/commercetools/project/sync/product/ProductSyncer.java#L287
Hi @jortizsao Good to see you again :) I think the fix might be to extend the query here with another expansion on the customer group:
yes, good to see you @butenkor :) and thank you for the quick reply! Yes, you are right, expanding the customerGroup
within the price should be enough to get the key
We will fix it within the next 9 working days ;)
Thank you @butenkor ! no rush :)
Btw. we changed the concept and due to the performance reasons we will not be using expansion anymore.
This issue has been addressed as part of our latest release 3.11.0.
Hi :)
We are trying to sync the products between projects and the sync fails because our variants include prices for some customer groups, and the sync process is trying to reference the customer group in the target project using the customer group
id
, and thus, they product sync is failing.Error:
Price in the source project
Customer group in source project
Maybe, the customer group should be fetched by
id
in the source project, and referenced bykey
in the target project?