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
1mutation companyLocationRevokeTaxRegistration($companyLocationId: ID!) {2 companyLocationRevokeTaxRegistration(companyLocationId: $companyLocationId) {3 companyLocation {4 # CompanyLocation fields5 }6 userErrors {7 field8 message9 }10 }11}
Input
1{2 "companyLocationId": "gid://shopify/<objectName>/10079785100"3}
{
"companyLocationId": "gid://shopify/<objectName>/10079785100"
}