davidgg
Tourist
Contact Me
Status
Offline
Last Activity
‎12-29-2021 09:25 AM
Topic Started
2
Topics Started
Topic Solutions
1
Solution
Post Count
7
Posts
Post Kudos
3
Likes

Community Badges

No content to show

User Activity

The field 'customer' inside Checkout is deprecated and will return 'null' always. You've to query the customer endpoint directly sending the customer access token, something like:  { node(id: "{{checkoutID}}") { id ... on Checkout { i...
When retrieving products by collection you can't filter them. Yeah... frustrating... If you want to filter products you'll have to query them directly (products endpoint) https://shopify.dev/api/storefront/reference/common-objects/queryroot#products-...
Hi,I'm implementing a full multi-language headless shop. When using the API to perform some actions, like customer reset password (customerRecover mutation), we can't select the language of the notification email that the user is receiving. How can w...
Hi @loregirardi It seems it's not supported   and since nobody from Shopify said a thing, I'll assume this won't be possible in the short term...About your problem, Shopify is not returning the prices based on location but currency. As I said in my ...
You're using different API's, I think. In the first sample, you're querying the ADMIN API, and it surely has a translations property in Product. Check the documentation here: https://shopify.dev/docs/admin-api/graphql/reference/products-and-collectio...
Any suggestion, idea? Thanks.
Hi,I'm developing a headless custom storefront for a Shopify Plus customer and I'm facing some issues related to international pricing.When using a template you can have an app (like Geolocation) to retrieve prices based on the customer location. I'd...
This widget could not be displayed.
This widget could not be displayed.
Helpful From