GraphQL productCreate mutation returns “Expected value to not be null”

GraphQL productCreate mutation returns “Expected value to not be null”

I’m using the following mutation (2024-07 GraphQL API): mutation CreateProduct($input: ProductInput!) { productCreate(input: $input) { product …

 

Read More