I have current Customers that are in Shopify and currently NOT assigned a Company.
I don’t see any way to assign a current Customer to a Company via a GraphQL API.
The only way I see is if they are a NEW Customer (email not taken).
There is a work around which wouldn’t work for me…that by being way of deleting the customer first (customerDelete
), then using companyContactCreate
but this is not sufficient if the customer had orders as we get an error “Customer cannot be deleted because they have associated orders”.
Any work arounds for this yet?