CreateCustomer mutation with customer group magento2
I am looking for a solution how we can create customer with customer group Id, I am using the createCustomer mutation. mutation { createCustomer( input: { firstname: “ko2” lastname: “89ko2” email: “[email protected]” is_subscribed: true customerGroupId: 1 } ) { customer… Read More »CreateCustomer mutation with customer group magento2