FactoryAidan
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎08-13-2022 08:10 PM
Topic Started
3
Topics Started
Topic Solutions
1
Solution
Post Count
10
Posts
Post Kudos
9
Likes

Community Badges

No content to show

User Activity

Here's how using Javascript const original_product_title = 'A T-Shirt'; import crypto from 'crypto'; const shopify_digest = crypto.createHash('sha256').update(original_product_title).digest('hex'); console.log(original_product_title); console.log(s...
The Billing MailingAddress lives on the Order's Payment object. Although Shopify allows queries for a Payment by Payment.id via the Query Root’s Node field, there is no way to know the Payment.id from the Storefront API; a reference to the Payment is...
Why did I post?I believe there's a bug in Shopify's GraphQL Admin API documentation's frontend experience.For all Properties that are an Array, the `variables` & 'schema' preview/example area on the right-side of the window shows the value of the pro...
Why did I post?I believe there's a bug in the interaction between the Storefront API's new Cart object and Shopify's Script Editor scripts. The bug is that Line-Item scripts do not execute on Cart related mutations.EvidenceI can copy & paste GraphQL ...
Every Private App that has a Storefront API Access Token attached will show as a separate Sales Channel to associate your Products to. It sounds like your existing Products aren't updated to be published to the Private App associated with the Storefr...
Why did I post?I believe there's a bug in the Storefront API (and all of Shopify's backend) that causes an empty result set when there shouldn't be.Back-story:My Shop essentially sells tickets to attend an event. Those tickets are my Products that I ...
I've given Shopify $0.00 ever. I'm not part of an organization that allows me a greater level of permissions. I am able to use that Multipass method with GraphQL. So I'm not convinced that you need to pay money to develop against this feature. As des...
The `customerAccessTokenCreateWithMultipass` field is only available on the newer versions of the GraphQL API endpoint you're hitting.Works:https://<your_shop_name>.myshopify.com/api/2020-04/graphqlDoes not work:https://<your_shop_name>.myshopify.com...
☝️ I'm experiencing this exact issue.{ "errors":[ { "message":"Field 'customerAccessTokenCreateWithMultipass' doesn't exist on type 'Mutation'", "locations":[ { "line":3, "column":3...
This widget could not be displayed.
This widget could not be displayed.
Likes given to