Anchor to companyLocationRevokeTaxRegistrationcompany
companyLocationRevokeTaxRegistration
mutationDeprecated
Requires access scope or
access scope. Also: The API client must be installed on a Shopify Plus store.
Revokes tax registration on a company location. Use instead.
Anchor to Arguments
Arguments
- Anchor to companyLocationIdcompany•
Location Id ID!required The location whose tax registration is being revoked.
Was this section helpful?
Anchor to CompanyLocationRevokeTaxRegistrationPayload returnsCompanyLocationRevokeTaxRegistrationPayload returns
- Anchor to companyLocationcompany•
Location The updated company location.
- Anchor to userErrorsuser•
Errors [BusinessCustomer non-nullUser Error!]! The list of errors that occurred from executing the mutation.
Was this section helpful?
Mutation Reference
mutation companyLocationRevokeTaxRegistration($companyLocationId: ID!) {
companyLocationRevokeTaxRegistration(companyLocationId: $companyLocationId) {
companyLocation {
# CompanyLocation fields
}
userErrors {
field
message
}
}
}
Input
{
"companyLocationId": "gid://shopify/<objectName>/10079785100"
}
{
"companyLocationId": "gid://shopify/<objectName>/10079785100"
}