A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hi guys,
When setting up a new market/region, merchants are able to configure the currency and pricing.
Store > Settings > Markets > Manage (of a country) > Currency and pricing
Here the merchants are able to set custom prices for products in a currency.
However, Shopify REST API doesn't seem to provide any information about the custom prices.
https://shopify.dev/api/admin-rest/2021-10/resources/product#get-products-product-id
Is there a way or API endpoint to retrieve the custom prices?
Solved! Go to the solution
This is an accepted solution.
Hi @ivanlicg
Thanks for your question! It is possible to retrieve these prices via the GraphQL API, using the Product Variant presentment_prices field. You can find this in our documentation here: https://shopify.dev/api/admin-rest/2021-10/resources/product-variant#resource-object
Hope this helps!
To learn more visit the Shopify Help Center or the Community Blog.
This is an accepted solution.
Hi @ivanlicg
Thanks for your question! It is possible to retrieve these prices via the GraphQL API, using the Product Variant presentment_prices field. You can find this in our documentation here: https://shopify.dev/api/admin-rest/2021-10/resources/product-variant#resource-object
Hope this helps!
To learn more visit the Shopify Help Center or the Community Blog.
ignore this