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