No content to show
User Activity
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...
10-24-2023
When registering a product with the "productCreate GraphQL API", the response is "expected String to be a Hash". I'd like to ask you what to do. {
"query": "mutation productCreate($input: ProductInput!) {\n productCreate(input: $input) {\n prod...
10-16-2023
Where can I get the ID value of metafileds when registering for the product? { "input": { "metafields": [ { "description": "", "id": ???????????????????????????, "key": "use1", "namespace": "custom", "type": ...
09-26-2023
Order created_at 2023-09-26T04:46:39Z Order created_at:"created_at:>=2023-09-26T00:00Z created_at:<=2023-09-26T23:59Z" cannot be inquired under this condition.query:"created_at:>=2023-09-26T00:00Z created_at:<=2023-09-27T23:59:59Z" If you change it t...
How do I enter "Country/Region of Origin" when I register a product with ProductCreate?I couldn't find the Country field in ProductInput type.
Hi.I applied it as you said, but the image is not applied. I don't know why. Date : Tue, 26 Sep 2023 00:58:16 GMTX-Request-ID : 7d1495a2-003c-4c1e-becd-117e5c704db9 mutation productVariantsBulkUpdate($productId: ID!, $variants: [ProductVariantsB...
09-25-2023
It worked itself out.Location lookup endpoint found. { location { id }}
09-25-2023
I want to add an image for each variable.I added an image URL to imageSrc, but I can't actually add an image. What should I do? mutation productVariantsBulkCreate($productId: ID!, $variants: [ProductVariantsBulkInput!]!) {
productVariantsBulkCreate...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
82 | 09-25-2023 12:46 AM |