No content to show
User Activity
03-28-2024
Is there a solution available in new GraphQL API version 2024-01 ?
product->options .. refers to the name of the option and not its values.product->variants->options refers to actual values . beware though product->variants will be deprecated in next release [2024-04] May be try the following { "title": " Title ...
Background============We have a large number of products which makes the use of REST impossible to create or update, so looks like using GraphQL is the only option for us. We have multiple warehouses across North America which fulfill our orders. To...
Background============We have a large number of products which makes the use of REST impossible to create or update, so looks like using GraphQL is the only option for us. We have multiple warehouses across North America which fulfill our orders. To...
Such a good analysis and recommendations. The post is two months old and I see no response from either the community or shopify dev team? Are these issues already resolved ?
03-28-2024
I eventually found out that the error was in mutation code for bulk operation to create product. The variable $media was not passed , and was not used by graphQL back-end , as it was not a required variable, even though the data file correctly had t...
03-22-2024
Following worked through regular GraphQL call , [not the bulk one] mutation { productCreate(input: { title: "Your Product Title" }, media:[ { alt: "Image of Front Page", mediaContentType: IMAGE, originalSource: "https:\/\/picsum.photos\/200\/300....
03-22-2024
Thanks for your response. I have a few things to respond to : 1. My guess is that when the document says that originalSource can be an External URL, they are referring to External Video URL and not the Image. The reason I think that way is when you ...
03-21-2024
Untill very recently, GraphQL API version 2023-10 allowed creation of products along with external images using ProductInput . Now in 2024-02 , you must use media to add images while creating a product. The problem is older method was fetching ima...
Upuntil very recently, graphQL API version 2023-10 allowed creation of products along with external images using ProductInput . Now in 2024-02 , you must use media to add images while creating a product. The problem is older method was fetching im...
Hello , I am new to GraphQL and new to Shopify. I am able to create bulk products using the example on shopify GraphQL Reference. I am wondering if I can have the mutation to create Variants in Bulk for existing Product.Here is what I have tried and...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
1297 | 03-28-2024 09:35 AM |