Hi,
I am trying to update Customer with the admin GraphQL API (https://shopify.dev/docs/admin-api/graphql/reference/customers/customerupdate)).
it shows Error message of: userErrors":[{“field”:[“id”],“message”:“Cannot specify ID on creation”}]}}
The id I am using is: gid://shopify/Customer/5041754013902
(I can access the customer with the ID through https://chenstoretest.myshopify.com/admin/customers/5041754013902).
Full payload of the shopify customer object:
Can I get some help why it always throws an error with the given ID?
Thanks!