No content to show
User Activity
I don't have any other ideas. Are you still struggling?
Hi! I think problem with the resource argument in stagedUploadsCreate mutation and the contentType argument in fileCreate mutation. Since you are uploading an image try to set resource argument in stagedUploadsCreate to IMAGE, not FILE. Let me know i...
I have meta tag like: <meta name="google-site-verification" content="O-90...eFwM" /> Is it possible to insert it to main page <head> via API? Or can this be done only when the customer manually edits the shop theme? Thanks!
05-17-2024
I wrote article about how to upload a file to Shopify shop using API with flow/logic, implementation with ruby on rails, demo stand and also went a little bit into details: https://dev.to/xao0isb/shopify-send-file-to-shop-with-ruby-on-rails-44i7 I fo...
Thanks man! This is very helpful since shopify does not always provide us with documentation. I was guided by your post but replaced node.js with ruby on rails and also wrote whole article with flow/logic , implementation and a little bit went into d...
04-22-2024
In Shopify GraphQL Admin API enum FilesErrorCode there is an error code "NON_IMAGE_MEDIA_PER_SHOP_LIMIT_EXCEEDED". But I cant find the exact value of the limit. Thanks!
02-08-2024
Since the Asset API works until april 2024 we have to migrate to the Theme App Extension. Our app is currently creating new .liquid files and change them using the Asset API. But how can I achieve the same functionality through Theme App Extension? I...