companyContactUpdate - admin-graphql - MUTATION
Version: 2024-10
Description:
Updates a company contact.
Access Scopes
`write_customers` access scope or `write_companies` access scope. Also: The API client must be installed on a Shopify Plus store.
Arguments
-
companyContactId:
ID! -
The ID of the company contact to be updated.
-
input:
CompanyContactInput! -
The fields to use to update the company contact.
Returns
-
companyContact:
CompanyContact
The updated company contact.
-
userErrors:
BusinessCustomerUserError!
The list of errors that occurred from executing the mutation.
Examples