-
Notifications
You must be signed in to change notification settings - Fork 295
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
Different prices with the storefront API #2388
Comments
Hi 👋 Query:
|
Hi @frandiox Many thanks for your answer. I ran the query and indeed I got the min / max equal to 24.95. I am not sure how to fix this though. The base price is in pound (£20) and the conversion is done automatically. Thanks for the support {"data":{"node":{"title":"Louie Mae Chu","price":{"amount":"24.95","currencyCode":"EUR"},"product":{"priceRange":{"maxVariantPrice":{"amount":"24.95","currencyCode":"EUR"},"minVariantPrice":{"amount":"24.95","currencyCode":"EUR"}}}}},"extensions":{"context":{"country":"FR","language":"EN"}}}% |
Hi @showcase-books, For Storefront API related issues please report with the team at: https://github.com/Shopify/storefront-api-feedback/discussions Closing |
What is the location of your example repository?
No response
Which package or tool is having this issue?
Storefront API
What version of that package or tool are you using?
2024-07
What version of Remix are you using?
No response
Steps to Reproduce
Running the following curl returns a price of €24.95 while the checkout page returns €23.95 (checkout_page)
Expected Behavior
Return the correct price (€23.95)
Actual Behavior
Return a higher price (€24.95). The issue is only for EUR currency countries
The text was updated successfully, but these errors were encountered: