No content to show
User Activity
10-01-2024
Hey there, Recently our CI builds have started failing during `graphql-codegen`. Our app is based on the Remix template provided by Shopify: > graphql-codegen -p admin
✔ Parse Configuration
⚠ Generate outputs
❯ Generate to ./app/types/admin-2024-...
Hi there, We've recently noticed (within the past hour or so) that `graphql-codegen` is failing for the Storefront API. We're using the Shopify Application Remix template, for some context. Generating types from the Admin API is working fine, but wh...
Good question, but no, we periodically export products from prodution -> staging if required, but staging is ultimately just that, the store is purely there to validate changes, so a 121 mapping isn't required. Things like custom metafields etc are c...
Hey, So we have:- 2x Custom Shopify Apps using the same repo (+1 dev app per engineer)- 2x Shopify Stores, one production, one staging (built from the same theme repo, with a staging / production branch)Every developer has their own dev store, and de...
Unfortunately the best we have right now is the one repo -> two apps (actually more now, as we have production, staging and each engineer has their own dev app / store). It's really not ideal, but it works fairly well. Hopefully this will be improved...
Hi there, I've recently run into an issue where the following GraphQL query isn't returning orders from a customer that are a few months old. Customers who've ordered recently are getting orders in the response. The weird thing is, in the response I ...
Hi there, We're using the Storefront API to create a checkout URL for customers in a custom order journey. The API response includes the `webUrl` to redirect a customer to for checkout. However, this includes in the default domain, not the vanity ver...
We're in the process of providing affiliate offers for some of our products. In order to attribute the referral, we need to collect a cookie containing a token from the customers browser, and then use that token value to send off to a third party API...
03-04-2024
It looks like this is now available. No idea when this was added, it definitely wasn't there Q4 2023:https://shopify.dev/docs/api/admin-graphql/2024-01/enums/WebhookSubscriptionTopic#value-discountscreate
Hi @sandypik , For our needs, access to the Giftcard API was a suitable solution, by including the cost of shipping in the total giftcard value. Access to the Giftcard API can be negotiated with your account manager. It's worth noting, the GraphQL AP...
02-20-2024
Hi @Luke_K , I've just bumped into this, is there a workable alternative to the checkout token to reconcile requests between the checkout/update hook and order/create? We're currently using this as an identifier to store data between webhook requests...
Hey Scott, Many thanks for getting back to me. We ended up gaining access to the Giftcard API which solves all of the above. So that's the solution we went with Creative problems need creative solutions.. until something better comes along!
I too am interested in knowing if this is possible (exclude customer ID from using a discount code), or how it might be done. We generate discount codes that are used to invite friends with a purchase benefit, but we don't want the customer that owns...
Hey @SBD_ , I don't believe that's correct. We're creating basic discount codes via a custom app to function like giftcards (as the Giftcard API is Shopify Plus only), and this type of discount cannot give a customer 100% off a product *AND* free shi...
Hi there, I've got a use case where we want to give a customer free shipping on their order if they enter a specific basic discount code at checkout. Originally my thinking was doing this in the checkout webhook; For example, check if customer has en...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
2111 | 10-06-2023 01:05 PM |