No content to show
User Activity
Hello AsafGitai.Using your answer I was able to reach to a solution with a small addition to it.Initially I also found another way to deal with it, so both of them work.1st one: Product Create -> Variant Create -> query all variants -> get the id of ...
To add: I noticed I have to have at least one option name with one option value to be able to do this request by using existing option name and inserting a new value in the graphql, but shouldn't I be able to create a new one during productVariantsBu...
Hello Eric, thank you for your response.I tried using productVariantsBulkCreate, I am encountering an issue with this mutation, how do I handle the optionValues in this case, when I don't have any variant for the product and want to create a new one....
Hello, sure mutation productVariantCreate($input: ProductVariantInput!) { productVariantCreate(input: $input) { product { id title } productVariant { createdAt displayName id inventoryItem { unitCost { ...
Using the GraphQl API documentation (2024-04) to create a product variant, it is creating a new variant, but it is also creating a new default one; "Default Title" with empty values, so now I have 2 variants instead of 1 in the current product. Is th...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
2543 | 06-07-2024 02:11 AM |