Apr 22, 2020
Hi Im wanting to bulk update my customers with a tag thru graphql so think i have 2 options - Customer search then update - # Get the first 10 customers{ customers(first: 10) ...
Nov 10, 2019
Hi I have some Javascript I want to execute on the product page for an app - the problem is how can I detect that I am on the product page? The theme has a sections object - ...
Nov 7, 2019
Hi Im reviewing my GDPR hooks code against the Shopify tutorial - https://developers.shopify.com/tutorials/build-a-shopify-app-with-node-and-react/listen-for-store-events-with-webhooks &nb...
Oct 9, 2019
Hi Im wanting a script to set some values on the products page only - the problem is how do I guarantee this in my design The options as I see it - Check url - example.com...
Oct 1, 2019
Hi Is there a way to test calling the GDPR Hooks? https://help.shopify.com/en/api/guides/gdpr-resources I cant see them under Settings>Notification Thanks
Sep 19, 2019
Hi Im trying to submit an app to the app store - https://help.shopify.com/en/api/app-store/listing-in-the-app-store/app-submission And after following the app submission pr...
Aug 7, 2019
Hi Ive been working on a set of utility calculators for dimension based products like tiles, wallpaper, volume and weight based to help customers buying these products. I'm also going to include a...
No content to show
User Activity
04-22-2020
Hi There is the option for automatic discounts which are "automatically" applied at the checkout? https://help.shopify.com/en/manual/promoting-marketing/discount-codes/automatic-discounts Martin
Hi Im looking at "Tag employee customer accounts by email domain" and was wondering if I can apply the flow across the customer set? Or just on new customers? Thanks
Hi Do you have access to read_all_orders? https://help.shopify.com/en/api/getting-started/authentication/oauth/scopes read_all_ordersGrants access to all orders rather than the default window of 60 days worth of orders. This OAuth scope is used in co...