You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It was to avoid doing 2 API calls consecutively (first getting the product, and then getting the product's last price)
(or potentially dozens of single calls to /prices to get the last price of a list of products)
Story
What is the best strategy to efficiently get the last known price of a product ?
Why ?
In the frontend, there are various places where we could display this information to the user :
The text was updated successfully, but these errors were encountered: