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