No content to show
User Activity
03-28-2024
It works. Thanks!
03-22-2024
I still have the problem when I try to associate the video to the product (step 4). I tryed the URL given by the mutationstagedUploadsCreate, the url given as anwser after uploading the video to google storage and the link of the video on Shopify (Co...
03-18-2024
Hi @ShopifyDevSup Here is the mutation:mutation productCreateMedia($media: [CreateMediaInput!]!, $productId: ID!) { productCreateMedia(media: $media, productId: $productId) { media { alt, mediaContentType, status, id } ...
03-18-2024
UPDATE: I managed to upload the file to Google Storage with CURL. Then I was able to create the video file using the resourceURL on the fileCreate mutation. However, I cannot add that video to the product. Accordingly to the documentation I must use ...
03-18-2024
Hi @EvilGranny I'm not using your code but I'm trying to do the same thing using Postman and C# just for test purposes. I use the stagedUploadsCreate mutation and I get the paramenters Content-Type, success_action_status, acl, key, x-goog-date, x-go...
03-15-2024
Hi! I'm trying to upload a video using the Graph QL API. I successfully receive the answer with the mutation stagedUploadsCreate. Then, I try to use that info to upload the file but I'm getting the following response: <?xml version='1.0' encoding='UT...
05-19-2023
Hi, I would like to know if it is possible to hide/show a variant when there's (no) stock of that variant using the API. I searched on the documentation but did not find anything like that. If it is indeed impossible to make such thing, I would like ...