Dec 29, 2020
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...
Thanks!.. This worked
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 ...
10-15-2022
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...
10-15-2022
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 ...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
1295 | 10-15-2022 02:13 PM |