No content to show
User Activity
For example, in the 'test1' shopping mall, both RESTAPI and GraphQL calls are normal. But in the 'test2' shopping mall, only RESTAPI calls are made. What should I check?
03-25-2024
The shipping cost was 27000 won when paying for the product.The shipping fee discount has never been applied.However, 27000 won is included in the shipping_lines > discounted_price item when checking the Order API. I know that the discounted_price it...
It says to put parentId in orderTransactions as mandatory. I don't know how to get parentId. mutation returnRefund($returnRefundInput: ReturnRefundInput!) {
returnRefund(returnRefundInput: $returnRefundInput) {
refund {
id
}
use...
I want to provide the URL provided by the courier company so that it can be printed directly. Do I have to put labelInput?
01-08-2024
https://shopify.dev/docs/api/admin-graphql/2023-10/mutations/reverseDeliveryCreateWithShippingWe are conducting the test with postman by referring to the reverse Delivery Create With Shipping API document.I want to create a return invoice using only ...
https://d838a7-2.myshopify.com/admin/api/2023-10/orders.json?return_status=return_requestedWhen I inquired about the order, I inquired about the return request with return_status=return_requested.Is there a way to check which LineItem the customer re...
12-14-2023
When I send the fulfillments API without entering the tracking_info field and then send the same api again after entering the tracking_info fieldIt says, "Fulfillment order 6097444962362 has an unfulfillable status= closed." How can I send tracking_i...
11-07-2023
Is the status value of the fulfillments > shipping_status field automatically updated according to the delivery status of the courier? I wonder if I have to change it to API delivered status or if it works automatically when the delivery is completed...
11-06-2023
If you click on the order in Admin, there is a Return button. If you press the Return button, you can generate information related to Return, and I want to know what API does this function.I would appreciate it if you let me know RestAPI first.If you...
11-01-2023
I don't understand what you're saying.Can you explain how to register a product so that Availabe and Onhand are displayed on the screen?Give me an example of which api to call after productCreate. I am using graphQL. And I wonder why products regist...
I want to add a new Variant.
I want to add a new Variant.
I tried to add Variants in Shopify Admin to the product created by API, but it is not allowed to be added.Can't the product created by API be modified by Shopify Admin?Or is there another way?
10-29-2023
We don't see inventory-related items when registering products through API. How can I make inventory related items visible?(Available, On Hand ..) <registered on Shopify> <registered on API> {
"input": {
"collectionsToJoin": [
"gid://shopify/C...
10-25-2023
When registering a product with product Create, the image cannot be registered even though the image path is attached to variables>mediaSrc. I don't know why. { "input": { "bodyHtml": "TEST444", "collectionsToJoin": [ "gid://shopify/Coll...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
614 | 09-25-2023 12:46 AM |