No content to show
User Activity
02-05-2025
Excuse me, have you seen the discussion about this issue? Many people have the same problem that has not been solved. Can you find a solution?
02-05-2025
I encountered the same problem as them. Regardless of whether the image upload is correct or not, the same error is returned. Can you only use 'staged upload' as the interface for uploading images?
02-05-2025
The problem I encountered is the same as yours. Have you solved it yet? I believe most people have encountered such situations.
02-05-2025
We have also encountered the same problem.When there are no images in the collection, call the interface to provide the same error feedback. But in reality, the image has been successfully uploaded.Regardless of success or failure, the return is "src...
{"query":"query { order(id: "gid://shopify/Order/*****") { name localizationExtensions(first: 100) { edges { node { key countryCode purpose title value } } }}}"} We obtain the tax ID information of the order through the above interface. But I found a...
The same problem, starting from 0, the order of the pictures does not change.This interface has many problems. {"id":"gid://shopify/Product/***","moves":[{"id":"gid://shopify/MediaImage/***","newPosition":"0"},{"id":"gid://shopify/MediaImage/***","ne...
hello, I submitted the request successfully using the following parameters and interfaces. However, the order of the pictures did not change. How can I solve this problem? mutation productReorderMedia($id: ID!, $moves: [MoveInput!]!) {productReorderM...
06-25-2024
We use the "stagedUploadsCreate" interface to upload files. After obtaining the parameters, the process of uploading the video encountered an issue. The data we submitted is as follows: Interface data:{"query": "mutation stagedUploadsCreate($input: [...
06-25-2024
We followed this command and the result was the same. What is the specific problem?The command we submitted is as follows:curl -v \-F "GoogleAccessId=video-production@video-production-225115.iam.gserviceaccount.com" \-F "key=c/o/v/1ac203da076a45a58a0...
05-13-2024
I used the interface in the following document to test the product's operations creation function, but why do I always make mistakes. I am using case code. document url:https://shopify.dev/docs/api/admin-graphql/2024-04/mutations/productOptionsCreate...
I used the interface to obtain country data, but only provided feedback on a small portion of my country data. May I ask what the problem is?If I need to obtain basic data for all countries provided by Shopify, which interface should I use to obtain ...
12-24-2023
curl -X POST https://XXX.myshopify.com/admin/api/2023-10/graphql.json -H 'Content-Type: application/json' -H 'X-Shopify-Access-Token: XXXX -d '{"query": "query { order(id: "gid://shopify/Order/XXXX") { name } }"}'curl -X POST \https://XXX.myshopify.c...
12-24-2023
May I ask if you have seen it?
12-22-2023
We have replaced it with the real order ID, which is the same error. Please help to see why some can and some cannot.
12-22-2023
We have replaced it with the real order ID, which is the same error.