weap0n7
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎11-08-2023 10:10 AM
Topic Started
13
Topics Started
Topic Solutions
1
Solution
Post Count
18
Posts
Post Kudos
1
Likes

Community Badges

No content to show

User Activity

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...
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...
 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 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?  
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...
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...
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...
Where can I get the ID value of metafileds when registering for the product? {  "input": {  "metafields": [      {        "description": "",        "id": ???????????????????????????,        "key": "use1",        "namespace": "custom",        "type": ...
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...
It worked itself out.Location lookup endpoint found. {  location {    id  }}
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
This widget could not be displayed.
This widget could not be displayed.
Helpful From
Likes given to