--- title: CompanyLocationRevokeTaxExemptionsPayload - GraphQL Admin description: Return type for `companyLocationRevokeTaxExemptions` mutation. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/companylocationrevoketaxexemptionspayload md: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/companylocationrevoketaxexemptionspayload.md --- # Company​Location​Revoke​Tax​Exemptions​Payload payload Return type for `companyLocationRevokeTaxExemptions` mutation. ## Fields * company​Location [Company​Location](https://shopify.dev/docs/api/admin-graphql/unstable/objects/CompanyLocation) The updated company location. * user​Errors [\[Business​Customer​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/BusinessCustomerUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [company​Location​Revoke​Tax​Exemptions](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/companyLocationRevokeTaxExemptions) mutation Deprecated * company​Location​Id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) required ### Arguments The location from which the tax exemptions will be revoked. * tax​Exemptions [\[Tax​Exemption!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/enums/TaxExemption) required The tax exemptions that are being revoked from the location. *** *** ## Map