No content to show
User Activity
01-12-2024
I have a hunch we may be straying away from the original error message:- Your app doesn't have a publication for this shop. That being said, are you utilizing the Storefront API in any respects? Or needing to?Differences below:- Shopify Admin API: Th...
01-12-2024
Hey there! My apologies for the confusion, "publishing"...not so much. Wrong word. Displaying would be more appropriate. I believe the Shopify Admin API is more suited for that granularity of creating data. I've gone through some docs to refresh for ...
Hey there! I'm sure you've found a solution already, but for other readers and their edification, I believe the URL will need to adjust:https://{shop}.myshopify.com/admin/api/2023-07/checkouts.jsonShopify Store Domain: Replace {shop} with your Shopif...
01-11-2024
Hey there! I think your app may not have the necessary permissions to publish products to the online store, or the publication ID being used might be incorrect....possibly. That being said, I would recommend to check the following in your configurati...
Hey there Wappy! Happy Thursday! I have a list of several considerations below to assist your troubleshooting and debugging in general. Webhook Configuration: Ensure the webhook is properly configured in the Shopify admin. The webhook URL must be cor...
Hey there! Happy Thursday! Create a New Product Image:You can create a new product image by making a POST request to the /admin/api/2023-10/products/{product_id}/images.json endpoint. In this request, you'll need to specify the product_id to associat...
01-11-2024
Hey ShaneOH! The race condition you're experiencing when creating products using the GraphQL API can be a common challenge in concurrent programming. I've made a note of some insights and suggestions to address this challenge below: Alternative Appr...
Hey there Mgiara!Let's break down the components involved in programmatically changing item prices on a Shopify storefront and understand the relevant APIs and technologies:Shopify Storefront:A Shopify storefront is the public-facing online store whe...
Hey there Glai! I know this post is older, so you very well may have found a solution to this inquiry. In my experience, to access data from a specific instance within Shopify, please find Python / Flask example below for reference: @Anonymous_bp.ro...
01-11-2024
Thanks Patrick, I can certainly help troubleshoot if you are able to provide the server-side code POST request you are making to the Shopify API. You mentioned Javascript, are you using Node.js and Express as a backend? If you are able to share your ...
Ya you bet, I am not sure I have adequate knowledge of GraphQL to assist fully. I will run some queries in general and see if I can find anything for you though. With the question / prompt in mind: "I'm attempting to access a customAttributesV2 value...
Hey there Hamish, I spent some time with GraphQL and it is confusing in general, but the below query may help in some way (I hope!). Explanation and code snippet below: "Field 'fulfillmentsV2' doesn't exist on type 'Order'," indicates that the fulfil...
01-11-2024
Hey there Patrick, I spent some time working with this in my Python code on a previous project. Not sure what language you're using...but in general, the below approach may be of some assistance.URL Format: The URL in your settings object should not ...
01-08-2024
@michsko544 - Thank you. That was incredibly helpful and the appropriate fix for me as well. I really appreciate you posting your solution.
01-02-2024
Hey there! I am using Flask and Vue.js, is there a Shopify tutorial on how to do this successfully to build a custom shopify app with this tech stack? And if not, is Python Flask on the roadmap for a 2024 future release similar to Ruby, Node.js and P...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
7011 | 01-11-2024 07:02 PM |