No content to show
User Activity
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.
12-22-2023
Why do I use test case data from the interface documentation. Some can be called successfully. Some keep reporting "400 Bad Request" errors? For example:The interface for "Get the first 10 orders" will succeed with the following parameters:{"Query": ...
We have also encountered the same problem. Has it been resolved?
May I ask how to solve it?
We also encountered the same problem. Have you solved it yet?
09-04-2023
We want to upload waybill information through the "REST Admin API", but the interface has been unable to access it. Could you please help me see where the problem lies?Thank you! Request Url:https://***.myshopify.com/admin/api/2023-01/fulfillments.j...