product queries / searches in the shop-api don't return promotions or sale prices #2977
ciocca-dev
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi, currently this is not supported out of the box. The issue is discussed here: In short, our Promotions system is so dynamic that in order to know the discounted prices, we would need to evaluate all active promotions against every product when displaying it. Since promotions can depend on arbitrary state eg customer group, contents of the active order etc, we cannot cache or pre-compute this in the general case. Some work arounds:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can't product queries / searches in the shop-api return promotions or sale prices?
How is this possible? It's one of the main functions of any e-commerce...
Beta Was this translation helpful? Give feedback.
All reactions