Hi, I'm new to GraphQL. I'm trying to create a product, but whenever I specify a field that is an ENUM (e.g.: status or inventoryPolicy), I get an error. Without the ENUM type fields, the product is...
No content to show

User Activity

These are how my mutations look like: mutation productCreate($input: ProductInput!) {productCreate(input: $input) {product {id}userErrors {fieldmessage}}} {"input": {"title": "Product Title","productType": "Product X","vendor": "Vendor X","descriptio...
I'm migrating some existing GraphQL code that is no longer compatible with the new 2024-04 API. My requirements are:Create a product with a single/default variant, and leave it with status DraftThe variant must have a SKUThe variant quantity must be ...
Not sure what happened, but it's now working.  One thing I did notice is that I had the incorrect gid # in the JSONL file. Instead of using the productid I was using the metafield id. So what worked for me was: JSONL File example: {"metafields":{ "k...
Hi, I'm having problems creating a bulkOperationRunMutation request for a metafieldsSet operation. I'm following these instructions, and the API version being used is 2022-10. I always get this error when running the bulkOperationRunMutation GraphQL ...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Helpful From
Likes given to