No content to show

User Activity

You can't delete a customer with the Storefront API. You need to use the GraphQL Admin API. You should hit this url https://{shop}.myshopify.com/admin/api/2021-07/graphql.json and write the query inside the body section (you can choose GraphQL for th...
When using customerCreate mutation from the Storefront API you must set a password. So there's no activation email to be sent since the customer is already activated with email and password. But Shopify send a welcome email after this mutation that y...
Hi Shopify Devs team, I came across a problem and I can't find any solution, It's been asked by someone else 2 years ago (see: https://github.com/Shopify/storefront-api-examples/issues/80). By using a custom storefront with a Shopify headless on a Ba...
Hey @rpbiwer I find a way to achieve this (but not the best in my opinion) by syncing products with my custom application. I'm using KeystoneJS for the backend so I created a Product type, Collection type and Tag type. Then I configured the Product T...
Hi there, Anyone knows how we could filter a list of Products from a specific Collection ID and an array of [tags] with the GraphQL Storefront API ? I looked into the documentation and the only way to filter products would be with the Products query ...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Helpful From
Likes given to